mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
radeonsi: apply the tess+GS hang workaround to Polaris12 as well
Cc: 17.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
(cherry picked from commit ee5908396e)
[Andres Gomez: resolve trivial conflicts]
Signed-off-by: Andres Gomez <agomez@igalia.com>
Conflicts:
src/gallium/drivers/radeonsi/si_state_draw.c
This commit is contained in:
parent
6c9734a13d
commit
eaddabb697
1 changed files with 2 additions and 1 deletions
|
|
@ -319,7 +319,8 @@ static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx,
|
|||
if (sctx->b.family == CHIP_TONGA ||
|
||||
sctx->b.family == CHIP_FIJI ||
|
||||
sctx->b.family == CHIP_POLARIS10 ||
|
||||
sctx->b.family == CHIP_POLARIS11)
|
||||
sctx->b.family == CHIP_POLARIS11 ||
|
||||
sctx->b.family == CHIP_POLARIS12)
|
||||
partial_vs_wave = true;
|
||||
} else {
|
||||
partial_vs_wave = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue