Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c447 ret = vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_res_reloc_add()
537 (&sw_context->res_relocations, res, in vmw_cmd_res_check()
1666 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_define()
1711 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_destroy()
2471 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()
2532 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_process()
2533 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
2590 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
Dvmwgfx_drv.h346 struct list_head res_relocations; member