Lines Matching refs:submit
49 /* Primary ringbuffer for a submit, ie. an IB1 level rb
78 /* A submit object manages/tracks all the state buildup for a "submit"
80 * non-STREAMING stateobj rb's, rb's are allocated from the submit.
84 /* NOTE: all ringbuffer's create from the submit should be unref'd
85 * before destroying the submit.
87 void fd_submit_del(struct fd_submit *submit);
89 struct fd_submit * fd_submit_ref(struct fd_submit *submit);
91 /* Allocate a new rb from the submit. */
92 struct fd_ringbuffer *fd_submit_new_ringbuffer(struct fd_submit *submit,
97 * Encapsulates submit out-fence(s), which consist of a 'timestamp' (per-
103 * The ready fence is signaled once the submit is actually flushed down
112 * Optional dma_fence fd, returned by submit if use_fence_fd is true
121 int fd_submit_flush(struct fd_submit *submit, int in_fence_fd,
152 * a submit: