Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/ci: move qualcomm baremetal jobs to lava

Qualcomm apq8016 and apq8096 DUTS are moved to Collabora lava
farm. So enable these jobs to use lava and update expectation
files.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Co-developed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Vignesh Raman and committed by
Dmitry Baryshkov
dd3a39aa 0bebb177

+31 -17
+1
drivers/gpu/drm/ci/arm64.config
··· 83 83 CONFIG_SC_GPUCC_7180=y 84 84 CONFIG_SM_GPUCC_8350=y 85 85 CONFIG_QCOM_SPMI_ADC5=y 86 + CONFIG_QCOM_SPMI_VADC=y 86 87 CONFIG_DRM_PARADE_PS8640=y 87 88 CONFIG_DRM_LONTIUM_LT9611UXC=y 88 89 CONFIG_PHY_QCOM_USB_HS=y
+24 -17
drivers/gpu/drm/ci/test.yml
··· 122 122 GPU_VERSION: ${DEVICE_TYPE} 123 123 RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown 124 124 125 - .msm:apq8016: 125 + msm:apq8016: 126 + extends: 127 + - .lava-igt:arm64 126 128 stage: msm 129 + parallel: 3 127 130 variables: 128 - DEVICE_TYPE: apq8016-sbc-usb-host 131 + BOOT_METHOD: fastboot 132 + DEVICE_TYPE: dragonboard-410c 129 133 DRIVER_NAME: msm 130 - BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/${DEVICE_TYPE}.dtb 134 + DTB: apq8016-sbc-usb-host 135 + FARM: collabora 131 136 GPU_VERSION: apq8016 132 - # disabling unused clocks congests with the MDSS runtime PM trying to 133 - # disable those clocks and causes boot to fail. 134 - # Reproducer: DRM_MSM=y, DRM_I2C_ADV7511=m 135 - BM_KERNEL_EXTRA_ARGS: clk_ignore_unused 136 - RUNNER_TAG: google-freedreno-db410c 137 - script: 138 - - ./install/bare-metal/fastboot.sh || exit $? 137 + KERNEL_IMAGE_NAME: "Image.gz" 138 + KERNEL_IMAGE_TYPE: "" 139 + RUNNER_TAG: mesa-ci-x86-64-lava-dragonboard-410c 140 + LAVA_FIRMWARE: qcom-lava 139 141 140 - .msm:apq8096: 142 + msm:apq8096: 143 + extends: 144 + - .lava-igt:arm64 141 145 stage: msm 146 + parallel: 3 142 147 variables: 143 - DEVICE_TYPE: apq8096-db820c 148 + BOOT_METHOD: fastboot 149 + DEVICE_TYPE: dragonboard-820c 144 150 DRIVER_NAME: msm 145 - BM_KERNEL_EXTRA_ARGS: maxcpus=2 146 - BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/${DEVICE_TYPE}.dtb 151 + DTB: apq8096-db820c 152 + FARM: collabora 147 153 GPU_VERSION: apq8096 148 - RUNNER_TAG: google-freedreno-db820c 149 - script: 150 - - ./install/bare-metal/fastboot.sh || exit $? 154 + KERNEL_IMAGE_NAME: "Image.gz" 155 + KERNEL_IMAGE_TYPE: "" 156 + RUNNER_TAG: mesa-ci-x86-64-lava-dragonboard-820c 157 + LAVA_FIRMWARE: qcom-lava 151 158 152 159 msm:sm8350-hdk: 153 160 extends:
+4
drivers/gpu/drm/ci/xfails/msm-apq8016-fails.txt
··· 1 + core_setmaster@master-drop-set-user,Fail 1 2 kms_3d,Fail 3 + kms_cursor_legacy@forked-move,Fail 4 + kms_cursor_legacy@single-bo,Fail 2 5 kms_force_connector_basic@force-edid,Fail 3 6 kms_hdmi_inject@inject-4k,Fail 4 7 kms_lease@lease-uevent,Fail 8 + msm/msm_mapping@memptrs,Fail 5 9 msm/msm_mapping@ring,Fail
+2
drivers/gpu/drm/ci/xfails/msm-apq8096-fails.txt
··· 1 + core_setmaster@master-drop-set-user,Fail 1 2 kms_3d,Fail 2 3 kms_lease@lease-uevent,Fail 4 + msm/msm_mapping@memptrs,Fail