Re: [PATCH] drm/amdgpu/mes: add mes mapping legacy queue switch

2024-08-24 Thread Andrew Worsley
I tested this patch On Thu, 22 Aug 2024 at 20:28, Jack Xiao wrote: > > For mes11 old firmware has issue to map legacy queue, > add a flag to switch mes to map legacy queue. > > Signed-off-by: Jack Xiao > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4 +- > drivers/gpu/drm/amd/amdgpu/amdgpu_

Re: [PATCH] drm/amdgpu/mes: add mes mapping legacy queue switch

2024-08-22 Thread Alex Deucher
On Thu, Aug 22, 2024 at 6:55 AM Jack Xiao wrote: > > For mes11 old firmware has issue to map legacy queue, > add a flag to switch mes to map legacy queue. > Reported-by: Andrew Worsley Link: https://lists.freedesktop.org/archives/amd-gfx/2024-August/112773.html > Signed-off-by: Jack Xiao > ---

[PATCH] drm/amdgpu/mes: add mes mapping legacy queue switch

2024-08-22 Thread Jack Xiao
For mes11 old firmware has issue to map legacy queue, add a flag to switch mes to map legacy queue. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 1 + drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 49 +