[Intel-gfx] [PATCH 03/10] drm/i915: Make various init functions take dev_priv

2016-12-01 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Like GEM init, GUC init, MOCS init and context creation. Enables them to lose dev_priv locals. Signed-off-by: Tvrtko Ursulin Reviewed-by: Chris Wilson Reviewed-by: Joonas Lahtinen

Re: [Intel-gfx] [PATCH 03/10] drm/i915: Make various init functions take dev_priv

2016-11-30 Thread Joonas Lahtinen
On ke, 2016-11-30 at 11:35 +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Like GEM init, GUC init, MOCS init and context creation. > > Enables them to lose dev_priv locals. > > Signed-off-by: Tvrtko Ursulin Keeps pdev \o/

[Intel-gfx] [PATCH 03/10] drm/i915: Make various init functions take dev_priv

2016-11-30 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Like GEM init, GUC init, MOCS init and context creation. Enables them to lose dev_priv locals. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/i915_drv.c| 31 ++--