radv: Add LLVM version to the device name string
[mesa.git] / src / amd / vulkan / radv_private.h
index 67c2011107613ec44b81a3f23bc8c88837a8840a..3edfda6b122996986f5c3d8f4ad7e2b9557aa681 100644 (file)
@@ -261,7 +261,7 @@ struct radv_physical_device {
        struct radeon_winsys *ws;
        struct radeon_info rad_info;
        char                                        path[20];
-       const char *                                name;
+       char                                        name[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE];
        uint8_t                                     driver_uuid[VK_UUID_SIZE];
        uint8_t                                     device_uuid[VK_UUID_SIZE];
        uint8_t                                     cache_uuid[VK_UUID_SIZE];