mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
radv: Fix driverUUID
Fixes: 14cad8786a ("radv: generate the same driver UUID as radeonsi")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
ea9bde151f
commit
c077d5d7de
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue