Home
last modified time | relevance | path

Searched refs:evicted (Results 1 – 13 of 13) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_bo_evict.c162 &xe->pinned.late.evicted, xe_bo_evict_pinned); in xe_bo_evict_all()
166 &xe->pinned.late.evicted, xe_bo_evict_pinned); in xe_bo_evict_all()
179 &xe->pinned.early.evicted, in xe_bo_evict_all()
227 return xe_bo_apply_to_pinned(xe, &xe->pinned.early.evicted, in xe_bo_restore_early()
247 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.evicted, in xe_bo_restore_late()
345 INIT_LIST_HEAD(&xe->pinned.early.evicted); in xe_bo_pinned_init()
347 INIT_LIST_HEAD(&xe->pinned.late.evicted); in xe_bo_pinned_init()
A Dxe_device_types.h457 struct list_head evicted; member
464 struct list_head evicted; member
A Dxe_vm.c400 vm_bo->evicted = false; in xe_gpuvm_validate()
/drivers/gpu/drm/msm/
A Dmsm_gpu_trace.h119 TP_PROTO(u32 nr_to_scan, u32 purged, u32 evicted,
121 TP_ARGS(nr_to_scan, purged, evicted, active_purged, active_evicted),
125 __field(u32, evicted)
132 __entry->evicted = evicted;
137 __entry->nr_to_scan, __entry->purged, __entry->evicted,
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.h332 uint64_t evicted; member
353 struct list_head evicted; member
526 void amdgpu_vm_bo_invalidate(struct amdgpu_bo *bo, bool evicted);
531 bool evicted);
A Damdgpu_vm.c186 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
188 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
396 vm->stats[bo_memtype].evicted += size; in amdgpu_vm_update_stats_locked()
592 while (!list_empty(&vm->evicted)) { in amdgpu_vm_validate()
593 bo_base = list_first_entry(&vm->evicted, in amdgpu_vm_validate()
668 ret &= list_empty(&vm->evicted); in amdgpu_vm_ready()
2256 if (evicted && amdgpu_vm_is_bo_always_valid(vm, bo)) { in amdgpu_vm_bo_invalidate()
2284 bool evicted) in amdgpu_vm_bo_move() argument
2297 amdgpu_vm_bo_invalidate(bo, evicted); in amdgpu_vm_bo_move()
2556 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
[all …]
A Damdgpu_fdinfo.c108 stats[TTM_PL_VRAM].evicted/1024UL); in amdgpu_show_fdinfo()
/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device_queue_manager.c649 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
1147 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch()
1197 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch()
1263 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch()
1266 qpd->evicted--; in restore_process_queues_nocpsch()
1318 qpd->evicted = 0; in restore_process_queues_nocpsch()
1343 qpd->evicted--; in restore_process_queues_cpsch()
1385 qpd->evicted = 0; in restore_process_queues_cpsch()
2012 q->properties.is_evicted = !!qpd->evicted; in create_queue_cpsch()
3109 if (qpd->evicted) { in kfd_dqm_evict_pasid_mes()
[all …]
A Dkfd_priv.h665 unsigned int evicted; /* eviction counter, 0=active */ member
A Dkfd_process.c1631 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
/drivers/gpu/drm/ttm/
A Dttm_bo.c505 unsigned long evicted; member
539 evict_walk->evicted++; in ttm_bo_evict_cb()
601 evict_walk.evicted = 0; in ttm_bo_evict_alloc()
603 } while (!lret && evict_walk.evicted); in ttm_bo_evict_alloc()
/drivers/gpu/drm/
A Ddrm_gpuvm.c1155 if (vm_bo->evicted) in drm_gpuvm_prepare_objects_locked()
1399 if (!vm_bo->evicted) in drm_gpuvm_validate_locked()
1701 vm_bo->evicted = evict; in drm_gpuvm_bo_evict()
/drivers/firmware/efi/
A DKconfig180 have been evicted, since otherwise it will trigger even on clean

Completed in 44 milliseconds