Home
last modified time | relevance | path

Searched refs:hw_submitted (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c55 struct list_head hw_submitted; member
324 INIT_LIST_HEAD(&ctx->hw_submitted); in vmw_cmdbuf_ctx_init()
361 list_move_tail(&entry->list, &ctx->hw_submitted); in vmw_cmdbuf_ctx_submit()
386 list_for_each_entry_safe(entry, next, &ctx->hw_submitted, list) { in vmw_cmdbuf_ctx_process()
639 !list_empty(&ctx->hw_submitted) || in vmw_cmdbuf_man_idle()