]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues
authorChristian König <christian.koenig@amd.com>
Mon, 20 Apr 2026 13:13:57 +0000 (15:13 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 May 2026 20:08:38 +0000 (16:08 -0400)
commit71bea36b54ccfb14cbc90f94267af6369af4e702
tree23a5f09b302e7e0838312eb066b837a372534696
parent1609eb0f81a609d350169839128cecf298c84e7a
drm/amdgpu: remove almost all calls to amdgpu_userq_detect_and_reset_queues

Well the reset handling seems broken on multiple levels.

As first step of fixing this remove most calls to the hang detection.
That function should only be called after we run into a timeout! And *NOT*
as random check spread over the code in multiple places.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c