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)
commitb3f9234e106c9ca4dd0fab3cebbdc8ac74504f97
tree3fc8be1a14e4d320da9ae2d3e268756c7085c6e7
parent8b8ce2b90af1bea3d7b24e250832fcc3c7e687ea
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