Commit d31966ff authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: HDMI5: allow interlace



Now that interlace support has been added, we can remove the check that
prevents interlace.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 14ac5934
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;