Skip to content
Commit beea6214 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

drm/omap: fix analog tv-out modecheck



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>
parent 2419672f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment