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

2013-04-19 Thread Paulo Zanoni
From: Paulo Zanoni This fixes "unclaimed register" messages when the power well is disabled and there's a GPU hang. v2: Use the new intel_display_power_enabled(). v3: Use the new domains for intel_display_power_enabled(). Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c |4

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

2013-04-18 Thread Damien Lespiau
On Thu, Apr 18, 2013 at 04:35:45PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > This fixes "unclaimed register" messages when the power well is > disabled and there's a GPU hang. > > v2: Use the new intel_display_power_enabled(). > > Signed-off-by: Paulo Zanoni > --- > drivers/gpu/drm/

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

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