aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index be6590dc66a5..14f261b584fa 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -121,15 +121,6 @@ enum omap_rfbi_te_mode {
121 OMAP_DSS_RFBI_TE_MODE_2 = 2, 121 OMAP_DSS_RFBI_TE_MODE_2 = 2,
122}; 122};
123 123
124enum omap_panel_config {
125 OMAP_DSS_LCD_IVS = 1<<0,
126 OMAP_DSS_LCD_IHS = 1<<1,
127 OMAP_DSS_LCD_IPC = 1<<2,
128 OMAP_DSS_LCD_IEO = 1<<3,
129 OMAP_DSS_LCD_RF = 1<<4,
130 OMAP_DSS_LCD_ONOFF = 1<<5,
131};
132
133enum omap_dss_signal_level { 124enum omap_dss_signal_level {
134 OMAPDSS_SIG_ACTIVE_HIGH = 0, 125 OMAPDSS_SIG_ACTIVE_HIGH = 0,
135 OMAPDSS_SIG_ACTIVE_LOW = 1, 126 OMAPDSS_SIG_ACTIVE_LOW = 1,
@@ -572,8 +563,6 @@ struct omap_dss_device {
572 /* Unit: line clocks */ 563 /* Unit: line clocks */
573 int acb; /* ac-bias pin frequency */ 564 int acb; /* ac-bias pin frequency */
574 565
575 enum omap_panel_config config;
576
577 enum omap_dss_dsi_pixel_format dsi_pix_fmt; 566 enum omap_dss_dsi_pixel_format dsi_pix_fmt;
578 enum omap_dss_dsi_mode dsi_mode; 567 enum omap_dss_dsi_mode dsi_mode;
579 struct omap_dss_dsi_videomode_data dsi_vm_data; 568 struct omap_dss_dsi_videomode_data dsi_vm_data;