• Archit Taneja's avatar
    OMAPDSS: HDMI4: Accept non-standard timings · 1e676248
    Archit Taneja authored
    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: default avatarArchit Taneja <archit@ti.com>
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    1e676248
hdmi4.c 13.1 KB