drm/i915: Refactor ilk_update_wm (v3)
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Sep 2015 22:53:14 +0000 (15:53 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 30 Sep 2015 15:15:52 +0000 (17:15 +0200)
commitde165e0bccb4a8fe71debd5adb2f599609bcb8e0
tree0feb7db7b11cf6e3f3a00aaed74df29345324e94
parent47c99438b52d12df50e182583634a4cfede3c920
drm/i915: Refactor ilk_update_wm (v3)

Split ilk_update_wm() into two parts; one doing the programming
and the other the calculations.

v2: Fix typo in commit message

v3 (by Matt): Heavily rebased for current codebase.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c