• Tomi Valkeinen's avatar
    drm/omap: add new connector types · 564f88c1
    Tomi Valkeinen authored
    We have been using DRM_MODE_CONNECTOR_Unknown for many of our outputs
    because there has not been a proper connector type for them.
    
    We now have connector type for DPI so let's take it into use. At the
    same time, add better connector types for the remaining outputs too.
    
    This patch sets the following outputs to use the following connector
    types:
    
    DPI -> DPI
    DBI -> DPI (MIPI DBI is very similar to DPI at the bus level)
    SDI -> LVDS (SDI, TI Flatlink 3G, is a type of LVDS)
    VENC -> SVIDEO or Composite
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    564f88c1
omap_drv.c 18.5 KB