Searched refs:i915_vm_free_pt_stash (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_ppgtt.c | 229 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash() 245 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash() 274 void i915_vm_free_pt_stash(struct i915_address_space *vm, in i915_vm_free_pt_stash() function
|
D | intel_gtt.h | 573 void i915_vm_free_pt_stash(struct i915_address_space *vm,
|
D | intel_ggtt.c | 662 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt() 666 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_gtt.c | 183 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 192 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 205 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 213 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc() 305 i915_vm_free_pt_stash(vm, &stash); in lowlevel_hole() 312 i915_vm_free_pt_stash(vm, &stash); in lowlevel_hole() 1935 i915_vm_free_pt_stash(vm, &stash); in igt_cs_tlb() 1941 i915_vm_free_pt_stash(vm, &stash); in igt_cs_tlb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_vma.c | 322 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release()
|