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

Commit 503a74e9 authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Disable LPT-H VGA dotclock during crtc disable



Currently we leave the LPT-H VGA dotclock running after turning
the pipe/fdi/port/etc. Properly disable the VGA dotclock as
specified in the modeset sequence.

v2: Fix commit message typo (Paulo)

Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1449260534-14551-1-git-send-email-ville.syrjala@linux.intel.com
parent 060f02d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5176,6 +5176,7 @@ static void haswell_crtc_disable(struct drm_crtc *crtc)

	if (intel_crtc->config->has_pch_encoder) {
		lpt_disable_pch_transcoder(dev_priv);
		lpt_disable_iclkip(dev_priv);
		intel_ddi_fdi_disable(crtc);

		intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,