Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c706 ret = vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_res_reloc_add()
775 (&sw_context->res_relocations, res, in vmw_cmd_res_check()
2196 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_define()
2241 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_destroy()
2937 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_dx_view_remove()
3959 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3960 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_fifo()
3989 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
3990 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()
4172 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()
[all …]
Dvmwgfx_drv.h310 struct list_head res_relocations; member