iris: Fix util_vma_heap_init size for IRIS_MEMZONE_SHADER
Fixes assertions when disabling bucket allocators.
This commit is contained in:
@@ -1637,7 +1637,7 @@ iris_bufmgr_init(struct gen_device_info *devinfo, int fd)
|
||||
const uint64_t _4GB = 1ull << 32;
|
||||
|
||||
util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SHADER],
|
||||
PAGE_SIZE, _4GB);
|
||||
PAGE_SIZE, _4GB - PAGE_SIZE);
|
||||
util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE],
|
||||
IRIS_MEMZONE_SURFACE_START,
|
||||
_4GB - IRIS_MAX_BINDERS * IRIS_BINDER_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user