Skip to content

Commit 6e2c494

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard
For some reason, the dml code is not guarded under CONFIG_DRM_AMD_DC_FP in the Makefile. This commit moves the dml code under the DC_FP guard. Reviewed-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a2719f9 commit 6e2c494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# Makefile for Display Core (dc) component.
2424

25-
DC_LIBS = basics bios dml clk_mgr dce gpio irq link virtual dsc
25+
DC_LIBS = basics bios clk_mgr dce gpio irq link virtual dsc
2626

2727
ifdef CONFIG_DRM_AMD_DC_FP
2828

@@ -43,6 +43,7 @@ DC_LIBS += dcn316
4343
DC_LIBS += dcn32
4444
DC_LIBS += dcn321
4545
DC_LIBS += dcn35
46+
DC_LIBS += dml
4647
endif
4748

4849
DC_LIBS += dce120

0 commit comments

Comments
 (0)