OMAPDSS: hide manager's enable/disable()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 4 Nov 2011 08:22:46 +0000 (10:22 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:31 +0000 (08:54 +0200)
omap_overlay_manager struct contains enable() and disable() functions.
However, these are only meant to be used from inside omapdss, and thus
it's bad to expose the functions.

This patch adds dss_mgr_enable() and dss_mgr_disable() functions to
apply.c, which handle enabling and disabling the output.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found