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)
commita6fdb669bb65232a440717098e9e702e27586a0f
tree017a830414b23d369a85e43ad44b51d5a4d55dae
parent69add027fd2bac9bf757f012d0e5c53ecc15144e
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