OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Oct 2012 11:14:38 +0000 (14:14 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:38 +0000 (12:44 +0200)
commit3a979f8ad2014f6bff862b01d21ce151aa47968a
tree80559ce06660acf404dfd639d535b4bbc82a1dc6
parent392faa0e1a8de2529183b62409f90997a2c80d3f
OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync

The current dispc_mgr_enable/disable function are blocking, and do a bit
too much for omapdrm. We'll expose new enable & disable functions that
will just set the bits in the registers in the following patches.

This patch renames the current functions to *_sync, to make it clear
that they are blocking, and also to free up the dispc_mgr_enable/disable
names for these new functions.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss.h