summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/apply.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-10-24 12:39:53 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-12-07 17:05:56 +0200
commitbb39813413db782cc77b94d55cb5d044f42079df (patch)
tree76cd7a0e4654570506682ea0c533be03e0b73bb9 /drivers/video/omap2/dss/apply.c
parent1550202d4a7593655a2aca99e39a58751073c92a (diff)
downloadop-kernel-dev-bb39813413db782cc77b94d55cb5d044f42079df.zip
op-kernel-dev-bb39813413db782cc77b94d55cb5d044f42079df.tar.gz
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>
Diffstat (limited to 'drivers/video/omap2/dss/apply.c')
-rw-r--r--drivers/video/omap2/dss/apply.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
index 5952f14..0de0d3c 100644
--- a/drivers/video/omap2/dss/apply.c
+++ b/drivers/video/omap2/dss/apply.c
@@ -27,6 +27,7 @@
#include "dss.h"
#include "dss_features.h"
+#include "dispc-compat.h"
/*
* We have 4 levels of cache for the dispc settings. First two are in SW and
OpenPOWER on IntegriCloud