Lines Matching full:ufo
182 * pvr_queue_fence_is_ufo_backed() - Check if a dma_fence is backed by a UFO.
186 * * true if the dma_fence is backed by a UFO, or
193 * Currently the only dma_fence backed by a UFO object is the job fence, in pvr_queue_fence_is_ufo_backed()
201 * already backed by a UFO.
212 * * A non-NULL pvr_queue_fence object if the dma_fence is backed by a UFO, or
361 /* We can pass at most ROGUE_FWIF_CCB_CMD_MAX_UFOS per UFO-related command. */ in ufo_cmds_size()
379 * One UFO command per native fence this job will be waiting on (unless any are in job_cmds_size()
381 * plus one UFO command for the fence signaling. in job_cmds_size()
415 * be backed by a UFO) until the jobs have been submitted, together. in job_count_remaining_native_deps()
700 * The loop above will only process dependencies backed by a UFO i.e. with in pvr_queue_submit_job_to_cccb()
829 /* Make sure we CPU-signal the UFO object, so other queues don't get in pvr_queue_start()
949 * It may be a UFO-backed fence i.e. a fence that can be signaled or waited upon FW-side,
950 * such as pvr_job::done_fence objects that are backed by the timeline UFO attached to the queue
969 * the UFO object attached to the queue.