== Series Details == Series: series starting with [01/20] drm/i915/execlists: Convert recursive defer_request() into iterative (rev3) URL : https://patchwork.freedesktop.org/series/62706/ State : success == Summary == CI Bug Log - changes from CI_DRM_6346 -> Patchwork_13420 ==================================================== Summary ------- **WARNING** Minor unknown changes coming with Patchwork_13420 need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_13420, 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_13420/ Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_13420: ### IGT changes ### #### Warnings #### * igt@kms_chamelium@vga-edid-read: - fi-kbl-7567u: [TIMEOUT][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-kbl-7567u/igt@kms_chamelium@xxxxxxxxxxxxxxxxxx [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-kbl-7567u/igt@kms_chamelium@xxxxxxxxxxxxxxxxxx Known issues ------------ Here are the changes found in Patchwork_13420 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live_blt: - fi-cfl-guc: [PASS][3] -> [DMESG-WARN][4] ([fdo#110943]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-cfl-guc/igt@i915_selftest@live_blt.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-cfl-guc/igt@i915_selftest@live_blt.html * igt@kms_flip@basic-plain-flip: - fi-icl-u3: [PASS][5] -> [DMESG-WARN][6] ([fdo#107724]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-icl-u3/igt@kms_flip@xxxxxxxxxxxxxxxxxxxxx [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-icl-u3/igt@kms_flip@xxxxxxxxxxxxxxxxxxxxx #### Possible fixes #### * igt@gem_mmap_gtt@basic-small-bo-tiledx: - fi-icl-u3: [DMESG-WARN][7] ([fdo#107724]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-icl-u3/igt@gem_mmap_gtt@xxxxxxxxxxxxxxxxxxxxxxxxxx [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-icl-u3/igt@gem_mmap_gtt@xxxxxxxxxxxxxxxxxxxxxxxxxx * igt@i915_getparams_basic@basic-subslice-total: - fi-icl-dsi: [INCOMPLETE][9] ([fdo#107713]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-icl-dsi/igt@i915_getparams_basic@xxxxxxxxxxxxxxxxxxxxxxxxx [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-icl-dsi/igt@i915_getparams_basic@xxxxxxxxxxxxxxxxxxxxxxxxx * igt@kms_frontbuffer_tracking@basic: - fi-hsw-peppy: [DMESG-WARN][11] ([fdo#102614]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-hsw-peppy/igt@kms_frontbuffer_tracking@xxxxxxxxxx [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-hsw-peppy/igt@kms_frontbuffer_tracking@xxxxxxxxxx - fi-icl-u2: [FAIL][13] ([fdo#103167]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6346/fi-icl-u2/igt@kms_frontbuffer_tracking@xxxxxxxxxx [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/fi-icl-u2/igt@kms_frontbuffer_tracking@xxxxxxxxxx [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#110943]: https://bugs.freedesktop.org/show_bug.cgi?id=110943 Participating hosts (53 -> 45) ------------------------------ Missing (8): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus fi-cml-u Build changes ------------- * Linux: CI_DRM_6346 -> Patchwork_13420 CI_DRM_6346: 6c9c9bdb0ff7eb41b7eb1a92ce218c813740606a @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5068: 15ad664534413628f06c0f172aac11598bfdb895 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_13420: 28cf28b85d48b1b16f266834aaba09da832a5f95 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 28cf28b85d48 drm/i915: Replace struct_mutex for batch pool serialisation 3d4fdb554df9 drm/i915: Protect request retirement with timeline->mutex 9d6ae4ad1f94 drm/i915: Include the breadcrumb when asserting request completion 956d36060177 drm/i915/gt: Add some debug tracing for context pinning 9ef3064fc46d drm/i915/gt: Drop stale commentary for timeline density 1ce083435c01 drm/i915/gt: Always call kref_init for the timeline f678c21b80c0 drm/i915/selftests: Hold ref on request across waits 2714ae845e6c drm/i915/gt: Guard timeline pinning with its own mutex bb82817e5d1a drm/i915/gt: Convert timeline tracking to spinlock 087ecd33d81b drm/i915/gt: Track timeline activeness in enter/exit 6231b6d31a29 drm/i915: Teach execbuffer to take the engine wakeref not GT 7b0712a06ed0 drm/i915: Lift intel_engines_resume() to callers f28349424a41 drm/i915: Only recover active engines e9aaa83e46bf drm/i915: Add a wakeref getter for iff the wakeref is already active de3548b613d8 drm/i915: Rename intel_wakeref_[is]_active 21f1b65d8dfd drm/i915/selftests: Fixup atomic reset checking 2d4f05d735ef drm/i915/selftests: Drop manual request wakerefs around hangcheck 4b78a9379430 drm/i915/selftests: Serialise nop reset with retirement 55805e8f02a8 drm/i915/gt: Pass intel_gt to pm routines d5806bbd1145 drm/i915/execlists: Convert recursive defer_request() into iterative == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13420/ _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx