|
@@ -1926,6 +1926,7 @@ intel_dp_link_down(struct intel_dp *intel_dp)
|
|
intel_wait_for_vblank(dev, to_intel_crtc(crtc)->pipe);
|
|
intel_wait_for_vblank(dev, to_intel_crtc(crtc)->pipe);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ DP &= ~DP_AUDIO_OUTPUT_ENABLE;
|
|
I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
|
|
I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN);
|
|
POSTING_READ(intel_dp->output_reg);
|
|
POSTING_READ(intel_dp->output_reg);
|
|
msleep(intel_dp->panel_power_down_delay);
|
|
msleep(intel_dp->panel_power_down_delay);
|