Searched refs:res_relocations (Results 1 – 2 of 2) sorted by relevance
535 list_add_tail(&rel->head, &sw_context->res_relocations); in vmw_resource_relocation_add()3889 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_fifo()3890 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_fifo()3919 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()3920 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_submit_cmdbuf()4098 INIT_LIST_HEAD(&sw_context->res_relocations); in vmw_execbuf_process()4236 vmw_resource_relocations_free(&sw_context->res_relocations); in vmw_execbuf_process()
425 struct list_head res_relocations; member