drm/ci: rockchip: add tests for rockchip display driver
authorVignesh Raman <vignesh.raman@collabora.com>
Tue, 30 Jul 2024 02:15:41 +0000 (07:45 +0530)
committerHelen Koike <helen.koike@collabora.com>
Tue, 6 Aug 2024 14:20:58 +0000 (11:20 -0300)
commit16c9898ac5ab00fc96efee404a1b8bcfe20ad48b
tree460d9f421ca850b937b8f8b272c34b92ae8e1c9e
parenta0ac33cb9a12f1e499c9f009067a3135df626cd5
drm/ci: rockchip: add tests for rockchip display driver

For rockchip rk3288 and rk3399, the display driver is rockchip
and gpu driver is panfrost. Currently, in drm-ci for rockchip
rk3288 and rk3399, only the gpu driver is tested. Refactor
the existing rockchip jobs to test both display and gpu driver
and update xfails.

Since the correct driver name is passed from the job to test gpu
and display driver, remove the check to set IGT_FORCE_DRIVER
based on driver name for rockchip jobs.

Acked-by: Helen Koike <helen.koike@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-7-vignesh.raman@collabora.com
13 files changed:
drivers/gpu/drm/ci/igt_runner.sh
drivers/gpu/drm/ci/test.yml
drivers/gpu/drm/ci/xfails/panfrost-rk3288-fails.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/panfrost-rk3288-skips.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/panfrost-rk3399-fails.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/panfrost-rk3399-flakes.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/panfrost-rk3399-skips.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/rockchip-rk3288-fails.txt
drivers/gpu/drm/ci/xfails/rockchip-rk3288-flakes.txt [new file with mode: 0644]
drivers/gpu/drm/ci/xfails/rockchip-rk3288-skips.txt
drivers/gpu/drm/ci/xfails/rockchip-rk3399-fails.txt
drivers/gpu/drm/ci/xfails/rockchip-rk3399-flakes.txt
drivers/gpu/drm/ci/xfails/rockchip-rk3399-skips.txt