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:
14ac593
)
drm/omap: HDMI5: allow interlace
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 13 Jan 2016 16:41:40 +0000
(18:41 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:36:43 +0000
(17:36 +0200)
Now that interlace support has been added, we can remove the check that
prevents interlace.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/dss/hdmi5.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/dss/hdmi5.c
b/drivers/gpu/drm/omapdrm/dss/hdmi5.c
index 34174ea85a542e16784be578f0c5bd169385b70f..b2dd4c9f20d54660020f5587a459c61e85a7a189 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/dss/hdmi5.c
+++ b/
drivers/gpu/drm/omapdrm/dss/hdmi5.c
@@
-284,10
+284,6
@@
static int hdmi_display_check_timing(struct omap_dss_device *dssdev,
{
struct omap_dss_device *out = &hdmi.output;
- /* TODO: proper interlace support */
- if (timings->interlace)
- return -EINVAL;
-
if (!dispc_mgr_timings_ok(out->dispc_channel, timings))
return -EINVAL;