diff options
author | Archit Taneja <archit@ti.com> | 2012-06-29 02:43:32 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-06-29 03:15:51 -0400 |
commit | 07fb51c6bda74210b57a06e6dc901a6b0f04c09a (patch) | |
tree | aa61f3857d164a1d7d33d66b36af1161f94be63b /include/video | |
parent | 783babf33f47c8d42e73900575dd9beea98fca40 (diff) |
OMAPDSS: Remove omap_panel_config enum from omap_dss_device
omap_panel_config contains fields which are finally written to DISPC_POL_FREQo
registers. These are now held by omap_video_timings and are set when the manager
timings are applied.
Remove the omap_panel_config enum, and remove all it's references from panel or
interface drivers.
Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 11 |
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 | ||
124 | enum 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 | |||
133 | enum omap_dss_signal_level { | 124 | enum 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; |