Re: [Intel-gfx] [PATCH 3/7] drm/i915: add intel_using_power_well

2013-04-17 Thread Daniel Vetter
On Wed, Apr 17, 2013 at 11:04:23AM +0200, Daniel Vetter wrote: > Hi Paulo, > > On Fri, Mar 22, 2013 at 02:14:13PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > It returns true if we've requested to turn the power well on and it's > > really on. It also returns true for all the previous

Re: [Intel-gfx] [PATCH 3/7] drm/i915: add intel_using_power_well

2013-04-17 Thread Daniel Vetter
Hi Paulo, On Fri, Mar 22, 2013 at 02:14:13PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > It returns true if we've requested to turn the power well on and it's > really on. It also returns true for all the previous gens. > > For now there's just one caller, but I'm going to add more. >

[Intel-gfx] [PATCH 3/7] drm/i915: add intel_using_power_well

2013-03-22 Thread Paulo Zanoni
From: Paulo Zanoni It returns true if we've requested to turn the power well on and it's really on. It also returns true for all the previous gens. For now there's just one caller, but I'm going to add more. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_display.c |4 ++-- dri