Re: [PATCH v2] media: v4l: Add new 10-bit packed grayscale format

2018-05-08 Thread Sakari Ailus
On Tue, May 08, 2018 at 11:46:17AM +0300, Todor Tomov wrote: > The new format will be called V4L2_PIX_FMT_Y10P. > It is similar to the V4L2_PIX_FMT_SBGGR10P family formats > but V4L2_PIX_FMT_Y10P is a grayscale format. > > Signed-off-by: Todor Tomov Thanks! Acked-by: Sakari Ailus -- Sakari A

[PATCH v2] media: v4l: Add new 10-bit packed grayscale format

2018-05-08 Thread Todor Tomov
The new format will be called V4L2_PIX_FMT_Y10P. It is similar to the V4L2_PIX_FMT_SBGGR10P family formats but V4L2_PIX_FMT_Y10P is a grayscale format. Signed-off-by: Todor Tomov --- v2: - doc: improved bit-packed representation: added bit positions for LSB bits; - doc: improved bit-packed repre