Re: [Intel-gfx] [PATCH 13/24] drm/i915: Refactor ilk_update_wm

2014-04-23 Thread Paulo Zanoni
2014-03-07 13:32 GMT-03:00 : > From: Ville Syrjälä > > Split ilk_update_wm() into two parts; one doing the progragramming > and the other the calculations. There are 1.060 google results for the word "progragramming", which you used above :) Sounds like one of those words that have some special

[Intel-gfx] [PATCH 13/24] drm/i915: Refactor ilk_update_wm

2014-03-07 Thread ville . syrjala
From: Ville Syrjälä Split ilk_update_wm() into two parts; one doing the progragramming and the other the calculations. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 38 ++ 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/d