From 79208d8bf3bf708d0c82472fe254f4dcd4efe82b Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 20 Sep 2022 10:38:07 -0700 Subject: [PATCH] turnip: advertise VkExternalFenceProperties correctly Remove tu_GetPhysicalDeviceExternalFenceProperties and let the common entrypoint does the work. Part-of: --- src/freedreno/vulkan/tu_device.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/freedreno/vulkan/tu_device.c b/src/freedreno/vulkan/tu_device.c index f33b3658a23..ceeddd577ff 100644 --- a/src/freedreno/vulkan/tu_device.c +++ b/src/freedreno/vulkan/tu_device.c @@ -3081,17 +3081,6 @@ tu_GetMemoryFdPropertiesKHR(VkDevice _device, return VK_SUCCESS; } -VKAPI_ATTR void VKAPI_CALL -tu_GetPhysicalDeviceExternalFenceProperties( - VkPhysicalDevice physicalDevice, - const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, - VkExternalFenceProperties *pExternalFenceProperties) -{ - pExternalFenceProperties->exportFromImportedHandleTypes = 0; - pExternalFenceProperties->compatibleHandleTypes = 0; - pExternalFenceProperties->externalFenceFeatures = 0; -} - VKAPI_ATTR void VKAPI_CALL tu_GetDeviceGroupPeerMemoryFeatures( VkDevice device,