Re: [PATCH 3/4] drm/format-helper: Unify the parameters of all per-line conversion helpers

2022-05-03 Thread Javier Martinez Canillas
On 4/27/22 16:14, Thomas Zimmermann wrote: > Give each per-line conversion helper pointers of type void and the > number of pixels in the line. Remove the unused swab parameters. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez

[PATCH 3/4] drm/format-helper: Unify the parameters of all per-line conversion helpers

2022-04-27 Thread Thomas Zimmermann
Give each per-line conversion helper pointers of type void and the number of pixels in the line. Remove the unused swab parameters. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_format_helper.c | 87 + 1 file changed, 50 insertions(+), 37 deletions(-) diff