Series: | Parallel submission aka multi-bb execbuf (rev6) |
URL: | https://patchwork.freedesktop.org/series/92789/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21334/index.html |
CI Bug Log - changes from CI_DRM_10732 -> Patchwork_21334
Summary
FAILURE
Serious unknown changes coming with Patchwork_21334 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21334, 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_21334/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_21334:
CI changes
Possible regressions
New tests
New tests have been introduced between CI_DRM_10732 and Patchwork_21334:
New IGT tests (1)
- igt@i915_selftest@live@guc_multi_lrc:
- Statuses : 31 pass(s)
- Exec time: [0.45, 3.91] s
Known issues
Here are the changes found in Patchwork_21334 that come from known issues:
IGT changes
Issues hit
-
igt@gem_exec_fence@basic-busy@bcs0:
- fi-apl-guc: NOTRUN -> SKIP (fdo#109271) +1 similar issue
-
igt@i915_hangman@error-state-basic:
- fi-apl-guc: NOTRUN -> DMESG-WARN (i915#1610)
-
igt@runner@aborted:
Possible fixes
-
igt@i915_selftest@live@hangcheck:
- {fi-hsw-gt1}: DMESG-WARN (i915#3303) -> PASS
-
igt@kms_chamelium@hdmi-crc-fast:
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Participating hosts (41 -> 36)
Additional (1): fi-apl-guc
Missing (6): fi-kbl-soraka fi-hsw-4200u fi-bsw-cyan fi-bwr-2160 fi-dg1-1 fi-skl-6700k2
Build changes
- Linux: CI_DRM_10732 -> Patchwork_21334
CI-20190529: 20190529
CI_DRM_10732: 3fdfa1de4774903b9cb4fb308102b5a2d762d829 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6243: 438788b5dbd23085745fdd3da5a237f3577945df @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21334: 9a0c2d682fa102c39ca1c74e30b4f829a5a33a67 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
9a0c2d682fa1 drm/i915/execlists: Weak parallel submission support for execlists
1f94d4826235 drm/i915: Enable multi-bb execbuf
20f16cbe9cab drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
45927bbbecde drm/i915: Make request conflict tracking understand parallel submits
5370262c7b18 drm/i915/guc: Handle errors in multi-lrc requests
f5b8b45334d5 drm/i915: Multi-BB execbuf
1984b91d5186 drm/i915/guc: Implement no mid batch preemption for multi-lrc
27d342e07431 drm/i915/guc: Add basic GuC multi-lrc selftest
304fa81a9399 drm/i915/doc: Update parallel submit doc to point to i915_drm.h
a6dbcce14531 drm/i915/guc: Connect UAPI to GuC multi-lrc interface
fc3628d02c3a drm/i915/guc: Update debugfs for GuC multi-lrc
cc32a9e001af drm/i915/guc: Implement multi-lrc reset
31917c1dcf79 drm/i915/guc: Insert submit fences between requests in parent-child relationship
13fb055cc22c drm/i915/guc: Implement multi-lrc submission
15aba0f8dc81 drm/i915/guc: Implement parallel context pin / unpin functions
0bdfa5c16cbe drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
0d569f349c42 drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
150093ea7387 drm/i915/guc: Add multi-lrc context registration
3fcd1f83dde6 drm/i915/guc: Introduce context parent-child relationship
baf5dc1fc9df drm/i915: Expose logical engine instance to user
edf6b764f7ad drm/i915: Add logical engine mapping
7751cb08a525 drm/i915/guc: Don't call switch_to_kernel_context with GuC submission
fce1426ce7b7 drm/i915/guc: Take engine PM when a context is pinned with GuC submission
a7d1c1c82188 drm/i915/guc: Take GT PM ref when deregistering context
96b392951d3d drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct