]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: cursor: Move implementation to separate source file
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 Feb 2025 12:22:07 +0000 (13:22 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 20 Feb 2025 07:38:34 +0000 (08:38 +0100)
commite82e1a0c22d841f379b1c768469dcdaae650e443
treea68861f377c82b5313cfcb11d01c6b11a56b30a4
parent19f4da84b695fa84b42de017ebe6018a0195425d
drm/ast: cursor: Move implementation to separate source file

Move the cursor code into a separate source file for readability. No
functional changes.

v2:
- include <linux/bits.h>

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250217122336.230067-5-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