Searched refs:res_relocations (Results 1 – 2 of 2) sorted by relevance
656 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()3764 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_fifo()3765 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_fifo()3794 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()3795 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()3963 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()4088 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
305 struct list_head res_relocations; member