Lines Matching defs:submit
63 * block on submit if a bo is already on other ring
69 /* Transiently in the process of submit ioctl, objects associated
70 * with the submit are on submit->bo_list.. this only lasts for
72 * submit lists.
133 /* Created per submit-ioctl, to track bo's and cmdstream bufs, etc,
136 * lasts for the duration of the submit-ioctl.
142 struct list_head node; /* node in ring submit list */
145 uint32_t seqno; /* Sequence number of the submit on the ring */
155 u32 ident; /* A "identifier" for the submit for logging */
172 /* helper to determine of a buffer in submit should be dumped, used for both
176 should_dump(struct msm_gem_submit *submit, int idx)
179 return rd_full || (submit->bos[idx].flags & MSM_SUBMIT_BO_DUMP);