Makefile (c37fe6aff89cb0d842993fe2f69e48bf3ebe0ab0) Makefile (cd6d421e3d1ad5926b74091254e345db730e7706)
1#
2# Copyright 2017 Advanced Micro Devices, Inc.
3#
4# Permission is hereby granted, free of charge, to any person obtaining a
5# copy of this software and associated documentation files (the "Software"),
6# to deal in the Software without restriction, including without limitation
7# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8# and/or sell copies of the Software, and to permit persons to whom the

--- 19 unchanged lines hidden (view full) ---

28ifdef CONFIG_DRM_AMD_DC_DCN
29DC_LIBS += dcn20
30DC_LIBS += dsc
31DC_LIBS += dcn10 dml
32DC_LIBS += dcn21
33DC_LIBS += dcn30
34DC_LIBS += dcn301
35DC_LIBS += dcn302
1#
2# Copyright 2017 Advanced Micro Devices, Inc.
3#
4# Permission is hereby granted, free of charge, to any person obtaining a
5# copy of this software and associated documentation files (the "Software"),
6# to deal in the Software without restriction, including without limitation
7# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8# and/or sell copies of the Software, and to permit persons to whom the

--- 19 unchanged lines hidden (view full) ---

28ifdef CONFIG_DRM_AMD_DC_DCN
29DC_LIBS += dcn20
30DC_LIBS += dsc
31DC_LIBS += dcn10 dml
32DC_LIBS += dcn21
33DC_LIBS += dcn30
34DC_LIBS += dcn301
35DC_LIBS += dcn302
36DC_LIBS += dcn303
36endif
37
38DC_LIBS += dce120
39
40DC_LIBS += dce112
41DC_LIBS += dce110
42DC_LIBS += dce100
43DC_LIBS += dce80

--- 5 unchanged lines hidden (view full) ---

49ifdef CONFIG_DRM_AMD_DC_HDCP
50DC_LIBS += hdcp
51endif
52
53AMD_DC = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/dc/,$(DC_LIBS)))
54
55include $(AMD_DC)
56
37endif
38
39DC_LIBS += dce120
40
41DC_LIBS += dce112
42DC_LIBS += dce110
43DC_LIBS += dce100
44DC_LIBS += dce80

--- 5 unchanged lines hidden (view full) ---

50ifdef CONFIG_DRM_AMD_DC_HDCP
51DC_LIBS += hdcp
52endif
53
54AMD_DC = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/dc/,$(DC_LIBS)))
55
56include $(AMD_DC)
57
57DISPLAY_CORE = dc.o dc_link.o dc_resource.o dc_hw_sequencer.o dc_sink.o \
58DISPLAY_CORE = dc.o dc_stat.o dc_link.o dc_resource.o dc_hw_sequencer.o dc_sink.o \
58dc_surface.o dc_link_hwss.o dc_link_dp.o dc_link_ddc.o dc_debug.o dc_stream.o \
59dc_link_enc_cfg.o
60
61ifdef CONFIG_DRM_AMD_DC_DCN
62DISPLAY_CORE += dc_vm_helper.o
63endif
64
65AMD_DISPLAY_CORE = $(addprefix $(AMDDALPATH)/dc/core/,$(DISPLAY_CORE))
66
67AMD_DM_REG_UPDATE = $(addprefix $(AMDDALPATH)/dc/,dc_helper.o)
68
69AMD_DISPLAY_FILES += $(AMD_DISPLAY_CORE)
70AMD_DISPLAY_FILES += $(AMD_DM_REG_UPDATE)
71
72DC_DMUB += dc_dmub_srv.o
73DC_EDID += dc_edid_parser.o
74AMD_DISPLAY_DMUB = $(addprefix $(AMDDALPATH)/dc/,$(DC_DMUB))
75AMD_DISPLAY_EDID = $(addprefix $(AMDDALPATH)/dc/,$(DC_EDID))
76AMD_DISPLAY_FILES += $(AMD_DISPLAY_DMUB) $(AMD_DISPLAY_EDID)
59dc_surface.o dc_link_hwss.o dc_link_dp.o dc_link_ddc.o dc_debug.o dc_stream.o \
60dc_link_enc_cfg.o
61
62ifdef CONFIG_DRM_AMD_DC_DCN
63DISPLAY_CORE += dc_vm_helper.o
64endif
65
66AMD_DISPLAY_CORE = $(addprefix $(AMDDALPATH)/dc/core/,$(DISPLAY_CORE))
67
68AMD_DM_REG_UPDATE = $(addprefix $(AMDDALPATH)/dc/,dc_helper.o)
69
70AMD_DISPLAY_FILES += $(AMD_DISPLAY_CORE)
71AMD_DISPLAY_FILES += $(AMD_DM_REG_UPDATE)
72
73DC_DMUB += dc_dmub_srv.o
74DC_EDID += dc_edid_parser.o
75AMD_DISPLAY_DMUB = $(addprefix $(AMDDALPATH)/dc/,$(DC_DMUB))
76AMD_DISPLAY_EDID = $(addprefix $(AMDDALPATH)/dc/,$(DC_EDID))
77AMD_DISPLAY_FILES += $(AMD_DISPLAY_DMUB) $(AMD_DISPLAY_EDID)