]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Remove obsolete or unused cursor state
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 07:30:35 +0000 (09:30 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 11:37:09 +0000 (13:37 +0200)
commit46f5be3a22a451c569d0ccf3f6291da41cbe1785
tree18b1ddc6eee1c957cba2259ee16444f6e123d239
parent3850a9c39dc85dcc914837167d3d5496ff142cd0
drm/ast: Remove obsolete or unused cursor state

The ast driver's data structures store unused or uncecessary cursor
state. Most of the cursor state is already stored elsewhere and can
be retrieved when necessary. Remove the obsolete fields and adapt
users accordingly.

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