summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorBen Li <ben.li@amd.com>2023-05-10 11:49:48 +0800
committerAlex Deucher <alexander.deucher@amd.com>2023-08-07 16:35:38 -0400
commit0ba96fd3c017f879800697b64c1580aadadb73f4 (patch)
tree13d99daa2034083d999f809d1cd4876deb119b1a /drivers/gpu/drm/amd/amdgpu/Makefile
parent85c391abd2c64d59e34065c7a9e1c192a8309ec5 (diff)
downloadlinux-stable-0ba96fd3c017f879800697b64c1580aadadb73f4.tar.gz
linux-stable-0ba96fd3c017f879800697b64c1580aadadb73f4.tar.bz2
linux-stable-0ba96fd3c017f879800697b64c1580aadadb73f4.zip
drm/amdgpu: add ih 6.1 support
Add initial support for IH 6.1. v2: Fix copyright date (Alex) Signed-off-by: Ben Li <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 29325981778a..384b798a9bad 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -129,7 +129,8 @@ amdgpu-y += \
vega10_ih.o \
vega20_ih.o \
navi10_ih.o \
- ih_v6_0.o
+ ih_v6_0.o \
+ ih_v6_1.o
# add PSP block
amdgpu-y += \