commit | bf213523fe9708572a0b0a9149f7196a4f058564 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Nov 15 14:43:53 2011 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Dec 02 08:54:43 2011 +0200 |
tree | 55ec6aa25d0b7df07ab6adc87890eb267cf17861 | |
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>