mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 00:33:58 -04:00
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
27 lines
456 B
Plaintext
27 lines
456 B
Plaintext
# Suspend to RAM seems to be broken on this machine
|
|
.*suspend.*
|
|
|
|
# Skip driver specific tests
|
|
^amdgpu.*
|
|
^msm.*
|
|
nouveau_.*
|
|
^v3d.*
|
|
^vc4.*
|
|
^vmwgfx*
|
|
|
|
# Skip intel specific tests
|
|
gem_.*
|
|
i915_.*
|
|
tools_test.*
|
|
|
|
# Panfrost is not a KMS driver, so skip the KMS tests
|
|
kms_.*
|
|
|
|
# Skip display functionality tests for GPU-only drivers
|
|
dumb_buffer.*
|
|
fbdev.*
|
|
|
|
# Currently fails and causes coverage loss for other tests
|
|
# since core_getversion also fails.
|
|
core_hotunplug.*
|