summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLikun Gao <Likun.Gao@amd.com>2025-01-07 10:15:31 +0800
committerAlex Deucher <alexander.deucher@amd.com>2025-12-08 13:56:38 -0500
commit4ed5116aacf6126ef9c7bc8cd7367ed6797e5c8f (patch)
treea08a37d8d4c47b549f2dc8ef5c0658fd19f22622 /drivers/gpu/drm/amd/amdgpu/Makefile
parent268614ae415e3e8b73e078d3a428b261eceaecd4 (diff)
downloadlwn-4ed5116aacf6126ef9c7bc8cd7367ed6797e5c8f.tar.gz
lwn-4ed5116aacf6126ef9c7bc8cd7367ed6797e5c8f.zip
drm/amdgpu: Add sdma v7_1_0 support
Add SDMA ip block for SDMA v7_1_0. v2: squash in queue reset changes (Alex) v3: squash in version fix (Hawking) v4: squash in various fixes Signed-off-by: Likun Gao <Likun.Gao@amd.com> Acked-by: Le Ma <le.ma@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 39d636eba52a..139ceafa164a 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -171,7 +171,8 @@ amdgpu-y += \
sdma_v5_0.o \
sdma_v5_2.o \
sdma_v6_0.o \
- sdma_v7_0.o
+ sdma_v7_0.o \
+ sdma_v7_1.o
# add MES block
amdgpu-y += \