From: Imre Deak Date: Thu, 9 Jan 2014 15:08:16 +0000 (+0200) Subject: drm/i915: vlv: W/a for hotplug/manual VGA detection X-Git-Tag: v3.14-rc1~47^2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5cbfbfb2e0e44ed18cbadc02e0247bd1e60fb39;p=pandora-kernel.git drm/i915: vlv: W/a for hotplug/manual VGA detection VGA detection requires the reference clock to be on, so make sure this is the case. This fixes VGA hotplug/manual detection where all pipes are off and so we would normally disable all clocks. v2: - Instead of disabling PSR clock gating, force the reference clock on through the DPLL_A register. (Kin Chan S ) v3: - Move enabling of the clock to intel_reset_dpio() and use the DPLL_B register instead, where we already have a similar tweak for the CRI clock. (Ville) Reported-by: Joonas Lahtinen Signed-off-by: Imre Deak Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed