mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
amd: update late_alloc_wave64 for gfx11
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21041>
This commit is contained in:
parent
76e3437c1e
commit
8d9e18974f
1 changed files with 2 additions and 0 deletions
|
|
@ -788,6 +788,8 @@ void ac_compute_late_alloc(const struct radeon_info *info, bool ngg, bool ngg_cu
|
|||
*/
|
||||
if (ngg_culling)
|
||||
*late_alloc_wave64 = info->min_good_cu_per_sa * 10;
|
||||
else if (info->gfx_level >= GFX11)
|
||||
*late_alloc_wave64 = 63;
|
||||
else
|
||||
*late_alloc_wave64 = info->min_good_cu_per_sa * 4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue