]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Don't call ast_show_cursor() from ast_cursor_move()
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 27 Sep 2019 09:03:05 +0000 (11:03 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 4 Oct 2019 07:59:50 +0000 (09:59 +0200)
commitc3b1e18062ca41db76a04c237bdff327e665d7c9
treefe0f7dc60816e3f2779a3ac1743e0303e0eaf79d
parent0d1f2b933a49e18785de62373b93952e612878d2
drm/ast: Don't call ast_show_cursor() from ast_cursor_move()

Separating the cursor's move() function from the show() function in
preparation of further rework of the cursor update code.

'Showing' the cursor from within the move() function is required to
update the cursor position.

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