Re: [PATCH 10/32] drm/amdgpu: add gfx11 hw debug mode enable and disable calls

2023-02-16 Thread Felix Kuehling
On 2023-01-25 14:53, Jonathan Kim wrote: Implement the per-device calls to enable or disable HW debug mode for GFX11. Signed-off-by: Jonathan Kim --- .../drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c| 39 +++ 1 file changed, 39 insertions(+) diff --git

[PATCH 10/32] drm/amdgpu: add gfx11 hw debug mode enable and disable calls

2023-01-25 Thread Jonathan Kim
Implement the per-device calls to enable or disable HW debug mode for GFX11. Signed-off-by: Jonathan Kim --- .../drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c| 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c