Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/i915-amly-skips.txt
26517 views
1
# Suspend to RAM seems to be broken on this machine
2
.*suspend.*
3
# This is generating kernel oops with divide error
4
kms_plane_scaling@invalid-parameters
5
6
# Skip driver specific tests
7
^amdgpu.*
8
^msm.*
9
nouveau_.*
10
^panfrost.*
11
^v3d.*
12
^vc4.*
13
^vmwgfx*
14
^xe.*
15
16
# GEM tests takes ~1000 hours, so skip it
17
gem_.*
18
19
# Hangs the machine and timeout occurs
20
i915_pm_rc6_residency.*
21
i915_suspend.*
22
kms_scaling_modes.*
23
i915_pm_rpm.*
24
i915_module_load@reload-with-fault-injection
25
26
# Kernel panic
27
drm_fdinfo.*
28
29