From: Daniel Vetter Date: Thu, 24 Apr 2014 21:55:09 +0000 (+0200) Subject: drm/i915: Shovel hw setup code out of hsw_crtc_mode_set X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229fca97437310c04033ce4708c449ecfbb1b90c;p=pandora-kernel.git drm/i915: Shovel hw setup code out of hsw_crtc_mode_set Again the same story: This code just transform sw state from the pipe config into hardware state. And again we can't move the pll code, but this time around because the state isn't properly tracked in the pipe config. Reviewed-by: Shobhit Kumar Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed