Searched refs:ttm_bo_vm_access (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_vm.c | 456 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr, in ttm_bo_vm_access() function 466 EXPORT_SYMBOL(ttm_bo_vm_access); 472 .access = ttm_bo_vm_access,
|
| /linux-6.15/include/drm/ttm/ |
| H A D | ttm_bo.h | 455 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr,
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_gem.c | 80 .access = ttm_bo_vm_access
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 84 .access = ttm_bo_vm_access
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_gem.c | 73 .access = ttm_bo_vm_access
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 1159 return ttm_bo_vm_access(area, addr, buf, len, write); in vm_access_ttm()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 1548 ret = ttm_bo_vm_access(vma, addr, buf, len, write); in xe_bo_vm_access()
|