Re: [Intel-gfx] [PATCH 14/15] drm/i915: check the power well on i915_pipe_enabled

2013-03-17 Thread Daniel Vetter
On Wed, Mar 06, 2013 at 08:03:21PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > This fixes "unclaimed register" messages when the power well is > disabled and there's a GPU hang. > > Signed-off-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/i915_irq.c |3 +++ > 1 file changed, 3 inse

Re: [Intel-gfx] [PATCH 14/15] drm/i915: check the power well on i915_pipe_enabled

2013-03-15 Thread Ben Widawsky
On Wed, Mar 06, 2013 at 08:03:21PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > This fixes "unclaimed register" messages when the power well is > disabled and there's a GPU hang. This is really beginning to smell like we need special display register reads which can do the check below. >

[Intel-gfx] [PATCH 14/15] drm/i915: check the power well on i915_pipe_enabled

2013-03-06 Thread Paulo Zanoni
From: Paulo Zanoni This fixes "unclaimed register" messages when the power well is disabled and there's a GPU hang. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i