Mesa (main): vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 14 23:17:13 UTC 2022


Module: Mesa
Branch: main
Commit: b78d3ebe722dac1c0093ff8f040f1443ffd02c49
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b78d3ebe722dac1c0093ff8f040f1443ffd02c49

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Fri Apr 22 05:23:16 2022 -0700

vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask

This field copy was missing in
vk_get_physical_device_core_1_1_property_ext().

Fixes: 19ff5019b75 ("vulkan: Add helpers for filling exts for core features and properties.")
Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16926>

---

 src/vulkan/runtime/vk_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vulkan/runtime/vk_device.c b/src/vulkan/runtime/vk_device.c
index a74c4c3ee48..fd30bf748b9 100644
--- a/src/vulkan/runtime/vk_device.c
+++ b/src/vulkan/runtime/vk_device.c
@@ -824,6 +824,7 @@ vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext,
       CORE_PROPERTY(deviceUUID);
       CORE_PROPERTY(driverUUID);
       CORE_PROPERTY(deviceLUID);
+      CORE_PROPERTY(deviceNodeMask);
       CORE_PROPERTY(deviceLUIDValid);
       return true;
    }



More information about the mesa-commit mailing list