From f7768d3345034fd29ebed5c5deb0a00b3756e98d Mon Sep 17 00:00:00 2001 From: Abhijit Kulkarni Date: Thu, 15 Sep 2016 10:01:45 -0700 Subject: msm: mdss: Add support for secure camera Add interface support for secure camera. This change adds the flag for the secure camera buffer in mdss and sde rotator driver interface. CRs-Fixed: 1085143 Change-Id: I3d4c1c7587b367836a151c3c988f58790611acd1 Signed-off-by: Abhijit Kulkarni --- include/uapi/linux/msm_mdp_ext.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/msm_mdp_ext.h b/include/uapi/linux/msm_mdp_ext.h index 811d8b4e1994..59bfa1231cb5 100644 --- a/include/uapi/linux/msm_mdp_ext.h +++ b/include/uapi/linux/msm_mdp_ext.h @@ -96,6 +96,10 @@ LAYER FLAG CONFIGURATION */ #define MDP_LAYER_MULTIRECT_PARALLEL_MODE 0x2000 + +/* Flag indicates that layer is associated with secure camera session */ +#define MDP_LAYER_SECURE_CAMERA_SESSION 0x4000 + /********************************************************************** DESTINATION SCALER FLAG CONFIGURATION **********************************************************************/ -- cgit v1.2.3