From: Ville Syrjälä Date: Wed, 9 Oct 2013 16:18:01 +0000 (+0300) Subject: drm/i915: Refactor wm_lp to level calculation X-Git-Tag: v3.13-rc1~76^2~68^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b380ca3caa821150fddab0052dcce624d18e88ee;p=pandora-kernel.git drm/i915: Refactor wm_lp to level calculation 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ä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed