Home
last modified time | relevance | path

Searched refs:i915_gem_evict_vm (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gem_evict.h26 int i915_gem_evict_vm(struct i915_address_space *vm,
H A Di915_gem_evict.c440 * i915_gem_evict_vm - Evict all idle vmas from a vm
442 * @ww: An optional struct i915_gem_ww_ctx. If not NULL, i915_gem_evict_vm
445 * in the event i915_gem_evict_vm() is unable to trylock an object for eviction,
458 int i915_gem_evict_vm(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww, in i915_gem_evict_vm() function
H A Di915_trace.h249 TRACE_EVENT(i915_gem_evict_vm,
H A Di915_vma.c1613 i915_gem_evict_vm(vm, NULL, NULL); in __i915_ggtt_pin()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c345 err = i915_gem_evict_vm(&ggtt->vm); in igt_evict_vm()
348 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n", in igt_evict_vm()
356 err = i915_gem_evict_vm(&ggtt->vm); in igt_evict_vm()
359 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n", in igt_evict_vm()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c348 err = i915_gem_evict_vm(&ggtt->vm, NULL, NULL); in igt_evict_vm()
351 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n", in igt_evict_vm()
360 err = i915_gem_evict_vm(&ggtt->vm, &ww, NULL); in igt_evict_vm()
365 pr_err("i915_gem_evict_vm on a full GGTT returned err=%d]\n", in igt_evict_vm()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gem_evict.c347 * i915_gem_evict_vm - Evict all idle vmas from a vm
358 int i915_gem_evict_vm(struct i915_address_space *vm) in i915_gem_evict_vm() function
H A Di915_vma.c1040 i915_gem_evict_vm(vm); in i915_ggtt_pin()
H A Di915_trace.h707 TRACE_EVENT(i915_gem_evict_vm,
H A Di915_drv.h1925 int i915_gem_evict_vm(struct i915_address_space *vm);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c373 ret = i915_gem_evict_vm(&ggtt->vm, &ww, NULL); in vm_fault_gtt()
H A Di915_gem_execbuffer.c783 err = i915_gem_evict_vm(eb->context->vm, &eb->ww, NULL); in eb_reserve()
796 err = i915_gem_evict_vm(eb->context->vm, &eb->ww, &busy_bo); in eb_reserve()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c699 err = i915_gem_evict_vm(eb->context->vm); in eb_reserve()

Completed in 23 milliseconds