From 551396ed7b711696143c40f9867b6d222cbf4f12 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 2 Jun 2022 09:03:16 +0200 Subject: [PATCH] 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 Reviewed-by: Bas Nieuwenhuizen Part-of: (cherry picked from commit fe9f1d064af05464e5a31c74ea0d063b8c20611d) --- .pick_status.json | 2 +- src/amd/vulkan/00-radv-defaults.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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: + + +