Skip to content

zink: clamp query results to 500 per qbo on 32bit

Mike Blumenkrantz requested to merge zmike/mesa:zink-32bit into main

this makes 4000byte qbos instead of 40000, which avoids bypassing slab allocation and makes the buffers more reusable to avoid exploding 32bit address space

Merge request reports