aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/davinci/vpif_capture.h
diff options
context:
space:
mode:
authorMats Randgaard <mats.randgaard@cisco.com>2010-12-16 12:17:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 11:28:16 -0200
commit40c8bcea6bc594c50abf3d3867bd49c8c039eb21 (patch)
tree8472b31720934b42520d19dc16ec4fe2bc247737 /drivers/media/video/davinci/vpif_capture.h
parentaa4444063505983c5971bc8fb832385dfba16b41 (diff)
downloadkernel_samsung_smdk4412-40c8bcea6bc594c50abf3d3867bd49c8c039eb21.zip
kernel_samsung_smdk4412-40c8bcea6bc594c50abf3d3867bd49c8c039eb21.tar.gz
kernel_samsung_smdk4412-40c8bcea6bc594c50abf3d3867bd49c8c039eb21.tar.bz2
[media] vpif_cap/disp: Add support for DV presets
- Added functions to set/get/query/enum DV presets for vpif_caputre and vpif_display. - The format specification table is extended with all the DV formats supported by TVP7002. Signed-off-by: Mats Randgaard <mats.randgaard@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/davinci/vpif_capture.h')
-rw-r--r--drivers/media/video/davinci/vpif_capture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/davinci/vpif_capture.h b/drivers/media/video/davinci/vpif_capture.h
index 4e12ec8..3452a8a 100644
--- a/drivers/media/video/davinci/vpif_capture.h
+++ b/drivers/media/video/davinci/vpif_capture.h
@@ -59,6 +59,7 @@ struct video_obj {
enum v4l2_field buf_field;
/* Currently selected or default standard */
v4l2_std_id stdid;
+ u32 dv_preset;
/* This is to track the last input that is passed to application */
u32 input_idx;
};