]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Don't timeout job if its fence has been signaled
authorBrajesh Gupta <brajesh.gupta@imgtec.com>
Tue, 19 May 2026 08:25:27 +0000 (13:55 +0530)
committerMatt Coster <matt.coster@imgtec.com>
Tue, 19 May 2026 11:40:15 +0000 (12:40 +0100)
commitee7cb742531432ec1bb29b996e3363aacd860054
tree813b18c973d2d3e3bf3a70476b67ec1d238afac3
parentde1e8a590f4ed48b6b7902fc3aafc878262f8278
drm/imagination: Don't timeout job if its fence has been signaled

Verify the job’s fence in the timeout handler; if the firmware has since
signaled completion, then report NO HANG.

Signed-off-by: Brajesh Gupta <brajesh.gupta@imgtec.com>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link: https://patch.msgid.link/20260519-b4-context_reset-v2-2-931018a7131d@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/pvr_queue.c