Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_gtt.c163 if (!ppgtt->vm.allocate_va_range) in igt_ppgtt_alloc()
178 err = ppgtt->vm.allocate_va_range(&ppgtt->vm, 0, size); in igt_ppgtt_alloc()
195 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-v4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.h347 int (*allocate_va_range)(struct i915_address_space *vm, member
Di915_gem_gtt.c201 err = vma->vm->allocate_va_range(vma->vm, in ppgtt_bind_vma()
1691 ppgtt->vm.allocate_va_range = gen8_ppgtt_alloc_4lvl; in gen8_ppgtt_create()
1707 ppgtt->vm.allocate_va_range = gen8_ppgtt_alloc_3lvl; in gen8_ppgtt_create()
2181 ppgtt->base.vm.allocate_va_range = gen6_alloc_va_range; in gen6_ppgtt_create()
2781 ret = appgtt->vm.allocate_va_range(&appgtt->vm, in aliasing_gtt_bind_vma()
2890 err = ppgtt->vm.allocate_va_range(&ppgtt->vm, 0, ggtt->vm.total); in i915_gem_init_aliasing_ppgtt()