diff --git a/src/broadcom/vulkan/v3dv_device.c b/src/broadcom/vulkan/v3dv_device.c index cb246d5ada2..a6751fc4925 100644 --- a/src/broadcom/vulkan/v3dv_device.c +++ b/src/broadcom/vulkan/v3dv_device.c @@ -1762,9 +1762,6 @@ v3dv_FlushMappedMemoryRanges(VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) { - /* FIXME: stub (although note that both radv and tu just returns success - * here. Pending further research) - */ return VK_SUCCESS; } @@ -1773,9 +1770,6 @@ v3dv_InvalidateMappedMemoryRanges(VkDevice _device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges) { - /* FIXME: stub (although note that both radv and tu just returns success - * here. Pending further research) - */ return VK_SUCCESS; }