Re: [Intel-gfx] [PATCH v3 07/19] drm/i915: Move load time gem_load_init earlier

2016-03-20 Thread Imre Deak
On Wed, 2016-03-16 at 11:57 +, Chris Wilson wrote: > On Wed, Mar 16, 2016 at 01:38:56PM +0200, Imre Deak wrote: > > The only steps requiring device access is the fence and swizzling > > initialization, so split these out keeping them in their current > > place > > and move the rest of init step

[Intel-gfx] [PATCH v3 07/19] drm/i915: Move load time gem_load_init earlier

2016-03-19 Thread Imre Deak
The only steps requiring device access is the fence and swizzling initialization, so split these out keeping them in their current place and move the rest of init steps earlier. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/i915_dma.c | 13 - drivers/gpu/drm/i915/i915_drv.h | 1

Re: [Intel-gfx] [PATCH v3 07/19] drm/i915: Move load time gem_load_init earlier

2016-03-19 Thread Chris Wilson
On Wed, Mar 16, 2016 at 01:38:56PM +0200, Imre Deak wrote: > The only steps requiring device access is the fence and swizzling > initialization, so split these out keeping them in their current place > and move the rest of init steps earlier. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/