Skip to content

Commit 91b586c

Browse files
Pinnintialexdeucher
authored andcommitted
drm/amd/display: Refactor HUBP into component folder.
[why] cleaning up the code refactor requires hubp to be in its own component. [how] move all files under newly created hubp folder and fixing the makefiles. Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Pinninti <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent ddef2cf commit 91b586c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

drivers/gpu/drm/amd/display/dc/dcn401/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
DCN401 += dcn401_dio_link_encoder.o
66
DCN401 += dcn401_dio_stream_encoder.o
7-
DCN401 += dcn401_hubp.o
87
DCN401 += dcn401_mpc.o
98

109
AMD_DAL_DCN401 = $(addprefix $(AMDDALPATH)/dc/dcn401/,$(DCN401))

drivers/gpu/drm/amd/display/dc/hubp/Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,10 @@ AMD_DISPLAY_FILES += $(AMD_DAL_HUBP_DCN35)
8888

8989
###############################################################################
9090

91-
###############################################################################
92-
endif
91+
HUBP_DCN401 = dcn401_hubp.o
92+
93+
AMD_DAL_HUBP_DCN401 = $(addprefix $(AMDDALPATH)/dc/hubp/dcn401/,$(HUBP_DCN401))
94+
95+
AMD_DISPLAY_FILES += $(AMD_DAL_HUBP_DCN401)
96+
97+
endif

0 commit comments

Comments
 (0)