Re: [Intel-gfx] [PATCH 1/6] drm/i915: creating Haswell rc6 function

2013-03-24 Thread Ben Widawsky
On Mon, Feb 25, 2013 at 08:13:38PM -0300, Rodrigo Vivi wrote: > Power management, in special RC6 enabling, differs across platforms. > This patch just split out enabling function for HSW. > > Signed-off-by: Rodrigo Vivi I'm not at all opposed to splitting out Haswell rps stuff, but can you confi

Re: [Intel-gfx] [PATCH 1/6] drm/i915: creating Haswell rc6 function

2013-02-26 Thread Paulo Zanoni
Hi 2 comments below: 2013/2/25 Rodrigo Vivi : > Power management, in special RC6 enabling, differs across platforms. > This patch just split out enabling function for HSW. > > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_pm.c | 158 > >

[Intel-gfx] [PATCH 1/6] drm/i915: creating Haswell rc6 function

2013-02-25 Thread Rodrigo Vivi
Power management, in special RC6 enabling, differs across platforms. This patch just split out enabling function for HSW. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_pm.c | 158 1 file changed, 145 insertions(+), 13 deletions(-) diff --git