Re: [PATCH v4 1/6] drm/vkms: isolate pixel conversion functionality

2023-04-24 Thread Maíra Canal
On 4/18/23 10:05, 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 Grillo Signe

[PATCH v4 1/6] drm/vkms: isolate pixel conversion functionality

2023-04-18 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 Reviewed-by: Art