[Intel-gfx] [PATCH 2/2] drm/i915: Add a module parameter to enable execlists

2014-04-07 Thread Damien Lespiau
Execlist are relatively new, and so it'd be wise to be able to merge that support disabled by default while still allowing a module parameter to enable that feature. Even if we end up enabling execlists by default, it'll be handy to be able to switch back to ring submission to debug subtle problem

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add a module parameter to enable execlists

2014-04-07 Thread Damien Lespiau
On Mon, Apr 07, 2014 at 03:05:39PM +0100, Damien Lespiau wrote: > Execlist are relatively new, and so it'd be wise to be able to merge > that support disabled by default while still allowing a module parameter > to enable that feature. > > Even if we end up enabling execlists by default, it'll be

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add a module parameter to enable execlists

2014-04-09 Thread Mateo Lozano, Oscar
> On Mon, Apr 07, 2014 at 03:05:39PM +0100, Damien Lespiau wrote: > > Execlist are relatively new, and so it'd be wise to be able to merge > > that support disabled by default while still allowing a module > > parameter to enable that feature. > > > > Even if we end up enabling execlists by default