]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/panthor: fix queue_reset_timeout_locked
authorChia-I Wu <olvaffe@gmail.com>
Tue, 2 Dec 2025 17:40:28 +0000 (09:40 -0800)
committerLiviu Dudau <liviu.dudau@arm.com>
Wed, 3 Dec 2025 13:44:21 +0000 (13:44 +0000)
commitac5b392a8c355001c4c3f230a0e4b1f904e359ca
tree28b664e07b5880bd9a05c74fb7d757a5b262a7c9
parentcedf6765ecfd60197d90437ec648feb8b3e31cb1
drm/panthor: fix queue_reset_timeout_locked

queue_check_job_completion calls queue_reset_timeout_locked to reset the
timeout when progress is made. We want the reset to happen when the
timeout is running, not when it is suspended.

Fixes: 345c5b7cc0f85 ("drm/panthor: Make the timeout per-queue instead of per-job")
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patch.msgid.link/20251202174028.1600218-1-olvaffe@gmail.com
drivers/gpu/drm/panthor/panthor_sched.c