diff options
author | Kenneth Graunke <[email protected]> | 2019-04-26 17:12:24 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-05-03 19:48:37 -0700 |
commit | 21062e21d9612aa2c7b27de4131ed11e9f175fb4 (patch) | |
tree | 5cba7ffb873f143c450f216536c169bd093faa5c /src/vulkan | |
parent | 8cd71f399e73c5d87e9162cc74da76e317a9f41f (diff) |
iris: Fix 4GB memory zone heap sizes.
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.
Diffstat (limited to 'src/vulkan')
0 files changed, 0 insertions, 0 deletions