asahi: Sync heap size

Hot fix... gpu alloc needs bigger reworks but that's probably not going to
happen until tess is done & we can see the whole picture.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
This commit is contained in:
Alyssa Rosenzweig 2023-11-17 17:44:29 -04:00
parent afb60d7707
commit 4ff78407f7

View file

@ -176,7 +176,7 @@ libagx_build_gs_draw(global struct agx_geometry_params *p, bool indexed,
descriptor[3] = 0; /* start instance */
}
if (state->heap_bottom > 1024 * 1024) {
if (state->heap_bottom > 1024 * 1024 * 128) {
global uint *foo = (global uint *)(uintptr_t)0xdeadbeef;
*foo = 0x1234;
}