mbox series

[v5,00/10] drm/ci: Add support for GPU and display testing

Message ID 20240401061235.192713-1-vignesh.raman@collabora.com (mailing list archive)
Headers show
Series drm/ci: Add support for GPU and display testing | expand

Message

Vignesh Raman April 1, 2024, 6:12 a.m. UTC
Some ARM SOCs have a separate display controller and GPU, each with
different drivers. For mediatek mt8173, the GPU driver is powervr,
and the display driver is mediatek. In the case of mediatek mt8183,
the GPU driver is panfrost, and the display driver is mediatek.
With rockchip rk3288/rk3399, the GPU driver is panfrost, while the
display driver is rockchip. For amlogic meson, the GPU driver is
panfrost, and the display driver is meson.

IGT tests run various tests with different xfails and can test both
GPU devices and KMS/display devices. Currently, in drm-ci for MediaTek,
Rockchip, and Amlogic Meson platforms, only the GPU driver is tested.
This leads to incomplete coverage since the display is never tested on
these platforms. This commit series adds support in drm-ci to run tests
for both GPU and display drivers for MediaTek, Rockchip, and Amlogic
Meson platforms.

Uprev mesa and IGT in drm-ci and add amd, v3d, vc4 and vgem specific
tests to testlist. Add testlists to the MAINTAINERS file and skip
driver-specific tests.

This series also includes patch to add vkms testing to drm-ci.

Working pipeline link,
https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1140647

Vignesh Raman (10):
  drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
  drm/ci: uprev mesa version
  drm/ci: uprev IGT and update testlist
  drm/ci: mediatek: Refactor existing mediatek jobs
  drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
  drm/ci: meson: Refactor existing meson jobs
  drm/ci: meson: Add job to test panfrost GPU driver
  drm/ci: rockchip: Refactor existing rockchip jobs
  drm/ci: rockchip: Add job to test panfrost GPU driver
  drm/ci: add tests on vkms

 MAINTAINERS                                   |  11 +
 drivers/gpu/drm/ci/arm64.config               |   1 +
 drivers/gpu/drm/ci/build.sh                   |   2 +-
 drivers/gpu/drm/ci/container.yml              |   6 +-
 drivers/gpu/drm/ci/gitlab-ci.yml              |  18 +-
 drivers/gpu/drm/ci/igt_runner.sh              |  16 +-
 drivers/gpu/drm/ci/image-tags.yml             |   5 +-
 drivers/gpu/drm/ci/test.yml                   | 138 ++++++--
 drivers/gpu/drm/ci/testlist.txt               | 321 ++++++++++++++++++
 drivers/gpu/drm/ci/x86_64.config              |   1 +
 .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt |  25 +-
 .../drm/ci/xfails/amdgpu-stoney-flakes.txt    |  10 +-
 .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt |  23 +-
 drivers/gpu/drm/ci/xfails/i915-amly-skips.txt |   9 +-
 drivers/gpu/drm/ci/xfails/i915-apl-skips.txt  |   9 +-
 drivers/gpu/drm/ci/xfails/i915-cml-skips.txt  |   7 +
 drivers/gpu/drm/ci/xfails/i915-glk-skips.txt  |   9 +-
 drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt  |   9 +-
 drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt  |   9 +-
 drivers/gpu/drm/ci/xfails/i915-whl-skips.txt  |   9 +-
 .../drm/ci/xfails/mediatek-mt8173-fails.txt   |  15 -
 .../drm/ci/xfails/mediatek-mt8173-flakes.txt  |  13 +
 .../drm/ci/xfails/mediatek-mt8173-skips.txt   |   6 +
 .../drm/ci/xfails/mediatek-mt8183-fails.txt   |  21 +-
 .../drm/ci/xfails/mediatek-mt8183-flakes.txt  |   8 +
 .../drm/ci/xfails/mediatek-mt8183-skips.txt   |   6 +
 .../gpu/drm/ci/xfails/meson-g12b-fails.txt    |   5 -
 .../gpu/drm/ci/xfails/meson-g12b-skips.txt    |   6 +
 .../gpu/drm/ci/xfails/msm-apq8016-skips.txt   |   5 +
 .../gpu/drm/ci/xfails/msm-apq8096-skips.txt   |   8 +-
 .../msm-sc7180-trogdor-kingoftown-skips.txt   |   6 +
 ...sm-sc7180-trogdor-lazor-limozeen-skips.txt |   6 +
 .../gpu/drm/ci/xfails/msm-sdm845-skips.txt    |   6 +
 .../gpu/drm/ci/xfails/panfrost-g12b-fails.txt |   1 +
 .../gpu/drm/ci/xfails/panfrost-g12b-skips.txt |   8 +
 .../drm/ci/xfails/panfrost-mt8183-fails.txt   |   1 +
 .../drm/ci/xfails/panfrost-mt8183-skips.txt   |   8 +
 .../drm/ci/xfails/panfrost-rk3288-fails.txt   |   1 +
 .../drm/ci/xfails/panfrost-rk3288-skips.txt   |   8 +
 .../drm/ci/xfails/panfrost-rk3399-fails.txt   |   1 +
 .../drm/ci/xfails/panfrost-rk3399-skips.txt   |   8 +
 .../drm/ci/xfails/rockchip-rk3288-fails.txt   |  50 +--
 .../drm/ci/xfails/rockchip-rk3288-flakes.txt  |  21 ++
 .../drm/ci/xfails/rockchip-rk3288-skips.txt   |  15 +-
 .../drm/ci/xfails/rockchip-rk3399-fails.txt   |  38 +--
 .../drm/ci/xfails/rockchip-rk3399-flakes.txt  |  28 +-
 .../drm/ci/xfails/rockchip-rk3399-skips.txt   |  11 +
 .../drm/ci/xfails/virtio_gpu-none-fails.txt   |   1 -
 .../drm/ci/xfails/virtio_gpu-none-skips.txt   |   9 +-
 drivers/gpu/drm/ci/xfails/vkms-none-fails.txt |  33 ++
 .../gpu/drm/ci/xfails/vkms-none-flakes.txt    |  20 ++
 drivers/gpu/drm/ci/xfails/vkms-none-skips.txt |  23 ++
 52 files changed, 890 insertions(+), 144 deletions(-)
 create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-skips.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/rockchip-rk3288-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-fails.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-flakes.txt
 create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-skips.txt

