Re: [Intel-gfx] [PATCH 3/4] drm/i915: print Gen5+ CPU/PCH poison interrupts

2013-03-28 Thread Daniel Vetter
On Fri, Feb 22, 2013 at 05:05:30PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > This is bad news and shouldn't be happening. > > Signed-off-by: Paulo Zanoni No bikesheds here and I like this. So when you resend the underrun reporting patch, please also resend this one here, thanks. -Dan

[Intel-gfx] [PATCH 3/4] drm/i915: print Gen5+ CPU/PCH poison interrupts

2013-02-22 Thread Paulo Zanoni
From: Paulo Zanoni This is bad news and shouldn't be happening. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c | 14 -- drivers/gpu/drm/i915/i915_reg.h |2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/dr