Searched refs:IRIS_MMAP_NONE (Results 1 – 5 of 5) sorted by relevance
1090 mmap_mode = IRIS_MMAP_NONE; in iris_bo_alloc()1286 bo->real.mmap_mode = IRIS_MMAP_NONE; in iris_bo_gem_create_from_name()1601 assert(bo->real.mmap_mode != IRIS_MMAP_NONE); in iris_bo_gem_mmap_offset()1638 assert(bo->real.mmap_mode != IRIS_MMAP_NONE); in iris_bo_map()1639 if (bo->real.mmap_mode == IRIS_MMAP_NONE) in iris_bo_map()1914 bo->real.mmap_mode = IRIS_MMAP_NONE; in iris_bo_import_dmabuf()
152 IRIS_MMAP_NONE, /**< Cannot be mapped */ enumerator
946 if (iris_bo_mmap_mode(res->bo) != IRIS_MMAP_NONE) { in iris_resource_init_aux_buf()2422 if (iris_bo_mmap_mode(res->bo) != IRIS_MMAP_NONE) { in iris_transfer_map()2572 iris_bo_mmap_mode(res->bo) == IRIS_MMAP_NONE) { in iris_texture_subdata()
1974 - iris: Add a new IRIS_MMAP_NONE map type
3249 - iris/bufmgr: Set mmap_mode to IRIS_MMAP_NONE for lmem in small-BAR mode