Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c520 struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; in vmw_cmdbuf_work_func() local
526 INIT_LIST_HEAD(&restart_head[i]); in vmw_cmdbuf_work_func()
574 list_add_tail(&entry->list, &restart_head[entry->cb_context]); in vmw_cmdbuf_work_func()
595 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func()
603 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func()