mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
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:
parent
df1d1ccb37
commit
6431ba087f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue