Skip to content

Commit

Permalink
drm/i915: Disable LPT-H VGA dotclock during crtc disable
Browse files Browse the repository at this point in the history
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ä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1449260534-14551-1-git-send-email-ville.syrjala@linux.intel.com
  • Loading branch information
Ville Syrjälä committed Dec 8, 2015
1 parent 060f02d commit 503a74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 503a74e

Please sign in to comment.