Searched refs:amdgpu_bo_mmap_offset (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h195 * amdgpu_bo_mmap_offset - return mmap offset of bo
200 static inline u64 amdgpu_bo_mmap_offset(struct amdgpu_bo *bo) function
H A Damdgpu_dma_buf.c130 vma->vm_pgoff += amdgpu_bo_mmap_offset(bo) >> PAGE_SHIFT;
H A Damdgpu_amdkfd_gpuvm.c1225 *offset = amdgpu_bo_mmap_offset(bo);
1646 *mmap_offset = amdgpu_bo_mmap_offset(bo);
H A Damdgpu_gem.c395 *offset_p = amdgpu_bo_mmap_offset(robj);

Completed in 80 milliseconds