]> asedeno.scripts.mit.edu Git - linux.git/commit
media: v4l: Documentation: Raw Bayer formats are not RGB formats
authorSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 13 Aug 2019 11:31:28 +0000 (08:31 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 15 Aug 2019 11:12:06 +0000 (08:12 -0300)
commit24a90c926219505efd9b9ac773bb015e32d5519c
tree5f7284c56a219b98c6255f872906635ca4b5e2cf
parent50435d8dbc0560c1b7ee2381edddb7e84b96d464
media: v4l: Documentation: Raw Bayer formats are not RGB formats

The raw Bayer formats have been listed under the label of RGB formats but
in fact they're quite different. The latter are readily usable as such
whereas the former require quite bit of image processing before useful.

Split them into RGB and raw Bayer formats.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Documentation/media/uapi/v4l/control.rst
Documentation/media/uapi/v4l/hist-v4l2.rst
Documentation/media/uapi/v4l/pixfmt-bayer.rst [new file with mode: 0644]
Documentation/media/uapi/v4l/pixfmt-packed-rgb.rst [deleted file]
Documentation/media/uapi/v4l/pixfmt-rgb.rst
Documentation/media/uapi/v4l/pixfmt-v4l2.rst
Documentation/media/uapi/v4l/pixfmt.rst