Mesa (staging/18.2): radeonsi: Bump number of allowed global buffers to 32

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 24 09:00:25 UTC 2018


Module: Mesa
Branch: staging/18.2
Commit: 6899350a190e65ff8809fbcc01be32624f7edcb1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6899350a190e65ff8809fbcc01be32624f7edcb1

Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Thu Oct 18 15:15:06 2018 -0400

radeonsi: Bump number of allowed global buffers to 32

Fixes assertion failure/crash when running luxmark/luxball on clover.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108272
CC: mesa-stable at lists.freedesktop.org
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
(cherry picked from commit 06bf56725db1827dfcb86b1d0bcd71d195fda1d2)

---

 src/gallium/drivers/radeonsi/si_compute.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_compute.h b/src/gallium/drivers/radeonsi/si_compute.h
index 3a4cdea25e..d0a89820dd 100644
--- a/src/gallium/drivers/radeonsi/si_compute.h
+++ b/src/gallium/drivers/radeonsi/si_compute.h
@@ -29,7 +29,7 @@
 
 #include "si_shader.h"
 
-#define MAX_GLOBAL_BUFFERS 22
+#define MAX_GLOBAL_BUFFERS 32
 
 struct si_compute {
 	struct pipe_reference reference;




More information about the mesa-commit mailing list