Skip to content

Commit 028c3fb

Browse files
Jack Xiaoalexdeucher
authored andcommitted
drm/amdgpu/mes11: initiate mes v11 support
Initiate mes v11 code base from mes v10, rename function and register names. Signed-off-by: Jack Xiao <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 289bcff commit 028c3fb

File tree

4 files changed

+1814
-1
lines changed

4 files changed

+1814
-1
lines changed

drivers/gpu/drm/amd/amdgpu/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ amdgpu-y += \
146146
# add MES block
147147
amdgpu-y += \
148148
amdgpu_mes.o \
149-
mes_v10_1.o
149+
mes_v10_1.o \
150+
mes_v11_0.o
150151

151152
# add UVD block
152153
amdgpu-y += \

0 commit comments

Comments
 (0)