commit | bb39813413db782cc77b94d55cb5d044f42079df | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 24 12:39:53 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Dec 07 17:05:56 2012 +0200 |
tree | 76cd7a0e4654570506682ea0c533be03e0b73bb9 | |
parent | 1550202d4a7593655a2aca99e39a58751073c92a [diff] |
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>