Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/amdgpu-stoney-skips.txt
26517 views
1
# Suspend to RAM seems to be broken on this machine
2
.*suspend.*
3
4
# Skip driver specific tests
5
^msm.*
6
nouveau_.*
7
^panfrost.*
8
^v3d.*
9
^vc4.*
10
^vmwgfx*
11
12
# Skip intel specific tests
13
gem_.*
14
i915_.*
15
xe_.*
16
tools_test.*
17
kms_dp_link_training.*
18
19
# Currently fails and causes coverage loss for other tests
20
# since core_getversion also fails.
21
amdgpu/amd_module_load@reload
22
core_hotunplug.*
23
24
# GPU reset seen and it hangs the machine
25
amdgpu/amd_deadlock@amdgpu-deadlock-sdma
26
amdgpu/amd_deadlock@amdgpu-gfx-illegal-reg-access
27
amdgpu/amd_dispatch@amdgpu-reset-test-gfx-with-IP-GFX-and-COMPUTE
28
29
# Hangs the machine and timeout occurs
30
amdgpu/amd_pci_unplug@amdgpu_hotunplug_simple
31
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_cs
32
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_exported_bo
33
amdgpu/amd_pci_unplug@amdgpu_hotunplug_with_exported_fence
34
amdgpu/amd_vrr_range@freesync-parsing
35
device_reset.*
36
37
# IGT issue. is_joiner_mode() should return false for non-Intel hardware.
38
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
39
kms_display_modes@extended-mode-basic
40
kms_display_modes@mst-extended-mode-negative
41
42