]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/ast: Move Gen6+ POST code to separate source file
authorThomas Zimmermann <tzimmermann@suse.de>
Sun, 6 Jul 2025 16:26:38 +0000 (18:26 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 9 Jul 2025 12:36:14 +0000 (14:36 +0200)
commit3c1ec4e8cbd6ff45d9eb7c9ba6675dfdce90ee8a
tree3fd6e20d9f75a2bee6fd24c82142736a317e8ce1
parentf67fb980e19d86664da8d04c6e10f7c2b35de404
drm/ast: Move Gen6+ POST code to separate source file

Move POST code for Gen6+ to separate source file and hide it in
ast_2500_post(). With P2A configuration, it performs a full board
POST; otherwise it enables the transmitter chip. No changes to the
overall logic.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250706162816.211552-4-tzimmermann@suse.de
drivers/gpu/drm/ast/Makefile
drivers/gpu/drm/ast/ast_2500.c [new file with mode: 0644]
drivers/gpu/drm/ast/ast_dram_tables.h
drivers/gpu/drm/ast/ast_drv.c
drivers/gpu/drm/ast/ast_drv.h
drivers/gpu/drm/ast/ast_post.c