Searched refs:map_gtt (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.h | 162 void *map_gtt; member in struct:iris_bo
|
| H A D | iris_bufmgr.c | 703 if (bo->map_gtt) { 704 VG_NOACCESS(bo->map_gtt, bo->size); 705 munmap(bo->map_gtt, bo->size); 978 if (bo->map_gtt == NULL) { 1007 if (p_atomic_cmpxchg(&bo->map_gtt, NULL, map)) { 1012 assert(bo->map_gtt); 1014 DBG("bo_map_gtt: %d (%s) -> %p, ", bo->gem_handle, bo->name, bo->map_gtt); 1021 return bo->map_gtt; 1081 * We skip MAP_RAW because we want to avoid map_gtt's fence detiling.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.h | 175 void *map_gtt; member in struct:brw_bo
|
| H A D | brw_bufmgr.c | 826 if (bo->map_gtt) { 827 VG_NOACCESS(bo->map_gtt, bo->size); 828 drm_munmap(bo->map_gtt, bo->size); 1101 if (bo->map_gtt == NULL) { 1130 if (p_atomic_cmpxchg(&bo->map_gtt, NULL, map)) { 1135 assert(bo->map_gtt); 1137 DBG("bo_map_gtt: %d (%s) -> %p, ", bo->gem_handle, bo->name, bo->map_gtt); 1144 return bo->map_gtt; 1200 * We skip MAP_RAW because we want to avoid map_gtt's fence detiling.
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.h | 114 void *map_gtt; member in struct:crocus_bo
|
| H A D | crocus_bufmgr.c | 649 if (bo->map_gtt) { 650 VG_NOACCESS(bo->map_gtt, bo->size); 651 munmap(bo->map_gtt, bo->size); 965 if (bo->map_gtt == NULL) { 994 if (p_atomic_cmpxchg(&bo->map_gtt, NULL, map)) { 999 assert(bo->map_gtt); 1001 DBG("bo_map_gtt: %d (%s) -> %p, ", bo->gem_handle, bo->name, bo->map_gtt); 1008 return bo->map_gtt; 1068 * We skip MAP_RAW because we want to avoid map_gtt's fence detiling.
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.h | 176 void *map_gtt; member in struct:brw_bo
|
| H A D | brw_bufmgr.c | 862 if (bo->map_gtt) { 863 VG_NOACCESS(bo->map_gtt, bo->size); 864 drm_munmap(bo->map_gtt, bo->size); 1185 if (bo->map_gtt == NULL) { 1214 if (p_atomic_cmpxchg(&bo->map_gtt, NULL, map)) { 1219 assert(bo->map_gtt); 1221 DBG("bo_map_gtt: %d (%s) -> %p, ", bo->gem_handle, bo->name, bo->map_gtt); 1228 return bo->map_gtt; 1284 * We skip MAP_RAW because we want to avoid map_gtt's fence detiling.
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 1478 map_gtt(drm_intel_bo *bo) function in typeref:typename:int 1550 ret = map_gtt(bo); 1620 ret = map_gtt(bo);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 823 - i915g: kill buf->map_gtt
|
| H A D | 20.2.0.rst | 3776 - iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1
|
Completed in 27 milliseconds