[PATCH 2/2] drm/amdgpu/mes12: add missing opcode string

Zhang, Hawking Hawking.Zhang at amd.com
Wed Jul 10 15:54:45 UTC 2024


[AMD Official Use Only - AMD Internal Distribution Only]

Series is

Reviewed-by: Hawking Zhang <Hawking.Zhang at amd.com>

Regards,
Hawking
-----Original Message-----
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Alex Deucher
Sent: Tuesday, July 9, 2024 05:51
To: amd-gfx at lists.freedesktop.org
Cc: Deucher, Alexander <Alexander.Deucher at amd.com>
Subject: [PATCH 2/2] drm/amdgpu/mes12: add missing opcode string

Fixes the indexing of the string array.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
index 106eef1ff5cc..c9f74231ad59 100644
--- a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
@@ -99,6 +99,7 @@ static const char *mes_v12_0_opcodes[] = {
        "SET_LOG_BUFFER",
        "CHANGE_GANG_PRORITY",
        "QUERY_SCHEDULER_STATUS",
+       "unused",
        "SET_DEBUG_VMID",
        "MISC",
        "UPDATE_ROOT_PAGE_TABLE",
--
2.45.2



More information about the amd-gfx mailing list