summaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2012-06-21 09:41:10 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-06-29 10:10:03 +0300
commit5ae9eaa6dbeccab781cd9312371fad801a5ba1a2 (patch)
treeb29f2444ab400c244e20c85e112ce5260e5678da /include/video/omapdss.h
parent6d523e7b0e25e360ab55c283d9f8d49ce843c565 (diff)
downloadop-kernel-dev-5ae9eaa6dbeccab781cd9312371fad801a5ba1a2.zip
op-kernel-dev-5ae9eaa6dbeccab781cd9312371fad801a5ba1a2.tar.gz
OMAPDSS: Remove passive matrix LCD support (part 2)
Remove OMAP_DSS_LCD_TFT as a omap_panel_config flag. We don't support passive matrix displays any more. Remove this flag from all the panel drivers. Force the display_type to OMAP_DSS_LCD_DISPLAY_TFT in the interface drivers. Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 117de0e..12bc2df 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -133,8 +133,6 @@ enum omap_panel_config {
OMAP_DSS_LCD_IEO = 1<<3,
OMAP_DSS_LCD_RF = 1<<4,
OMAP_DSS_LCD_ONOFF = 1<<5,
-
- OMAP_DSS_LCD_TFT = 1<<20,
};
enum omap_dss_venc_type {
OpenPOWER on IntegriCloud