Searched full:extobj (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 885 * immediately removed from the evict and extobj lists. Therefore, anyone 889 * protecting the evict/extobj list is held for as long as you are using the 893 * Zombie entries can be observed on the evict and extobj lists regardless of 1104 INIT_LIST_HEAD(&gpuvm->extobj.list); in drm_gpuvm_init() 1105 spin_lock_init(&gpuvm->extobj.lock); in drm_gpuvm_init() 1149 drm_WARN(gpuvm->drm, !list_empty(&gpuvm->extobj.list), in drm_gpuvm_fini() 1150 "Extobj list should be empty.\n"); in drm_gpuvm_fini() 1228 for_each_vm_bo_in_list(gpuvm, extobj, &extobjs, vm_bo) { in __drm_gpuvm_prepare_objects() 1235 restore_vm_bo_list(gpuvm, extobj); in __drm_gpuvm_prepare_objects() 1249 list_for_each_entry(vm_bo, &gpuvm->extobj.list, list.entry.extobj) { in drm_gpuvm_prepare_objects_locked() [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo_types.h | 41 /** @vm: VM this BO is attached to, for extobj this will be NULL */
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 1285 /* Insert BO into the extobj list last, when we know nothing can fail. */ in panthor_vm_prepare_map_op_ctx()
|