i915_vm_lock_objects
err = i915_vm_lock_objects(&ppgtt->base.vm, ww);
i915_vm_lock_objects(struct i915_address_space *vm, struct i915_gem_ww_ctx *ww);
err = i915_vm_lock_objects(&vm->vm, &ww);
err = i915_vm_lock_objects(vma->vm, ww);
err = i915_vm_lock_objects(&ppgtt->vm, &ww);
err = i915_vm_lock_objects(vm, &ww);