]> git.baikalelectronics.ru Git - kernel.git/commit
drm/format-helper: Unify the parameters of all per-line conversion helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 27 Apr 2022 14:14:08 +0000 (16:14 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 5 May 2022 06:54:06 +0000 (08:54 +0200)
commitc1cea0be3bb7562da2028f8b0b39449616a8b7d0
tree017a830414b23d369a85e43ad44b51d5a4d55dae
parent149601f6d0a6c769561813cd7532aeae1b83b0db
drm/format-helper: Unify the parameters of all per-line conversion helpers

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 <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220427141409.22842-4-tzimmermann@suse.de
drivers/gpu/drm/drm_format_helper.c