]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Skip check on paired job fence during job submission
authorAlessio Belle <alessio.belle@imgtec.com>
Mon, 30 Mar 2026 07:56:38 +0000 (08:56 +0100)
committerMatt Coster <matt.coster@imgtec.com>
Wed, 8 Apr 2026 10:17:13 +0000 (11:17 +0100)
commit18998b3cb7595850b8b2da55adb3fdc7aef8bc22
tree0b510a16d7d18602316f772030521f6d36ea195a
parent4baf9e70cb756d78dd56419f8baee2978a72d0c3
drm/imagination: Skip check on paired job fence during job submission

While submitting a paired fragment job, there is no need to manually
look for, and skip, the paired job fence, as the existing logic to
resolve dependencies to pvr_queue_fence objects will have failed to
resolve it already and continued with the next one.

Point this out where the fence is actually accessed and drop the related
check.

Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
Reviewed-by: Brajesh Gupta <brajesh.gupta@imgtec.com>
Link: https://patch.msgid.link/20260330-job-submission-fixes-cleanup-v1-3-7de8c09cef8c@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/pvr_queue.c