Home
last modified time | relevance | path

Searched refs:ttm_bo_vm_access (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c456 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 Dttm_bo.h455 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr,
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_gem.c80 .access = ttm_bo_vm_access
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c84 .access = ttm_bo_vm_access
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c73 .access = ttm_bo_vm_access
/linux-6.15/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1159 return ttm_bo_vm_access(area, addr, buf, len, write); in vm_access_ttm()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo.c1548 ret = ttm_bo_vm_access(vma, addr, buf, len, write); in xe_bo_vm_access()