commit | 668e33eaf69eeb7b4046b37ab99682334256179c | [log] [tgz] |
---|---|---|
author | Garratt Gallagher <garratt@google.com> | Tue Feb 27 11:26:50 2024 -0800 |
committer | Garratt Gallagher <garratt@google.com> | Tue Feb 27 11:47:25 2024 -0800 |
tree | 2db4c58bb1c090a1acd33431ce632571a00392ce | |
parent | 6939c06f161511f90b6933ea3f43132e8339e68b [diff] |
[vulkan] Remove call to zxio_create Removes an instance of fidl multiplexing, where a channel is used for both the fuchsia.hardware.goldfish.pipe/GoldfishPipe and the fuchsia_io::Node protocols. This behavior is invoked through the zxio_create call. The zxio_create call can be removed, because the Vulkan loader should guarantee that the device exists. Bug: 42063787 Testing: This is tested in all aemu vulkan tests. Change-Id: I03a8f670a6c7fb8f5417f19ec38dd5cd38aca900