Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / amdgpu / Makefile
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
9 # Software is furnished to do so, subject to the following conditions:
10 #
11 # The above copyright notice and this permission notice shall be included in
12 # all copies or substantial portions of the Software.
13 #
14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17 # THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 # OTHER DEALINGS IN THE SOFTWARE.
21 #
22 #
23 # Makefile for the drm device driver.  This driver provides support for the
24 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
25
26 FULL_AMD_PATH=$(srctree)/$(src)/..
27 DISPLAY_FOLDER_NAME=display
28 FULL_AMD_DISPLAY_PATH = $(FULL_AMD_PATH)/$(DISPLAY_FOLDER_NAME)
29
30 ccflags-y := -I$(FULL_AMD_PATH)/include/asic_reg \
31         -I$(FULL_AMD_PATH)/include \
32         -I$(FULL_AMD_PATH)/amdgpu \
33         -I$(FULL_AMD_PATH)/powerplay/inc \
34         -I$(FULL_AMD_PATH)/acp/include \
35         -I$(FULL_AMD_DISPLAY_PATH) \
36         -I$(FULL_AMD_DISPLAY_PATH)/include \
37         -I$(FULL_AMD_DISPLAY_PATH)/dc \
38         -I$(FULL_AMD_DISPLAY_PATH)/amdgpu_dm \
39         -I$(FULL_AMD_PATH)/amdkfd
40
41 amdgpu-y := amdgpu_drv.o
42
43 # add KMS driver
44 amdgpu-y += amdgpu_device.o amdgpu_kms.o \
45         amdgpu_atombios.o atombios_crtc.o amdgpu_connectors.o \
46         atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
47         amdgpu_encoders.o amdgpu_display.o amdgpu_i2c.o \
48         amdgpu_fb.o amdgpu_gem.o amdgpu_ring.o \
49         amdgpu_cs.o amdgpu_bios.o amdgpu_benchmark.o amdgpu_test.o \
50         amdgpu_pm.o atombios_dp.o amdgpu_afmt.o amdgpu_trace_points.o \
51         atombios_encoders.o amdgpu_sa.o atombios_i2c.o \
52         amdgpu_dma_buf.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \
53         amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
54         amdgpu_gtt_mgr.o amdgpu_vram_mgr.o amdgpu_virt.o amdgpu_atomfirmware.o \
55         amdgpu_vf_error.o amdgpu_sched.o amdgpu_debugfs.o amdgpu_ids.o \
56         amdgpu_gmc.o amdgpu_mmhub.o amdgpu_xgmi.o amdgpu_csa.o amdgpu_ras.o amdgpu_vm_cpu.o \
57         amdgpu_vm_sdma.o amdgpu_discovery.o amdgpu_ras_eeprom.o amdgpu_nbio.o \
58         amdgpu_umc.o smu_v11_0_i2c.o amdgpu_fru_eeprom.o
59
60 amdgpu-$(CONFIG_PERF_EVENTS) += amdgpu_pmu.o
61
62 # add asic specific block
63 amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
64         dce_v8_0.o gfx_v7_0.o cik_sdma.o uvd_v4_2.o vce_v2_0.o
65
66 amdgpu-$(CONFIG_DRM_AMDGPU_SI)+= si.o gmc_v6_0.o gfx_v6_0.o si_ih.o si_dma.o dce_v6_0.o si_dpm.o si_smc.o \
67         uvd_v3_1.o
68
69 amdgpu-y += \
70         vi.o mxgpu_vi.o nbio_v6_1.o soc15.o emu_soc.o mxgpu_ai.o nbio_v7_0.o vega10_reg_init.o \
71         vega20_reg_init.o nbio_v7_4.o nbio_v2_3.o nv.o navi10_reg_init.o navi14_reg_init.o \
72         arct_reg_init.o navi12_reg_init.o mxgpu_nv.o sienna_cichlid_reg_init.o
73
74 # add DF block
75 amdgpu-y += \
76         df_v1_7.o \
77         df_v3_6.o
78
79 # add GMC block
80 amdgpu-y += \
81         gmc_v7_0.o \
82         gmc_v8_0.o \
83         gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o mmhub_v9_4.o \
84         gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o gfxhub_v2_1.o
85
86 # add UMC block
87 amdgpu-y += \
88         umc_v6_1.o umc_v6_0.o
89
90 # add IH block
91 amdgpu-y += \
92         amdgpu_irq.o \
93         amdgpu_ih.o \
94         iceland_ih.o \
95         tonga_ih.o \
96         cz_ih.o \
97         vega10_ih.o \
98         navi10_ih.o
99
100 # add PSP block
101 amdgpu-y += \
102         amdgpu_psp.o \
103         psp_v3_1.o \
104         psp_v10_0.o \
105         psp_v11_0.o \
106         psp_v12_0.o
107
108 # add SMC block
109 amdgpu-y += \
110         amdgpu_dpm.o
111
112 # add DCE block
113 amdgpu-y += \
114         dce_v10_0.o \
115         dce_v11_0.o \
116         dce_virtual.o
117
118 # add GFX block
119 amdgpu-y += \
120         amdgpu_gfx.o \
121         amdgpu_rlc.o \
122         gfx_v8_0.o \
123         gfx_v9_0.o \
124         gfx_v9_4.o \
125         gfx_v10_0.o
126
127 # add async DMA block
128 amdgpu-y += \
129         amdgpu_sdma.o \
130         sdma_v2_4.o \
131         sdma_v3_0.o \
132         sdma_v4_0.o \
133         sdma_v5_0.o \
134         sdma_v5_2.o
135
136 # add MES block
137 amdgpu-y += \
138         mes_v10_1.o
139
140 # add UVD block
141 amdgpu-y += \
142         amdgpu_uvd.o \
143         uvd_v5_0.o \
144         uvd_v6_0.o \
145         uvd_v7_0.o
146
147 # add VCE block
148 amdgpu-y += \
149         amdgpu_vce.o \
150         vce_v3_0.o \
151         vce_v4_0.o
152
153 # add VCN and JPEG block
154 amdgpu-y += \
155         amdgpu_vcn.o \
156         vcn_v1_0.o \
157         vcn_v2_0.o \
158         vcn_v2_5.o \
159         vcn_v3_0.o \
160         amdgpu_jpeg.o \
161         jpeg_v1_0.o \
162         jpeg_v2_0.o \
163         jpeg_v2_5.o \
164         jpeg_v3_0.o
165
166 # add ATHUB block
167 amdgpu-y += \
168         athub_v1_0.o \
169         athub_v2_0.o \
170         athub_v2_1.o
171
172 # add amdkfd interfaces
173 amdgpu-y += amdgpu_amdkfd.o
174
175 ifneq ($(CONFIG_HSA_AMD),)
176 AMDKFD_PATH := ../amdkfd
177 include $(FULL_AMD_PATH)/amdkfd/Makefile
178 amdgpu-y += $(AMDKFD_FILES)
179 amdgpu-y += \
180         amdgpu_amdkfd_fence.o \
181         amdgpu_amdkfd_gpuvm.o \
182         amdgpu_amdkfd_gfx_v8.o \
183         amdgpu_amdkfd_gfx_v9.o \
184         amdgpu_amdkfd_arcturus.o \
185         amdgpu_amdkfd_gfx_v10.o \
186         amdgpu_amdkfd_gfx_v10_3.o
187
188 ifneq ($(CONFIG_DRM_AMDGPU_CIK),)
189 amdgpu-y += amdgpu_amdkfd_gfx_v7.o
190 endif
191
192 endif
193
194 # add cgs
195 amdgpu-y += amdgpu_cgs.o
196
197 # GPU scheduler
198 amdgpu-y += amdgpu_job.o
199
200 # ACP componet
201 ifneq ($(CONFIG_DRM_AMD_ACP),)
202 amdgpu-y += amdgpu_acp.o
203
204 AMDACPPATH := ../acp
205 include $(FULL_AMD_PATH)/acp/Makefile
206
207 amdgpu-y += $(AMD_ACP_FILES)
208 endif
209
210 amdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o
211 amdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o
212 amdgpu-$(CONFIG_ACPI) += amdgpu_acpi.o
213 amdgpu-$(CONFIG_HMM_MIRROR) += amdgpu_mn.o
214
215 include $(FULL_AMD_PATH)/powerplay/Makefile
216
217 amdgpu-y += $(AMD_POWERPLAY_FILES)
218
219 ifneq ($(CONFIG_DRM_AMD_DC),)
220
221 RELATIVE_AMD_DISPLAY_PATH = ../$(DISPLAY_FOLDER_NAME)
222 include $(FULL_AMD_DISPLAY_PATH)/Makefile
223
224 amdgpu-y += $(AMD_DISPLAY_FILES)
225
226 endif
227
228 obj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o