mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
radv/winsys: prefix all error messages with RADV
RadeonSI prints the exact same message and it can be confusing. All other error messages in the winsys are prefixed now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20904>
This commit is contained in:
parent
d5846bd1e5
commit
a5bff81f47
1 changed files with 1 additions and 1 deletions
|
|
@ -1859,7 +1859,7 @@ radv_amdgpu_cs_submit(struct radv_amdgpu_ctx *ctx, struct radv_amdgpu_cs_request
|
|||
result = VK_ERROR_DEVICE_LOST;
|
||||
} else {
|
||||
fprintf(stderr,
|
||||
"amdgpu: The CS has been rejected, "
|
||||
"radv/amdgpu: The CS has been rejected, "
|
||||
"see dmesg for more information (%i).\n",
|
||||
r);
|
||||
result = VK_ERROR_UNKNOWN;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue