diff options
| author | Caio Oliveira <caio.oliveira@intel.com> | 2025-06-19 17:49:13 -0700 |
|---|---|---|
| committer | Caio Oliveira <caio.oliveira@intel.com> | 2025-09-24 23:08:45 -0700 |
| commit | c21494576e46996a5f1542eb5bbc0fbd44a033ed (patch) | |
| tree | c41e4aaa52306d02123fc2d065a095ed70cdccb5 /docs | |
| parent | dfdc883833a5502586e28ad134b1d4897b048006 (diff) | |
intel/mda: Add MDA_OUTPUT_DIR and MDA_PREFIX environment variable support
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst index 7133739009b..534a30ed1b6 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -886,6 +886,15 @@ Intel driver environment variables If none of widths for particular shader stage was specified, then all widths are allowed. +.. envvar:: MDA_OUTPUT_DIR + + Directory where the mda.tar files generated when using INTEL_DEBUG=mda are + going to be written to. If not set, use the current directory. + +.. envvar:: MDA_PREFIX + + Prefix added to the mda.tar filenames generated when using INTEL_DEBUG=mda. + Anvil(ANV) driver environment variables --------------------------------------- |