About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCaio Oliveira <caio.oliveira@intel.com>2025-09-19 15:19:08 -0700
committerCaio Oliveira <caio.oliveira@intel.com>2025-09-24 23:08:45 -0700
commitf00fca998ea25f5583608a975bc213de975a7cd6 (patch)
tree0f80536916248b527525395302a14a4ff9efa772 /docs
parent34198545aab7e88d7355baf34dd47f552ae20f46 (diff)
intel/mda: Add MDA_FILTER to select which archives to generate
Matches if names contains the filter value, multiple values separated by commas. Acked-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29146>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index 3cb56c21e13..050f0c35de0 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -896,6 +896,11 @@ Intel driver environment variables
Prefix added to the mda.tar filenames generated when using INTEL_DEBUG=mda.
If set to ``timestamp`` it will generate the current time/date as prefix.
+.. envvar:: MDA_FILTER
+
+ When set, will only generate mda.tar files which names contain any of the
+ comma-separated filter values as substrings.
+
Anvil(ANV) driver environment variables
---------------------------------------