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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dlibdrm_macros.h36 # define drm_munmap(addr, length) \ macro
46 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
H A Dbrw_bufmgr.c820 drm_munmap(bo->map_cpu, bo->size);
824 drm_munmap(bo->map_wc, bo->size);
828 drm_munmap(bo->map_gtt, bo->size);
994 drm_munmap(map, bo->size);
1058 drm_munmap(map, bo->size);
1132 drm_munmap(map, bo->size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dlibdrm_macros.h36 # define drm_munmap(addr, length) \ macro
46 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
H A Dbrw_bufmgr.c856 drm_munmap(bo->map_cpu, bo->size);
860 drm_munmap(bo->map_wc, bo->size);
864 drm_munmap(bo->map_gtt, bo->size);
1091 drm_munmap(map, bo->size);
1142 drm_munmap(map, bo->size);
1216 drm_munmap(map, bo->size);
/xsrc/external/mit/libdrm/dist/
H A Dlibdrm_macros.h63 # define drm_munmap(addr, length) \ macro
74 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
H A Dxf86drm.c1811 return drm_munmap(address, size);
1919 drm_munmap(bufs->list[i].address, bufs->list[i].total);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.7.rst61 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
H A D10.5.2.rst57 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_bo.c45 drm_munmap(bo->map, bo->size);
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_ringbuffer.c64 drm_munmap(bo->hostptr, bo->size);
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dbuffers.c109 drm_munmap(bo->ptr, bo->size);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo.c256 drm_munmap(bo->map, bo->size);
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_bo_gem.c133 drm_munmap(bo_gem->priv_ptr, boi->size);
192 //drm_munmap(bo->ptr, bo->size);
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr_gem.c1160 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size);
1165 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size);
1169 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size);
1258 drm_munmap(bo_gem->mem_virtual, bo_gem->bo.size);
1263 drm_munmap(bo_gem->wc_virtual, bo_gem->bo.size);
1268 drm_munmap(bo_gem->gtt_virtual, bo_gem->bo.size);
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_bo.c493 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno;
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.c630 drm_munmap(bo->map, bo->size);

Completed in 142 milliseconds