aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorMykhailo Denysiuk <x0172934@ti.com>2012-06-24 14:22:47 +0300
committerDmytro Kedrovskyi <x0169235@ti.com>2012-07-11 20:26:33 +0300
commitbb99a89dc71d9bcf90978e265ad1a469e144e1e5 (patch)
tree98acbda8be37d5d1d57ae327e61d15b6aae2eaeb /include/video
parentc55fde838e9c48a317d76542ed36036d72740d4d (diff)
downloadkernel_samsung_espresso10-bb99a89dc71d9bcf90978e265ad1a469e144e1e5.zip
kernel_samsung_espresso10-bb99a89dc71d9bcf90978e265ad1a469e144e1e5.tar.gz
kernel_samsung_espresso10-bb99a89dc71d9bcf90978e265ad1a469e144e1e5.tar.bz2
OMAPDSS: DSS: Add MEM2MEM manager mode
This change adds memory-to-memory (M2M) mode with using of the manager. The main idea is to connect write back (WB) pipeline to the manager (overlay, in terms of technical reference manual) which is not in use (physical interface is turned-off) for using advantages of hardware manager in M2M mode. In this case several pipelines can be connected to the manager. Change-Id: Ifa649bd5b18f54f3ce583fdee802c799b2c30711 Co-author: Sergiy Kibrik <sergiikibrik@ti.com> Signed-off-by: Mykhailo Denysiuk <x0172934@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 4bcd711..43e1d9b 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -475,6 +475,9 @@ struct omap_overlay_manager_info {
bool alpha_enabled;
+ /* if true, manager is used in MEM2MEM mode */
+ bool wb_only;
+
struct omapdss_ovl_cb cb;
bool cpr_enable;