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-lazor-limozeen-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
# IGT issue. is_joiner_mode() should return false for non-Intel hardware.
23
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
24
kms_display_modes@extended-mode-basic
25
kms_display_modes@mst-extended-mode-negative
26
27
# sc7180 does not have APRIV, so memptrs is not protected.
28
# (Preemption is not supported on devices that do not have
29
# APRIV, so this is ok)
30
msm/msm_mapping@memptrs
31
32