|
1 | 1 | # Suspend to RAM seems to be broken on this machine |
2 | 2 | .*suspend.* |
3 | 3 |
|
4 | | -# Too unstable, machine ends up hanging after lots of Oopses |
5 | | -kms_cursor_legacy.* |
6 | | - |
7 | | -# Started hanging the machine on Linux 5.19-rc2: |
8 | | -# |
9 | | -# [IGT] kms_plane_lowres: executing |
10 | | -# [IGT] kms_plane_lowres: starting subtest pipe-F-tiling-y |
11 | | -# [IGT] kms_plane_lowres: exiting, ret=77 |
12 | | -# Console: switching to colour frame buffer device 170x48 |
13 | | -# rockchip-drm display-subsystem: [drm] *ERROR* flip_done timed out |
14 | | -# rockchip-drm display-subsystem: [drm] *ERROR* [CRTC:35:crtc-0] commit wait timed out |
15 | | -# BUG: spinlock bad magic on CPU#3, kms_plane_lowre/482 |
16 | | -# 8<--- cut here --- |
17 | | -# Unable to handle kernel paging request at virtual address 7812078e |
18 | | -# [7812078e] *pgd=00000000 |
19 | | -# Internal error: Oops: 5 [#1] SMP ARM |
20 | | -# Modules linked in: |
21 | | -# CPU: 3 PID: 482 Comm: kms_plane_lowre Tainted: G W 5.19.0-rc2-323596-g00535de92171 #1 |
22 | | -# Hardware name: Rockchip (Device Tree) |
23 | | -# Process kms_plane_lowre (pid: 482, stack limit = 0x1193ac2b) |
24 | | -# spin_dump from do_raw_spin_lock+0xa4/0xe8 |
25 | | -# do_raw_spin_lock from wait_for_completion_timeout+0x2c/0x120 |
26 | | -# wait_for_completion_timeout from drm_crtc_commit_wait+0x18/0x7c |
27 | | -# drm_crtc_commit_wait from drm_atomic_helper_wait_for_dependencies+0x44/0x168 |
28 | | -# drm_atomic_helper_wait_for_dependencies from commit_tail+0x34/0x180 |
29 | | -# commit_tail from drm_atomic_helper_commit+0x164/0x18c |
30 | | -# drm_atomic_helper_commit from drm_atomic_commit+0xac/0xe4 |
31 | | -# drm_atomic_commit from drm_client_modeset_commit_atomic+0x23c/0x284 |
32 | | -# drm_client_modeset_commit_atomic from drm_client_modeset_commit_locked+0x60/0x1c8 |
33 | | -# drm_client_modeset_commit_locked from drm_client_modeset_commit+0x24/0x40 |
34 | | -# drm_client_modeset_commit from drm_fbdev_client_restore+0x58/0x94 |
35 | | -# drm_fbdev_client_restore from drm_client_dev_restore+0x70/0xbc |
36 | | -# drm_client_dev_restore from drm_release+0xf4/0x114 |
37 | | -# drm_release from __fput+0x74/0x240 |
38 | | -# __fput from task_work_run+0x84/0xb4 |
39 | | -# task_work_run from do_exit+0x34c/0xa20 |
40 | | -# do_exit from do_group_exit+0x34/0x98 |
41 | | -# do_group_exit from __wake_up_parent+0x0/0x18 |
42 | | -# Code: e595c008 12843d19 03e00000 03093168 (15940508) |
43 | | -# ---[ end trace 0000000000000000 ]--- |
44 | | -# note: kms_plane_lowre[482] exited with preempt_count 1 |
45 | | -# Fixing recursive fault but reboot is needed! |
46 | | -kms_plane_lowres@pipe-F-tiling-y |
47 | | - |
48 | | -# Take too long, we have only two machines, and these are very flaky |
49 | | -kms_cursor_crc.* |
50 | | - |
51 | | -# Machine is hanging in this test, so skip it |
52 | | -kms_pipe_crc_basic@disable-crc-after-crtc |
53 | | - |
54 | 4 | # Skip driver specific tests |
55 | 5 | ^amdgpu.* |
56 | 6 | ^msm.* |
57 | 7 | nouveau_.* |
| 8 | +^panfrost.* |
58 | 9 | ^v3d.* |
59 | 10 | ^vc4.* |
60 | 11 | ^vmwgfx* |
|
64 | 15 | i915_.* |
65 | 16 | tools_test.* |
66 | 17 |
|
67 | | -# Panfrost is not a KMS driver, so skip the KMS tests |
68 | | -kms_.* |
69 | | - |
70 | 18 | # Currently fails and causes coverage loss for other tests |
71 | 19 | # since core_getversion also fails. |
72 | 20 | core_hotunplug.* |
0 commit comments