drm/i915: allow interlaced mode output on the HDMI connector
authorPeter Ross <[email protected]>
Sat, 28 Jan 2012 13:49:26 +0000 (14:49 +0100)
committerDaniel Vetter <[email protected]>
Fri, 10 Feb 2012 16:28:49 +0000 (17:28 +0100)
Signed-off-by: Peter Ross <[email protected]>
Reviewed-by: Eugeni Dodonov <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]>
Tested-by: Paulo Zanoni <[email protected]>
Tested-by: Christopher Egert <[email protected]>
Tested-by: Alfonso Fiore <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_hdmi.c

index 64541f7ef90069a07f073980bb17720af60bb3b3..086288e85fadf36d634c9cae0e43957dd00162c2 100644 (file)
@@ -514,7 +514,7 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
        intel_encoder->type = INTEL_OUTPUT_HDMI;
 
        connector->polled = DRM_CONNECTOR_POLL_HPD;
-       connector->interlace_allowed = 0;
+       connector->interlace_allowed = 1;
        connector->doublescan_allowed = 0;
        intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);