Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c56 struct list_head hw_submitted; member
323 INIT_LIST_HEAD(&ctx->hw_submitted); in vmw_cmdbuf_ctx_init()
360 list_move_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()