From: Daniel Vetter Date: Thu, 24 Apr 2014 21:55:07 +0000 (+0200) Subject: drm/i915: Move lowfreq_avail around a bit in ilk/hsw_crtc_mode_set X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644cef34670aea8a995aa454d92e51c3180015a1;p=pandora-kernel.git drm/i915: Move lowfreq_avail around a bit in ilk/hsw_crtc_mode_set Now this really should be in the pipe config somewhere, but till now it isn't. We can at least move it up a bit next to all the other pll code since intel_dp_set_m_n really doesn't depend upon this. This is just prep work so that moving all the hw frobbing code from ->crtc_mode_set to ->crtc_enable is clean. v2: Do the same for haswell while at it, not just for ivb. Reviewed-by: Shobhit Kumar Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed