mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
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:
parent
a0f80774ce
commit
a9f170f613
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue