drm/format-helper: Rework RGB888-to-XRGB8888 conversion
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 8 Aug 2022 12:54:01 +0000 (14:54 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 10 Aug 2022 07:18:49 +0000 (09:18 +0200)
commitcfe637c4d6fcaffa655405e682f99a3d88e5fad0
tree9161cd79a21a7493be8c5966a39a5710a88df5e0
parentcb7fffbd26dd6eadfe6591c0e14fb43e1ba2f70e
drm/format-helper: Rework RGB888-to-XRGB8888 conversion

Update RGB888-to-XRGB8888 conversion to support struct iosys_map
and convert all users. Although these are single-plane color formats,
the new interface supports multi-plane formats for consistency with
drm_fb_blit().

v2:
* add TODO on vaddr location (Sam)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220808125406.20752-10-tzimmermann@suse.de
drivers/gpu/drm/drm_format_helper.c