]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move lowfreq_avail around a bit in ilk/hsw_crtc_mode_set
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:55:07 +0000 (23:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 20 May 2014 12:08:58 +0000 (14:08 +0200)
commitd9aff1075bd28939a2b1752ca5120d55aa1eea41
tree4c34fbecfde52de07e8dc01f5b73386ae6f19a17
parent67e35871c80b7255f8bb0f8b6029a9563f071621
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 <shobhit.kumar@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c