diff options
| author | Archit Taneja <archit@ti.com> | 2012-06-21 00:15:11 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-06-29 03:15:46 -0400 |
| commit | d21f43bc392911acf01b7f2090615df4ca09ac7d (patch) | |
| tree | e70cbdbcb4d4188ffd7f5f9cca708a0ea6919d10 /include | |
| parent | 5ae9eaa6dbeccab781cd9312371fad801a5ba1a2 (diff) | |
OMAPDSS: Remove passive matrix LCD support (part 3)
Remove omap_lcd_display_type enum
The enum omap_lcd_display_type is used to configure the lcd display type in
DISPC. Remove this enum and always set display type to TFT by creating function
dss_mgr_set_lcd_type_tft().
Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/video/omapdss.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 12bc2dfdcdc4..115bbd849806 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
| @@ -104,11 +104,6 @@ enum omap_color_mode { | |||
| 104 | OMAP_DSS_COLOR_XRGB16_1555 = 1 << 18, /* xRGB16 - 1555 */ | 104 | OMAP_DSS_COLOR_XRGB16_1555 = 1 << 18, /* xRGB16 - 1555 */ |
| 105 | }; | 105 | }; |
| 106 | 106 | ||
| 107 | enum omap_lcd_display_type { | ||
| 108 | OMAP_DSS_LCD_DISPLAY_STN, | ||
| 109 | OMAP_DSS_LCD_DISPLAY_TFT, | ||
| 110 | }; | ||
| 111 | |||
| 112 | enum omap_dss_load_mode { | 107 | enum omap_dss_load_mode { |
| 113 | OMAP_DSS_LOAD_CLUT_AND_FRAME = 0, | 108 | OMAP_DSS_LOAD_CLUT_AND_FRAME = 0, |
| 114 | OMAP_DSS_LOAD_CLUT_ONLY = 1, | 109 | OMAP_DSS_LOAD_CLUT_ONLY = 1, |
