Re: [Intel-gfx] [PATCH 07/16] drm/i915: Refactor wm_lp to level calculation

2013-10-11 Thread Ville Syrjälä
On Thu, Oct 10, 2013 at 07:42:22PM -0300, Paulo Zanoni wrote: > 2013/10/9 : > > From: Ville Syrjälä > > > > On HSW the LP1,LP2,LP3 levels are either 1,2,3 or 1,3,4. We make the > > conversion from LPn to to the level at one point current. Later we're > > going to do it in a few places, so move it

Re: [Intel-gfx] [PATCH 07/16] drm/i915: Refactor wm_lp to level calculation

2013-10-10 Thread Paulo Zanoni
2013/10/9 : > From: Ville Syrjälä > > On HSW the LP1,LP2,LP3 levels are either 1,2,3 or 1,3,4. We make the > conversion from LPn to to the level at one point current. Later we're > going to do it in a few places, so move it to a separate function. I guess this function will work on ILK/SNB/IVB e

[Intel-gfx] [PATCH 07/16] drm/i915: Refactor wm_lp to level calculation

2013-10-09 Thread ville . syrjala
From: Ville Syrjälä On HSW the LP1,LP2,LP3 levels are either 1,2,3 or 1,3,4. We make the conversion from LPn to to the level at one point current. Later we're going to do it in a few places, so move it to a separate function. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 8