diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index 3a03332a5e6..303fbefabe0 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -1197,10 +1197,6 @@ format_is_supported(struct panvk_physical_device *physical_device, return false; } - /* 3byte formats are not supported by the buffer <-> image copy helpers. */ - if (util_format_get_blocksize(pfmt) == 3) - return false; - return true; }