aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-13 13:40:33 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:00:58 +0300
commitbc24b8b6d75be869e2ae0c1e4d93cbb0463f5935 (patch)
tree8b2717163e5c3b57720ffda0a26591926a3f6fb6 /include/video
parentOMAPDSS: modify get/find functions to go through the device chain (diff)
downloadlinux-dev-bc24b8b6d75be869e2ae0c1e4d93cbb0463f5935.tar.xz
linux-dev-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')
-rw-r--r--include/video/omapdss.h1
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 {