panvk: Drop QueueBindSparse
authorJason Ekstrand <jason.ekstrand@collabora.com>
Thu, 17 Mar 2022 21:26:04 +0000 (16:26 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 18 Mar 2022 08:15:50 +0000 (08:15 +0000)
Now that we've switched to the common sync/submit framework, this is
implemented in runtime/vk_queue.c.  We don't need to provide the stub.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15436>

src/panfrost/vulkan/panvk_device.c

index 8a7fd0d..c2458eb 100644 (file)
@@ -1369,15 +1369,6 @@ panvk_BindImageMemory2(VkDevice device,
 }
 
 VkResult
-panvk_QueueBindSparse(VkQueue _queue,
-                      uint32_t bindInfoCount,
-                      const VkBindSparseInfo *pBindInfo,
-                      VkFence _fence)
-{
-   return VK_SUCCESS;
-}
-
-VkResult
 panvk_CreateEvent(VkDevice _device,
                   const VkEventCreateInfo *pCreateInfo,
                   const VkAllocationCallbacks *pAllocator,