Home
last modified time | relevance | path

Searched refs:sched_fence (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c218 struct drm_sched_fence *sched_fence = to_drm_sched_fence(f); in to_pvr_queue_job_fence() local
220 if (sched_fence) in to_pvr_queue_job_fence()
221 f = sched_fence->parent; in to_pvr_queue_job_fence()
955 struct drm_sched_fence *sched_fence = f ? to_drm_sched_fence(f) : NULL; in pvr_queue_fence_is_native() local
957 if (sched_fence && in pvr_queue_fence_is_native()
958 sched_fence->sched->ops == &pvr_queue_sched_ops) in pvr_queue_fence_is_native()