Skip to content

Commit 1cff101

Browse files
committed
drm/amdgpu/mes12: add missing opcode string
Fixes the indexing of the string array. Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 478cb8b commit 1cff101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/mes_v12_0.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ static const char *mes_v12_0_opcodes[] = {
9999
"SET_LOG_BUFFER",
100100
"CHANGE_GANG_PRORITY",
101101
"QUERY_SCHEDULER_STATUS",
102+
"unused",
102103
"SET_DEBUG_VMID",
103104
"MISC",
104105
"UPDATE_ROOT_PAGE_TABLE",

0 commit comments

Comments
 (0)