summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLikun Gao <Likun.Gao@amd.com>2023-03-08 10:29:11 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-02-13 00:09:42 +0300
commit12443fc53e7d7fad52cb4b534dea6be525d05d62 (patch)
tree0490ccd48d9bd9e361146e35f32e0ad2c82ab0e8 /drivers/gpu/drm/amd/amdgpu/Makefile
parent0a119d53f74a5f415196531d5622e60156e6ec7c (diff)
downloadlinux-12443fc53e7d7fad52cb4b534dea6be525d05d62.tar.xz
drm/amdgpu: Add ih v7_0 ip block support
Add ih v7_0 ip block support. Signed-off-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Hawking Zhang <Hawking.Zhang@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 3f7de16e0dc4..9bc5f3dde442 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -132,7 +132,8 @@ amdgpu-y += \
vega20_ih.o \
navi10_ih.o \
ih_v6_0.o \
- ih_v6_1.o
+ ih_v6_1.o \
+ ih_v7_0.o
# add PSP block
amdgpu-y += \