Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c656 ret = vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_res_reloc_add()
723 (&sw_context->res_relocations, res, in vmw_cmd_res_check()
2145 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_define()
2190 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_destroy()
3771 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3772 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3801 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
3802 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
3970 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()
4095 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
Dvmwgfx_drv.h305 struct list_head res_relocations; member