diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-15 07:43:53 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:43 -0500 |
commit | bf213523fe9708572a0b0a9149f7196a4f058564 (patch) | |
tree | 55ec6aa25d0b7df07ab6adc87890eb267cf17861 /include/video | |
parent | 9a147a65de1ac89e506ef90413f41ebd96e03fd3 (diff) |
OMAPDSS: APPLY: move mgr->enabled to mgr_priv_data
struct omap_overlay_manager contains "enabled"-field, used to track if
the manager is enabled or not. This field should be internal to apply.c.
This patch moves the field to mgr_priv_data, and applies the necessary
locking when accessing the field.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 25ef771b0a31..6e3e7a716838 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -430,8 +430,6 @@ struct omap_overlay_manager { | |||
430 | struct omap_dss_device *device; | 430 | struct omap_dss_device *device; |
431 | struct omap_overlay_manager_info info; | 431 | struct omap_overlay_manager_info info; |
432 | 432 | ||
433 | bool enabled; | ||
434 | |||
435 | bool device_changed; | 433 | bool device_changed; |
436 | /* if true, info has been changed but not applied() yet */ | 434 | /* if true, info has been changed but not applied() yet */ |
437 | bool info_dirty; | 435 | bool info_dirty; |