summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorTianci.Yin <tianci.yin@amd.com>2020-10-12 18:10:13 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-05-04 09:57:18 -0400
commit98a0f8687e3135b4606e17bb05fc0a5fa33be55f (patch)
tree5e7a6f322971aad3d34f15e437395be02d5ac276 /drivers/gpu/drm/amd/amdgpu/Makefile
parent9f99d9830554a13dc9f5e47dbaddfae36cbf416e (diff)
downloadlinux-98a0f8687e3135b4606e17bb05fc0a5fa33be55f.tar.bz2
drm/amdgpu: add mmhub v3_0 ip block
Add support for mmhub v3.0 Signed-off-by: Tianci.Yin <tianci.yin@amd.com> Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 5d447a38e63c..156de606f275 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -88,7 +88,7 @@ amdgpu-y += \
gmc_v8_0.o \
gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o mmhub_v9_4.o \
gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o gfxhub_v2_1.o mmhub_v2_3.o \
- mmhub_v1_7.o gfxhub_v3_0.o
+ mmhub_v1_7.o gfxhub_v3_0.o mmhub_v3_0.o
# add UMC block
amdgpu-y += \