diff options
| author | Caio Oliveira <caio.oliveira@intel.com> | 2025-09-19 15:19:08 -0700 |
|---|---|---|
| committer | Caio Oliveira <caio.oliveira@intel.com> | 2025-09-24 23:08:45 -0700 |
| commit | f00fca998ea25f5583608a975bc213de975a7cd6 (patch) | |
| tree | 0f80536916248b527525395302a14a4ff9efa772 /docs | |
| parent | 34198545aab7e88d7355baf34dd47f552ae20f46 (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.rst | 5 |
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 --------------------------------------- |