diff options
author | Peter Ross <pross@xvid.org> | 2012-01-28 08:49:26 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-02-10 11:28:49 -0500 |
commit | c3febcc438ba0878b164c74310bd77c50dbb0ba8 (patch) | |
tree | 7de81f7b2a5d1d0b8fcfa8d5e129192d64aa11d0 /drivers/gpu/drm/i915/intel_hdmi.c | |
parent | 8f4839e21ea9a8f7300daac1fa30bfec514c9a25 (diff) |
drm/i915: allow interlaced mode output on the HDMI connector
Signed-off-by: Peter Ross <pross@xvid.org>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-by: Christopher Egert <cme3000@gmail.com>
Tested-by: Alfonso Fiore <alfonso.fiore@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_hdmi.c | 2 |
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 64541f7ef900..086288e85fad 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 | intel_encoder->type = INTEL_OUTPUT_HDMI; | 514 | intel_encoder->type = INTEL_OUTPUT_HDMI; |
515 | 515 | ||
516 | connector->polled = DRM_CONNECTOR_POLL_HPD; | 516 | connector->polled = DRM_CONNECTOR_POLL_HPD; |
517 | connector->interlace_allowed = 0; | 517 | connector->interlace_allowed = 1; |
518 | connector->doublescan_allowed = 0; | 518 | connector->doublescan_allowed = 0; |
519 | intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2); | 519 | intel_encoder->crtc_mask = (1 << 0) | (1 << 1) | (1 << 2); |
520 | 520 | ||