projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7e6f4f
)
radv: adjust an error message related to the SQTT buffer size
author
Samuel Pitoiset
<samuel.pitoiset@gmail.com>
Wed, 10 Feb 2021 13:29:14 +0000
(14:29 +0100)
committer
Marge Bot
<eric+marge@anholt.net>
Thu, 11 Feb 2021 09:29:31 +0000
(09:29 +0000)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8960>
src/amd/vulkan/radv_sqtt.c
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_sqtt.c
b/src/amd/vulkan/radv_sqtt.c
index e44e7c7f6d4017e8df0e1056896a79eb94557c85..0947f27e31ddc6197c17d890bbed02ec6ceff194 100644
(file)
--- 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 "