Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c531 list_add_tail(&rel->head, &sw_context->res_relocations); in vmw_resource_relocation_add()
3498 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3499 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3528 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
3529 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
3707 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()
3845 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
Dvmwgfx_drv.h382 struct list_head res_relocations; member