[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by : shaoyun. Liu <Shaoyun.liu@xxxxxxx> -----Original Message----- From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Alex Deucher Sent: Wednesday, July 10, 2024 9:44 AM To: Deucher, Alexander <Alexander.Deucher@xxxxxxx> Cc: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Subject: Re: [PATCH 2/2] drm/amdgpu/mes12: add missing opcode string Ping on this series? Alex On Mon, Jul 8, 2024 at 6:30 PM Alex Deucher <alexander.deucher@xxxxxxx> wrote: > > Fixes the indexing of the string array. > > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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 >