Searched refs:i915_gem_evict_vm (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_gem_evict.h | 26 int i915_gem_evict_vm(struct i915_address_space *vm,
|
D | i915_gem_evict.c | 433 int i915_gem_evict_vm(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww, in i915_gem_evict_vm() function
|
D | i915_trace.h | 250 TRACE_EVENT(i915_gem_evict_vm,
|
D | i915_vma.c | 1572 i915_gem_evict_vm(vm, NULL, NULL); in __i915_ggtt_pin()
|
/linux-6.1.9/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_evict.c | 347 err = i915_gem_evict_vm(&ggtt->vm, NULL, NULL); in igt_evict_vm() 359 err = i915_gem_evict_vm(&ggtt->vm, &ww, NULL); in igt_evict_vm()
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 372 ret = i915_gem_evict_vm(&ggtt->vm, &ww, NULL); in vm_fault_gtt()
|
D | i915_gem_execbuffer.c | 774 err = i915_gem_evict_vm(eb->context->vm, &eb->ww, NULL); in eb_reserve() 787 err = i915_gem_evict_vm(eb->context->vm, &eb->ww, &busy_bo); in eb_reserve()
|