Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c54 struct list_head hw_submitted; member
323 INIT_LIST_HEAD(&ctx->hw_submitted); in vmw_cmdbuf_ctx_init()
361 list_add_tail(&entry->list, &ctx->hw_submitted); in vmw_cmdbuf_ctx_submit()
385 list_for_each_entry_safe(entry, next, &ctx->hw_submitted, list) { in vmw_cmdbuf_ctx_process()
638 !list_empty(&ctx->hw_submitted) || in vmw_cmdbuf_man_idle()