summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorStanley Yang <Stanley.Yang@amd.com>2022-04-13 14:26:40 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-05-04 10:43:55 -0400
commit61a039d1757b148717b9e10ea0cd30e5da6cf919 (patch)
treea97e2a72dc601f6f99d5f26843f151d474ac82b2 /drivers/gpu/drm/amd/amdgpu/Makefile
parent5e779b1745d11fd365a8b92e411f7c0c31ec47cc (diff)
downloadlinux-61a039d1757b148717b9e10ea0cd30e5da6cf919.tar.gz
linux-61a039d1757b148717b9e10ea0cd30e5da6cf919.tar.bz2
linux-61a039d1757b148717b9e10ea0cd30e5da6cf919.zip
drm/amdgpu: add initial support for sdma v6.0
Add functions for SDMA version 6. Signed-off-by: Stanley Yang <Stanley.Yang@amd.com> Signed-off-by: Likun Gao <Likun.Gao@amd.com> Reviewed-by: Hawking Zhang <Hawking.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 6a67210f282f..81088b0cc92e 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -142,7 +142,8 @@ amdgpu-y += \
sdma_v4_0.o \
sdma_v4_4.o \
sdma_v5_0.o \
- sdma_v5_2.o
+ sdma_v5_2.o \
+ sdma_v6_0.o
# add MES block
amdgpu-y += \