]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/cirrus: Inline cirrus_fb_blit_rect()
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 15 Feb 2023 16:15:10 +0000 (17:15 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 13 Mar 2023 09:36:28 +0000 (10:36 +0100)
commitc94aa5e0407e23b9d51bcfd073d83d0e504705c3
tree715eb0bd232135f8b2e3ff64608355da08f7d6e1
parent03e7ac67e743195633455d7ecb4f7327e3797986
drm/cirrus: Inline cirrus_fb_blit_rect()

Inline cirrus_fb_blit_rect into its only caller. While at it, update
the code to use IOSYS_MAP_INIT_OFFSET(), which is the ideomatic way
of initializing struct iosys_map with an offset.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230215161517.5113-11-tzimmermann@suse.de
drivers/gpu/drm/tiny/cirrus.c