drivers/video/omap2/dss/dispc-compat.c
0 → 100644
+207
−0
drivers/video/omap2/dss/dispc-compat.h
0 → 100644
+24
−0
+0
−175
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>