Skip to content

Commit 3c1ec4e

Browse files
author
Thomas Zimmermann
committed
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 <[email protected]> Reviewed-by: Jocelyn Falempe <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f67fb98 commit 3c1ec4e

File tree

6 files changed

+576
-522
lines changed

6 files changed

+576
-522
lines changed

drivers/gpu/drm/ast/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
55

66
ast-y := \
7+
ast_2500.o \
78
ast_2600.o \
89
ast_cursor.o \
910
ast_ddc.o \

0 commit comments

Comments
 (0)