Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_gem_gtt.c200 ret = vma->vm->allocate_va_range(vma->vm, vma->node.start, in ppgtt_bind_vma()
1591 ppgtt->base.allocate_va_range = gen8_ppgtt_alloc_4lvl; in gen8_ppgtt_init()
1608 ppgtt->base.allocate_va_range = gen8_ppgtt_alloc_3lvl; in gen8_ppgtt_init()
2639 appgtt->base.allocate_va_range) { in aliasing_gtt_bind_vma()
2640 ret = appgtt->base.allocate_va_range(&appgtt->base, in aliasing_gtt_bind_vma()
2743 if (ppgtt->base.allocate_va_range) { in i915_gem_init_aliasing_ppgtt()
2749 err = ppgtt->base.allocate_va_range(&ppgtt->base, in i915_gem_init_aliasing_ppgtt()
H A Di915_gem_gtt.h321 int (*allocate_va_range)(struct i915_address_space *vm, member