Re: [PATCH v4 04/11] drm/fourcc: Add DRM_FORMAT_Y10_P32

2025-03-27 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Wed, Mar 26, 2025 at 03:22:47PM +0200, Tomi Valkeinen wrote: > Add Y10_P32, a 10 bit greyscale format, with 3 pixels packed into > 32-bit container. > > The fourcc for the format is 'YPA4', which comes from Y - Y only, P - > packed, A - 10 (as in 0xA), 4 - 4

[PATCH v4 04/11] drm/fourcc: Add DRM_FORMAT_Y10_P32

2025-03-26 Thread Tomi Valkeinen
Add Y10_P32, a 10 bit greyscale format, with 3 pixels packed into 32-bit container. The fourcc for the format is 'YPA4', which comes from Y - Y only, P - packed, A - 10 (as in 0xA), 4 - 4 bytes. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/drm_fourcc.c | 3 +++ include/uapi/drm/drm_fourcc