]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit2ccebf561e4a9024c8477459acf9b6176c4b40c7
tree35b89e75139f469008dfb298e06b085f5cf9a4eb
parent5d8514e7fd7f9858b007f6bc059c4e71d60627cc
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