Re: [Intel-gfx] [PATCH 2/3] drm/i915: Make underruns DRM_ERROR

2014-01-25 Thread Daniel Vetter
On Fri, Jan 24, 2014 at 04:42:55PM -0200, Paulo Zanoni wrote: > 2014/1/17 : > > From: Ville Syrjälä > > > > I want to see these without having full debugs enabled. > > You missed gen8_irq_handler(). > > With that fixed: Reviewed-by: Paulo Zanoni > > I guess this could easily be done by Daniel

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Make underruns DRM_ERROR

2014-01-24 Thread Paulo Zanoni
2014/1/17 : > From: Ville Syrjälä > > I want to see these without having full debugs enabled. You missed gen8_irq_handler(). With that fixed: Reviewed-by: Paulo Zanoni I guess this could easily be done by Daniel when applying the patch. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu

[Intel-gfx] [PATCH 2/3] drm/i915: Make underruns DRM_ERROR

2014-01-17 Thread ville . syrjala
From: Ville Syrjälä I want to see these without having full debugs enabled. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_irq.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i