Re: [PATCH 2/9] v4l: Add definitions for missing 16-bit RGB4444 formats

2019-07-09 Thread Hans Verkuil
Hi Laurent, On 3/28/19 8:07 AM, Laurent Pinchart wrote: > The V4L2 API is missing the 16-bit RGB formats for the RGBA, RGBX, > ABGR, XBGR, BGRA and BGRX component orders. Add them, using the same > 4CCs as DRM. > > Signed-off-by: Laurent Pinchart > --- > .../media/uapi/v4l/pixfmt-packed-rgb

Re: [PATCH 2/9] v4l: Add definitions for missing 16-bit RGB4444 formats

2019-04-17 Thread Laurent Pinchart
Hi Jacopo, On Thu, Apr 04, 2019 at 06:00:49PM +0200, Jacopo Mondi wrote: > On Thu, Mar 28, 2019 at 09:07:16AM +0200, Laurent Pinchart wrote: > > The V4L2 API is missing the 16-bit RGB formats for the RGBA, RGBX, > > ABGR, XBGR, BGRA and BGRX component orders. Add them, using the same > > 4CCs

Re: [PATCH 2/9] v4l: Add definitions for missing 16-bit RGB4444 formats

2019-04-04 Thread Jacopo Mondi
Hi Laurent, On Thu, Mar 28, 2019 at 09:07:16AM +0200, Laurent Pinchart wrote: > The V4L2 API is missing the 16-bit RGB formats for the RGBA, RGBX, > ABGR, XBGR, BGRA and BGRX component orders. Add them, using the same > 4CCs as DRM. > > Signed-off-by: Laurent Pinchart I checked the documenta

[PATCH 2/9] v4l: Add definitions for missing 16-bit RGB4444 formats

2019-03-28 Thread Laurent Pinchart
The V4L2 API is missing the 16-bit RGB formats for the RGBA, RGBX, ABGR, XBGR, BGRA and BGRX component orders. Add them, using the same 4CCs as DRM. Signed-off-by: Laurent Pinchart --- .../media/uapi/v4l/pixfmt-packed-rgb.rst | 138 ++ include/uapi/linux/videodev2.h