Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-block.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=$(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
40 amdgpu-y := amdgpu_drv.o
41
42 # add KMS driver
43 amdgpu-y += amdgpu_device.o amdgpu_kms.o \
44         amdgpu_atombios.o atombios_crtc.o amdgpu_connectors.o \
45         atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
46         amdgpu_encoders.o amdgpu_display.o amdgpu_i2c.o \
47         amdgpu_fb.o amdgpu_gem.o amdgpu_ring.o \
48         amdgpu_cs.o amdgpu_bios.o amdgpu_benchmark.o amdgpu_test.o \
49         amdgpu_pm.o atombios_dp.o amdgpu_afmt.o amdgpu_trace_points.o \
50         atombios_encoders.o amdgpu_sa.o atombios_i2c.o \
51         amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \
52         amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
53         amdgpu_gtt_mgr.o amdgpu_vram_mgr.o amdgpu_virt.o amdgpu_atomfirmware.o \
54         amdgpu_queue_mgr.o amdgpu_vf_error.o amdgpu_sched.o amdgpu_debugfs.o \
55         amdgpu_ids.o
56
57 # add asic specific block
58 amdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
59         ci_smc.o ci_dpm.o dce_v8_0.o gfx_v7_0.o cik_sdma.o uvd_v4_2.o vce_v2_0.o \
60         amdgpu_amdkfd_gfx_v7.o
61
62 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
63
64 amdgpu-y += \
65         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
66
67 # add DF block
68 amdgpu-y += \
69         df_v1_7.o
70
71 # add GMC block
72 amdgpu-y += \
73         gmc_v7_0.o \
74         gmc_v8_0.o \
75         gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o
76
77 # add IH block
78 amdgpu-y += \
79         amdgpu_irq.o \
80         amdgpu_ih.o \
81         iceland_ih.o \
82         tonga_ih.o \
83         cz_ih.o \
84         vega10_ih.o
85
86 # add PSP block
87 amdgpu-y += \
88         amdgpu_psp.o \
89         psp_v3_1.o \
90         psp_v10_0.o
91
92 # add SMC block
93 amdgpu-y += \
94         amdgpu_dpm.o
95
96 # add DCE block
97 amdgpu-y += \
98         dce_v10_0.o \
99         dce_v11_0.o \
100         dce_virtual.o
101
102 # add GFX block
103 amdgpu-y += \
104         amdgpu_gfx.o \
105         gfx_v8_0.o \
106         gfx_v9_0.o
107
108 # add async DMA block
109 amdgpu-y += \
110         sdma_v2_4.o \
111         sdma_v3_0.o \
112         sdma_v4_0.o
113
114 # add UVD block
115 amdgpu-y += \
116         amdgpu_uvd.o \
117         uvd_v5_0.o \
118         uvd_v6_0.o \
119         uvd_v7_0.o
120
121 # add VCE block
122 amdgpu-y += \
123         amdgpu_vce.o \
124         vce_v3_0.o \
125         vce_v4_0.o
126
127 # add VCN block
128 amdgpu-y += \
129         amdgpu_vcn.o \
130         vcn_v1_0.o
131
132 # add amdkfd interfaces
133 amdgpu-y += \
134          amdgpu_amdkfd.o \
135          amdgpu_amdkfd_fence.o \
136          amdgpu_amdkfd_gpuvm.o \
137          amdgpu_amdkfd_gfx_v8.o \
138          amdgpu_amdkfd_gfx_v9.o
139
140 # add cgs
141 amdgpu-y += amdgpu_cgs.o
142
143 # GPU scheduler
144 amdgpu-y += amdgpu_job.o
145
146 # ACP componet
147 ifneq ($(CONFIG_DRM_AMD_ACP),)
148 amdgpu-y += amdgpu_acp.o
149
150 AMDACPPATH := ../acp
151 include $(FULL_AMD_PATH)/acp/Makefile
152
153 amdgpu-y += $(AMD_ACP_FILES)
154 endif
155
156 amdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o
157 amdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o
158 amdgpu-$(CONFIG_ACPI) += amdgpu_acpi.o
159 amdgpu-$(CONFIG_MMU_NOTIFIER) += amdgpu_mn.o
160
161 include $(FULL_AMD_PATH)/powerplay/Makefile
162
163 amdgpu-y += $(AMD_POWERPLAY_FILES)
164
165 ifneq ($(CONFIG_DRM_AMD_DC),)
166
167 RELATIVE_AMD_DISPLAY_PATH = ../$(DISPLAY_FOLDER_NAME)
168 include $(FULL_AMD_DISPLAY_PATH)/Makefile
169
170 amdgpu-y += $(AMD_DISPLAY_FILES)
171
172 endif
173
174 obj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o