]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/mes11: implement mmio queue reset for gfx11
authorJiadong Zhu <Jiadong.Zhu@amd.com>
Thu, 4 Jul 2024 04:32:01 +0000 (12:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Sep 2024 15:41:13 +0000 (11:41 -0400)
commit178ad0e280c088f5abfa61793cb992fa120d1830
tree3325d80f11ede15987aca5ff0962fa1b025ddb24
parent01b4ae38e5dc6798c6cd477be9c363c5ae45fa7f
drm/amdgpu/mes11: implement mmio queue reset for gfx11

Implement queue reset for graphic and compute queue.

v2: use amdgpu_gfx_rlc funcs to enter/exit safe mode.
v3: use gfx_v11_0_request_gfx_index_mutex()
v4: fix mutex handling

Acked-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Signed-off-by: Jiadong Zhu <Jiadong.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c