From: Jesse Barnes Date: Thu, 28 Jul 2011 21:50:30 +0000 (-0700) Subject: drm/i915: fix CB tuning check for ILK+ X-Git-Tag: v3.1-rc1~22^2~10^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0e093162d7b6589c2217a00e2abfef686b32d6;p=pandora-kernel.git drm/i915: fix CB tuning check for ILK+ CB tuning is needed to handle potential process variations that might cause clock jitter for certain PLL settings. However, we were setting it incorrectly since we were using the wrong M value as a check (M1 when we needed to use the whole M value). Fix it up, making my HDMI attached display a little prettier (used to have occasional dots crawl across the display). Signed-off-by: Jesse Barnes Signed-off-by: Keith Packard --- Reading git-diff-tree failed