diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2015-09-13 21:15:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-01 00:48:27 +0200 |
commit | 2bdd28017e0b4747915265dc294ee0165d52c12e (patch) | |
tree | b4df169ea53587966f3deaa17395fa23b0d2740c /include | |
parent | [media] vivid: add support for the DCI-P3 colorspace (diff) | |
download | linux-2bdd28017e0b4747915265dc294ee0165d52c12e.tar.xz linux-2bdd28017e0b4747915265dc294ee0165d52c12e.zip |
[media] videodev2.h: add SMPTE 2084 transfer function define
CEA-861.3 adds support for the SMPTE 2084 Electro-Optical Transfer Function
as can be used in HDR displays. Add a define for this in videodev2.h.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 4900e154eca7..80314ad47431 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -269,6 +269,7 @@ enum v4l2_xfer_func { V4L2_XFER_FUNC_SMPTE240M = 4, V4L2_XFER_FUNC_NONE = 5, V4L2_XFER_FUNC_DCI_P3 = 6, + V4L2_XFER_FUNC_SMPTE2084 = 7, }; /* |