Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/ttm/
Dttm_bo_vm.c408 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr, in ttm_bo_vm_access() function
442 EXPORT_SYMBOL(ttm_bo_vm_access);
448 .access = ttm_bo_vm_access,
/Linux-v6.6/include/drm/ttm/
Dttm_bo.h393 int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr,
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_gem.c81 .access = ttm_bo_vm_access
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c85 .access = ttm_bo_vm_access
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_gem.c73 .access = ttm_bo_vm_access
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c1164 return ttm_bo_vm_access(area, addr, buf, len, write); in vm_access_ttm()