OSDN Git Service

[media] vivid: add support for SMPTE 2084 transfer function
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 13 Sep 2015 19:15:20 +0000 (16:15 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 30 Sep 2015 22:49:41 +0000 (19:49 -0300)
Support the new SMPTE 2084 transfer function in the vivid test driver.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vivid/vivid-ctrls.c

index d74aebb..f41ac0b 100644 (file)
@@ -728,6 +728,7 @@ static const char * const vivid_ctrl_xfer_func_strings[] = {
        "SMPTE 240M",
        "None",
        "DCI-P3",
+       "SMPTE 2084",
        NULL,
 };