aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 75026ba41a8e..185c5aa1bb25 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -514,7 +514,7 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
514 connector->polled = DRM_CONNECTOR_POLL_HPD; 514 connector->polled = DRM_CONNECTOR_POLL_HPD;
515 connector->interlace_allowed = 0; 515 connector->interlace_allowed = 0;
516 connector->doublescan_allowed = 0; 516 connector->doublescan_allowed = 0;
517 intel_encoder->crtc_mask = (1 << 0) | (1 << 1); 517 intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
518 518
519 /* Set up the DDC bus. */ 519 /* Set up the DDC bus. */
520 if (sdvox_reg == SDVOB) { 520 if (sdvox_reg == SDVOB) {