From 7894acdb9a3903be2a2a2fe3cc688239e91bbed4 Mon Sep 17 00:00:00 2001 From: Xiaowen Wu Date: Tue, 11 Dec 2018 19:15:36 -0500 Subject: 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 Signed-off-by: Rahul Sharma --- include/uapi/drm/sde_drm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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_) */ #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 -- cgit v1.2.3