Searched refs:map_gtt (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h162 void *map_gtt; member in struct:iris_bo
H A Diris_bufmgr.c703 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 Dbrw_bufmgr.h175 void *map_gtt; member in struct:brw_bo
H A Dbrw_bufmgr.c826 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 Dcrocus_bufmgr.h114 void *map_gtt; member in struct:crocus_bo
H A Dcrocus_bufmgr.c649 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 Dbrw_bufmgr.h176 void *map_gtt; member in struct:brw_bo
H A Dbrw_bufmgr.c862 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 Dintel_bufmgr_gem.c1478 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 D7.10.rst823 - i915g: kill buf->map_gtt
H A D20.2.0.rst3776 - iris/bufmgr: Do not use map_gtt or use set/get_tiling on DG1

Completed in 27 milliseconds