Re: [Intel-gfx] [PATCH 20/24] drm/i915: Group all the global context information together

2017-05-19 Thread Joonas Lahtinen
On to, 2017-05-18 at 10:46 +0100, Chris Wilson wrote: > Create a substruct to hold all the global context state under > drm_i915_private. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation ___

[Intel-gfx] [PATCH 20/24] drm/i915: Group all the global context information together

2017-05-18 Thread Chris Wilson
Create a substruct to hold all the global context state under drm_i915_private. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 4 +-- drivers/gpu/drm/i915/i915_drv.c | 9 +++--- drivers/gpu/drm/i915/i915_drv.h | 20 -