summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorXiaowen Wu <wxiaowen@codeaurora.org>2018-12-11 19:15:36 -0500
committerGerrit - the friendly Code Review server <code-review@localhost>2019-01-10 01:32:38 -0800
commit7894acdb9a3903be2a2a2fe3cc688239e91bbed4 (patch)
treedbc39267ba4186621a46db50f7718f7185169da6 /include/uapi
parent7079e398af68d93842ba8de8816596dcf6a5857e (diff)
drm/msm/sde: add panel stacking support
To support transparent panel stacking, application will pass non-panel- stacking buffer roi to kernel and let kernel to extend to panel-stacking size. A special flag is defined on source config for this purpose. Change-Id: I59eb290f0f7b92744972391d7db743e2da12300b Signed-off-by: Xiaowen Wu <wxiaowen@codeaurora.org> Signed-off-by: Rahul Sharma <rahsha@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/sde_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/sde_drm.h b/include/uapi/drm/sde_drm.h
index 71159cb377d8..aee96735572a 100644
--- a/include/uapi/drm/sde_drm.h
+++ b/include/uapi/drm/sde_drm.h
@@ -60,6 +60,7 @@
* construct bitmask via (1UL << SDE_DRM_<flag>)
*/
#define SDE_DRM_DEINTERLACE 0 /* Specifies interlaced input */
+#define SDE_DRM_LINEPADDING 1 /* Specifies line padding input */
/* DRM bitmasks are restricted to 0..63 */
#define SDE_DRM_BITMASK_COUNT 64