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>
Wed, 8 Jun 2022 15:40:11 +0000 (11:40 -0400)
commit143fee0ccc97284e6ece1cf86b7d50721b522448
tree47e17012ca2c1c7c389c336739fe0657bcaab0d4
parent61243c173cd26fc8c6bea74d6d47a37ab520dacc
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