mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
anv: bump client visible address heap to 32GiB
Some raytracing tests are allocating lots of buffer and because of our 2Mb alignment restriction on local memory, we're running our of VMA... Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Zhang, Jianxun <jianxun.zhang@intel.com> Acked-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16970>
This commit is contained in:
parent
5ad803840d
commit
044cf4e75d
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ struct intel_perf_query_result;
|
|||
#define INSTRUCTION_STATE_POOL_MIN_ADDRESS 0x000180000000ULL /* 6 GiB */
|
||||
#define INSTRUCTION_STATE_POOL_MAX_ADDRESS 0x0001bfffffffULL
|
||||
#define CLIENT_VISIBLE_HEAP_MIN_ADDRESS 0x0001c0000000ULL /* 7 GiB */
|
||||
#define CLIENT_VISIBLE_HEAP_MAX_ADDRESS 0x0002bfffffffULL
|
||||
#define HIGH_HEAP_MIN_ADDRESS 0x0002c0000000ULL /* 11 GiB */
|
||||
#define CLIENT_VISIBLE_HEAP_MAX_ADDRESS 0x0009bfffffffULL
|
||||
#define HIGH_HEAP_MIN_ADDRESS 0x0009c0000000ULL /* 39 GiB */
|
||||
|
||||
#define GENERAL_STATE_POOL_SIZE \
|
||||
(GENERAL_STATE_POOL_MAX_ADDRESS - GENERAL_STATE_POOL_MIN_ADDRESS + 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue