OMAPDSS: HDMI4: Accept non-standard timings
authorArchit Taneja <archit@ti.com>
Mon, 9 Dec 2013 14:09:08 +0000 (19:39 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 13 Jan 2014 10:19:51 +0000 (12:19 +0200)
commit1e676248c87b71e99a710ce1bed6949ddbb42c71
tree43192d33783b0a8efd3839221d44efc3e2da1595
parent558c73e26e8fadb4c1438af9d5277b4b3e8b5ba6
OMAPDSS: HDMI4: Accept non-standard timings

The hdmi4 driver currently rejects any timing which is not from the CEA or VESA
standards. This leads hdmi rejecting any non-standard mode. A non standard
timing may not have a valid code corresponding to it. In such cases, the HDMI
spec suggests to set the code to 0.

Modify the driver to check if the timings fall within the range of the DISPC
TV overlay manager, and remove the check for an invalid code. Add a debug print
specifying the mode and code in hdmi_display_set_timing.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi4.c