Series: | Clean up GuC CI failures, simplify locking, and kernel DOC (rev10) |
URL: | https://patchwork.freedesktop.org/series/93704/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20959/index.html |
CI Bug Log - changes from CI_DRM_10550 -> Patchwork_20959
Summary
FAILURE
Serious unknown changes coming with Patchwork_20959 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20959, 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_20959/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_20959:
IGT changes
Possible regressions
-
igt@kms_flip@basic-flip-vs-dpms:
- fi-rkl-11600: NOTRUN -> SKIP +1 similar issue
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
New tests
New tests have been introduced between CI_DRM_10550 and Patchwork_20959:
New IGT tests (1)
- igt@i915_selftest@live@guc:
- Statuses : 37 pass(s)
- Exec time: [0.40, 5.01] s
Known issues
Here are the changes found in Patchwork_20959 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@sync-fork-compute0:
- fi-snb-2600: NOTRUN -> SKIP (fdo#109271) +17 similar issues
-
igt@fbdev@write:
-
igt@i915_pm_rpm@basic-rte:
- fi-rkl-11600: PASS -> SKIP (fdo#109308) +1 similar issue
-
igt@i915_selftest@live@gt_heartbeat:
- fi-tgl-y: PASS -> DMESG-FAIL (i915#541)
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-rkl-11600: PASS -> SKIP (fdo#111825) +7 similar issues
-
igt@kms_flip@basic-flip-vs-modeset:
-
igt@kms_frontbuffer_tracking@basic:
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-a:
-
igt@prime_vgem@basic-fence-flip:
Possible fixes
-
igt@i915_selftest@live@execlists:
- fi-icl-y: DMESG-FAIL (i915#1993) -> PASS
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: INCOMPLETE (i915#3921) -> PASS
-
igt@kms_chamelium@hdmi-edid-read:
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Participating hosts (45 -> 39)
Missing (6): bat-adls-5 bat-dg1-5 fi-bsw-cyan bat-adlp-4 fi-bdw-samus bat-jsl-1
Build changes
- Linux: CI_DRM_10550 -> Patchwork_20959
CI-20190529: 20190529
CI_DRM_10550: 07f6ce3dba287a2aa8a62cdd3b7d46ea0676007f @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6197: 40888f97a6ad219f4ed48a1830d0ef3c9617d006 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20959: 58856727d06e7aa6d7ed8c28854fe8cee0d8c4b2 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
58856727d06e drm/i915/guc: Add GuC kernel doc
6635fe9c9ffb drm/i915/guc: Drop guc_active move everything into guc_state
8e4a0506fc20 drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure
52980a2d7174 drm/i915/guc: Move GuC priority fields in context under guc_active
f53a65c0952c drm/i915/guc: Drop pin count check trick between sched_disable and re-pin
759636cf75ee drm/i915/guc: Proper xarray usage for contexts_lookup
4be2eae80738 drm/i915/guc: Rework and simplify locking
3c6373fb6529 drm/i915/guc: Move guc_blocked fence to struct guc_state
73970752f37c drm/i915/guc: Release submit fence from an irq_work
475206e6d350 drm/i915/guc: Flush G2H work queue during reset
f098b2e26fba drm/i915: Allocate error capture in nowait context
6c78bd32a97b drm/i915/guc: Reset LRC descriptor if register returns -ENODEV
10a7e5916e04 drm/i915/guc: Don't touch guc_state.sched_state without a lock
2aa269f239b4 drm/i915/guc: Take context ref when cancelling request
1bc44c377df9 drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H
c2d27d762bc5 drm/i915/guc: Copy whole golden context, set engine state size of subset
28f1e6d22bad drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered
c1bd72699e71 drm/i915/guc: Kick tasklet after queuing a request
ae1b3d67cd6b Revert "drm/i915/gt: Propagate change in error status to children on unhold"
28d3a1c4f1ab drm/i915/guc: Workaround reset G2H is received after schedule done G2H
92ea1c87dd5d drm/i915/guc: Process all G2H message at once in work queue
2b55e7be2440 drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
a09678f24d4a drm/i915/guc: Unwind context requests in reverse order
4cbb7ec8d2a5 drm/i915/guc: Fix outstanding G2H accounting
7a92435f3439 drm/i915/guc: Fix blocked context accounting