Mesa (main): driconf: set vblank_mode=0 for viewperf2020

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 11:29:31 UTC 2021


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sun Oct 31 03:55:23 2021 -0400

driconf: set vblank_mode=0 for viewperf2020

It doesn't disable vsync. Reported internally.

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

---

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

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 2c8350c76ee..295e95744a9 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -298,6 +298,7 @@ TODO: document the other workarounds.
              OpenGL behavior. Older SPECviewperf versions might also need this.
           -->
         <application name="SPECviewperf13" executable="viewperf">
+            <option name="vblank_mode" value="0" />
             <option name="allow_glsl_extension_directive_midshader" value="true" />
             <option name="allow_glsl_120_subset_in_110" value="true" />
             <option name="force_gl_names_reuse" value="true" />



More information about the mesa-commit mailing list