diff options
author | Kenneth Graunke <[email protected]> | 2019-04-26 17:09:11 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-05-07 15:45:56 -0700 |
commit | 15f134c62853ed6679435a9e4ae40e3308fc7453 (patch) | |
tree | cb419b1d79b15c97ec26f42afa89406b39ee948a /src/compiler/nir/nir_from_ssa.c | |
parent | e8c74a1e1657f6a03e038fb72b50bfd994771850 (diff) |
i965: Fix BRW_MEMZONE_LOW_4G heap size.
The STATE_BASE_ADDRESS "Size" fields can only hold 0xfffff in pages,
and 0xfffff * 4096 = 4294963200, which is 1 page shy of 4GB.
So we can't use the top page.
Fixes: 01058a55229 i965: Add virtual memory allocator infrastructure to brw_bufmgr.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_from_ssa.c')
0 files changed, 0 insertions, 0 deletions