Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd9c0188 authored by Paulo Zanoni's avatar Paulo Zanoni Committed by Daniel Vetter
Browse files

drm/i915: don't call intel_disable_pch_pll on Haswell/LPT



This function is only for the previous gens.

Signed-off-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 223a6fdf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3639,7 +3639,6 @@ static void haswell_crtc_disable(struct drm_crtc *crtc)
	if (is_pch_port) {
		ironlake_fdi_disable(crtc);
		lpt_disable_pch_transcoder(dev_priv, cpu_transcoder);
		intel_disable_pch_pll(intel_crtc);
		ironlake_fdi_pll_disable(intel_crtc);
	}