aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-04-30 07:09:53 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-07-01 05:01:15 -0400
commit8cff88c5da2197aa601409d4a7ce8f83f8de8190 (patch)
tree54d106373bd366517ed731e20ef34d84072be33a /include/video
parent27cc213ea7dde929692df46a64c8d8ef74663e48 (diff)
OMAP: DSS2: remove update_mode from omapdss
Remove the whole update_mode stuff from omapdss driver. If automatic update for manual update displays is needed, it's better implemented in higher layers. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-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 bb397381eca3..388577d10ab8 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -134,12 +134,6 @@ enum omap_display_caps {
134 OMAP_DSS_DISPLAY_CAP_TEAR_ELIM = 1 << 1, 134 OMAP_DSS_DISPLAY_CAP_TEAR_ELIM = 1 << 1,
135}; 135};
136 136
137enum omap_dss_update_mode {
138 OMAP_DSS_UPDATE_DISABLED = 0,
139 OMAP_DSS_UPDATE_AUTO,
140 OMAP_DSS_UPDATE_MANUAL,
141};
142
143enum omap_dss_display_state { 137enum omap_dss_display_state {
144 OMAP_DSS_DISPLAY_DISABLED = 0, 138 OMAP_DSS_DISPLAY_DISABLED = 0,
145 OMAP_DSS_DISPLAY_ACTIVE, 139 OMAP_DSS_DISPLAY_ACTIVE,
@@ -524,11 +518,6 @@ struct omap_dss_driver {
524 int (*resume)(struct omap_dss_device *display); 518 int (*resume)(struct omap_dss_device *display);
525 int (*run_test)(struct omap_dss_device *display, int test); 519 int (*run_test)(struct omap_dss_device *display, int test);
526 520
527 int (*set_update_mode)(struct omap_dss_device *dssdev,
528 enum omap_dss_update_mode);
529 enum omap_dss_update_mode (*get_update_mode)(
530 struct omap_dss_device *dssdev);
531
532 int (*update)(struct omap_dss_device *dssdev, 521 int (*update)(struct omap_dss_device *dssdev,
533 u16 x, u16 y, u16 w, u16 h); 522 u16 x, u16 y, u16 w, u16 h);
534 int (*sync)(struct omap_dss_device *dssdev); 523 int (*sync)(struct omap_dss_device *dssdev);