[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230908152225.432139-1-vignesh.raman@collabora.com>
Date: Fri, 8 Sep 2023 20:52:16 +0530
From: Vignesh Raman <vignesh.raman@...labora.com>
To: dri-devel@...ts.freedesktop.org
Cc: helen.koike@...labora.com, guilherme.gallo@...labora.com,
sergi.blanch.torne@...labora.com, david.heidelberg@...labora.com,
daniels@...labora.com, gustavo.padovan@...labora.com,
angelogioacchino.delregno@...labora.com, emma@...olt.net,
robclark@...edesktop.org, robdclark@...gle.com, anholt@...gle.com,
robdclark@...il.com, airlied@...il.com, daniel@...ll.ch,
jani.nikula@...ux.intel.com, mripard@...nel.org,
dmitry.baryshkov@...aro.org, matthias.bgg@...il.com,
agross@...nel.org, andersson@...nel.org, konrad.dybcio@...aro.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org,
virtualization@...ts.linux-foundation.org,
linux-arm-msm@...r.kernel.org
Subject: [PATCH v3 0/9] drm: ci: fixes
The patch series contains improvements, enabling new ci jobs which
enables testing for Mediatek MT8173, Qualcomm APQ 8016 and VirtIO GPU,
fixing issues with the ci jobs and updating the expectation files.
This series is intended for drm branch topic/drm-ci.
v2:
- Use fdtoverlay command to merge overlay dtbo with the base dtb instead of modifying the kernel sources
- Reworded the commit message for enabling jobs
- Added a new patch in the series to use scripts/config to enable/disable configs
v3:
- New patch in the series to add device tree overlay in arch/arm64/boot/dts/qcom
- drm-ci scripts to use device tree overlay from arch/arm64/boot/dts/qcom and compile base device tree with overlay support
- New patch in the series to enable CONFIG_REGULATOR_DA9211 in defconfig
- Remove CONFIG_RTC_DRV_MT6397=y as it is already enabled in defconfig
Vignesh Raman (9):
drm: ci: igt_runner: Remove todo
arm64: dts: qcom: apq8016-sbc: Add overlay for usb host mode
drm: ci: Force db410c to host mode
drm: ci: virtio: Update ci variables
drm: ci: Enable regulator
arm64: defconfig: Enable DA9211 regulator
drm: ci: Update xfails
drm: ci: Enable new jobs
drm: ci: Use scripts/config to enable/disable configs
.../boot/dts/qcom/apq8016-sbc-usb-host.dtso | 8 +++++++
arch/arm64/configs/defconfig | 1 +
drivers/gpu/drm/ci/arm64.config | 1 +
drivers/gpu/drm/ci/build.sh | 21 ++++++++++++-------
drivers/gpu/drm/ci/igt_runner.sh | 1 -
drivers/gpu/drm/ci/test.yml | 14 ++++---------
.../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt | 1 -
drivers/gpu/drm/ci/xfails/i915-cml-fails.txt | 1 -
drivers/gpu/drm/ci/xfails/i915-cml-flakes.txt | 2 ++
drivers/gpu/drm/ci/xfails/i915-glk-flakes.txt | 1 +
.../drm/ci/xfails/mediatek-mt8173-fails.txt | 2 --
.../drm/ci/xfails/mediatek-mt8173-flakes.txt | 16 ++++++++++++++
.../gpu/drm/ci/xfails/msm-apq8016-flakes.txt | 2 ++
.../drm/ci/xfails/rockchip-rk3288-flakes.txt | 1 +
.../drm/ci/xfails/rockchip-rk3399-fails.txt | 4 ++--
.../drm/ci/xfails/rockchip-rk3399-flakes.txt | 3 +++
16 files changed, 54 insertions(+), 25 deletions(-)
create mode 100644 arch/arm64/boot/dts/qcom/apq8016-sbc-usb-host.dtso
--
2.40.1
Powered by blists - more mailing lists