]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/omap: HDMI5: allow interlace
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 13 Jan 2016 16:41:40 +0000 (18:41 +0200)
committerTomi 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

index 34174ea85a542e16784be578f0c5bd169385b70f..b2dd4c9f20d54660020f5587a459c61e85a7a189 100644 (file)
@@ -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;