mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
Pull in igt updates that are a dependency for VM_BIND, and will reduce msm_mapping flakes. Skip msm_mapping@memptrs on sc7180 (the test should be checking for preemption support, and skipping if it is not supported). Closes: https://gitlab.freedesktop.org/drm/msm/-/issues/77 Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/662524/
31 lines
732 B
Plaintext
31 lines
732 B
Plaintext
# Suspend to RAM seems to be broken on this machine
|
|
.*suspend.*
|
|
|
|
# Skip driver specific tests
|
|
^amdgpu.*
|
|
nouveau_.*
|
|
^panfrost.*
|
|
^v3d.*
|
|
^vc4.*
|
|
^vmwgfx*
|
|
|
|
# Skip intel specific tests
|
|
gem_.*
|
|
i915_.*
|
|
tools_test.*
|
|
kms_dp_link_training.*
|
|
|
|
# Currently fails and causes coverage loss for other tests
|
|
# since core_getversion also fails.
|
|
core_hotunplug.*
|
|
|
|
# IGT issue. is_joiner_mode() should return false for non-Intel hardware.
|
|
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
|
|
kms_display_modes@extended-mode-basic
|
|
kms_display_modes@mst-extended-mode-negative
|
|
|
|
# sc7180 does not have APRIV, so memptrs is not protected.
|
|
# (Preemption is not supported on devices that do not have
|
|
# APRIV, so this is ok)
|
|
msm/msm_mapping@memptrs
|