Skip to content

Commit

Permalink
drm/amdgpu: Add mes v12_0 ip block support (v4)
Browse files Browse the repository at this point in the history
v1: Add mes v12_0 ip block support. (Jack)
v2: Switch to gfx.kiq array. (Hawking)
v3: Switch to AMDGPU_GFXHUB(0). (Hawking)
v4: Rebase (Alex)

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Jack Xiao authored and Alex Deucher committed May 2, 2024
1 parent 69d4c44 commit 785f0f9
Show file tree
Hide file tree
Showing 3 changed files with 1,337 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 @@ -186,7 +186,8 @@ amdgpu-y += \
amdgpu-y += \
amdgpu_mes.o \
mes_v10_1.o \
mes_v11_0.o
mes_v11_0.o \
mes_v12_0.o

# add UVD block
amdgpu-y += \
Expand Down
Loading

0 comments on commit 785f0f9

Please sign in to comment.