]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/gfx10: remap queue after reset successfully
authorJiadong Zhu <Jiadong.Zhu@amd.com>
Fri, 14 Jun 2024 05:46:36 +0000 (13:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Sep 2024 15:40:44 +0000 (11:40 -0400)
commit2f3806f781421ce6dfa60471eb2116627c0eb893
tree50d17700083d942c87502aeb3c0c82d0a0cfe33b
parent1741281a157fcfacf46dbb6ce39c13bf2699d371
drm/amdgpu/gfx10: remap queue after reset successfully

Kiq command unmap_queues only does the dequeueing action.
We have to map the queue back with clean mqd.

v2: fix up error handling (Alex)

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/gfx_v10_0.c