Mesa (main): panfrost/ci: Disable 0ad trace on T860

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 8 02:07:06 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Thu Jul  7 18:28:44 2022 -0400

panfrost/ci: Disable 0ad trace on T860

The last few frames of the trace are expensive (in terms of GPU time) and are
close to hitting the timeout. With the next commit, they do hit the timeout due
to using a larger batch. Nevertheless the next commit should be an overall perf
improvement on average, so this remove to unblock CI.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Suggested-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17112>

---

 src/panfrost/ci/traces-panfrost.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/panfrost/ci/traces-panfrost.yml b/src/panfrost/ci/traces-panfrost.yml
index bb347181adb..8a19dacba99 100644
--- a/src/panfrost/ci/traces-panfrost.yml
+++ b/src/panfrost/ci/traces-panfrost.yml
@@ -59,10 +59,11 @@ traces:
       - device: gl-panfrost-t760
         # Wrong rendering, many elements are missing
         checksum: 67db7302b28cb8e3e217cc79b672af79
-  - path: 0ad/0ad-v2.trace
-    expectations:
-      - device: gl-panfrost-t860
-        checksum: 5a4fba0ae20e3ab9dc6fc4089add9457
+  # Timeouts
+  #- path: 0ad/0ad-v2.trace
+  #  expectations:
+  #    - device: gl-panfrost-t860
+  #      checksum: 5a4fba0ae20e3ab9dc6fc4089add9457
   - path: glmark2/buffer:update-fraction=0.5:update-dispersion=0.9:columns=200:update-method=map:interleave=false-v2.trace
     expectations:
       - device: gl-panfrost-t860



More information about the mesa-commit mailing list