Home
last modified time | relevance | path

Searched refs:combined_links (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h113 } combined_links; member
H A Dxe_vm.c334 list_move_tail(&gpuva_to_vma(gpuva)->combined_links.rebind, in xe_gpuvm_validate()
705 list_for_each_entry(vma, &vm->rebind_list, combined_links.rebind) { in xe_vm_rebind()
729 combined_links.rebind) in xe_vm_rebind()
730 list_del_init(&vma->combined_links.rebind); in xe_vm_rebind()
1026 INIT_LIST_HEAD(&vma->combined_links.rebind); in xe_vma_create()
1123 xe_assert(vm->xe, list_empty(&vma->combined_links.destroy)); in xe_vma_destroy()
1788 list_del_init(&vma->combined_links.rebind); in xe_vm_close_and_put()
1793 list_move_tail(&vma->combined_links.destroy, &contested); in xe_vm_close_and_put()
1814 combined_links.destroy) { in xe_vm_close_and_put()
1815 list_del_init(&vma->combined_links.destroy); in xe_vm_close_and_put()
H A Dxe_pt.c2382 list_del_init(&vma->combined_links.rebind); in unbind_op_commit()