Re: [PATCH v3 1/7] media: Add 2-10-10-10 RGB formats

2023-02-09 Thread Akira Yokosawa
On Wed, 8 Feb 2023 09:56:24 +0200, Tomi Valkeinen wrote: > On 08/02/2023 03:53, Akira Yokosawa wrote: [...] >> Tomi, can you remove those extra "-"s I mentioned above? >> >> Hopefully, this can be fixed before the v6.3 merge window. > > This is all black magics to me... Why does the same format wo

Re: [PATCH v3 1/7] media: Add 2-10-10-10 RGB formats

2023-02-08 Thread Akira Yokosawa
[+CC: Maruo and Hans, who are listed in the SOB area of offending commit] Hi Tomi, I'm observing build failure of "make pdfdocs" against linux-next due to this change whose commitid is 8d0e3fc61abd. > Add XBGR2101010, ABGR2101010 and BGRA1010102 formats. > > Signed-off-by: Tomi Valkeinen > ---

Re: [PATCH v3 1/7] media: Add 2-10-10-10 RGB formats

2023-02-07 Thread Tomi Valkeinen
On 08/02/2023 03:53, Akira Yokosawa wrote: [+CC: Maruo and Hans, who are listed in the SOB area of offending commit] Hi Tomi, I'm observing build failure of "make pdfdocs" against linux-next due to this change whose commitid is 8d0e3fc61abd. Add XBGR2101010, ABGR2101010 and BGRA1010102 format

Re: [PATCH v3 1/7] media: Add 2-10-10-10 RGB formats

2022-12-26 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wed, Dec 21, 2022 at 11:24:42AM +0200, Tomi Valkeinen wrote: > Add XBGR2101010, ABGR2101010 and BGRA1010102 formats. You forgot to rename the formats in the commit message. > Signed-off-by: Tomi Valkeinen > --- > .../userspace-api/media/v4l/pixfmt-rgb.rst

[PATCH v3 1/7] media: Add 2-10-10-10 RGB formats

2022-12-23 Thread Tomi Valkeinen
Add XBGR2101010, ABGR2101010 and BGRA1010102 formats. Signed-off-by: Tomi Valkeinen --- .../userspace-api/media/v4l/pixfmt-rgb.rst| 194 ++ drivers/media/v4l2-core/v4l2-ioctl.c | 3 + include/uapi/linux/videodev2.h| 3 + 3 files changed, 200 inser