]> 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)
commit596069622c7cbdb4ad7e3895865081903c8ce110
tree3fc8be1a14e4d320da9ae2d3e268756c7085c6e7
parent9ebe8c4547a57a38a9af8734c5f1b455eb745177
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