Home
last modified time | relevance | path

Searched refs:allocate_va_range (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_gem_gtt.c164 if (!ppgtt->vm.allocate_va_range) in igt_ppgtt_alloc()
179 err = ppgtt->vm.allocate_va_range(&ppgtt->vm, 0, size); in igt_ppgtt_alloc()
196 err = ppgtt->vm.allocate_va_range(&ppgtt->vm, in igt_ppgtt_alloc()
288 if (vm->allocate_va_range && in lowlevel_hole()
289 vm->allocate_va_range(vm, addr, BIT_ULL(size))) in lowlevel_hole()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem_gtt.h344 int (*allocate_va_range)(struct i915_address_space *vm, member
Di915_gem_gtt.c153 err = vma->vm->allocate_va_range(vma->vm, in ppgtt_bind_vma()
1520 ppgtt->vm.allocate_va_range = gen8_ppgtt_alloc; in gen8_ppgtt_create()
1970 ppgtt->base.vm.allocate_va_range = gen6_alloc_va_range; in gen6_ppgtt_create()
2482 ret = alias->vm.allocate_va_range(&alias->vm, in aliasing_gtt_bind_vma()
2596 err = ppgtt->vm.allocate_va_range(&ppgtt->vm, 0, ggtt->vm.total); in init_aliasing_ppgtt()