Re: [Intel-gfx] [PATCH] drm/i915: Eliminate the addr/seqno from the hangcheck warning

2013-06-07 Thread Mika Kuoppala
Chris Wilson writes: > This is of no value to the developer reading the report, let alone the > bamboozled user. > > Signed-off-by: Chris Wilson Acked-by: Mika Kuoppala ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedeskt

[Intel-gfx] [PATCH] drm/i915: Eliminate the addr/seqno from the hangcheck warning

2013-06-07 Thread Chris Wilson
This is of no value to the developer reading the report, let alone the bamboozled user. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c