]> git.baikalelectronics.ru Git - kernel.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)
commit768e28f62ce092d2e9ce94013e0027ad9939e758
treea44e2fc84ac7d0ec52a76c0912c34ba89324614f
parentbf9981e8367d289fb9ee22d1b7757ec3a761ba39
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