Mesa (main): radeonsi: increase tc_max_cpu_storage_size

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 18:23:01 UTC 2021


Module: Mesa
Branch: main
Commit: 3f997bccc62f06264b34d97466595f868d411f3e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f997bccc62f06264b34d97466595f868d411f3e

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat Oct 30 12:23:38 2021 -0400

radeonsi: increase tc_max_cpu_storage_size

Viewperf benefits. The number is only slightly above the size we need.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13603>

---

 src/util/00-mesa-defaults.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index ae93d9d2dd8..80cf60aa8ad 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -789,7 +789,7 @@ TODO: document the other workarounds.
             <option name="glthread_nop_check_framebuffer_status" value="true" />
             <option name="radeonsi_sync_compile" value="true" />
             <option name="radeonsi_clamp_div_by_zero" value="true" />
-            <option name="radeonsi_tc_max_cpu_storage_size" value="1000" />
+            <option name="radeonsi_tc_max_cpu_storage_size" value="2500" />
         </application>
         <application name="Road Redemption" executable="RoadRedemption.x86_64">
             <option name="radeonsi_clamp_div_by_zero" value="true" />



More information about the mesa-commit mailing list