Mesa (master): radeonsi: apply the tess+GS hang workaround to Polaris12 as well

Marek Olšák mareko at kemper.freedesktop.org
Fri May 5 16:55:57 UTC 2017


Module: Mesa
Branch: master
Commit: ee5908396e4b0d4be64d8bc486d25c2e95b7fd71
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee5908396e4b0d4be64d8bc486d25c2e95b7fd71

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri May  5 17:05:05 2017 +0200

radeonsi: apply the tess+GS hang workaround to Polaris12 as well

Cc: 17.1 <mesa-stable at lists.freedesktop.org>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/gallium/drivers/radeonsi/si_state_draw.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_state_draw.c b/src/gallium/drivers/radeonsi/si_state_draw.c
index e6a9ee0d19..5f1371a143 100644
--- a/src/gallium/drivers/radeonsi/si_state_draw.c
+++ b/src/gallium/drivers/radeonsi/si_state_draw.c
@@ -332,7 +332,8 @@ si_get_init_multi_vgt_param(struct si_screen *sscreen,
 				if (sscreen->b.family == CHIP_TONGA ||
 				    sscreen->b.family == CHIP_FIJI ||
 				    sscreen->b.family == CHIP_POLARIS10 ||
-				    sscreen->b.family == CHIP_POLARIS11)
+				    sscreen->b.family == CHIP_POLARIS11 ||
+				    sscreen->b.family == CHIP_POLARIS12)
 					partial_vs_wave = true;
 			} else {
 				partial_vs_wave = true;




More information about the mesa-commit mailing list