radv: remove radv_force_pstate_peak_gfx11_dgpu=true for Helldivers 2

Our QA team extensively tested Helldivers 2 on AMD RX 7800 XT/RX 7600
with many different presents and didn't get any GPU hangs. Few users
also reported the game being very stable without this workaround.

Few other users reported issues with the workaround itself (like
pstate not correctly restored etc), so let's remove it.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34164>
This commit is contained in:
Samuel Pitoiset
2025-03-24 18:30:42 +01:00
committed by Marge Bot
parent afc605bc9b
commit c5d0764fce
5 changed files with 0 additions and 18 deletions
-1
View File
@@ -64,7 +64,6 @@ struct radv_instance {
bool ssbo_non_uniform;
bool flush_before_timestamp_write;
bool disable_dedicated_sparse_queue;
bool force_pstate_peak_gfx11_dgpu;
bool clear_lds;
bool enable_khr_present_wait;
bool report_llvm9_version_string;