]> 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)
commit77433408b2c774c721fe68095932ba9bf29ca9f2
treefe0f7dc60816e3f2779a3ac1743e0303e0eaf79d
parent2580aabd7a8ea3e3a410add3cb3be3e981d62df5
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