radeonsi: increase the tesselation factor ring size

based on PAL

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15098>
This commit is contained in:
Marek Olšák 2022-01-22 12:27:06 -05:00 committed by Marge Bot
parent 37c26a72a4
commit 4e49a05e37

View file

@ -1228,7 +1228,7 @@ static struct pipe_screen *radeonsi_screen_create_impl(struct radeon_winsys *ws,
offchip_granularity = V_03093C_X_8K_DWORDS;
}
sscreen->tess_factor_ring_size = 32768 * sscreen->info.max_se;
sscreen->tess_factor_ring_size = 48 * 1024 * sscreen->info.max_se;
sscreen->tess_offchip_ring_size = max_offchip_buffers * sscreen->tess_offchip_block_dw_size * 4;
if (sscreen->info.chip_class >= GFX10_3) {