Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/drm/ci/xfails/mediatek-mt8173-skips.txt
26517 views
1
# Skip driver specific tests
2
^amdgpu.*
3
^msm.*
4
nouveau_.*
5
^panfrost.*
6
^v3d.*
7
^vc4.*
8
^vmwgfx*
9
10
# Skip intel specific tests
11
gem_.*
12
i915_.*
13
tools_test.*
14
kms_dp_link_training.*
15
16
# Currently fails and causes coverage loss for other tests
17
# since core_getversion also fails.
18
core_hotunplug.*
19
20
# IGT issue. is_joiner_mode() should return false for non-Intel hardware.
21
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
22
kms_display_modes@extended-mode-basic
23
kms_display_modes@mst-extended-mode-negative
24
25