From 9d79bb24b4a8911201ae86bebcb2619a23e8461e Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 10 Feb 2021 14:29:14 +0100 Subject: [PATCH] radv: adjust an error message related to the SQTT buffer size Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Part-of: --- 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 e44e7c7..0947f27 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 " -- 2.7.4