From: Ville Syrjälä Date: Fri, 13 Jun 2014 10:37:48 +0000 (+0300) Subject: drm/i915: Give names to the CCK_DISPLAY_CLOCK_CONTROL bits X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf33db5eb6a485a16668e19dbcfdfc0f6c61090;p=pandora-kernel.git drm/i915: Give names to the CCK_DISPLAY_CLOCK_CONTROL bits Avoid using magic values for CCK frequency bits. Also the mask we were using for the requested frequency was one bit too short. Fix it up. Note: This also fixes the #define for a mask (spotted by Jesse in his review). Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes [danvet: Add note about mask change.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed