From: Daniel Vetter Date: Wed, 5 Jun 2013 11:34:27 +0000 (+0200) Subject: drm/i915: move encoder pre enable hooks togther on ilk+ X-Git-Tag: v3.12-rc1~136^2~165^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952735ee416f686fac55957b221461dfbd80ce1c;p=pandora-kernel.git drm/i915: move encoder pre enable hooks togther on ilk+ The ->pre_enable hook is only used for the cpu edp port on ilk-ivb, so we can safely move it up across the fdi pll enabling. Unfortunately we can't (yet) merge in the pre_pll enable hook despite that only lvds uses it on ilk-ivb: Since the same lvds hook is also need on i9xx platforms we need to fix up the pll enabling sequence there, too. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed