]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Move cursor functions to ast_cursor.c
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 2 Jul 2020 11:50:16 +0000 (13:50 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 7 Jul 2020 09:11:15 +0000 (11:11 +0200)
commit0cf836d22c53cd3cebe5bec8992698a7d53e5a5d
tree35b89e75139f469008dfb298e06b085f5cf9a4eb
parent9903638a72389b7104a2d7179588474bd7cc9369
drm/ast: Move cursor functions to ast_cursor.c

The cursor manipulation functions are unrelated to modesetting. Move
them into their own file.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200702115029.5281-2-tzimmermann@suse.de
drivers/gpu/drm/ast/Makefile
drivers/gpu/drm/ast/ast_cursor.c [new file with mode: 0644]
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c