]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: add new connector types
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 27 Apr 2017 10:02:28 +0000 (13:02 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 07:57:12 +0000 (10:57 +0300)
commit284b3d38fb4295287872df8c5e14b2b3a22f95f1
tree081f24d3469f6295d00272a115e0433090674a73
parente2d37547ac7e6531cda3069f4c5beed0c2ebc91e
drm/omap: add new connector types

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: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_drv.c