Skip to content

Commit 0f336e9

Browse files
author
Thomas Zimmermann
committed
drm/ast: Move Gen4+ POST code to separate source file
Move POST code for Gen4+ to separate source file and hide it in ast_2300_post(). With P2A configuration, it performs a full board POST and enables the transmitter chip; otherwise it only enables the transmitter chip. Also fix coding style in several places. 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 3c1ec4e commit 0f336e9

File tree

4 files changed

+1302
-1262
lines changed

4 files changed

+1302
-1262
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_2300.o \
78
ast_2500.o \
89
ast_2600.o \
910
ast_cursor.o \

0 commit comments

Comments
 (0)