util/radeonsi: enable zerovram workaround for Exanima

The issue is very intermittent and can sometimes work fine
without the workaround but turning it on seems to resolve
any issues.

Issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6449

Cc: mesa-stable
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18935>
(cherry picked from commit 98944b327b)
This commit is contained in:
Timothy Arceri
2022-10-03 20:48:06 +11:00
committed by Dylan Baker
parent 753f3a7d7d
commit 199f2fe9e0
2 changed files with 4 additions and 1 deletions

View File

@@ -652,7 +652,7 @@
"description": "util/radeonsi: enable zerovram workaround for Exanima",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View File

@@ -835,6 +835,9 @@ TODO: document the other workarounds.
<option name="radeonsi_zerovram" value="true" />
<option name="radeonsi_clamp_div_by_zero" value="true" />
</application>
<application name="Exanima" executable="Exanima.exe">
<option name="radeonsi_zerovram" value="true"/>
</application>
<application name="Rocket League" executable="RocketLeague">
<option name="radeonsi_zerovram" value="true" />
</application>