aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/hdmi5.c4
1 files changed, 0 insertions, 4 deletions
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,
284{ 284{
285 struct omap_dss_device *out = &hdmi.output; 285 struct omap_dss_device *out = &hdmi.output;
286 286
287 /* TODO: proper interlace support */
288 if (timings->interlace)
289 return -EINVAL;
290
291 if (!dispc_mgr_timings_ok(out->dispc_channel, timings)) 287 if (!dispc_mgr_timings_ok(out->dispc_channel, timings))
292 return -EINVAL; 288 return -EINVAL;
293 289