Skip to content

Commit

Permalink
drm/amdgpu: Add ih v7_0 ip block support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Likun Gao authored and Alex Deucher committed Feb 12, 2024
1 parent 0a119d5 commit 12443fc
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/amd/amdgpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 += \
Expand Down
Loading

0 comments on commit 12443fc

Please sign in to comment.