Searched refs:drm_munmap (Results 1 - 10 of 10) sorted by relevance
/third_party/libdrm/ |
H A D | libdrm_macros.h | 63 # define drm_munmap(addr, length) \ macro 74 static inline int drm_munmap(void *addr, size_t length) in drm_munmap() function
|
H A D | xf86drm.c | 1752 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 D | kgsl_ringbuffer.c | 64 drm_munmap(bo->hostptr, bo->size); in kgsl_rb_bo_del()
|
/third_party/libdrm/tests/modetest/ |
H A D | buffers.c | 120 drm_munmap(bo->ptr, bo->size); in bo_unmap()
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_bo.c | 45 drm_munmap(bo->map, bo->size); in bo_del()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_bo.c | 256 drm_munmap(bo->map, bo->size); in bo_del()
|
/third_party/libdrm/radeon/ |
H A D | radeon_bo_gem.c | 133 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 D | intel_bufmgr_gem.c | 1160 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 D | nouveau.c | 630 drm_munmap(bo->map, bo->size); in nouveau_bo_del()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_bo.c | 493 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno; in amdgpu_bo_cpu_unmap()
|
Completed in 15 milliseconds