Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook media: document the new V4L2_DV_FL_IS_CE_VIDEO flag

Document this new flag.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Martin Bugge <marbugge@cisco.com>
Cc: Mats Randgaard <mats.randgaard@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
8b44b4e5 74d802d8

+9
+9
Documentation/DocBook/media/v4l/vidioc-g-dv-timings.xml
··· 325 325 the hardware. 326 326 </entry> 327 327 </row> 328 + <row> 329 + <entry>V4L2_DV_FL_IS_CE_VIDEO</entry> 330 + <entry>If set, then this is a Consumer Electronics (CE) video format. 331 + Such formats differ from other formats (commonly called IT formats) in that if 332 + R'G'B' encoding is used then by default the R'G'B' values use limited range 333 + (i.e. 16-235) as opposed to full range (i.e. 0-255). All formats defined in CEA-861 334 + except for the 640x480p59.94 format are CE formats. 335 + </entry> 336 + </row> 328 337 </tbody> 329 338 </tgroup> 330 339 </table>