Re: [Intel-gfx] [PATCH 2/2] drm/i915: add hangcheck action and score to error state

2013-09-06 Thread Chris Wilson
On Fri, Aug 30, 2013 at 04:19:29PM +0300, Mika Kuoppala wrote: > Score and action reveal what the rings were doing > when hang was declared. > > Signed-off-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_drv.h |2 ++ > drivers/gpu/drm/i915/i915_gpu_error.c | 22 ++

[Intel-gfx] [PATCH 2/2] drm/i915: add hangcheck action and score to error state

2013-08-30 Thread Mika Kuoppala
Score and action reveal what the rings were doing when hang was declared. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_drv.h |2 ++ drivers/gpu/drm/i915/i915_gpu_error.c | 22 ++ 2 files changed, 24 insertions(+) diff --git a/drivers/gpu/drm/i915/i9