Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo_vm.c504 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr, in ttm_bo_vm_access() function
543 EXPORT_SYMBOL(ttm_bo_vm_access);
549 .access = ttm_bo_vm_access,
/Linux-v5.15/include/drm/ttm/
Dttm_bo_api.h606 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr,
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_gem.c80 .access = ttm_bo_vm_access
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c822 return ttm_bo_vm_access(area, addr, buf, len, write); in vm_access_ttm()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c82 .access = ttm_bo_vm_access
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_gem.c73 .access = ttm_bo_vm_access