Searched refs:i915_vm_free_pt_stash (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_ppgtt.c | 248 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash() 264 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash() 293 void i915_vm_free_pt_stash(struct i915_address_space *vm, in i915_vm_free_pt_stash() function
|
D | intel_gtt.h | 680 void i915_vm_free_pt_stash(struct i915_address_space *vm,
|
D | intel_ggtt.c | 991 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt() 995 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
|
D | intel_migrate.c | 205 i915_vm_free_pt_stash(&vm->vm, &stash); in migrate_vm()
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_gtt.c | 199 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 208 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 221 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 229 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 343 i915_vm_free_pt_stash(vm, &stash); in lowlevel_hole()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_vma.c | 380 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release()
|