aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-11-16 07:17:54 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-12-02 01:54:47 -0500
commit5d5a97a6fbf98f82ae50c837eba3ebcfea0902f8 (patch)
treeb8f6a3f1a5ef3a00c539b70574bc57477147927c /include/video/omapdss.h
parentc1a9febfafa2a9a9ac09b2de4c80aa96b41a03d1 (diff)
OMAPDSS: APPLY: move channel-field to extra_info set
Setting overlay's output channel is currently handled at the same time as other overlay attributes. This is not right, as the normal attributes should only affect one overlay and manager, but changing the channel affects two managers. This patch moves the channel field into the "extra_info" set, handled together with enabled-status. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@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 2e2c53f5e7ca..e629b0de3262 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -384,8 +384,6 @@ struct omap_overlay {
384 /* dynamic fields */ 384 /* dynamic fields */
385 struct omap_overlay_manager *manager; 385 struct omap_overlay_manager *manager;
386 386
387 bool manager_changed;
388
389 int (*enable)(struct omap_overlay *ovl); 387 int (*enable)(struct omap_overlay *ovl);
390 int (*disable)(struct omap_overlay *ovl); 388 int (*disable)(struct omap_overlay *ovl);
391 bool (*is_enabled)(struct omap_overlay *ovl); 389 bool (*is_enabled)(struct omap_overlay *ovl);