summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2025-02-24 15:26:07 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-12-08 13:56:35 -0500
commite87bfaf55e7311b9587c0163060c6939c36f077e (patch)
treee41ed3f831f1c6091b62ac5bf7d10ceb128c2bc8 /drivers/gpu/drm/amd/amdgpu/Makefile
parent91c93c090dfc58a3dcc97bb5e43b27892e043e9f (diff)
drm/amdgpu: Add gfxhub v12_1 support
gfxhub v12_1 is a new generation ip v2: squash in update to new IP headers v3: squash in cast fix Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Le Ma <le.ma@amd.com> Reviewed-by: Likun Gao <Likun.Gao@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 226b022ab40b..0c2779047ace 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -105,7 +105,7 @@ amdgpu-y += \
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 \
gfxhub_v11_5_0.o mmhub_v4_1_0.o gfxhub_v12_0.o gmc_v12_0.o \
- mmhub_v4_2_0.o
+ mmhub_v4_2_0.o gfxhub_v12_1.o
# add UMC block
amdgpu-y += \