Searched refs:BO_ALLOC_SMEM (Results 1 – 5 of 5) sorted by relevance
29 return iris_bo_alloc(bufmgr, name, size, 1, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM); in iris_oa_bo_alloc()
271 #define BO_ALLOC_SMEM (1<<2) macro
421 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT; in iris_resource_alloc_flags()424 flags |= BO_ALLOC_SMEM; in iris_resource_alloc_flags()441 flags |= BO_ALLOC_SMEM; in iris_resource_alloc_flags()
626 unsigned flags = heap == IRIS_HEAP_SYSTEM_MEMORY ? BO_ALLOC_SMEM : 0; in iris_slab_alloc()994 !(flags & BO_ALLOC_COHERENT || flags & BO_ALLOC_SMEM); in iris_bo_alloc()
3253 - iris: Add a BO_ALLOC_SMEM flag for allocating from system memory