Re: [Intel-gfx] [PATCH v2 3/3] drm/i915: Clean up GPU hang message

2015-12-14 Thread Chris Wilson
On Mon, Dec 14, 2015 at 11:39:47AM +, Chris Wilson wrote: > On Mon, Dec 14, 2015 at 11:28:39AM +, Dave Gordon wrote: > > If this is a test that has disabled error state > > capture (because it's *trying* to hang one or more rings) can we > > still know how many rings have been diagnosed as

Re: [Intel-gfx] [PATCH v2 3/3] drm/i915: Clean up GPU hang message

2015-12-14 Thread Chris Wilson
On Mon, Dec 14, 2015 at 11:28:39AM +, Dave Gordon wrote: > On 11/12/15 22:59, Chris Wilson wrote: > >Remove some redundant kernel messages as we deduce a hung GPU and > >capture the error state. > > > >Signed-off-by: Chris Wilson > >--- > > drivers/gpu/drm/i915/i915_irq.c | 16 ++-

Re: [Intel-gfx] [PATCH v2 3/3] drm/i915: Clean up GPU hang message

2015-12-14 Thread Dave Gordon
On 11/12/15 22:59, Chris Wilson wrote: Remove some redundant kernel messages as we deduce a hung GPU and capture the error state. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/

[Intel-gfx] [PATCH v2 3/3] drm/i915: Clean up GPU hang message

2015-12-11 Thread Chris Wilson
Remove some redundant kernel messages as we deduce a hung GPU and capture the error state. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/