aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-11-16 06:58:07 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-12-02 01:54:46 -0500
commit388c4c6cbb335e69fe23c8d18bd4b0e8dd66901b (patch)
tree544f9d9431995b6cf7ffe89ff10d1a8604130524 /include/video
parent7609893c637b422eec88b57d204f02d8798cfc65 (diff)
OMAPDSS: APPLY: move mgr->info to apply.c
struct omap_overlay_manager contains info and info_dirty fields, both of which should be internal to apply.c. This patch moves those fields into mgr_priv data, and names them user_info and user_info_dirty. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 9d01ff66659f..0d5333f6e4a1 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -430,11 +430,8 @@ struct omap_overlay_manager {
430 430
431 /* dynamic fields */ 431 /* dynamic fields */
432 struct omap_dss_device *device; 432 struct omap_dss_device *device;
433 struct omap_overlay_manager_info info;
434 433
435 bool device_changed; 434 bool device_changed;
436 /* if true, info has been changed but not applied() yet */
437 bool info_dirty;
438 435
439 int (*set_device)(struct omap_overlay_manager *mgr, 436 int (*set_device)(struct omap_overlay_manager *mgr,
440 struct omap_dss_device *dssdev); 437 struct omap_dss_device *dssdev);