anv: increase instruction heap to 2Gb

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8917
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22847>
This commit is contained in:
Lionel Landwerlin
2023-05-04 10:58:34 +03:00
parent c60e94d61f
commit e64f5f261e
+1 -1
View File
@@ -118,7 +118,7 @@ anv_physical_device_init_va_ranges(struct anv_physical_device *device)
* located at an address with the lower 32bits at 0.
*/
address = align64(address, _4Gb);
address = va_add(&device->va.instruction_state_pool, address, _1Gb);
address = va_add(&device->va.instruction_state_pool, address, 2 * _1Gb);
/* Whatever we have left we split in 2 for app allocations client-visible &
* non-client-visible.