summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLe Ma <le.ma@amd.com>2019-07-09 17:21:53 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 22:18:02 +0300
commite78705ec5a7f607a3340c71a104b0d1c327958a4 (patch)
tree2f5c20bc8332ca63d064f491f1afd44eee1b8916 /drivers/gpu/drm/amd/amdgpu/Makefile
parent113b47e78067db00cc449b6666916715d02ed01c (diff)
downloadlinux-e78705ec5a7f607a3340c71a104b0d1c327958a4.tar.xz
drm/amdgpu: dynamically initialize IP offset for Arcturus
Add support for the IP offsets on Arcturus. Signed-off-by: Le Ma <le.ma@amd.com> Acked-by: Snow Zhang < Snow.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 7b6fb0e9ee76..97671df6a5f0 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -66,7 +66,8 @@ amdgpu-$(CONFIG_DRM_AMDGPU_SI)+= si.o gmc_v6_0.o gfx_v6_0.o si_ih.o si_dma.o dce
amdgpu-y += \
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 \
- vega20_reg_init.o nbio_v7_4.o nbio_v2_3.o nv.o navi10_reg_init.o navi14_reg_init.o
+ vega20_reg_init.o nbio_v7_4.o nbio_v2_3.o nv.o navi10_reg_init.o navi14_reg_init.o \
+ arct_reg_init.o
# add DF block
amdgpu-y += \