Searched refs:i915_vm_free_pt_stash (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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_ggtt.c | 708 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt() 712 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
|
D | intel_gtt.h | 677 void i915_vm_free_pt_stash(struct i915_address_space *vm,
|
D | intel_migrate.c | 199 i915_vm_free_pt_stash(&vm->vm, &stash); in migrate_vm()
|
/linux-6.1.9/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_gtt.c | 195 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 204 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 217 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 225 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 339 i915_vm_free_pt_stash(vm, &stash); in lowlevel_hole() 2166 i915_vm_free_pt_stash(vm, &stash); in igt_cs_tlb()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_vma.c | 344 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release()
|