From: Daniel Vetter Date: Wed, 5 Jun 2013 11:34:32 +0000 (+0200) Subject: drm/i915: Fix up cpt pixel multiplier enable sequence X-Git-Tag: v3.12-rc1~136^2~165^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad8a208abbe1bdfe31512053a81ac4938aed447;p=pandora-kernel.git drm/i915: Fix up cpt pixel multiplier enable sequence Bspec for the "DPLL HDMI multiplier" field says: "Restriction : The DPLL must be enabled and stable before setting these bits. These bits must be programmed after DPLL_SEL is programmed." There is apparently no restriction on programming the DPLL_SEL register wrt the DPLL. So let's just move that up before we enable the pch dpll. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed