radv: Fix driverUUID
[mesa.git] / src / amd / vulkan / radv_device.c
index 433b8542029f0e3202428cb3e015eb1b7a675a3a..bac5855bb964e0e224aac1d731f5895012e5f90e 100644 (file)
@@ -338,7 +338,7 @@ radv_physical_device_init(struct radv_physical_device *device,
            device->rad_info.chip_class > GFX9)
                fprintf(stderr, "WARNING: radv is not a conformant vulkan implementation, testing use only.\n");
 
-       radv_get_driver_uuid(&device->device_uuid);
+       radv_get_driver_uuid(&device->driver_uuid);
        radv_get_device_uuid(&device->rad_info, &device->device_uuid);
 
        if (device->rad_info.family == CHIP_STONEY ||