From 8e13bb2ba2f9c00b90017ecb3a4528307689c75c Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Fri, 19 Jan 2018 15:15:58 +0200 Subject: MLK-17634-6: drm: imx: dcss: add P010 drm format This is 10-bit per channel YUV420 semi-planar. Signed-off-by: Laurentiu Palcu --- include/uapi/drm/drm_fourcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi') diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index cb7dfe41e436..fffa5eff067e 100644 --- a/include/uapi/drm/drm_fourcc.h +++ b/include/uapi/drm/drm_fourcc.h @@ -119,6 +119,7 @@ extern "C" { #define DRM_FORMAT_NV61 fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */ #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */ #define DRM_FORMAT_NV42 fourcc_code('N', 'V', '4', '2') /* non-subsampled Cb:Cr plane */ +#define DRM_FORMAT_P010 fourcc_code('P', '0', '1', '0') /* 2x2 subsampled Cr:Cb plane, 10-bit per channel */ /* * 3 plane YCbCr -- cgit v1.2.3