Skip to content

util/tc: clamp mapped byte limit for 32bit processes

Mike Blumenkrantz requested to merge zmike/mesa:tc-clamp into main

tc drivers set this based on os_get_total_physical_memory()/4, which is going to be totally wrong for 32bit processes and explode the address space

Merge request reports