summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorbenl <ben.li@amd.com>2023-05-10 17:28:41 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-08-30 15:01:15 -0400
commit96271dd4d56d56cc4087352b3b68997be85a6cf4 (patch)
tree720d076a6afcf432d477807db2cbcd5af4ca7a49 /drivers/gpu/drm/amd/amdgpu/Makefile
parentb90975fa5bd8aa6ff93b2256fc2288c05c254dea (diff)
downloadlinux-96271dd4d56d56cc4087352b3b68997be85a6cf4.tar.gz
linux-96271dd4d56d56cc4087352b3b68997be85a6cf4.tar.bz2
linux-96271dd4d56d56cc4087352b3b68997be85a6cf4.zip
drm/amdgpu: add gfxhub 11.5.0 support
Add initial gfxhub 11.5 support. Signed-off-by: benl <ben.li@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 9c5684e5dbf2..2a4d960b8347 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -113,7 +113,8 @@ amdgpu-y += \
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_v3_0.o mmhub_v3_0_2.o gmc_v11_0.o \
- mmhub_v3_0_1.o gfxhub_v3_0_3.o gfxhub_v1_2.o mmhub_v1_8.o mmhub_v3_3.o
+ mmhub_v3_0_1.o gfxhub_v3_0_3.o gfxhub_v1_2.o mmhub_v1_8.o mmhub_v3_3.o \
+ gfxhub_v11_5_0.o
# add UMC block
amdgpu-y += \