venus: bump ring space to 128K
authorYiwei Zhang <zzyiwei@chromium.org>
Tue, 16 May 2023 17:14:06 +0000 (10:14 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 16 May 2023 22:06:56 +0000 (22:06 +0000)
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>

src/virtio/vulkan/vn_instance.c

index 0258a31..233a261 100644 (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)
 
 /*