]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8fc912d9a96b3d59ec91c7386800d6ee2410418e
tree560338e72d4a498e9a0164dbf0da8b54ff4ae3a1
parent19252f1fbcd6c2c11543ce7c9ed9bab116b23341
OMAPDSS: hide manager's enable/disable()

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>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.h
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/manager.c
drivers/video/omap2/dss/sdi.c
drivers/video/omap2/dss/venc.c
include/video/omapdss.h