mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
ci: Force db410c to host mode
Force db410c to host mode to fix network issue which results in failure to mount root fs via NFS. See https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/cb72a629 https://lore.kernel.org/r/20230911161518.650726-1-vignesh.raman@collabora.com Use apq8016-sbc-usb-host.dtb which allows the USB controllers to work in host mode. Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com> Reviewed-by: David Heidelberg <None> Reviewed-by: Sergi Blanch Torné <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32788>
This commit is contained in:
parent
776795f76a
commit
ac078768c9
3 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ if [[ $arch == "arm64" ]]; then
|
|||
-O "${KERNEL_IMAGE_BASE}"/arm64/cheza-kernel
|
||||
|
||||
DEVICE_TREES=""
|
||||
DEVICE_TREES="$DEVICE_TREES apq8016-sbc.dtb"
|
||||
DEVICE_TREES="$DEVICE_TREES apq8016-sbc-usb-host.dtb"
|
||||
DEVICE_TREES="$DEVICE_TREES apq8096-db820c.dtb"
|
||||
DEVICE_TREES="$DEVICE_TREES tegra210-p3450-0000.dtb"
|
||||
DEVICE_TREES="$DEVICE_TREES imx8mq-nitrogen.dtb"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ if [[ "$DEBIAN_ARCH" = "arm64" ]]; then
|
|||
DEVICE_TREES+=" mt8192-asurada-spherion-r0.dtb"
|
||||
DEVICE_TREES+=" mt8183-kukui-jacuzzi-juniper-sku16.dtb"
|
||||
DEVICE_TREES+=" tegra210-p3450-0000.dtb"
|
||||
DEVICE_TREES+=" apq8016-sbc.dtb"
|
||||
DEVICE_TREES+=" apq8016-sbc-usb-host.dtb"
|
||||
DEVICE_TREES+=" apq8096-db820c.dtb"
|
||||
DEVICE_TREES+=" sc7180-trogdor-lazor-limozeen-nots-r5.dtb"
|
||||
DEVICE_TREES+=" sc7180-trogdor-kingoftown.dtb"
|
||||
|
|
|
|||
|
|
@ -307,8 +307,8 @@
|
|||
- .google-freedreno-test
|
||||
variables:
|
||||
BM_KERNEL: Image.gz
|
||||
BM_DTB: apq8016-sbc
|
||||
DEVICE_TYPE: apq8016-sbc
|
||||
BM_DTB: apq8016-sbc-usb-host
|
||||
DEVICE_TYPE: apq8016-sbc-usb-host
|
||||
GPU_VERSION: freedreno-a307
|
||||
timeout: 20m
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue