Re: [PATCH 9/9] drm/format-helper: Remove unnecessary conversion helpers

2022-12-20 Thread Javier Martinez Canillas
On 12/13/22 21:12, Thomas Zimmermann wrote: > Drivers only emulate XRGB framebuffers. Remove all conversion > helpers that do not use XRGB as their source format. Also remove > some special cases for alpha formats in the blit helper. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by

[PATCH 9/9] drm/format-helper: Remove unnecessary conversion helpers

2022-12-13 Thread Thomas Zimmermann
Drivers only emulate XRGB framebuffers. Remove all conversion helpers that do not use XRGB as their source format. Also remove some special cases for alpha formats in the blit helper. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_format_helper.c | 75 --