projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4839e
)
drm/i915: allow interlaced mode output on the HDMI connector
author
Peter Ross
<
[email protected]
>
Sat, 28 Jan 2012 13:49:26 +0000
(14:49 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_hdmi.c
b/drivers/gpu/drm/i915/intel_hdmi.c
index 64541f7ef90069a07f073980bb17720af60bb3b3..086288e85fadf36d634c9cae0e43957dd00162c2 100644
(file)
--- 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)
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);