nvk: bump NVK_PUSH_MAX_SYNCS to 256

technically this needs to be MUCH higher since there's no limitation
on the number of semaphore waits that can be submitted, but this is
enough to handle zink usage

fixes KHR-GL46.sparse_buffer_tests.BufferStorageTest

cc: mesa-stable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27992>
(cherry picked from commit 9a53e3b1fd)
This commit is contained in:
Mike Blumenkrantz 2024-03-05 13:05:37 -05:00 committed by Eric Engestrom
parent cbcc0368fb
commit cb69a13079
2 changed files with 2 additions and 2 deletions

View file

@ -924,7 +924,7 @@
"description": "nvk: bump NVK_PUSH_MAX_SYNCS to 256",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -20,7 +20,7 @@
#include <xf86drm.h>
#define NVK_PUSH_MAX_SYNCS 16
#define NVK_PUSH_MAX_SYNCS 256
#define NVK_PUSH_MAX_BINDS 4096
#define NVK_PUSH_MAX_PUSH 1024