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

/external/libdrm/
H A Dlibdrm_macros.h61 # define drm_munmap(addr, length) \ macro
72 static inline int drm_munmap(void *addr, size_t length) function
H A Dxf86drm.c1301 return drm_munmap(address, size);
1404 drm_munmap(bufs->list[i].address, bufs->list[i].total);
/external/libdrm/libkms/
H A Dradeon.c192 drm_munmap(bo->base.ptr, bo->base.size);
207 drm_munmap(bo->base.ptr, bo->base.size);
H A Ddumb.c178 drm_munmap(bo->base.ptr, bo->base.size);
H A Dintel.c204 drm_munmap(bo->base.ptr, bo->base.size);
H A Dnouveau.c186 drm_munmap(bo->base.ptr, bo->base.size);
H A Dvmwgfx.c176 drm_munmap(bo->base.ptr, bo->base.size);
/external/libdrm/etnaviv/
H A Detnaviv_bo.c49 drm_munmap(bo->map, bo->size);
/external/libdrm/freedreno/
H A Dfreedreno_bo.c217 drm_munmap(bo->map, bo->size);
/external/libdrm/freedreno/kgsl/
H A Dkgsl_ringbuffer.c67 drm_munmap(bo->hostptr, bo->size);
/external/libdrm/tests/modetest/
H A Dbuffers.c124 drm_munmap(bo->ptr, bo->size);
/external/libdrm/radeon/
H A Dradeon_bo_gem.c137 drm_munmap(bo_gem->priv_ptr, boi->size);
200 //drm_munmap(bo->ptr, bo->size);
/external/libdrm/amdgpu/
H A Damdgpu_bo.c495 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno;
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c1209 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size);
1214 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size);
1218 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size);
1309 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size);
1314 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size);
1319 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size);
/external/libdrm/nouveau/
H A Dnouveau.c621 drm_munmap(bo->map, bo->size);

Completed in 217 milliseconds