Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf.c516 struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; in vmw_cmdbuf_work_func() local
522 INIT_LIST_HEAD(&restart_head[i]); in vmw_cmdbuf_work_func()
572 list_add_tail(&entry->list, &restart_head[entry->cb_context]); in vmw_cmdbuf_work_func()
593 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func()
601 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func()