Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c296 list_add(&node->head, &sw_context->ctx_resource_list); in vmw_resource_val_add()
300 list_add_tail(&node->head, &sw_context->ctx_resource_list); in vmw_resource_val_add()
4163 INIT_LIST_HEAD(&sw_context->ctx_resource_list); in vmw_execbuf_process()
4186 list_splice_init(&sw_context->ctx_resource_list, in vmw_execbuf_process()
4198 list_splice_init(&sw_context->ctx_resource_list, in vmw_execbuf_process()
Dvmwgfx_drv.h308 struct list_head ctx_resource_list; /* For contexts and cotables */ member