From cf7ada8475cbf254a0611062b6fb8eb93ac5fb5b Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Wed, 29 Apr 2026 15:01:08 -0700 Subject: [PATCH] docs/envvars: remove ANV_SPARSE and ANV_SPARSE_USE_TRTT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These options were replaced by ANV_DEBUG=no-sparse and ANV_DEBUG=sparse-trtt in April of 2025, by 789f13359a3e ("anv: consolidate environment variables"). The ANV_DEBUG versions are already documented. Acked-by: Tapani Pälli Signed-off-by: Paulo Zanoni Part-of: --- docs/envvars.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index c0da940ce9f..2ea9a30610a 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1002,19 +1002,6 @@ Anvil(ANV) driver environment variables advertised queues to include 1 queue with compute-only support, and it would override the number of graphics+compute queues to be 0. -.. envvar:: ANV_SPARSE - - By default, the sparse resources feature is enabled. However, if set to 0, - false, or no, it will be disabled. - Platforms older than Tiger Lake do not support this feature. - -.. envvar:: ANV_SPARSE_USE_TRTT - - On platforms supported by Xe KMD (Lunar Lake and newer) this parameter - changes the implementation of sparse resources feature. - For i915 there is no option, sparse resources is always implemented with - TRTT. - Hasvk driver environment variables ---------------------------------------