summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiwei Zhang <zzyiwei@chromium.org>2023-05-16 10:14:06 -0700
committerMarge Bot <emma+marge@anholt.net>2023-05-16 22:06:56 +0000
commit6431ba087f634485ef32599161a5580a9258a717 (patch)
tree19a41148d0055d0797a86da9684e9fecf0258c14
parentdf1d1ccb37c42698a3188d10b431cb4e284a100c (diff)
downloadmesa-6431ba087f634485ef32599161a5580a9258a717.tar.gz
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>
-rw-r--r--src/virtio/vulkan/vn_instance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtio/vulkan/vn_instance.c b/src/virtio/vulkan/vn_instance.c
index 0258a31e514..233a2614132 100644
--- a/src/virtio/vulkan/vn_instance.c
+++ b/src/virtio/vulkan/vn_instance.c
@@ -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)
/*