diff options
| author | Faith Ekstrand <faith.ekstrand@collabora.com> | 2025-10-29 09:47:27 -0400 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-30 15:11:24 +0000 |
| commit | f7412bd22938ca3925aae3da21a1e38b01ad92b0 (patch) | |
| tree | 2b67b15dc9f2a130f7f9262a98304757dbb32d49 /docs | |
| parent | 5a5862c0251a33add7d9379f7bad8d81faa0819b (diff) | |
nvk: Add an NVK_DEBUG=coherent flag
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38163>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/drivers/nvk.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/drivers/nvk.rst b/docs/drivers/nvk.rst index e26202a6909..fcaf36bf0cb 100644 --- a/docs/drivers/nvk.rst +++ b/docs/drivers/nvk.rst @@ -72,6 +72,9 @@ specific to NVK: views. ``gart`` Forces all memory to be allocated from system RAM (GART) + ``coherent`` + Forces all memory maps to be coherent with the CPU caches. This only + applies to Tegra devices. .. envvar:: NVK_I_WANT_A_BROKEN_VULKAN_DRIVER |