Mesa (master): gallium/radeon: increase the size of the renderer string

Marek Olšák mareko at kemper.freedesktop.org
Tue Aug 9 23:32:09 UTC 2016


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Thu Aug  4 16:22:59 2016 +0200

gallium/radeon: increase the size of the renderer string

Mine is longer than 64 bytes.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

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

diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h
index 91e3cb2..e4002f9 100644
--- a/src/gallium/drivers/radeon/r600_pipe_common.h
+++ b/src/gallium/drivers/radeon/r600_pipe_common.h
@@ -388,7 +388,7 @@ struct r600_common_screen {
 	unsigned			gpu_load_counter_idle;
 	volatile unsigned		gpu_load_stop_thread; /* bool */
 
-	char				renderer_string[64];
+	char				renderer_string[100];
 
 	/* Performance counters. */
 	struct r600_perfcounters	*perfcounters;




More information about the mesa-commit mailing list