aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSreenidhi Koti Ananda Rao2013-04-02 10:05:25 -0500
committerPraneeth Bajjuri2013-07-12 17:41:44 -0500
commit9646b74b5e8eac78e08e38c88635ff6d7c884697 (patch)
tree864a162887f2c61f2dcbad608a764a335db0e958 /include
parentc37b9acbccc4c7668063d45699d25873d80e97c3 (diff)
downloadkernel-video-9646b74b5e8eac78e08e38c88635ff6d7c884697.tar.gz
kernel-video-9646b74b5e8eac78e08e38c88635ff6d7c884697.tar.xz
kernel-video-9646b74b5e8eac78e08e38c88635ff6d7c884697.zip
OMAPDSS: DSSCOMP: Add MFLAG support in DSSCOMP
Descrition: This patch adds client support for dispc MFLAG feature. Change-Id: I10d4784a1bbdd91d05fbf4b21b5780a0bd79b873 Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/dsscomp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/dsscomp.h b/include/video/dsscomp.h
index 00210be5f5d..e4859a7d4aa 100644
--- a/include/video/dsscomp.h
+++ b/include/video/dsscomp.h
@@ -378,6 +378,8 @@ struct dss2_ovl_cfg {
378 __u8 enabled; /* bool */ 378 __u8 enabled; /* bool */
379 __u8 zonly; /* only set zorder and enabled bit */ 379 __u8 zonly; /* only set zorder and enabled bit */
380 __u8 mgr_ix; /* mgr index */ 380 __u8 mgr_ix; /* mgr index */
381
382 bool mflag_en; /* mflag for the overlay */
381} __aligned(4); 383} __aligned(4);
382 384
383enum omapdss_buffer_type { 385enum omapdss_buffer_type {