]> 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 21:47:04 +0000 (17:47 -0400)
commitd0053441ad7eaf7920b71e2263097ece53c5af34
treea9970c5ccbe9d3a46be95a35dfe95bcc722f31e4
parent44e5bc73bdcbec115cfe1c4b4394d25eb3deaff2
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>
(cherry picked from commit 71bea36b54ccfb14cbc90f94267af6369af4e702)
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c