From: Daniel Vetter Date: Fri, 7 Jun 2013 21:10:32 +0000 (+0200) Subject: drm/i915: move shared_dpll into the pipe config X-Git-Tag: v3.11-rc1~65^2~61^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43f6e0fd6219e806268d5fef67db722875393a0;p=pandora-kernel.git drm/i915: move shared_dpll into the pipe config With the big sed-job prep work done this is now really simple. With the exception that we only assign the right shared dpll id in the ->mode_set callback but also depend upon the old one still being around. Until that mess is fixed up we need to jump through a few hoops to keep the old value save. v2: Kill the funny whitespace spotted by Chris. v3: Move the shared_dpll pipe config fixup into this patch as noticed by Ville. Also unconditionally set the shared_dpll with the current one, since otherwise we won't handle direct pch port -> cpu edp transitions correctly. Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed