Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c51 struct list_head hw_submitted; member
320 INIT_LIST_HEAD(&ctx->hw_submitted); in vmw_cmdbuf_ctx_init()
358 list_add_tail(&entry->list, &ctx->hw_submitted); in vmw_cmdbuf_ctx_submit()
382 list_for_each_entry_safe(entry, next, &ctx->hw_submitted, list) { in vmw_cmdbuf_ctx_process()
637 !list_empty(&ctx->hw_submitted) || in vmw_cmdbuf_man_idle()