mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
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:
parent
c7e6f4ff3d
commit
9d79bb24b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue