• Tomi Valkeinen's avatar
    drm/omap: fix analog tv-out modecheck · beea6214
    Tomi Valkeinen authored
    omapdrm rejects all venc (analog tv-out) videomodes, due to somewhat
    strict checking of the values, making tv-out unusable.
    
    We only support two videomodes, one for PAL and one for NTSC, so instead
    of trying to check every field in the videomode struct, this patch makes
    the driver check only the pixel clock and the size of the display.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    beea6214
venc.c 23.6 KB