Series: | Parallel submission aka multi-bb execbuf (rev4) |
URL: | https://patchwork.freedesktop.org/series/92789/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21239/index.html |
CI Bug Log - changes from CI_DRM_10681 -> Patchwork_21239
Summary
FAILURE
Serious unknown changes coming with Patchwork_21239 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_21239, 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_21239/index.html
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_21239:
IGT changes
Possible regressions
-
igt@gem_render_tiled_blits@basic:
New tests
New tests have been introduced between CI_DRM_10681 and Patchwork_21239:
New IGT tests (1)
- igt@i915_selftest@live@guc_multi_lrc:
- Statuses : 29 pass(s)
- Exec time: [0.44, 3.89] s
Known issues
Here are the changes found in Patchwork_21239 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_basic@query-info:
- fi-tgl-1115g4: NOTRUN -> SKIP (fdo#109315)
-
igt@amdgpu/amd_basic@semaphore:
- fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271) +27 similar issues
-
igt@amdgpu/amd_cs_nop@nop-gfx0:
- fi-tgl-1115g4: NOTRUN -> SKIP (fdo#109315 / i915#2575) +16 similar issues
-
igt@core_hotunplug@unbind-rebind:
-
igt@gem_exec_fence@basic-busy@bcs0:
- fi-apl-guc: NOTRUN -> SKIP (fdo#109271) +1 similar issue
-
igt@gem_huc_copy@huc-copy:
-
igt@i915_hangman@error-state-basic:
- fi-apl-guc: NOTRUN -> DMESG-WARN (i915#1610)
-
igt@i915_pm_backlight@basic-brightness:
-
igt@i915_selftest@live@hangcheck:
- fi-snb-2600: PASS -> INCOMPLETE (i915#3921)
-
igt@kms_chamelium@common-hpd-after-suspend:
- fi-tgl-1115g4: NOTRUN -> SKIP (fdo#111827) +8 similar issues
-
igt@kms_chamelium@dp-crc-fast:
- fi-bdw-5557u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
-
igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-1115g4: NOTRUN -> SKIP (fdo#109285)
-
igt@kms_psr@primary_mmap_gtt:
-
igt@prime_vgem@basic-userptr:
-
igt@runner@aborted:
Possible fixes
- igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
- fi-cfl-8109u: DMESG-WARN (i915#295) -> PASS +12 similar issues
Participating hosts (36 -> 32)
Additional (2): fi-tgl-1115g4 fi-apl-guc
Missing (6): fi-kbl-soraka bat-dg1-6 fi-bsw-cyan bat-adlp-4 bat-jsl-2 bat-jsl-1
Build changes
- Linux: CI_DRM_10681 -> Patchwork_21239
CI-20190529: 20190529
CI_DRM_10681: fe9b639a95a08713c8ee4ef110ce6a6388c9f9f2 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6228: 22643ce4014a0b2dc52ce7916b2f657e2a7757c3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21239: 8766155832d72e53d811f8023a4d3e5545190ce9 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
8766155832d7 drm/i915/execlists: Weak parallel submission support for execlists
b52570f01859 drm/i915: Enable multi-bb execbuf
368ab12f5205 drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
962e6b3dce59 drm/i915: Make request conflict tracking understand parallel submits
28b699ece289 drm/i915/guc: Handle errors in multi-lrc requests
57882939d788 drm/i915: Multi-BB execbuf
ade3768c42d5 drm/i915/guc: Implement no mid batch preemption for multi-lrc
8290f5d15ca2 drm/i915/guc: Add basic GuC multi-lrc selftest
68c6596b649a drm/i915/doc: Update parallel submit doc to point to i915_drm.h
0eb3d3bf0c84 drm/i915/guc: Connect UAPI to GuC multi-lrc interface
966991d7bbed drm/i915: Fix bug in user proto-context creation that leaked contexts
7add5784199f drm/i915/guc: Update debugfs for GuC multi-lrc
2ece815c1f18 drm/i915/guc: Implement multi-lrc reset
466c01457dec drm/i915/guc: Insert submit fences between requests in parent-child relationship
1ad560c70346 drm/i915/guc: Implement multi-lrc submission
40ef33318b81 drm/i915/guc: Implement parallel context pin / unpin functions
adf21ba138f3 drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
e5f6f50e66d1 drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
aaf50eacc2fd drm/i915/guc: Add multi-lrc context registration
aa8e1eb4dd4e drm/i915/guc: Introduce context parent-child relationship
8117ec0a1ca7 drm/i915: Expose logical engine instance to user
8629b55f536c drm/i915: Add logical engine mapping
4dd6554d994d drm/i915/guc: Don't call switch_to_kernel_context with GuC submission
93e5284929b3 drm/i915/guc: Take engine PM when a context is pinned with GuC submission
f83d8f1539fa drm/i915/guc: Take GT PM ref when deregistering context
e2a47a99bf9d drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct