Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1670 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_define()
1715 return vmw_resource_relocation_add(&sw_context->res_relocations, in vmw_cmd_shader_destroy()
2475 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()
2537 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_process()
2538 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
2595 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
Dvmwgfx_drv.h346 struct list_head res_relocations; member