Mesa (main): radv: enable radv_zero_vram for Hammerting

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 3 08:52:01 UTC 2022


Module: Mesa
Branch: main
Commit: fe9f1d064af05464e5a31c74ea0d063b8c20611d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe9f1d064af05464e5a31c74ea0d063b8c20611d

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Jun  2 09:03:16 2022 +0200

radv: enable radv_zero_vram for Hammerting

This native Vulkan game is broken, it has TON of Vulkan validation
errors and hangs without RADV_DEBUG=zerovram. Also tested with PRO
and AMDVLK.

The application name is also not really descriptive but the executable
name 'boot.exe' is worst.

https://github.com/ValveSoftware/Proton/issues/4347#issuecomment-1141415515

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16832>

---

 src/amd/vulkan/00-radv-defaults.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/amd/vulkan/00-radv-defaults.conf b/src/amd/vulkan/00-radv-defaults.conf
index fa9f3e62dd7..2587e950711 100644
--- a/src/amd/vulkan/00-radv-defaults.conf
+++ b/src/amd/vulkan/00-radv-defaults.conf
@@ -161,5 +161,9 @@ Application bugs worked around in this file:
         <application name="Grid Autosport" application_name_match="GRIDAutosport.exe">
             <option name="radv_disable_sinking_load_input_fs" value="true" />
         </application>
+
+        <application name="Hammerting" application_name_match="TDTD">
+            <option name="radv_zero_vram" value="true" />
+        </application>
     </device>
 </driconf>



More information about the mesa-commit mailing list