Skip to content

Commit 503a74e

Browse files
committed
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: Ville Syrjälä <[email protected]> Reviewed-by: Paulo Zanoni <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 060f02d commit 503a74e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/intel_display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5176,6 +5176,7 @@ static void haswell_crtc_disable(struct drm_crtc *crtc)
51765176

51775177
if (intel_crtc->config->has_pch_encoder) {
51785178
lpt_disable_pch_transcoder(dev_priv);
5179+
lpt_disable_iclkip(dev_priv);
51795180
intel_ddi_fdi_disable(crtc);
51805181

51815182
intel_set_pch_fifo_underrun_reporting(dev_priv, TRANSCODER_A,

0 commit comments

Comments
 (0)