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:
@@ -567,8 +567,7 @@ radv_dump_device_name(struct radv_device *device, FILE *f)
|
|||||||
snprintf(kernel_version, sizeof(kernel_version),
|
snprintf(kernel_version, sizeof(kernel_version),
|
||||||
" / %s", uname_data.release);
|
" / %s", uname_data.release);
|
||||||
|
|
||||||
fprintf(f, "Device name: %s (%s DRM %i.%i.%i%s, LLVM "
|
fprintf(f, "Device name: %s (%s / DRM %i.%i.%i%s)\n\n",
|
||||||
MESA_LLVM_VERSION_STRING ")\n\n",
|
|
||||||
chip_name, device->physical_device->name,
|
chip_name, device->physical_device->name,
|
||||||
info->drm_major, info->drm_minor, info->drm_patchlevel,
|
info->drm_major, info->drm_minor, info->drm_patchlevel,
|
||||||
kernel_version);
|
kernel_version);
|
||||||
|
Reference in New Issue
Block a user