zink: disable implicit sync handling for qcom proprietary

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41710>
This commit is contained in:
Mike Blumenkrantz 2026-05-20 13:30:16 -04:00 committed by Marge Bot
parent 8735aa72a1
commit 65b75137b4

View file

@ -2907,6 +2907,7 @@ init_driver_workarounds(struct zink_screen *screen)
case VK_DRIVER_ID_MESA_V3DV:
case VK_DRIVER_ID_MESA_PANVK:
case VK_DRIVER_ID_MESA_NVK:
case VK_DRIVER_ID_QUALCOMM_PROPRIETARY:
screen->driver_workarounds.implicit_sync = false;
break;
default: