mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
panvk: log device and driver info for startup
Acked-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37825>
This commit is contained in:
parent
8892f398e7
commit
099ac5be1a
1 changed files with 5 additions and 0 deletions
|
|
@ -1123,4 +1123,9 @@ panvk_per_arch(get_physical_device_properties)(
|
|||
STATIC_ASSERT(sizeof(instance->driver_build_sha) >= VK_UUID_SIZE);
|
||||
memcpy(properties->optimalTilingLayoutUUID, instance->driver_build_sha,
|
||||
VK_UUID_SIZE);
|
||||
|
||||
if (PANVK_DEBUG(STARTUP)) {
|
||||
mesa_logi("%s (%s) %s", properties->driverName, properties->deviceName,
|
||||
properties->driverInfo);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue