From: Sanghee Kim Date: Sat, 11 Aug 2012 07:24:03 +0000 (-0700) Subject: exynos5: include: vb2: added V4L2_CID_CONTENT_PROTECTION. X-Git-Tag: cm-10.1-M1~223 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb9cad36b81b70a0adff59dfd5145563a5871614;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos5.git exynos5: include: vb2: added V4L2_CID_CONTENT_PROTECTION. This flag is used in DRM play back to inform gscaler that we are passing it protected content. Change-Id: I41890bbe1e261b645b0ee501fa19fbc1f9bdf7ac Signed-off-by: Sanghee Kim --- diff --git a/include/videodev2_exynos_media.h b/include/videodev2_exynos_media.h index 0e13365..576c00c 100644 --- a/include/videodev2_exynos_media.h +++ b/include/videodev2_exynos_media.h @@ -79,6 +79,7 @@ #define V4L2_CID_TV_HPD_STATUS (V4L2_CID_EXYNOS_BASE + 55) #define V4L2_CID_TV_SET_DVI_MODE (V4L2_CID_EXYNOS_BASE + 57) +#define V4L2_CID_CONTENT_PROTECTION (V4L2_CID_EXYNOS_BASE + 201) /* for color space conversion equation selection */ #define V4L2_CID_CSC_EQ_MODE (V4L2_CID_EXYNOS_BASE + 100) #define V4L2_CID_CSC_EQ (V4L2_CID_EXYNOS_BASE + 101)