From: Daniel Vetter Date: Thu, 24 Apr 2014 21:54:53 +0000 (+0200) Subject: drm/i915/dp: Move port A pll setup to g4x_pre_enable_dp X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41f1efb323e99f680650f77c00907904d246bf7;p=pandora-kernel.git drm/i915/dp: Move port A pll setup to g4x_pre_enable_dp Only ilk/snb/ivb need the port A pll setup, so move it to the pre_enable hook for those platforms. We can savely do this since on those platforms there's nothing that touches the hardware between the encoder->mode_set and the encoder->pre_enable calls. Also add a comment that port A is ilk+ only. Reviewed-by: Naresh Kumar Kachhi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed