mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
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:
parent
37c26a72a4
commit
4e49a05e37
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue