]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/ast: Move code for physical outputs into separate files
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 15 Aug 2024 15:18:43 +0000 (17:18 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 22 Aug 2024 07:12:46 +0000 (09:12 +0200)
commitf6d9f39f8d9167627bc0f9e3e12ee0100c1c1919
treec68528262a21e0b855e62c1a97108f3709403229
parent04b5b362bc2a36f1dfe5cad52c83b1ea9d25b87c
drm/ast: Move code for physical outputs into separate files

Move the modesetting code for the various transmitter chips into
their own source files before adding BMC support. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240815151953.184679-2-tzimmermann@suse.de
drivers/gpu/drm/ast/Makefile
drivers/gpu/drm/ast/ast_dp.c
drivers/gpu/drm/ast/ast_dp501.c
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_mode.c
drivers/gpu/drm/ast/ast_sil164.c [new file with mode: 0644]
drivers/gpu/drm/ast/ast_vga.c [new file with mode: 0644]