Home
last modified time | relevance | path

Searched refs:i915_vm_lock_objects (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_gtt.c120 int i915_vm_lock_objects(struct i915_address_space *vm, in i915_vm_lock_objects() function
Dintel_gtt.h363 i915_vm_lock_objects(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww);
Dgen6_ppgtt.c350 err = i915_vm_lock_objects(&ppgtt->base.vm, ww); in gen6_ppgtt_pin()
Dintel_migrate.c122 err = i915_vm_lock_objects(&vm->vm, &ww); in migrate_vm()
/drivers/gpu/drm/i915/selftests/
Di915_gem_gtt.c177 err = i915_vm_lock_objects(&ppgtt->vm, &ww); in igt_ppgtt_alloc()
319 err = i915_vm_lock_objects(vm, &ww); in lowlevel_hole()
1962 err = i915_vm_lock_objects(vm, &ww); in igt_cs_tlb()
/drivers/gpu/drm/i915/
Di915_vma.c904 err = i915_vm_lock_objects(vma->vm, ww); in i915_vma_pin_ww()