From: Tomi Valkeinen Date: Wed, 13 Jan 2016 16:41:40 +0000 (+0200) Subject: drm/omap: HDMI5: allow interlace X-Git-Tag: next-20160307~69^2^2~50 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d31966ffd123e4bc3426af26855f77c2d3a70d2b;p=karo-tx-linux.git drm/omap: HDMI5: allow interlace Now that interlace support has been added, we can remove the check that prevents interlace. Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart --- diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi5.c b/drivers/gpu/drm/omapdrm/dss/hdmi5.c index 34174ea85a54..b2dd4c9f20d5 100644 --- 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;