[PATCH 2/2] drm/amdgpu/mes12: add missing opcode string
Alex Deucher
alexdeucher at gmail.com
Wed Jul 10 13:44:02 UTC 2024
Ping on this series?
Alex
On Mon, Jul 8, 2024 at 6:30 PM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> 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