Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c519 struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; in vmw_cmdbuf_work_func() local
525 INIT_LIST_HEAD(&restart_head[i]); in vmw_cmdbuf_work_func()
573 list_add_tail(&entry->list, &restart_head[entry->cb_context]); in vmw_cmdbuf_work_func()
594 list_splice_init(&ctx->preempted, restart_head[i].prev); in vmw_cmdbuf_work_func()
602 list_splice_init(&restart_head[i], &ctx->submitted); in vmw_cmdbuf_work_func()