Home
last modified time | relevance | path

Searched refs:drm_munmap (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dlibdrm_macros.h36 # define drm_munmap(addr, length) \ macro
46 static inline int drm_munmap(void *addr, size_t length) in drm_munmap() function
Dbrw_bufmgr.c571 drm_munmap(bo->map_cpu, bo->size); in bo_free()
575 drm_munmap(bo->map_wc, bo->size); in bo_free()
579 drm_munmap(bo->map_gtt, bo->size); in bo_free()
743 drm_munmap(map, bo->size); in brw_bo_map_cpu()
808 drm_munmap(map, bo->size); in brw_bo_map_wc()
882 drm_munmap(map, bo->size); in brw_bo_map_gtt()
/external/libdrm/
Dlibdrm_macros.h61 # define drm_munmap(addr, length) \ macro
72 static inline int drm_munmap(void *addr, size_t length) in drm_munmap() function
Dxf86drm.c1298 return drm_munmap(address, size); in drmUnmap()
1401 drm_munmap(bufs->list[i].address, bufs->list[i].total); in drmUnmapBufs()
/external/libdrm/libkms/
Dradeon.c188 drm_munmap(bo->base.ptr, bo->base.size); in radeon_bo_unmap()
203 drm_munmap(bo->base.ptr, bo->base.size); in radeon_bo_destroy()
Dvmwgfx.c172 drm_munmap(bo->base.ptr, bo->base.size); in vmwgfx_bo_destroy()
Ddumb.c174 drm_munmap(bo->base.ptr, bo->base.size); in dumb_bo_destroy()
Dnouveau.c182 drm_munmap(bo->base.ptr, bo->base.size); in nouveau_bo_destroy()
Dintel.c200 drm_munmap(bo->base.ptr, bo->base.size); in intel_bo_destroy()
/external/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c63 drm_munmap(bo->hostptr, bo->size); in kgsl_rb_bo_del()
/external/libdrm/tests/modetest/
Dbuffers.c120 drm_munmap(bo->ptr, bo->size); in bo_unmap()
/external/libdrm/etnaviv/
Detnaviv_bo.c45 drm_munmap(bo->map, bo->size); in bo_del()
/external/libdrm/freedreno/
Dfreedreno_bo.c234 drm_munmap(bo->map, bo->size); in bo_del()
/external/libdrm/radeon/
Dradeon_bo_gem.c134 drm_munmap(bo_gem->priv_ptr, boi->size); in bo_unref()
/external/libdrm/intel/
Dintel_bufmgr_gem.c1184 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1189 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1193 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_free()
1284 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
1289 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
1294 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size); in drm_intel_gem_bo_purge_vma_cache()
/external/libdrm/amdgpu/
Damdgpu_bo.c496 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno; in amdgpu_bo_cpu_unmap()
/external/libdrm/nouveau/
Dnouveau.c617 drm_munmap(bo->map, bo->size); in nouveau_bo_del()