Re: [PATCH v2 1/7] drm/vkms: isolate pixel conversion functionality

2023-04-14 Thread Arthur Grillo Queiroz Cabral
On 14/04/23 10:51, Maíra Canal wrote: > Currently, the pixel conversion functions repeat the same loop to > iterate the rows. Instead of repeating the same code for each pixel > format, create a function to wrap the loop and isolate the pixel > conversion functionality. > > Suggested-by: Arthur

[PATCH v2 1/7] drm/vkms: isolate pixel conversion functionality

2023-04-14 Thread Maíra Canal
Currently, the pixel conversion functions repeat the same loop to iterate the rows. Instead of repeating the same code for each pixel format, create a function to wrap the loop and isolate the pixel conversion functionality. Suggested-by: Arthur Grillo Signed-off-by: Maíra Canal --- drivers/gpu