diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-13 13:40:33 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 14:00:58 +0300 |
commit | bc24b8b6d75be869e2ae0c1e4d93cbb0463f5935 (patch) | |
tree | 8b2717163e5c3b57720ffda0a26591926a3f6fb6 /include/video/omapdss.h | |
parent | efedce1425976fc73154a826552aad4f54086a25 (diff) | |
download | blackbird-op-linux-bc24b8b6d75be869e2ae0c1e4d93cbb0463f5935.tar.gz blackbird-op-linux-bc24b8b6d75be869e2ae0c1e4d93cbb0463f5935.zip |
OMAPDSS: add OMAP_DISPLAY_TYPE_DVI
Add new display bus type for DVI. This is not used by omapdss driver
itself, but is used by external encoder chips that output DVI.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index cca912a5f32e..cff514eec584 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -70,6 +70,7 @@ enum omap_display_type { OMAP_DISPLAY_TYPE_DSI = 1 << 3, OMAP_DISPLAY_TYPE_VENC = 1 << 4, OMAP_DISPLAY_TYPE_HDMI = 1 << 5, + OMAP_DISPLAY_TYPE_DVI = 1 << 6, }; enum omap_plane { |