Searched refs:bo_relocations (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1181 list_add_tail(&reloc->head, &sw_context->bo_relocations);
1237 list_add_tail(&reloc->head, &sw_context->bo_relocations);
3759 INIT_LIST_HEAD(&sw_context->bo_relocations);
3767 list_for_each_entry(reloc, &sw_context->bo_relocations, head) {
4162 INIT_LIST_HEAD(&sw_context->bo_relocations);
H A Dvmwgfx_drv.h383 * @bo_relocations: List of buffer object relocations
411 struct list_head bo_relocations; member in struct:vmw_sw_context

Completed in 326 milliseconds