Mesa (main): freedreno/ci: Correctly set freq governors to max

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 27 16:29:09 UTC 2021


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Fri Aug 27 16:55:07 2021 +0200

freedreno/ci: Correctly set freq governors to max

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12598>

---

 src/freedreno/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index c5a6870f8ac..6ab21155937 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -238,5 +238,5 @@ a630-traces-performance:
     # So we aren't capped by VSync by the X server
     EGL_PLATFORM: surfaceless
     GIT_STRATEGY: none
-    HWCI_FREQ_MAX: 1
+    HWCI_FREQ_MAX: "true"
   allow_failure: true



More information about the mesa-commit mailing list