aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-07-29 07:40:57 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-18 07:17:14 -0400
commit5d2db817df059aa1873560ea4d6f13624cbc823d (patch)
treea3abb8e1aa4bd9a1cd78e29723d1787ee246f38f /Documentation/DocBook
parent2576415846bcbad3c0a6885fc44f950837106364 (diff)
[media] DocBook/media/v4l: il_* fields always 0 for progressive formats
Clarify that the il_vfrontporch, il_vsync and il_vbackporch fields must always be 0 for progressive formats. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml b/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml
index 72369707bd77..c4336577ff06 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml
@@ -156,19 +156,19 @@ bit 0 (V4L2_DV_VSYNC_POS_POL) is for vertical sync polarity and bit 1 (V4L2_DV_H
156 <entry>__u32</entry> 156 <entry>__u32</entry>
157 <entry><structfield>il_vfrontporch</structfield></entry> 157 <entry><structfield>il_vfrontporch</structfield></entry>
158 <entry>Vertical front porch in lines for the even field (aka field 2) of 158 <entry>Vertical front porch in lines for the even field (aka field 2) of
159 interlaced field formats.</entry> 159 interlaced field formats. Must be 0 for progressive formats.</entry>
160 </row> 160 </row>
161 <row> 161 <row>
162 <entry>__u32</entry> 162 <entry>__u32</entry>
163 <entry><structfield>il_vsync</structfield></entry> 163 <entry><structfield>il_vsync</structfield></entry>
164 <entry>Vertical sync length in lines for the even field (aka field 2) of 164 <entry>Vertical sync length in lines for the even field (aka field 2) of
165 interlaced field formats.</entry> 165 interlaced field formats. Must be 0 for progressive formats.</entry>
166 </row> 166 </row>
167 <row> 167 <row>
168 <entry>__u32</entry> 168 <entry>__u32</entry>
169 <entry><structfield>il_vbackporch</structfield></entry> 169 <entry><structfield>il_vbackporch</structfield></entry>
170 <entry>Vertical back porch in lines for the even field (aka field 2) of 170 <entry>Vertical back porch in lines for the even field (aka field 2) of
171 interlaced field formats.</entry> 171 interlaced field formats. Must be 0 for progressive formats.</entry>
172 </row> 172 </row>
173 <row> 173 <row>
174 <entry>__u32</entry> 174 <entry>__u32</entry>