Comments

Christian Hewitt April 1, 2024, 5:09 p.m. UTC | #1
> On 1 Apr 2024, at 10:12 am, Vignesh Raman <vignesh.raman@collabora.com> wrote:
> 
> Some ARM SOCs have a separate display controller and GPU, each with
> different drivers. For mediatek mt8173, the GPU driver is powervr,
> and the display driver is mediatek. In the case of mediatek mt8183,
> the GPU driver is panfrost, and the display driver is mediatek.
> With rockchip rk3288/rk3399, the GPU driver is panfrost, while the
> display driver is rockchip. For amlogic meson, the GPU driver is
> panfrost, and the display driver is meson.

I’m not sure if this is describing the contents of a test lab or making
a statement on the Amlogic platform; but (being the pedant I am) I’ll
point out that Amlogic G12A/SM1 (Mali G31) and G12B (Mali G52) boards
do use panfrost, but the GXBB/GXL/GXM boards (Mali450) use lima.

CH.

> IGT tests run various tests with different xfails and can test both
> GPU devices and KMS/display devices. Currently, in drm-ci for MediaTek,
> Rockchip, and Amlogic Meson platforms, only the GPU driver is tested.
> This leads to incomplete coverage since the display is never tested on
> these platforms. This commit series adds support in drm-ci to run tests
> for both GPU and display drivers for MediaTek, Rockchip, and Amlogic
> Meson platforms.
> 
> Uprev mesa and IGT in drm-ci and add amd, v3d, vc4 and vgem specific
> tests to testlist. Add testlists to the MAINTAINERS file and skip
> driver-specific tests.
> 
> This series also includes patch to add vkms testing to drm-ci.
> 
> Working pipeline link,
> https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1140647
> 
> Vignesh Raman (10):
>  drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
>  drm/ci: uprev mesa version
>  drm/ci: uprev IGT and update testlist
>  drm/ci: mediatek: Refactor existing mediatek jobs
>  drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
>  drm/ci: meson: Refactor existing meson jobs
>  drm/ci: meson: Add job to test panfrost GPU driver
>  drm/ci: rockchip: Refactor existing rockchip jobs
>  drm/ci: rockchip: Add job to test panfrost GPU driver
>  drm/ci: add tests on vkms
> 
> MAINTAINERS                                   |  11 +
> drivers/gpu/drm/ci/arm64.config               |   1 +
> drivers/gpu/drm/ci/build.sh                   |   2 +-
> drivers/gpu/drm/ci/container.yml              |   6 +-
> drivers/gpu/drm/ci/gitlab-ci.yml              |  18 +-
> drivers/gpu/drm/ci/igt_runner.sh              |  16 +-
> drivers/gpu/drm/ci/image-tags.yml             |   5 +-
> drivers/gpu/drm/ci/test.yml                   | 138 ++++++--
> drivers/gpu/drm/ci/testlist.txt               | 321 ++++++++++++++++++
> drivers/gpu/drm/ci/x86_64.config              |   1 +
> .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt |  25 +-
> .../drm/ci/xfails/amdgpu-stoney-flakes.txt    |  10 +-
> .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt |  23 +-
> drivers/gpu/drm/ci/xfails/i915-amly-skips.txt |   9 +-
> drivers/gpu/drm/ci/xfails/i915-apl-skips.txt  |   9 +-
> drivers/gpu/drm/ci/xfails/i915-cml-skips.txt  |   7 +
> drivers/gpu/drm/ci/xfails/i915-glk-skips.txt  |   9 +-
> drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt  |   9 +-
> drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt  |   9 +-
> drivers/gpu/drm/ci/xfails/i915-whl-skips.txt  |   9 +-
> .../drm/ci/xfails/mediatek-mt8173-fails.txt   |  15 -
> .../drm/ci/xfails/mediatek-mt8173-flakes.txt  |  13 +
> .../drm/ci/xfails/mediatek-mt8173-skips.txt   |   6 +
> .../drm/ci/xfails/mediatek-mt8183-fails.txt   |  21 +-
> .../drm/ci/xfails/mediatek-mt8183-flakes.txt  |   8 +
> .../drm/ci/xfails/mediatek-mt8183-skips.txt   |   6 +
> .../gpu/drm/ci/xfails/meson-g12b-fails.txt    |   5 -
> .../gpu/drm/ci/xfails/meson-g12b-skips.txt    |   6 +
> .../gpu/drm/ci/xfails/msm-apq8016-skips.txt   |   5 +
> .../gpu/drm/ci/xfails/msm-apq8096-skips.txt   |   8 +-
> .../msm-sc7180-trogdor-kingoftown-skips.txt   |   6 +
> ...sm-sc7180-trogdor-lazor-limozeen-skips.txt |   6 +
> .../gpu/drm/ci/xfails/msm-sdm845-skips.txt    |   6 +
> .../gpu/drm/ci/xfails/panfrost-g12b-fails.txt |   1 +
> .../gpu/drm/ci/xfails/panfrost-g12b-skips.txt |   8 +
> .../drm/ci/xfails/panfrost-mt8183-fails.txt   |   1 +
> .../drm/ci/xfails/panfrost-mt8183-skips.txt   |   8 +
> .../drm/ci/xfails/panfrost-rk3288-fails.txt   |   1 +
> .../drm/ci/xfails/panfrost-rk3288-skips.txt   |   8 +
> .../drm/ci/xfails/panfrost-rk3399-fails.txt   |   1 +
> .../drm/ci/xfails/panfrost-rk3399-skips.txt   |   8 +
> .../drm/ci/xfails/rockchip-rk3288-fails.txt   |  50 +--
> .../drm/ci/xfails/rockchip-rk3288-flakes.txt  |  21 ++
> .../drm/ci/xfails/rockchip-rk3288-skips.txt   |  15 +-
> .../drm/ci/xfails/rockchip-rk3399-fails.txt   |  38 +--
> .../drm/ci/xfails/rockchip-rk3399-flakes.txt  |  28 +-
> .../drm/ci/xfails/rockchip-rk3399-skips.txt   |  11 +
> .../drm/ci/xfails/virtio_gpu-none-fails.txt   |   1 -
> .../drm/ci/xfails/virtio_gpu-none-skips.txt   |   9 +-
> drivers/gpu/drm/ci/xfails/vkms-none-fails.txt |  33 ++
> .../gpu/drm/ci/xfails/vkms-none-flakes.txt    |  20 ++
> drivers/gpu/drm/ci/xfails/vkms-none-skips.txt |  23 ++
> 52 files changed, 890 insertions(+), 144 deletions(-)
> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-flakes.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-fails.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-fails.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-fails.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-fails.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-skips.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/rockchip-rk3288-flakes.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-fails.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-flakes.txt
> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-skips.txt
> 
> -- 
> 2.40.1
> 
> 
> _______________________________________________
> linux-amlogic mailing list
> linux-amlogic@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-amlogic
Vignesh Raman April 2, 2024, 2:35 a.m. UTC | #2
Hi Christian,

