]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Rename fence returned by pvr_queue_job_arm()
authorAlessio Belle <alessio.belle@imgtec.com>
Mon, 30 Mar 2026 07:56:40 +0000 (08:56 +0100)
committerMatt Coster <matt.coster@imgtec.com>
Wed, 8 Apr 2026 10:17:13 +0000 (11:17 +0100)
commit5dae1a21f1e7128a19c68212422383f700699d01
treed0e5030e1de779153d91024ca598fad4382c9c73
parentc162e655092de8de2e0f7776d72919dd5e3b84f2
drm/imagination: Rename fence returned by pvr_queue_job_arm()

Rename from done_fence to finished_fence, both because the function
returns a drm_sched_fence's finished fence, and to avoid confusion with
the job fence, which is called the same but has a different purpose.

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-5-7de8c09cef8c@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/pvr_job.c
drivers/gpu/drm/imagination/pvr_sync.c
drivers/gpu/drm/imagination/pvr_sync.h