summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cobalt/cobalt-driver.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2015-05-31 11:48:00 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-05 16:51:01 +0200
commit136a5e9e01ed89d8891845027b3ee731bb662926 (patch)
tree49206281a236c37e431c21b82d336d46a856e81a /drivers/media/pci/cobalt/cobalt-driver.h
parent[media] vivid-tpg: precalculate colorspace/xfer_func combinations (diff)
downloadlinux-136a5e9e01ed89d8891845027b3ee731bb662926.tar.xz
linux-136a5e9e01ed89d8891845027b3ee731bb662926.zip
[media] cobalt: support transfer function
Add support for the transfer function to the cobalt driver: make sure it is passed on to/retrieved from the sub-device correctly. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/cobalt/cobalt-driver.h')
-rw-r--r--drivers/media/pci/cobalt/cobalt-driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cobalt/cobalt-driver.h b/drivers/media/pci/cobalt/cobalt-driver.h
index f63ce193a65d..c206df930669 100644
--- a/drivers/media/pci/cobalt/cobalt-driver.h
+++ b/drivers/media/pci/cobalt/cobalt-driver.h
@@ -231,6 +231,7 @@ struct cobalt_stream {
u32 pixfmt;
u32 sequence;
u32 colorspace;
+ u32 xfer_func;
u32 ycbcr_enc;
u32 quantization;