Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/i915-tgl-skips.txt
26517 views
1
# Suspend to RAM seems to be broken on this machine
2
.*suspend.*
3
4
# GPU hangs, then the whole machine
5
gem_eio.*
6
7
# Whole machine hangs
8
kms_flip@absolute-wf_vblank@a-edp1
9
10
# This is generating kernel oops with divide error
11
kms_plane_scaling@invalid-parameters
12
13
# Skip driver specific tests
14
^amdgpu.*
15
^msm.*
16
nouveau_.*
17
^panfrost.*
18
^v3d.*
19
^vc4.*
20
^vmwgfx*
21
^xe.*
22
23
# GEM tests takes ~1000 hours, so skip it
24
gem_.*
25
26
# Kernel panic
27
drm_fdinfo.*
28
29
# Hangs the machine and timeout occurs
30
i915_pm_rc6_residency.*
31
i915_suspend.*
32
sysfs_heartbeat_interval.*
33
syncobj_timeline.*
34
sysfs_timeslice_duration.*
35
syncobj_wait.*
36
37
# Kernel panic and test hangs with multiple kms tests
38
kms_.*
39
40
# The test alternates between failing and timing out on reruns, causing the pipeline to fail
41
api_intel_allocator@reopen
42
api_intel_bb@destroy-bb
43
core_hotunplug@hotrebind-lateclose
44
dumb_buffer@map-valid
45
i915_pm_rps@engine-order
46
perf_pmu@busy
47
perf_pmu@enable-race
48
perf_pmu@semaphore-wait-idle
49
prime_mmap@test_refcounting
50
sriov_basic@enable-vfs-bind-unbind-each-numvfs-all
51
syncobj_basic@illegal-fd-to-handle
52
53