Re: [Intel-gfx] [PATCH 1/2] drm/i915: Move common code out of i915_gpu_error.c

2016-10-12 Thread Joonas Lahtinen
On ti, 2016-10-11 at 14:32 +0100, Chris Wilson wrote: > In the next patch, I want to conditionally compile i915_gpu_error.c and > that requires moving the functions used by debug out of > i915_gpu_error.c! > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen

[Intel-gfx] [PATCH 1/2] drm/i915: Move common code out of i915_gpu_error.c

2016-10-11 Thread Chris Wilson
In the next patch, I want to conditionally compile i915_gpu_error.c and that requires moving the functions used by debug out of i915_gpu_error.c! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.h |