Skip to content

v3dv: ensure we allocate at least the requested space for a CL

Iago Toral requested to merge itoral/mesa:v3dv_fix_cl_space_allocation into main

While we are already ensuring we allocate at least 8192 bytes should this not be the first allocation and our allocations are typically just a few bytes, multilayered framebuffers with large numbers of layers may require more space than that in a single allocation.

Fixes: 33259506 ('v3dv: increase BO allocation size when growing CLs')

Merge request reports