]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/imagination: Rename pvr_queue_fence_is_ufo_backed() to reflect usage
authorAlessio Belle <alessio.belle@imgtec.com>
Mon, 30 Mar 2026 07:56:39 +0000 (08:56 +0100)
committerMatt Coster <matt.coster@imgtec.com>
Wed, 8 Apr 2026 10:17:13 +0000 (11:17 +0100)
commitc162e655092de8de2e0f7776d72919dd5e3b84f2
tree12e0501561368b32fd1854495c2209d7ceef6fc9
parent18998b3cb7595850b8b2da55adb3fdc7aef8bc22
drm/imagination: Rename pvr_queue_fence_is_ufo_backed() to reflect usage

This function is only used by the synchronization code to figure out if
a fence belongs to this driver.
Rename it to pvr_queue_fence_is_native() and update its documentation to
reflect its current 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-4-7de8c09cef8c@imgtec.com
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/pvr_queue.c
drivers/gpu/drm/imagination/pvr_queue.h
drivers/gpu/drm/imagination/pvr_sync.c