Re: [Intel-gfx] [PATCH 2/3] drm/i915: check acthd for all rings

2011-10-07 Thread Daniel Vetter
On Tue, Oct 04, 2011 at 02:11:52PM -0700, Ben Widawsky wrote: > On Gen6+ we have other rings which may be in use. We haven't hung if the > blit or media ring is still going > > Before rebase: > Reviewed-by: Daniel Vetter > Signed-off-by: Ben Widawsky I've spotted another goof-up besides the ins

[Intel-gfx] [PATCH 2/3] drm/i915: check acthd for all rings

2011-10-04 Thread Ben Widawsky
On Gen6+ we have other rings which may be in use. We haven't hung if the blit or media ring is still going Before rebase: Reviewed-by: Daniel Vetter Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_drv.h |5 +- drivers/gpu/drm/i915/i915_irq.c | 143 +++-

Re: [Intel-gfx] [PATCH 2/3] drm/i915: check acthd for all rings

2011-10-03 Thread Ben Widawsky
On Sat, Oct 01, 2011 at 07:15:18PM -0700, Ben Widawsky wrote: > On Gen6+ we have other rings which may be in use. We haven't hung if the > blit or media ring is still going > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_debugfs.c |6 +- > drivers/gpu/drm/i915/i915_drv.h

[Intel-gfx] [PATCH 2/3] drm/i915: check acthd for all rings

2011-10-01 Thread Ben Widawsky
On Gen6+ we have other rings which may be in use. We haven't hung if the blit or media ring is still going Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_debugfs.c |6 +- drivers/gpu/drm/i915/i915_drv.h |9 +-- drivers/gpu/drm/i915/i915_irq.c | 146 +++