[media] v4l: Add packed Bayer raw10 pixel formats
authorAviv Greenberg <aviv.d.greenberg@intel.com>
Wed, 3 Dec 2014 11:14:09 +0000 (08:14 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Dec 2014 12:57:09 +0000 (10:57 -0200)
These formats are just like 10-bit raw bayer formats that exist already, but
the pixels are not padded to byte boundaries. Instead, the eight high order
bits of four consecutive pixels are stored in four bytes, followed by a byte
of two low order bits of each of the four pixels.

Signed-off-by: Aviv Greenberg <aviv.d.greenberg@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/v4l/pixfmt-srggb10p.xml [new file with mode: 0644]
Documentation/DocBook/media/v4l/pixfmt.xml
include/uapi/linux/videodev2.h

Simple merge