]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/ast: Update cursor image and checksum from same function
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 2 Jul 2020 11:50:19 +0000 (13:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 7 Jul 2020 09:11:28 +0000 (11:11 +0200)
commit932a62aa3bfd96ec44799fec3523756e531988dc
tree890304ddc0cc5dd00a4b6d409d2d246309e46bd8
parentdd004b9a5505f9810f66a9ddfbdf02978703f1f6
drm/ast: Update cursor image and checksum from same function

Cursor image and checksum go hand in hand. Update both in the same
place. The helper cannot fail, so remove the return type.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200702115029.5281-5-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_cursor.c