Re: [PATCH v4 02/11] drm/fourcc: Add DRM_FORMAT_XV15/XV20

2025-03-28 Thread Laurent Pinchart
On Fri, Mar 28, 2025 at 12:05:40PM +0200, Tomi Valkeinen wrote: > On 28/03/2025 00:34, Laurent Pinchart wrote: > > On Wed, Mar 26, 2025 at 03:22:45PM +0200, Tomi Valkeinen wrote: > >> Add two new pixel formats: > >> > >> DRM_FORMAT_XV15 ("XV15") > >> DRM_FORMAT_XV20 ("XV20") > >> > >> The formats a

Re: [PATCH v4 02/11] drm/fourcc: Add DRM_FORMAT_XV15/XV20

2025-03-28 Thread Tomi Valkeinen
Hi, On 28/03/2025 00:34, Laurent Pinchart wrote: Hi Tomi, Thank you for the patch. On Wed, Mar 26, 2025 at 03:22:45PM +0200, Tomi Valkeinen wrote: Add two new pixel formats: DRM_FORMAT_XV15 ("XV15") DRM_FORMAT_XV20 ("XV20") The formats are 2 plane 10 bit per component YCbCr, with the XV15 2

Re: [PATCH v4 02/11] drm/fourcc: Add DRM_FORMAT_XV15/XV20

2025-03-27 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wed, Mar 26, 2025 at 03:22:45PM +0200, Tomi Valkeinen wrote: > Add two new pixel formats: > > DRM_FORMAT_XV15 ("XV15") > DRM_FORMAT_XV20 ("XV20") > > The formats are 2 plane 10 bit per component YCbCr, with the XV15 2x2 > subsampled whereas XV20 is 2x1 subsa