]> 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)
commita6cdbd5a4acca7578de7157d832d0ba1be8a1c60
tree35b89e75139f469008dfb298e06b085f5cf9a4eb
parent5b45dd6b9423fc50a9d3f97f54ccf8be93a5be81
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