Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:submitted

53  * @submitted: List of command buffers that have been submitted to the
54 * manager but not yet submitted to hardware.
55 * @hw_submitted: List of command buffers submitted to hardware.
60 struct list_head submitted;
335 INIT_LIST_HEAD(&ctx->submitted);
354 !list_empty(&ctx->submitted) &&
359 entry = list_first_entry(&ctx->submitted,
433 if (!list_empty(&ctx->submitted))
444 * command buffers left that are not submitted to hardware, Make sure
484 * This function adds @header to the "submitted" queue of the command
496 list_add_tail(&header->list, &man->ctx[cb_context].submitted);
612 * Finally add all command buffers first in the submitted
617 list_splice_init(&restart_head[i], &ctx->submitted);
655 if (!list_empty(&ctx->submitted) ||