Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
26517 views
1
# Suspend to RAM seems to be broken on this machine
2
.*suspend.*
3
4
# Skip driver specific tests
5
^amdgpu.*
6
nouveau_.*
7
^panfrost.*
8
^v3d.*
9
^vc4.*
10
^vmwgfx*
11
12
# Skip intel specific tests
13
gem_.*
14
i915_.*
15
tools_test.*
16
kms_dp_link_training.*
17
18
# Currently fails and causes coverage loss for other tests
19
# since core_getversion also fails.
20
core_hotunplug.*
21
22
# Timeout occurs
23
kms_flip@2x-wf_vblank-ts-check
24
25
# Hangs the machine
26
kms_cursor_crc@cursor-random-max-size
27
28
# IGT issue. is_joiner_mode() should return false for non-Intel hardware.
29
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
30
kms_display_modes@extended-mode-basic
31
kms_display_modes@mst-extended-mode-negative
32
33
# It causes other tests to fail, so skip it.
34
kms_invalid_mode@overflow-vrefresh
35
36
# sc7180 does not have APRIV, so memptrs is not protected.
37
# (Preemption is not supported on devices that do not have
38
# APRIV, so this is ok)
39
msm/msm_mapping@memptrs
40
41