xref: /openbmc/linux/drivers/gpu/drm/amd/amdgpu/Makefile (revision a036db18)
1d38ceaf9SAlex Deucher#
2d38ceaf9SAlex Deucher# Makefile for the drm device driver.  This driver provides support for the
3d38ceaf9SAlex Deucher# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
4d38ceaf9SAlex Deucher
5288912cbSJammy ZhouFULL_AMD_PATH=$(src)/..
6288912cbSJammy Zhou
7288912cbSJammy Zhouccflags-y := -Iinclude/drm -I$(FULL_AMD_PATH)/include/asic_reg \
8288912cbSJammy Zhou	-I$(FULL_AMD_PATH)/include \
9288912cbSJammy Zhou	-I$(FULL_AMD_PATH)/amdgpu \
101f7371b2SAlex Deucher	-I$(FULL_AMD_PATH)/scheduler \
11a8fe58ceSMaruthi Bayyavarapu	-I$(FULL_AMD_PATH)/powerplay/inc \
12a8fe58ceSMaruthi Bayyavarapu	-I$(FULL_AMD_PATH)/acp/include
13d38ceaf9SAlex Deucher
14d38ceaf9SAlex Deucheramdgpu-y := amdgpu_drv.o
15d38ceaf9SAlex Deucher
16d38ceaf9SAlex Deucher# add KMS driver
17d38ceaf9SAlex Deucheramdgpu-y += amdgpu_device.o amdgpu_kms.o \
18d38ceaf9SAlex Deucher	amdgpu_atombios.o atombios_crtc.o amdgpu_connectors.o \
19d38ceaf9SAlex Deucher	atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \
20d38ceaf9SAlex Deucher	amdgpu_encoders.o amdgpu_display.o amdgpu_i2c.o \
21d38ceaf9SAlex Deucher	amdgpu_fb.o amdgpu_gem.o amdgpu_ring.o \
22d38ceaf9SAlex Deucher	amdgpu_cs.o amdgpu_bios.o amdgpu_benchmark.o amdgpu_test.o \
23d38ceaf9SAlex Deucher	amdgpu_pm.o atombios_dp.o amdgpu_afmt.o amdgpu_trace_points.o \
242f4b9400SChunming Zhou	atombios_encoders.o amdgpu_sa.o atombios_i2c.o \
25d38ceaf9SAlex Deucher	amdgpu_prime.o amdgpu_vm.o amdgpu_ib.o amdgpu_pll.o \
26d38ceaf9SAlex Deucher	amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o
27d38ceaf9SAlex Deucher
28aaa36a97SAlex Deucher# add asic specific block
29e42d8526SAlex Deucheramdgpu-$(CONFIG_DRM_AMDGPU_CIK)+= cik.o cik_ih.o kv_smc.o kv_dpm.o \
3041548ef7SAlex Deucher	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 \
3141548ef7SAlex Deucher	amdgpu_amdkfd_gfx_v7.o
32a2e73f56SAlex Deucher
33a036db18SKen Wangamdgpu-$(CONFIG_DRM_AMDGPU_SI)+= si.o gmc_v6_0.o gfx_v6_0.o si_ih.o si_dma.o dce_v6_0.o
34a036db18SKen Wang
35aaa36a97SAlex Deucheramdgpu-y += \
36aaa36a97SAlex Deucher	vi.o
37aaa36a97SAlex Deucher
38aaa36a97SAlex Deucher# add GMC block
39aaa36a97SAlex Deucheramdgpu-y += \
40e42d8526SAlex Deucher	gmc_v7_0.o \
41aaa36a97SAlex Deucher	gmc_v8_0.o
42aaa36a97SAlex Deucher
43d38ceaf9SAlex Deucher# add IH block
44d38ceaf9SAlex Deucheramdgpu-y += \
45d38ceaf9SAlex Deucher	amdgpu_irq.o \
46aaa36a97SAlex Deucher	amdgpu_ih.o \
47aaa36a97SAlex Deucher	iceland_ih.o \
48aaa36a97SAlex Deucher	tonga_ih.o \
49aaa36a97SAlex Deucher	cz_ih.o
50d38ceaf9SAlex Deucher
51d38ceaf9SAlex Deucher# add SMC block
52d38ceaf9SAlex Deucheramdgpu-y += \
53aaa36a97SAlex Deucher	amdgpu_dpm.o \
541f7371b2SAlex Deucher	amdgpu_powerplay.o \
55aaa36a97SAlex Deucher	cz_smc.o cz_dpm.o \
56aaa36a97SAlex Deucher	tonga_smc.o tonga_dpm.o \
578e711e1aSDavid Zhang	fiji_smc.o fiji_dpm.o \
58aaa36a97SAlex Deucher	iceland_smc.o iceland_dpm.o
59aaa36a97SAlex Deucher
60aaa36a97SAlex Deucher# add DCE block
61aaa36a97SAlex Deucheramdgpu-y += \
62aaa36a97SAlex Deucher	dce_v10_0.o \
63c6e14f40SEmily Deng	dce_v11_0.o \
64c6e14f40SEmily Deng	dce_virtual.o
65d38ceaf9SAlex Deucher
66d38ceaf9SAlex Deucher# add GFX block
67d38ceaf9SAlex Deucheramdgpu-y += \
68aaa36a97SAlex Deucher	amdgpu_gfx.o \
69aaa36a97SAlex Deucher	gfx_v8_0.o
70aaa36a97SAlex Deucher
71aaa36a97SAlex Deucher# add async DMA block
72aaa36a97SAlex Deucheramdgpu-y += \
73aaa36a97SAlex Deucher	sdma_v2_4.o \
74aaa36a97SAlex Deucher	sdma_v3_0.o
75d38ceaf9SAlex Deucher
76d38ceaf9SAlex Deucher# add UVD block
77d38ceaf9SAlex Deucheramdgpu-y += \
78aaa36a97SAlex Deucher	amdgpu_uvd.o \
79aaa36a97SAlex Deucher	uvd_v5_0.o \
80aaa36a97SAlex Deucher	uvd_v6_0.o
81d38ceaf9SAlex Deucher
82d38ceaf9SAlex Deucher# add VCE block
83d38ceaf9SAlex Deucheramdgpu-y += \
84aaa36a97SAlex Deucher	amdgpu_vce.o \
85aaa36a97SAlex Deucher	vce_v3_0.o
86d38ceaf9SAlex Deucher
87130e0371SOded Gabbay# add amdkfd interfaces
88130e0371SOded Gabbayamdgpu-y += \
8932c22e99SOded Gabbay	 amdgpu_amdkfd.o \
90ff758a12SBen Goz	 amdgpu_amdkfd_gfx_v8.o
91130e0371SOded Gabbay
92d03846afSChunming Zhou# add cgs
93d03846afSChunming Zhouamdgpu-y += amdgpu_cgs.o
94d03846afSChunming Zhou
95b80d8475SAlex Deucher# GPU scheduler
96b80d8475SAlex Deucheramdgpu-y += \
97c1b69ed0SChunming Zhou	../scheduler/gpu_scheduler.o \
98f556cb0cSChunming Zhou	../scheduler/sched_fence.o \
990856cab1SChristian König	amdgpu_job.o
100b80d8475SAlex Deucher
101a8fe58ceSMaruthi Bayyavarapu# ACP componet
102a8fe58ceSMaruthi Bayyavarapuifneq ($(CONFIG_DRM_AMD_ACP),)
103a8fe58ceSMaruthi Bayyavarapuamdgpu-y += amdgpu_acp.o
104a8fe58ceSMaruthi Bayyavarapu
105a8fe58ceSMaruthi BayyavarapuAMDACPPATH := ../acp
106a8fe58ceSMaruthi Bayyavarapuinclude $(FULL_AMD_PATH)/acp/Makefile
107a8fe58ceSMaruthi Bayyavarapu
108a8fe58ceSMaruthi Bayyavarapuamdgpu-y += $(AMD_ACP_FILES)
109a8fe58ceSMaruthi Bayyavarapuendif
110a8fe58ceSMaruthi Bayyavarapu
111d38ceaf9SAlex Deucheramdgpu-$(CONFIG_COMPAT) += amdgpu_ioc32.o
112d38ceaf9SAlex Deucheramdgpu-$(CONFIG_VGA_SWITCHEROO) += amdgpu_atpx_handler.o
113d38ceaf9SAlex Deucheramdgpu-$(CONFIG_ACPI) += amdgpu_acpi.o
114d38ceaf9SAlex Deucheramdgpu-$(CONFIG_MMU_NOTIFIER) += amdgpu_mn.o
115d38ceaf9SAlex Deucher
1161f7371b2SAlex Deucherifneq ($(CONFIG_DRM_AMD_POWERPLAY),)
1171f7371b2SAlex Deucher
118bd90dd89SQiang Yuinclude $(FULL_AMD_PATH)/powerplay/Makefile
1191f7371b2SAlex Deucher
1201f7371b2SAlex Deucheramdgpu-y += $(AMD_POWERPLAY_FILES)
1211f7371b2SAlex Deucher
1221f7371b2SAlex Deucherendif
1231f7371b2SAlex Deucher
124d38ceaf9SAlex Deucherobj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o
125d38ceaf9SAlex Deucher
126d38ceaf9SAlex DeucherCFLAGS_amdgpu_trace_points.o := -I$(src)
127