Re: [Intel-gfx] [PATCH] drm/i915: Show engine state when hangcheck detects a stall

2017-12-14 Thread Joonas Lahtinen
On Thu, 2017-12-14 at 12:26 +, Chris Wilson wrote: > Knowing the state of the engine when hangcheck thinks it is stalling is > useful for both debugging hangcheck itself and the potential cause of an > unwanted stall. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > Cc: Mika Kuoppala

[Intel-gfx] [PATCH] drm/i915: Show engine state when hangcheck detects a stall

2017-12-14 Thread Chris Wilson
Knowing the state of the engine when hangcheck thinks it is stalling is useful for both debugging hangcheck itself and the potential cause of an unwanted stall. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Mika Kuoppala --- drivers/gpu/drm/i915/intel_hangcheck.c | 7 ++- 1 file chan