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>
This commit is contained in:
Caio Oliveira
2025-09-19 15:19:08 -07:00
parent 34198545aa
commit f00fca998e
4 changed files with 46 additions and 3 deletions
+5
View File
@@ -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
---------------------------------------