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:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 11:28:17 -0200
commitc027e165d2d901ecab485da5fee72ddce5da0297 (patch)
treeec04710c711f7b37fed3eccc040729652d97e0fe /drivers/media/video/davinci/vpif_capture.h
parent40c8bcea6bc594c50abf3d3867bd49c8c039eb21 (diff)
downloadkernel_samsung_smdk4412-c027e165d2d901ecab485da5fee72ddce5da0297.zip
kernel_samsung_smdk4412-c027e165d2d901ecab485da5fee72ddce5da0297.tar.gz
kernel_samsung_smdk4412-c027e165d2d901ecab485da5fee72ddce5da0297.tar.bz2
[media] vpif_cap/disp: Added support for DV timings
Added functions to set and get custom DV timings. Signed-off-by: Mats Randgaard <mats.randgaard@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Vaibhav Hiremath <hvaibhav@ti.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 3452a8a..7a4196d 100644
--- a/drivers/media/video/davinci/vpif_capture.h
+++ b/drivers/media/video/davinci/vpif_capture.h
@@ -60,6 +60,7 @@ struct video_obj {
/* Currently selected or default standard */
v4l2_std_id stdid;
u32 dv_preset;
+ struct v4l2_bt_timings bt_timings;
/* This is to track the last input that is passed to application */
u32 input_idx;
};