From: Daniel Vetter Date: Sat, 6 Jul 2013 10:52:06 +0000 (+0200) Subject: drm/i915: dvo needs a P2 divisor of 4 X-Git-Tag: v3.12-rc1~136^2~165^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d536e2858ead64ea945552ec6a491f968c55888;p=pandora-kernel.git drm/i915: dvo needs a P2 divisor of 4 Section 1.5.4, "DPLL A Control Register" from Bspec about bit 23 "FPA0/A1 P2 Clock Divide": 0 = Divide by 2 1 = Divide by 4. This bit must be set in DVO non-gang mode So copy the current limits (which should be good for i8xx) and create a new set for dvo encoders. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed