HomeSort by: relevance | last modified time | path
    Searched defs:hw_submitted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 55 * @hw_submitted: List of command buffers submitted to hardware.
61 struct list_head hw_submitted; member in struct:vmw_cmdbuf_context
334 INIT_LIST_HEAD(&ctx->hw_submitted);
372 list_add_tail(&entry->list, &ctx->hw_submitted);
398 list_for_each_entry_safe(entry, next, &ctx->hw_submitted, list) {
656 !list_empty(&ctx->hw_submitted) ||
vmwgfx_cmdbuf.c 55 * @hw_submitted: List of command buffers submitted to hardware.
61 struct list_head hw_submitted; member in struct:vmw_cmdbuf_context
334 INIT_LIST_HEAD(&ctx->hw_submitted);
372 list_add_tail(&entry->list, &ctx->hw_submitted);
398 list_for_each_entry_safe(entry, next, &ctx->hw_submitted, list) {
656 !list_empty(&ctx->hw_submitted) ||

Completed in 22 milliseconds