diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-21 07:29:56 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-21 07:29:56 -0800 |
| commit | 89936c94ec0d72164b921217952d1bbd79eed9b2 (patch) | |
| tree | fbc38908317fbd46f81514bee4d78266a2e149b1 /include/uapi | |
| parent | 1c2dbebda1b63d750d6c4c65fa86142051620f7b (diff) | |
| parent | cbd1c43d5a8ae87d5f4671f02c4b0a9a27cbd895 (diff) | |
Merge "msm: sde: secure camera changes for v4l2 rotator"
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/media/msm_sde_rotator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/media/msm_sde_rotator.h b/include/uapi/media/msm_sde_rotator.h index 4487edf0c854..3546b0bf1377 100644 --- a/include/uapi/media/msm_sde_rotator.h +++ b/include/uapi/media/msm_sde_rotator.h @@ -86,4 +86,10 @@ struct msm_sde_rotator_fence { /* SDE Rotator private control ID's */ #define V4L2_CID_SDE_ROTATOR_SECURE (V4L2_CID_USER_BASE + 0x1000) +/* + * This control Id indicates this context is associated with the + * secure camera. + */ +#define V4L2_CID_SDE_ROTATOR_SECURE_CAMERA (V4L2_CID_USER_BASE + 0x2000) + #endif /* __UAPI_MSM_SDE_ROTATOR_H__ */ |
