From 6431ba087f634485ef32599161a5580a9258a717 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Tue, 16 May 2023 10:14:06 -0700 Subject: venus: bump ring space to 128K The absolute memory overhead is still trivial enough not worth a driconfig. Signed-off-by: Yiwei Zhang Part-of: --- src/virtio/vulkan/vn_instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* -- cgit v1.2.1