Searched refs:drm_gpuvm (Results 1 – 14 of 14) sorted by relevance
37 struct drm_gpuvm;77 struct drm_gpuvm *vm;226 struct drm_gpuvm { struct352 static inline struct drm_gpuvm *353 drm_gpuvm_get(struct drm_gpuvm *gpuvm) in drm_gpuvm_get()360 void drm_gpuvm_put(struct drm_gpuvm *gpuvm);421 drm_gpuvm_is_extobj(struct drm_gpuvm *gpuvm, in drm_gpuvm_is_extobj()526 struct drm_gpuvm *vm;650 struct drm_gpuvm *vm;736 drm_gpuvm_bo_find(struct drm_gpuvm *gpuvm,[all …]
155 struct drm_gpuvm *gpuvm);180 struct drm_gpuvm *gpuvm) in drm_debugfs_gpuva_info()
1062 struct drm_gpuvm *gpuvm = container_of(kref, struct drm_gpuvm, kref); in drm_gpuvm_free()1503 struct drm_gpuvm *gpuvm = vm_bo->vm; in drm_gpuvm_bo_destroy()1673 struct drm_gpuvm *gpuvm = vm_bo->vm; in drm_gpuvm_bo_extobj_add()1695 struct drm_gpuvm *gpuvm = vm_bo->vm; in drm_gpuvm_bo_evict()1801 struct drm_gpuvm *gpuvm = va->vm; in drm_gpuva_remove()1833 struct drm_gpuvm *gpuvm = va->vm; in drm_gpuva_link()2024 struct drm_gpuvm *gpuvm = va->vm; in drm_gpuva_remap()2427 struct drm_gpuvm *vm; in drm_gpuva_sm_step()2430 struct drm_gpuvm *gpuvm = args->vm; in drm_gpuva_sm_step()2523 struct drm_gpuvm *vm; in drm_gpuvm_sm_map_ops_create()[all …]
102 obj-$(CONFIG_DRM_GPUVM) += drm_gpuvm.o
200 struct drm_gpuvm *gpuvm) in drm_debugfs_gpuva_info()
11 struct drm_gpuvm base;
1794 nouveau_uvmm_free(struct drm_gpuvm *gpuvm) in nouveau_uvmm_free()
140 struct drm_gpuvm gpuvm;
84 static inline struct xe_vm *gpuvm_to_vm(struct drm_gpuvm *gpuvm) in gpuvm_to_vm()
1190 static void xe_vm_free(struct drm_gpuvm *gpuvm);1666 static void xe_vm_free(struct drm_gpuvm *gpuvm) in xe_vm_free()
47 struct drm_gpuvm gpuvm_mgr;69 struct pvr_vm_context *to_pvr_vm_context(struct drm_gpuvm *gpuvm) in to_pvr_vm_context()499 static void pvr_gpuvm_free(struct drm_gpuvm *gpuvm) in pvr_gpuvm_free()
477 .. kernel-doc:: drivers/gpu/drm/drm_gpuvm.c483 .. kernel-doc:: drivers/gpu/drm/drm_gpuvm.c491 .. kernel-doc:: drivers/gpu/drm/drm_gpuvm.c497 .. kernel-doc:: drivers/gpu/drm/drm_gpuvm.c503 .. kernel-doc:: include/drm/drm_gpuvm.h506 .. kernel-doc:: drivers/gpu/drm/drm_gpuvm.c
22 documentation <drm_gpuvm>`. It is highly recommended for any driver
243 struct drm_gpuvm base;1079 struct drm_gpuvm *vm = vm_bo->vm; in panthor_vm_bo_put()1838 static void panthor_vm_free(struct drm_gpuvm *gpuvm) in panthor_vm_free()
Completed in 69 milliseconds