Mesa (master): ci: Disable SMP on the a5xx boards.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 20 21:25:48 UTC 2020


Module: Mesa
Branch: master
Commit: 6033c10092ae69ce2a0ad8fe0a25e124f6bbf50c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6033c10092ae69ce2a0ad8fe0a25e124f6bbf50c

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 19 16:33:10 2020 -0700

ci: Disable SMP on the a5xx boards.

CPU0 comes up at some plausible freq, but the rest are at 19Mhz waiting
for cpufreq to come up, which has not been upstreamed.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5115>

---

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33649095cba..3f00f95b991 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -874,7 +874,9 @@ arm64_a530_gles2:
   variables:
     BM_KERNEL: /lava-files/db820c-kernel
     BM_DTB: /lava-files/db820c.dtb
-    BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8"
+    # Disable SMP because only CPU 0 is at a freq higher than 19mhz on
+    # current upstream kernel.
+    BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 nosmp"
     DEQP_EXPECTED_FAILS: deqp-freedreno-a530-fails.txt
     DEQP_SKIPS: deqp-freedreno-a530-skips.txt
     DEQP_EXPECTED_RENDERER: FD530



More information about the mesa-commit mailing list