Re: [Intel-gfx] [PATCH 5/7] drm/i915: Show the GPU state when declaring wedged

2018-02-05 Thread Chris Wilson
Quoting Mika Kuoppala (2018-02-05 09:51:42) > Chris Wilson writes: > > > Dump each engine state when i915_gem_set_wedged() is called to give us > > some more clues as to why we had to terminate the GPU. > > > > Signed-off-by: Chris Wilson > > Cc: Joonas Lahtinen > > --- > > drivers/gpu/drm/i91

Re: [Intel-gfx] [PATCH 5/7] drm/i915: Show the GPU state when declaring wedged

2018-02-05 Thread Mika Kuoppala
Chris Wilson writes: > Dump each engine state when i915_gem_set_wedged() is called to give us > some more clues as to why we had to terminate the GPU. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > --- > drivers/gpu/drm/i915/i915_gem.c | 7 +++ > 1 file changed, 7 insertions(+) >

[Intel-gfx] [PATCH 5/7] drm/i915: Show the GPU state when declaring wedged

2018-02-05 Thread Chris Wilson
Dump each engine state when i915_gem_set_wedged() is called to give us some more clues as to why we had to terminate the GPU. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_gem.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_