Skip to content

zink: fix tcs slot mapping

Mike Blumenkrantz requested to merge zmike/mesa:zink-slotoverload into master

tcs inputs explode the slot map if their variable size is used, and reserving this many slots is also unnecessary since the real slot usage has a multiplier

Merge request reports