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

Author: Samuel Pitoiset <[email protected]>
Date:   Wed Feb 10 14:29:14 2021 +0100

radv: adjust an error message related to the SQTT buffer size

Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8960>

---

 src/amd/vulkan/radv_sqtt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/radv_sqtt.c b/src/amd/vulkan/radv_sqtt.c
index e44e7c7f6d4..0947f27e31d 100644
--- a/src/amd/vulkan/radv_sqtt.c
+++ b/src/amd/vulkan/radv_sqtt.c
@@ -594,7 +594,7 @@ radv_get_thread_trace(struct radv_queue *queue,
 
                        fprintf(stderr, "Failed to get the thread trace "
                                        "because the buffer is too small. The "
-                                       "hardware needs %d KB but the "
+                                       "hardware needs %d KB per SE but the "
                                        "buffer size is %d KB.\n",
                                        expected_size, available_size);
                        fprintf(stderr, "Please update the buffer size with "

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to