Searched refs:i915_gem_evict_something (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.h | 16 int __must_check i915_gem_evict_something(struct i915_address_space *vm,
|
H A D | i915_gem_gtt.c | 184 * searching for an eviction candidate. See i915_gem_evict_something() for 285 err = i915_gem_evict_something(vm, ww, size, alignment, color, in i915_gem_gtt_insert()
|
H A D | i915_gem_evict.c | 124 * i915_gem_evict_something - Evict vmas to make room for binding a new one 148 i915_gem_evict_something(struct i915_address_space *vm, in i915_gem_evict_something() function 419 * iterator and as with i915_gem_evict_something() we employ in i915_gem_evict_for_node()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_evict.c | 120 err = i915_gem_evict_something(&ggtt->vm, in igt_evict_something() 126 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n", in igt_evict_something() 135 err = i915_gem_evict_something(&ggtt->vm, in igt_evict_something() 141 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n", in igt_evict_something()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_evict.c | 122 err = i915_gem_evict_something(&ggtt->vm, NULL, in igt_evict_something() 128 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n", in igt_evict_something() 137 err = i915_gem_evict_something(&ggtt->vm, NULL, in igt_evict_something() 143 pr_err("i915_gem_evict_something failed on a full GGTT with err=%d\n", in igt_evict_something()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | 65 * i915_gem_evict_something - Evict vmas to make room for binding a new one 88 i915_gem_evict_something(struct i915_address_space *vm, in i915_gem_evict_something() function 328 * iterator and as with i915_gem_evict_something() we employ in i915_gem_evict_for_node()
|
H A D | i915_gem_gtt.c | 186 * searching for an eviction candidate. See i915_gem_evict_something() for 286 err = i915_gem_evict_something(vm, size, alignment, color, in i915_gem_gtt_insert()
|
H A D | i915_drv.h | 1917 int __must_check i915_gem_evict_something(struct i915_address_space *vm,
|
Completed in 9 milliseconds