diff options
| author | Caio Oliveira <caio.oliveira@intel.com> | 2025-06-19 18:18:45 -0700 |
|---|---|---|
| committer | Caio Oliveira <caio.oliveira@intel.com> | 2025-09-24 23:08:45 -0700 |
| commit | a1d66c18c94693db1c0f5cf07741ecaa23d02006 (patch) | |
| tree | 646dacd2a52b96106d3cb8d85a134d0b26bcb9f8 /docs | |
| parent | c21494576e46996a5f1542eb5bbc0fbd44a033ed (diff) | |
intel/mda: If MDA_PREFIX=timestamp use the actual timestamp as a prefix
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst index 534a30ed1b6..3cb56c21e13 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -894,6 +894,7 @@ Intel driver environment variables .. envvar:: MDA_PREFIX 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. Anvil(ANV) driver environment variables --------------------------------------- |