panvk: Fix driver UUID not being filled

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28715>
This commit is contained in:
Mary Guillemard 2024-04-12 10:38:29 +02:00 committed by Marge Bot
parent a0f80774ce
commit a9f170f613
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ panvk_physical_device_init(struct panvk_physical_device *device,
vk_warn_non_conformant_implementation("panvk");
get_driver_uuid(&device->device_uuid);
get_driver_uuid(&device->driver_uuid);
get_device_uuid(&device->device_uuid);
device->drm_syncobj_type = vk_drm_syncobj_get_type(device->kmod.dev->fd);