From 969aaf30614e1899ae7afe25e1e65ab91adae268 Mon Sep 17 00:00:00 2001 From: "Koch, Pawel" Date: Wed, 27 May 2026 15:15:37 +0200 Subject: [PATCH] Update docs regarding anv shader dumps Reviewed-by: Lionel Landwerlin Part-of: --- docs/drivers/anv.rst | 2 +- docs/envvars.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/anv.rst b/docs/drivers/anv.rst index ece0f4edcdf..ab929413fd9 100644 --- a/docs/drivers/anv.rst +++ b/docs/drivers/anv.rst @@ -422,7 +422,7 @@ paths in the shaders. To make use of this feature : 3. Exit the application once enough data is captured 4. Untar the ``anv-shaders.mda.tar`` file created in the directory the - application was launched + application was launched (or in MDA_OUTPUT_DIR if it was set) .. code-block:: sh diff --git a/docs/envvars.rst b/docs/envvars.rst index 26f312567c5..2217732611b 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -912,7 +912,7 @@ Intel driver environment variables .. envvar:: MDA_OUTPUT_DIR - Directory where the mda.tar files generated when using INTEL_DEBUG=mda are + Directory where the mda.tar files generated when using INTEL_DEBUG=mda or ANV_DEBUG=shader-dump are going to be written to. If not set, use the current directory. .. envvar:: MDA_PREFIX