OSDN Git Service

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)
commit96a49f39043d26b3837234f1a6218f06ba73580a
treefe0f7dc60816e3f2779a3ac1743e0303e0eaf79d
parent4092de1ba34eb376791809fb366bc15f8a9e0b7c
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