venus: bump ring space to 128K

The absolute memory overhead is still trivial enough not worth a
driconfig.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23060>
This commit is contained in:
Yiwei Zhang 2023-05-16 10:14:06 -07:00 committed by Marge Bot
parent df1d1ccb37
commit 6431ba087f

View file

@ -19,7 +19,7 @@
#include "vn_physical_device.h"
#include "vn_renderer.h"
#define VN_INSTANCE_RING_SIZE (64 * 1024)
#define VN_INSTANCE_RING_SIZE (128 * 1024)
#define VN_INSTANCE_RING_DIRECT_THRESHOLD (VN_INSTANCE_RING_SIZE / 16)
/*