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)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 21 Oct 2015 21:54:02 +0000 (14:54 -0700)
commitb9d5c839f18c8bbd79a61013371eb8cadf6d897d
tree468f05eb1146a959a72dec9de6455598bed7adde
parent791a32be6eb233773dd5698375d051af99e68d3b
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>
Smoke-tested-by: Paulo Zanoni <przanoni@gmail.com>
Link: http://patchwork.freedesktop.org/patch/60366/
drivers/gpu/drm/i915/intel_pm.c