From: Sean Paul Date: Tue, 10 Jan 2012 23:09:36 +0000 (-0800) Subject: drm/i915: Only look for matching clocks for LVDS downclock X-Git-Tag: v3.4-rc1~143^2~98^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec2f356d59d9e070413e5966a3c5a1af136d948;p=pandora-kernel.git drm/i915: Only look for matching clocks for LVDS downclock This patch enforces that the downclock clock source is the same as the preferred clock source for LVDS. This fixes a bug where the driver chooses a downclock clock source with a different P than the preferred mode clock source. This happened even if the preferred clock source implemented an acceptable rate for the downclock. The result of this bug is that downclock is disabled. Signed-off-by: Sean Paul Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed