mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
radv: do not print the LLVM version string twice in hang reports
It's already part of the device name, and it should now also correctly report when ACO is used. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Daniel Schürmann <daniel@schuermann.dev> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4911>
This commit is contained in:
parent
b1ef1c1211
commit
290d480c55
1 changed files with 1 additions and 2 deletions
|
|
@ -567,8 +567,7 @@ radv_dump_device_name(struct radv_device *device, FILE *f)
|
|||
snprintf(kernel_version, sizeof(kernel_version),
|
||||
" / %s", uname_data.release);
|
||||
|
||||
fprintf(f, "Device name: %s (%s DRM %i.%i.%i%s, LLVM "
|
||||
MESA_LLVM_VERSION_STRING ")\n\n",
|
||||
fprintf(f, "Device name: %s (%s / DRM %i.%i.%i%s)\n\n",
|
||||
chip_name, device->physical_device->name,
|
||||
info->drm_major, info->drm_minor, info->drm_patchlevel,
|
||||
kernel_version);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue