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

2013-04-20 Thread Daniel Vetter
On Fri, Apr 19, 2013 at 11:54 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > This should replace intel_using_power_well. The idea is that we're > adding the requested power domain as an argument, so this might enable > the code to look less platform-specific and also allows us to easily > add n

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

2013-04-19 Thread Paulo Zanoni
From: Paulo Zanoni This should replace intel_using_power_well. The idea is that we're adding the requested power domain as an argument, so this might enable the code to look less platform-specific and also allows us to easily add new domains in case we need. v2: Add more domains to enum intel_di

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

2013-04-19 Thread Daniel Vetter
On Fri, Apr 19, 2013 at 12:28:30PM -0300, Paulo Zanoni wrote: > Hi > > 2013/4/19 Daniel Vetter : > > On Fri, Apr 19, 2013 at 06:44:47AM +0100, Damien Lespiau wrote: > >> On Thu, Apr 18, 2013 at 04:35:42PM -0300, Paulo Zanoni wrote: > >> > From: Paulo Zanoni > >> > > >> > This should replace intel

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

2013-04-19 Thread Paulo Zanoni
Hi 2013/4/19 Daniel Vetter : > On Fri, Apr 19, 2013 at 06:44:47AM +0100, Damien Lespiau wrote: >> On Thu, Apr 18, 2013 at 04:35:42PM -0300, Paulo Zanoni wrote: >> > From: Paulo Zanoni >> > >> > This should replace intel_using_power_well. The idea is that we're >> > adding the requested power doma

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

2013-04-19 Thread Daniel Vetter
On Fri, Apr 19, 2013 at 06:44:47AM +0100, Damien Lespiau wrote: > On Thu, Apr 18, 2013 at 04:35:42PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > This should replace intel_using_power_well. The idea is that we're > > adding the requested power domain as an argument, so this might ena

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

2013-04-18 Thread Damien Lespiau
On Thu, Apr 18, 2013 at 04:35:42PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > This should replace intel_using_power_well. The idea is that we're > adding the requested power domain as an argument, so this might enable > the code to look less platform-specific and also allows us to easily

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

2013-04-18 Thread Paulo Zanoni
From: Paulo Zanoni This should replace intel_using_power_well. The idea is that we're adding the requested power domain as an argument, so this might enable the code to look less platform-specific and also allows us to easily add new domains in case we need. Requested-by: Daniel Vetter Signed-o