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:
Samuel Pitoiset 2021-02-10 14:29:14 +01:00 committed by Marge Bot
parent c7e6f4ff3d
commit 9d79bb24b4

View file

@ -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 "