Re: [Intel-gfx] [PATCH 1/5] drm/i915: add intel_display_power_enabled

2013-05-07 Thread Damien Lespiau
On Fri, May 03, 2013 at 12:15:36PM -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 1/5] drm/i915: add intel_display_power_enabled

2013-05-03 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