Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c263 list_add(&node->head, &sw_context->ctx_resource_list); in vmw_resource_val_add()
267 list_add_tail(&node->head, &sw_context->ctx_resource_list); in vmw_resource_val_add()
3961 INIT_LIST_HEAD(&sw_context->ctx_resource_list); in vmw_execbuf_process()
3984 list_splice_init(&sw_context->ctx_resource_list, in vmw_execbuf_process()
3996 list_splice_init(&sw_context->ctx_resource_list, in vmw_execbuf_process()
Dvmwgfx_drv.h303 struct list_head ctx_resource_list; /* For contexts and cotables */ member