Searched refs:mmap_mode (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 870 enum iris_mmap_mode mmap_mode, in alloc_bo_from_cache() argument 887 if (mmap_mode != cur->real.mmap_mode) in alloc_bo_from_cache() 1088 enum iris_mmap_mode mmap_mode; in iris_bo_alloc() local 1090 mmap_mode = IRIS_MMAP_NONE; in iris_bo_alloc() 1092 mmap_mode = IRIS_MMAP_WB; in iris_bo_alloc() 1094 mmap_mode = IRIS_MMAP_WC; in iris_bo_alloc() 1101 bo = alloc_bo_from_cache(bufmgr, bucket, alignment, memzone, mmap_mode, in iris_bo_alloc() 1106 bo = alloc_bo_from_cache(bufmgr, bucket, alignment, memzone, mmap_mode, in iris_bo_alloc() 1139 assert(bo->real.map == NULL || bo->real.mmap_mode == mmap_mode); in iris_bo_alloc() 1140 bo->real.mmap_mode = mmap_mode; in iris_bo_alloc() [all …]
|
D | iris_bufmgr.h | 272 enum iris_mmap_mode mmap_mode; member 456 return bo->real.mmap_mode; in iris_bo_mmap_mode()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3249 - iris: Use bo->mmap_mode in transfer map read check
|
D | 22.2.0.rst | 3249 - iris/bufmgr: Set mmap_mode to IRIS_MMAP_NONE for lmem in small-BAR mode
|