Re: [PATCH v4 7/8] drm/vkms: Create helper macro for YUV formats

2025-06-11 Thread MaĆ­ra Canal
Hi Louis, On 5/30/25 11:06, Louis Chauvet wrote: The callback functions for line conversion are almost identical for semi-planar formats. The generic READ_LINE_YUV_SEMIPLANAR macro generate all the required boilerplate to process a line from a semi-planar format. Signed-off-by: Louis Chauvet -

[PATCH v4 7/8] drm/vkms: Create helper macro for YUV formats

2025-05-30 Thread Louis Chauvet
The callback functions for line conversion are almost identical for semi-planar formats. The generic READ_LINE_YUV_SEMIPLANAR macro generate all the required boilerplate to process a line from a semi-planar format. Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_formats.c | 75 +++