drm/ast: Replace ast_cursor_move() with ast_cursor_show()
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 2 Jul 2020 11:50:21 +0000 (13:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 7 Jul 2020 09:11:35 +0000 (11:11 +0200)
commit81039adc92cd7a1eb99a6c53f33376e972d96971
treedb38f6262040744d866d6d1ce9fb489924565489
parent75d9d8e66db834551e81e74e522c2900fe93ef5c
drm/ast: Replace ast_cursor_move() with ast_cursor_show()

Having a cursor move function is misleading, as it actually enables the
cursor's image for displaying. So rename it to ast_cursor_show(). It's
semantics is to show a cursor at the specified location on the screen.
The displayed cursor is always the image in the cursor front BO.

This change also simplifies struct ast_crtc to being a mere wrapper around
around struct drm_crtc. It will be removed by a later patch.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200702115029.5281-7-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_cursor.c
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c