Home
last modified time | relevance | path

Searched refs:drm_munmap (Results 1 - 10 of 10) sorted by relevance

/third_party/libdrm/
H A Dlibdrm_macros.h63 # define drm_munmap(addr, length) \ macro
74 static inline int drm_munmap(void *addr, size_t length) in drm_munmap() function
H A Dxf86drm.c1752 return drm_munmap(address, size); in drmUnmap()
1860 drm_munmap(bufs->list[i].address, bufs->list[i].total); in drmUnmapBufs()
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_ringbuffer.c64 drm_munmap(bo->hostptr, bo->size); in kgsl_rb_bo_del()
/third_party/libdrm/tests/modetest/
H A Dbuffers.c120 drm_munmap(bo->ptr, bo->size); in bo_unmap()
/third_party/libdrm/etnaviv/
H A Detnaviv_bo.c45 drm_munmap(bo->map, bo->size); in bo_del()
/third_party/libdrm/freedreno/
H A Dfreedreno_bo.c256 drm_munmap(bo->map, bo->size); in bo_del()
/third_party/libdrm/radeon/
H A Dradeon_bo_gem.c133 drm_munmap(bo_gem->priv_ptr, boi->size); in bo_unref()
192 //drm_munmap(bo->ptr, bo->size); in bo_unmap()
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c1160 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1165 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1169 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1258 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
1263 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
1268 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
/third_party/libdrm/nouveau/
H A Dnouveau.c630 drm_munmap(bo->map, bo->size); in nouveau_bo_del()
/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c493 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno; in amdgpu_bo_cpu_unmap()

Completed in 15 milliseconds