Re: [PATCH v3] drm/fourcc: Add AXBXGXRX106106106106 format

2020-10-12 Thread Matteo Franchin
v3 includes the Signed-off-by and Acked-by lines in the commit. No other changes. At this point, I'd need some help from a maintainer/committer to merge this, I understand. Daniel Vetter, are you happy to do this or does this work differently? Many thanks, Matteo On Mon, Oct 12, 2020 at 05:40:4

[PATCH v3] drm/fourcc: Add AXBXGXRX106106106106 format

2020-10-12 Thread Matteo Franchin
Add ABGR format with 10-bit components packed in 64-bit per pixel. This format can be used to handle VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 on little-endian architectures. Signed-off-by: Matteo Franchin Reviewed-by: Brian Starkey Acked-by: Daniel Vetter --- drivers/gpu/drm/drm_fourcc.c