]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/ast: Move cursor update code to ast_show_cursor()
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 27 Sep 2019 09:03:07 +0000 (11:03 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 4 Oct 2019 08:00:07 +0000 (10:00 +0200)
commit2f5989fcd1b7a448a3bc30734e3b04e4c4d7bdf0
treea44e2fc84ac7d0ec52a76c0912c34ba89324614f
parent714468d9afdf2cda98be03344b780cfc1a74b3d7
drm/ast: Move cursor update code to ast_show_cursor()

A call to ast's show-cursor function now receives the cursor image
and updates the buffer. The change splits off image update and
base-address update into separate functions.

v3:
* move ast_{show,hide}_cursor() in a previous patch

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