Module: Mesa Branch: staging/22.0 Commit: 59086ab71a8bf1f35140c683061450db24aa3286 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59086ab71a8bf1f35140c683061450db24aa3286
Author: Pierre-Eric Pelloux-Prayer <[email protected]> Date: Thu Mar 24 17:06:36 2022 +0100 drirc: enable radeonsi_zerovram for Black Geyser Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6180 Cc: mesa-stable Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15559> (cherry picked from commit 9c2605ae4270005b33303acb38955fe3ab6c8a51) --- .pick_status.json | 2 +- src/util/00-mesa-defaults.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 9acb4a35e9c..e5678229edc 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -6628,7 +6628,7 @@ "description": "drirc: enable radeonsi_zerovram for Black Geyser", "nominated": true, "nomination_type": 0, - "resolution": 5, + "resolution": 1, "because_sha": null }, { diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 8fada161005..f110836961a 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -871,6 +871,9 @@ TODO: document the other workarounds. <option name="force_gl_vendor" value="ATI Technologies Inc." /> <option name="radeonsi_force_use_fma32" value="true" /> </application> + <application name="Black Geyser: Couriers of Darkness" executable="BlackGeyser.x86_64"> + <option name="radeonsi_zerovram" value="true" /> + </application> </device> <device driver="i965"> <application name="Middle Earth: Shadow of Mordor" executable="ShadowOfMordor">
