Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1180 list_add_tail(&reloc->head, &sw_context->bo_relocations); in vmw_translate_mob_ptr()
1236 list_add_tail(&reloc->head, &sw_context->bo_relocations); in vmw_translate_guest_ptr()
3748 INIT_LIST_HEAD(&sw_context->bo_relocations); in vmw_free_relocations()
3756 list_for_each_entry(reloc, &sw_context->bo_relocations, head) { in vmw_apply_relocations()
4151 INIT_LIST_HEAD(&sw_context->bo_relocations); in vmw_execbuf_process()
Dvmwgfx_drv.h428 struct list_head bo_relocations; member