Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.h84 static inline struct xe_vm *gpuvm_to_vm(struct drm_gpuvm *gpuvm) in gpuvm_to_vm() function
91 return gpuvm_to_vm(gpuva->vm); in gpuva_to_vm()
H A Dxe_vm.c384 struct xe_vm *vm = gpuvm_to_vm(vm_bo->vm); in xe_gpuvm_validate()