Mesa (main): panvk: Drop QueueBindSparse

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 18 08:29:54 UTC 2022


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

Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Thu Mar 17 16:26:04 2022 -0500

panvk: Drop QueueBindSparse

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 at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15436>

---

 src/panfrost/vulkan/panvk_device.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/panfrost/vulkan/panvk_device.c b/src/panfrost/vulkan/panvk_device.c
index 8a7fd0d4587..c2458eb22d0 100644
--- a/src/panfrost/vulkan/panvk_device.c
+++ b/src/panfrost/vulkan/panvk_device.c
@@ -1368,15 +1368,6 @@ panvk_BindImageMemory2(VkDevice device,
    return VK_SUCCESS;
 }
 
-VkResult
-panvk_QueueBindSparse(VkQueue _queue,
-                      uint32_t bindInfoCount,
-                      const VkBindSparseInfo *pBindInfo,
-                      VkFence _fence)
-{
-   return VK_SUCCESS;
-}
-
 VkResult
 panvk_CreateEvent(VkDevice _device,
                   const VkEventCreateInfo *pCreateInfo,



More information about the mesa-commit mailing list