ci/freedreno: Add maxcpus=2 to the kernel cmdline on a530
It seems that the cpufreq support in a530 is not rock solid yet, as the device intermittently reboots during the boot process. Passing `maxcpus=2` to the kernel avoids this issue. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Acked-by: Emma Anholt <emma@anholt.net> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13089>
This commit is contained in:
committed by
Tomeu Vizoso
parent
38c62646d0
commit
8d96cf4eaa
@@ -8,7 +8,7 @@
|
||||
BM_ROOTFS: /rootfs-arm64
|
||||
FLAKES_CHANNEL: "#freedreno-ci"
|
||||
PIGLIT_PLATFORM: mixed_glx_egl
|
||||
BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init $BM_KERNELARGS"
|
||||
BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 $BM_KERNEL_EXTRA_ARGS root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init $BM_KERNELARGS"
|
||||
script:
|
||||
- ./install/bare-metal/fastboot.sh
|
||||
needs:
|
||||
@@ -67,6 +67,7 @@ a306-traces:
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
BM_KERNEL: /baremetal-files/Image.gz
|
||||
BM_KERNEL_EXTRA_ARGS: maxcpus=2
|
||||
BM_DTB: /baremetal-files/apq8096-db820c.dtb
|
||||
GPU_VERSION: freedreno-a530
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user