mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
venus: be verbose about which physical devices are skipped
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11369>
This commit is contained in:
parent
c496dc1120
commit
17375c5d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -1680,8 +1680,8 @@ vn_physical_device_init_renderer_version(
|
|||
instance, vn_physical_device_to_handle(physical_dev), &props);
|
||||
if (props.apiVersion < VN_MIN_RENDERER_VERSION) {
|
||||
if (VN_DEBUG(INIT)) {
|
||||
vn_log(instance, "unsupported renderer device version %d.%d",
|
||||
VK_VERSION_MAJOR(props.apiVersion),
|
||||
vn_log(instance, "%s has unsupported renderer device version %d.%d",
|
||||
props.deviceName, VK_VERSION_MAJOR(props.apiVersion),
|
||||
VK_VERSION_MINOR(props.apiVersion));
|
||||
}
|
||||
return VK_ERROR_INITIALIZATION_FAILED;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue