| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | libdrm_macros.h | 36 # define drm_munmap(addr, length) \ macro 46 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
|
| H A D | brw_bufmgr.c | 820 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 D | libdrm_macros.h | 36 # define drm_munmap(addr, length) \ macro 46 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
|
| H A D | brw_bufmgr.c | 856 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 D | libdrm_macros.h | 63 # define drm_munmap(addr, length) \ macro 74 static inline int drm_munmap(void *addr, size_t length) function in typeref:typename:int
|
| H A D | xf86drm.c | 1811 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 D | 10.4.7.rst | 61 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
|
| H A D | 10.5.2.rst | 57 - auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_bo.c | 45 drm_munmap(bo->map, bo->size);
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_ringbuffer.c | 64 drm_munmap(bo->hostptr, bo->size);
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | buffers.c | 109 drm_munmap(bo->ptr, bo->size);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo.c | 256 drm_munmap(bo->map, bo->size);
|
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_bo_gem.c | 133 drm_munmap(bo_gem->priv_ptr, boi->size); 192 //drm_munmap(bo->ptr, bo->size);
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 1160 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 D | amdgpu_bo.c | 493 r = drm_munmap(bo->cpu_ptr, bo->alloc_size) == 0 ? 0 : -errno;
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| H A D | nouveau.c | 630 drm_munmap(bo->map, bo->size);
|