HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_bo_mmap_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.h 195 * amdgpu_bo_mmap_offset - return mmap offset of bo
200 static inline u64 amdgpu_bo_mmap_offset(struct amdgpu_bo *bo) function in typeref:typename:u64
amdgpu_dma_buf.c 130 vma->vm_pgoff += amdgpu_bo_mmap_offset(bo) >> PAGE_SHIFT;
amdgpu_amdkfd_gpuvm.c 1225 *offset = amdgpu_bo_mmap_offset(bo);
1646 *mmap_offset = amdgpu_bo_mmap_offset(bo);
amdgpu_gem.c 395 *offset_p = amdgpu_bo_mmap_offset(robj);

Completed in 15 milliseconds