HomeSort by: relevance | last modified time | path
    Searched refs:res_relocations (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 540 list_add_tail(&rel->head, &sw_context->res_relocations);
3522 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations);
3523 vmw_resource_relocations_free(&sw_context->res_relocations);
3552 vmw_resource_relocations_apply(cmd, &sw_context->res_relocations);
3553 vmw_resource_relocations_free(&sw_context->res_relocations);
3742 INIT_LIST_HEAD(&sw_context->res_relocations);
3893 vmw_resource_relocations_free(&sw_context->res_relocations);
vmwgfx_drv.h 374 * @res_relocations: List of resource relocations
402 struct list_head res_relocations; member in struct:vmw_sw_context

Completed in 19 milliseconds