diff --git a/src/virtio/vulkan/vn_device.c b/src/virtio/vulkan/vn_device.c index 0449feb30b0..f7a1f1cc6a0 100644 --- a/src/virtio/vulkan/vn_device.c +++ b/src/virtio/vulkan/vn_device.c @@ -100,8 +100,8 @@ vn_queue_init(struct vn_device *dev, }; VkQueue queue_handle = vn_queue_to_handle(queue); - vn_async_vkGetDeviceQueue2(dev->primary_ring, vn_device_to_handle(dev), - &device_queue_info, &queue_handle); + vn_call_vkGetDeviceQueue2(dev->primary_ring, vn_device_to_handle(dev), + &device_queue_info, &queue_handle); return VK_SUCCESS; }