OMAPDSS: move blocking mgr enable/disable to compat layer
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 24 Oct 2012 09:39:53 +0000 (12:39 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:56 +0000 (17:05 +0200)
commitbb39813413db782cc77b94d55cb5d044f42079df
tree76cd7a0e4654570506682ea0c533be03e0b73bb9
parent1550202d4a7593655a2aca99e39a58751073c92a
OMAPDSS: move blocking mgr enable/disable to compat layer

dispc_mgr_enable_sync and dispc_mgr_disable_sync are only used with the
compat mode. Non-compat will use the simpler enable and disable
functions.

This patch moves the synchronous enable/disable code to the compat
layer. A new file is created, dispc-compat.c, which contains low level
dispc compat code (versus apply.c, which contains slightly higher level
compat code).

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/Makefile
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/dispc-compat.c [new file with mode: 0644]
drivers/video/omap2/dss/dispc-compat.h [new file with mode: 0644]
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dss.h
This page took 0.027433 seconds and 5 git commands to generate.