|
@@ -662,7 +662,7 @@ void intel_crt_init(struct drm_device *dev)
|
|
if (IS_HASWELL(dev))
|
|
if (IS_HASWELL(dev))
|
|
crt->base.crtc_mask = (1 << 0);
|
|
crt->base.crtc_mask = (1 << 0);
|
|
else
|
|
else
|
|
- crt->base.crtc_mask = (1 << 0) | (1 << 1);
|
|
|
|
|
|
+ crt->base.crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
|
|
|
|
|
|
if (IS_GEN2(dev))
|
|
if (IS_GEN2(dev))
|
|
connector->interlace_allowed = 0;
|
|
connector->interlace_allowed = 0;
|