]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Add MODE register to wave debug info in gfx11
authorJoseph Greathouse <Joseph.Greathouse@amd.com>
Mon, 6 Jun 2022 21:09:25 +0000 (16:09 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jun 2022 20:18:48 +0000 (16:18 -0400)
commit4f4835e2b3e2a43df0bd9eefa452c7fd333e4722
tree3fc8be1a14e4d320da9ae2d3e268756c7085c6e7
parent2bc8e0f9a69393d4a8bee26c41abbdcd3c0f61c4
drm/amdgpu: Add MODE register to wave debug info in gfx11

All other chips, from gfx6-gfx10, now include the MODE register at the
end of the wave debug state. This appears to have been missed in gfx11,
so this patch adds in MODE to the debug state for gfx11.

Signed-off-by: Joseph Greathouse <Joseph.Greathouse@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c