On 01/04/24 22:39, Christian Hewitt wrote:
>> On 1 Apr 2024, at 10:12 am, Vignesh Raman <vignesh.raman@collabora.com> wrote:
>>
>> Some ARM SOCs have a separate display controller and GPU, each with
>> different drivers. For mediatek mt8173, the GPU driver is powervr,
>> and the display driver is mediatek. In the case of mediatek mt8183,
>> the GPU driver is panfrost, and the display driver is mediatek.
>> With rockchip rk3288/rk3399, the GPU driver is panfrost, while the
>> display driver is rockchip. For amlogic meson, the GPU driver is
>> panfrost, and the display driver is meson.
> 
> I’m not sure if this is describing the contents of a test lab or making
> a statement on the Amlogic platform; but (being the pedant I am) I’ll
> point out that Amlogic G12A/SM1 (Mali G31) and G12B (Mali G52) boards
> do use panfrost, but the GXBB/GXL/GXM boards (Mali450) use lima.

It is describing the contents of the test lab. Sorry for not being 
clear. The device type is meson-g12b-a311d-khadas-vim3 which is based on 
the Amlogic Meson G12B (A311D) SoC family . I will update this in commit 
message. Thanks.

Regards,
Vignesh

> 
> CH.
> 
>> IGT tests run various tests with different xfails and can test both
>> GPU devices and KMS/display devices. Currently, in drm-ci for MediaTek,
>> Rockchip, and Amlogic Meson platforms, only the GPU driver is tested.
>> This leads to incomplete coverage since the display is never tested on
>> these platforms. This commit series adds support in drm-ci to run tests
>> for both GPU and display drivers for MediaTek, Rockchip, and Amlogic
>> Meson platforms.
>>
>> Uprev mesa and IGT in drm-ci and add amd, v3d, vc4 and vgem specific
>> tests to testlist. Add testlists to the MAINTAINERS file and skip
>> driver-specific tests.
>>
>> This series also includes patch to add vkms testing to drm-ci.
>>
>> Working pipeline link,
>> https://gitlab.freedesktop.org/vigneshraman/linux/-/pipelines/1140647
>>
>> Vignesh Raman (10):
>>   drm/ci: arm64.config: Enable CONFIG_DRM_ANALOGIX_ANX7625
>>   drm/ci: uprev mesa version
>>   drm/ci: uprev IGT and update testlist
>>   drm/ci: mediatek: Refactor existing mediatek jobs
>>   drm/ci: mediatek: Add job to test panfrost and powervr GPU driver
>>   drm/ci: meson: Refactor existing meson jobs
>>   drm/ci: meson: Add job to test panfrost GPU driver
>>   drm/ci: rockchip: Refactor existing rockchip jobs
>>   drm/ci: rockchip: Add job to test panfrost GPU driver
>>   drm/ci: add tests on vkms
>>
>> MAINTAINERS                                   |  11 +
>> drivers/gpu/drm/ci/arm64.config               |   1 +
>> drivers/gpu/drm/ci/build.sh                   |   2 +-
>> drivers/gpu/drm/ci/container.yml              |   6 +-
>> drivers/gpu/drm/ci/gitlab-ci.yml              |  18 +-
>> drivers/gpu/drm/ci/igt_runner.sh              |  16 +-
>> drivers/gpu/drm/ci/image-tags.yml             |   5 +-
>> drivers/gpu/drm/ci/test.yml                   | 138 ++++++--
>> drivers/gpu/drm/ci/testlist.txt               | 321 ++++++++++++++++++
>> drivers/gpu/drm/ci/x86_64.config              |   1 +
>> .../gpu/drm/ci/xfails/amdgpu-stoney-fails.txt |  25 +-
>> .../drm/ci/xfails/amdgpu-stoney-flakes.txt    |  10 +-
>> .../gpu/drm/ci/xfails/amdgpu-stoney-skips.txt |  23 +-
>> drivers/gpu/drm/ci/xfails/i915-amly-skips.txt |   9 +-
>> drivers/gpu/drm/ci/xfails/i915-apl-skips.txt  |   9 +-
>> drivers/gpu/drm/ci/xfails/i915-cml-skips.txt  |   7 +
>> drivers/gpu/drm/ci/xfails/i915-glk-skips.txt  |   9 +-
>> drivers/gpu/drm/ci/xfails/i915-kbl-skips.txt  |   9 +-
>> drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt  |   9 +-
>> drivers/gpu/drm/ci/xfails/i915-whl-skips.txt  |   9 +-
>> .../drm/ci/xfails/mediatek-mt8173-fails.txt   |  15 -
>> .../drm/ci/xfails/mediatek-mt8173-flakes.txt  |  13 +
>> .../drm/ci/xfails/mediatek-mt8173-skips.txt   |   6 +
>> .../drm/ci/xfails/mediatek-mt8183-fails.txt   |  21 +-
>> .../drm/ci/xfails/mediatek-mt8183-flakes.txt  |   8 +
>> .../drm/ci/xfails/mediatek-mt8183-skips.txt   |   6 +
>> .../gpu/drm/ci/xfails/meson-g12b-fails.txt    |   5 -
>> .../gpu/drm/ci/xfails/meson-g12b-skips.txt    |   6 +
>> .../gpu/drm/ci/xfails/msm-apq8016-skips.txt   |   5 +
>> .../gpu/drm/ci/xfails/msm-apq8096-skips.txt   |   8 +-
>> .../msm-sc7180-trogdor-kingoftown-skips.txt   |   6 +
>> ...sm-sc7180-trogdor-lazor-limozeen-skips.txt |   6 +
>> .../gpu/drm/ci/xfails/msm-sdm845-skips.txt    |   6 +
>> .../gpu/drm/ci/xfails/panfrost-g12b-fails.txt |   1 +
>> .../gpu/drm/ci/xfails/panfrost-g12b-skips.txt |   8 +
>> .../drm/ci/xfails/panfrost-mt8183-fails.txt   |   1 +
>> .../drm/ci/xfails/panfrost-mt8183-skips.txt   |   8 +
>> .../drm/ci/xfails/panfrost-rk3288-fails.txt   |   1 +
>> .../drm/ci/xfails/panfrost-rk3288-skips.txt   |   8 +
>> .../drm/ci/xfails/panfrost-rk3399-fails.txt   |   1 +
>> .../drm/ci/xfails/panfrost-rk3399-skips.txt   |   8 +
>> .../drm/ci/xfails/rockchip-rk3288-fails.txt   |  50 +--
>> .../drm/ci/xfails/rockchip-rk3288-flakes.txt  |  21 ++
>> .../drm/ci/xfails/rockchip-rk3288-skips.txt   |  15 +-
>> .../drm/ci/xfails/rockchip-rk3399-fails.txt   |  38 +--
>> .../drm/ci/xfails/rockchip-rk3399-flakes.txt  |  28 +-
>> .../drm/ci/xfails/rockchip-rk3399-skips.txt   |  11 +
>> .../drm/ci/xfails/virtio_gpu-none-fails.txt   |   1 -
>> .../drm/ci/xfails/virtio_gpu-none-skips.txt   |   9 +-
>> drivers/gpu/drm/ci/xfails/vkms-none-fails.txt |  33 ++
>> .../gpu/drm/ci/xfails/vkms-none-flakes.txt    |  20 ++
>> drivers/gpu/drm/ci/xfails/vkms-none-skips.txt |  23 ++
>> 52 files changed, 890 insertions(+), 144 deletions(-)
>> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-flakes.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-flakes.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/mediatek-mt8183-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/meson-g12b-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/msm-apq8016-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-fails.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-g12b-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-fails.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-mt8183-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-fails.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3288-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-fails.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/panfrost-rk3399-skips.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/rockchip-rk3288-flakes.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-fails.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-flakes.txt
>> create mode 100644 drivers/gpu/drm/ci/xfails/vkms-none-skips.txt
>>
>> -- 
>> 2.40.1
>>
>>
>> _______________________________________________
>> linux-amlogic mailing list
>> linux-amlogic@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-amlogic
>