radv: adjust an error message related to the SQTT buffer size
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>
This commit is contained in:
committed by
Marge Bot
parent
c7e6f4ff3d
commit
9d79bb24b4
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user