Series: | drm/i915: PREEMPT_RT related fixups. (rev3) |
URL: | https://patchwork.freedesktop.org/series/95463/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21447/index.html |
CI Bug Log - changes from CI_DRM_10789 -> Patchwork_21447
Summary
FAILURE
Serious unknown changes coming with Patchwork_21447 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21447, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21447/index.html
Participating hosts (39 -> 33)
Additional (1): fi-skl-guc
Missing (7): bat-dg1-6 bat-dg1-5 fi-icl-u2 fi-bsw-cyan fi-apl-guc bat-adlp-4 fi-ctg-p8600
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_21447:
IGT changes
Possible regressions
- igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: PASS -> INCOMPLETE
Known issues
Here are the changes found in Patchwork_21447 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_basic@semaphore:
-
fi-bsw-nick: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271) +27 similar issues
-
-
igt@amdgpu/amd_cs_nop@sync-gfx0:
- fi-bsw-n3050: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: PASS -> INCOMPLETE (i915#3921)
-
igt@kms_chamelium@dp-crc-fast:
-
fi-skl-guc: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-skl-guc: NOTRUN -> SKIP (fdo#109271) +28 similar issues
-
igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: PASS -> DMESG-WARN (i915#4269)
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-skl-guc: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
igt@runner@aborted:
- fi-hsw-4770: NOTRUN -> FAIL (fdo#109271 / i915#1436 / i915#4312)
Possible fixes
-
igt@gem_exec_suspend@basic-s3:
- fi-bdw-5557u: INCOMPLETE (i915#146) -> PASS
-
igt@i915_selftest@live@execlists:
-
fi-bsw-nick: INCOMPLETE (i915#2940) -> PASS
-
fi-bsw-n3050: INCOMPLETE (i915#2940) -> PASS
-
-
igt@i915_selftest@live@hangcheck:
- {fi-hsw-gt1}: DMESG-WARN (i915#3303) -> PASS
-
igt@kms_frontbuffer_tracking@basic:
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_10789 -> Patchwork_21447
CI-20190529: 20190529
CI_DRM_10789: c9cf776e7278dc219848456094f4501ebcb3412e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6261: 0433f0d6063d8450af1e8518047d3679b9e5a6c1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21447: a491b4dd2fa584c1fd9053ede78e29878adc3de9 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
a491b4dd2fa5 drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE
27816f7f66ac drm/i915: Disable tracing points on PREEMPT_RT
0835ba9201bc drm/i915: Don't check for atomic context on PREEMPT_RT
dc40ab39e578 drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates
e33df9c8c839 drm/i915: Use preempt_disable/enable_rt() where recommended
8acc14ce018e drm/i915: Drop the irqs_disabled() check
711c9c2a91c5 drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
b13483964853 drm/i915/gt: Queue and wait for the irq_work item.
8fdcd01953e1 drm/i915: Don't disable interrupts and pretend a lock as been acquired in __timeline_mark_lock().