Skip to content

Commit

Permalink
drm/amdgpu/mes11: initiate mes v11 support
Browse files Browse the repository at this point in the history
Initiate mes v11 code base from mes v10, rename function
and register names.

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-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 4, 2022
1 parent 289bcff commit 028c3fb
Show file tree
Hide file tree
Showing 4 changed files with 1,814 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 @@ -146,7 +146,8 @@ amdgpu-y += \
# add MES block
amdgpu-y += \
amdgpu_mes.o \
mes_v10_1.o
mes_v10_1.o \
mes_v11_0.o

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

0 comments on commit 028c3fb

Please sign in to comment.