summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorTerence Hampson <thampson@codeaurora.org>2015-08-25 10:49:41 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:45:57 -0700
commitcc7c1fe8ecec23ebdcd3f4dae92ac9dd1e41f296 (patch)
tree756989d9fdcd14b94495b52bce3e8e067249e20d /include/uapi
parent483e0f32972d5f0e92626f9984f1cf3df2738725 (diff)
uapi: msm: mdss: add flag to indicate if content is interlaced
When rotation session involves an interlaced layer that is intended to be deinterlaced by MDP, client is expected to pass in flag indicating rotator needs to deinterlace content. Change-Id: I27c009e32cd82e00713c20b3accb2efbe5587344 Signed-off-by: Terence Hampson <thampson@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/mdss_rotator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/mdss_rotator.h b/include/uapi/linux/mdss_rotator.h
index d7c6ebbf3686..cc30aaa61b2f 100644
--- a/include/uapi/linux/mdss_rotator.h
+++ b/include/uapi/linux/mdss_rotator.h
@@ -41,6 +41,9 @@ Rotation request flag
/* rotate 270 degree */
#define MDP_ROTATION_270 (MDP_ROTATION_90 | MDP_ROTATION_180)
+/* format is interlaced */
+#define MDP_ROTATION_DEINTERLACE 0x10
+
/* enable bwc */
#define MDP_ROTATION_BWC_EN 0x40