From 439c1123b0c0e10f48b88d1bc385c86c1b194826 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Wed, 29 Apr 2026 15:07:47 -0700 Subject: [PATCH] docs/envvars: update the ANV_DEBUG documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synchronize it with the values it actually accepts right now. v2: Other values were added by other patches after I wrote this one. Acked-by: Tapani Pälli Signed-off-by: Paulo Zanoni Part-of: --- docs/envvars.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index fdcc2ed0c96..14048b1cb58 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -940,8 +940,6 @@ Anvil(ANV) driver environment variables Enable experimental features ``no-gpl`` Disables `VK_KHR_graphics_pipeline_library` support - ``no-secondary-call`` - Disables secondary command buffer calls ``no-sparse`` Disables sparse support ``sparse-trtt`` @@ -954,6 +952,9 @@ Anvil(ANV) driver environment variables Emits dummy (MI_STORE_DATA_IMM) instructions containing the shader source hash, preceding shader programming instructions (internal shaders & ray-tracing shaders are omitted) + ``no-slab`` + Disables the slab subsystem, which optimizes memory usage by allowing + application buffers to share GEM buffers. ``shader-print`` Allow developer print traces added by `brw_nir_printf` to be printed out on the console