summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-06-02 09:03:16 +0200
committerDylan Baker <dylan.c.baker@intel.com>2022-06-07 13:17:38 -0700
commit551396ed7b711696143c40f9867b6d222cbf4f12 (patch)
tree7cc58fce632bb90befbdc3ee5f185504b78357e5
parentdc7c2df02b87966ddd67851085e629e0f982eb1a (diff)
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@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16832> (cherry picked from commit fe9f1d064af05464e5a31c74ea0d063b8c20611d)
-rw-r--r--.pick_status.json2
-rw-r--r--src/amd/vulkan/00-radv-defaults.conf4
2 files changed, 5 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index b55fcbb7d86..2960b7d45cb 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -1777,7 +1777,7 @@
"description": "radv: enable radv_zero_vram for Hammerting",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"main_sha": null,
"because_sha": null
},
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>