* [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification
@ 2021-12-23 1:31 John.C.Harrison
2021-12-23 2:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: John.C.Harrison @ 2021-12-23 1:31 UTC (permalink / raw)
To: Intel-GFX; +Cc: DRI-Devel
From: John Harrison <John.C.Harrison@Intel.com>
Don't silently drop reset notifications from the GuC. It might not be
safe to do an error capture but we still want some kind of report that
the reset happened.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
index e7517206af82..0fbf24b8d5e1 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
@@ -3979,6 +3979,11 @@ static void guc_handle_context_reset(struct intel_guc *guc,
!context_blocked(ce))) {
capture_error_state(guc, ce);
guc_context_replay(ce);
+ } else {
+ drm_err(&guc_to_gt(guc)->i915->drm,
+ "Invalid GuC engine reset notificaion for 0x%04X on %s: banned = %d, blocked = %d",
+ ce->guc_id.id, ce->engine->name, intel_context_is_banned(ce),
+ context_blocked(ce));
}
}
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: Report error on invalid reset notification 2021-12-23 1:31 [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification John.C.Harrison @ 2021-12-23 2:56 ` Patchwork 2021-12-23 6:40 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2021-12-23 17:58 ` [Intel-gfx] [PATCH] " Matthew Brost 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2021-12-23 2:56 UTC (permalink / raw) To: john.c.harrison; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 7463 bytes --] == Series Details == Series: drm/i915/guc: Report error on invalid reset notification URL : https://patchwork.freedesktop.org/series/98324/ State : success == Summary == CI Bug Log - changes from CI_DRM_11031 -> Patchwork_21901 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/index.html Participating hosts (43 -> 36) ------------------------------ Additional (1): fi-tgl-u2 Missing (8): bat-dg1-6 bat-dg1-5 fi-bsw-cyan bat-adlp-6 bat-adlp-4 fi-pnv-d510 bat-jsl-2 fi-bdw-samus Known issues ------------ Here are the changes found in Patchwork_21901 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_cs_nop@sync-fork-compute0: - fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271]) +6 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-kbl-soraka/igt@amdgpu/amd_cs_nop@sync-fork-compute0.html * igt@gem_exec_suspend@basic-s0@smem: - fi-tgl-u2: NOTRUN -> [FAIL][2] ([i915#1888]) +1 similar issue [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3@smem: - fi-bdw-5557u: [PASS][3] -> [INCOMPLETE][4] ([i915#146]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html * igt@gem_huc_copy@huc-copy: - fi-skl-6600u: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html - fi-tgl-u2: NOTRUN -> [SKIP][6] ([i915#2190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@verify-random: - fi-skl-6600u: NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#4613]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@gem_lmem_swapping@verify-random.html - fi-tgl-u2: NOTRUN -> [SKIP][8] ([i915#4613]) +3 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [PASS][9] -> [INCOMPLETE][10] ([i915#4785]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@dp-hpd-fast: - fi-tgl-u2: NOTRUN -> [SKIP][11] ([fdo#109284] / [fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_chamelium@vga-edid-read: - fi-skl-6600u: NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@kms_chamelium@vga-edid-read.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-u2: NOTRUN -> [SKIP][13] ([i915#4103]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-skl-6600u: NOTRUN -> [SKIP][14] ([fdo#109271]) +2 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-skl-6600u: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#533]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@kms_psr@primary_page_flip: - fi-skl-6600u: NOTRUN -> [INCOMPLETE][17] ([i915#4838]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@kms_psr@primary_page_flip.html * igt@prime_vgem@basic-userptr: - fi-tgl-u2: NOTRUN -> [SKIP][18] ([i915#3301]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-hsw-4770: NOTRUN -> [FAIL][19] ([fdo#109271] / [i915#1436] / [i915#4312]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-hsw-4770/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3@smem: - fi-skl-6600u: [INCOMPLETE][20] ([i915#4547]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/fi-skl-6600u/igt@gem_exec_suspend@basic-s3@smem.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-skl-6600u/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@gt_pm: - fi-tgl-1115g4: [DMESG-FAIL][22] ([i915#3987]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/fi-tgl-1115g4/igt@i915_selftest@live@gt_pm.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/fi-tgl-1115g4/igt@i915_selftest@live@gt_pm.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3987]: https://gitlab.freedesktop.org/drm/intel/issues/3987 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4547]: https://gitlab.freedesktop.org/drm/intel/issues/4547 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#4838]: https://gitlab.freedesktop.org/drm/intel/issues/4838 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * Linux: CI_DRM_11031 -> Patchwork_21901 CI-20190529: 20190529 CI_DRM_11031: aeae72a1caf52b2f56b0bfd5a0b460cb21088a03 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6317: 704a1a42db2fad72c382e95c9da200b5bde5e5fc @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21901: 54991b979ad6c083e892e9419264363a61cfa3b4 @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == 54991b979ad6 drm/i915/guc: Report error on invalid reset notification == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/index.html [-- Attachment #2: Type: text/html, Size: 9126 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/guc: Report error on invalid reset notification 2021-12-23 1:31 [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification John.C.Harrison 2021-12-23 2:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-12-23 6:40 ` Patchwork 2021-12-23 17:58 ` [Intel-gfx] [PATCH] " Matthew Brost 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2021-12-23 6:40 UTC (permalink / raw) To: john.c.harrison; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 30279 bytes --] == Series Details == Series: drm/i915/guc: Report error on invalid reset notification URL : https://patchwork.freedesktop.org/series/98324/ State : success == Summary == CI Bug Log - changes from CI_DRM_11031_full -> Patchwork_21901_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_21901_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling}: - shard-iclb: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html Known issues ------------ Here are the changes found in Patchwork_21901_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-4x: - shard-iclb: NOTRUN -> [SKIP][2] ([i915#1839]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@feature_discovery@display-4x.html * igt@gem_ctx_persistence@idempotent: - shard-snb: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#1099]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-snb6/igt@gem_ctx_persistence@idempotent.html * igt@gem_eio@in-flight-suspend: - shard-kbl: [PASS][4] -> [DMESG-WARN][5] ([i915#180]) +2 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-kbl7/igt@gem_eio@in-flight-suspend.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl4/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@unwedge-stress: - shard-tglb: [PASS][6] -> [FAIL][7] ([i915#232]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-tglb6/igt@gem_eio@unwedge-stress.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb3/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@fairslice: - shard-skl: NOTRUN -> [SKIP][8] ([fdo#109271]) +43 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl3/igt@gem_exec_balancer@fairslice.html * igt@gem_exec_capture@pi@vcs0: - shard-skl: [PASS][9] -> [INCOMPLETE][10] ([i915#4547]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl6/igt@gem_exec_capture@pi@vcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl3/igt@gem_exec_capture@pi@vcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglb: [PASS][11] -> [FAIL][12] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-tglb6/igt@gem_exec_fair@basic-none-share@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglb: NOTRUN -> [FAIL][13] ([i915#2842]) +4 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][14] -> [FAIL][15] ([i915#2842]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][16] ([i915#2842]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-iclb: NOTRUN -> [SKIP][17] ([i915#4613]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@parallel-random-engines: - shard-skl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#4613]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl3/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_mmap_gtt@coherency: - shard-tglb: NOTRUN -> [SKIP][19] ([fdo#111656]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@gem_mmap_gtt@coherency.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-iclb: NOTRUN -> [SKIP][20] ([i915#4270]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-tglb: NOTRUN -> [SKIP][21] ([i915#4270]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_render_copy@x-tiled-to-vebox-y-tiled: - shard-iclb: NOTRUN -> [SKIP][22] ([i915#768]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html * igt@gem_softpin@evict-snoop: - shard-tglb: NOTRUN -> [SKIP][23] ([fdo#109312]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@access-control: - shard-tglb: NOTRUN -> [SKIP][24] ([i915#3297]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@gem_userptr_blits@access-control.html - shard-iclb: NOTRUN -> [SKIP][25] ([i915#3297]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@input-checking: - shard-kbl: NOTRUN -> [DMESG-WARN][26] ([i915#3002]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl6/igt@gem_userptr_blits@input-checking.html * igt@gen3_render_tiledy_blits: - shard-tglb: NOTRUN -> [SKIP][27] ([fdo#109289]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb7/igt@gen3_render_tiledy_blits.html - shard-iclb: NOTRUN -> [SKIP][28] ([fdo#109289]) +2 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@basic-rejected: - shard-tglb: NOTRUN -> [SKIP][29] ([i915#2856]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-iclb: NOTRUN -> [SKIP][30] ([i915#2856]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@gen9_exec_parse@batch-invalid-length.html * igt@i915_pm_dc@dc9-dpms: - shard-iclb: [PASS][31] -> [SKIP][32] ([i915#4281]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-iclb4/igt@i915_pm_dc@dc9-dpms.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-tglb: NOTRUN -> [SKIP][33] ([fdo#111644] / [i915#1397] / [i915#2411]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-tglb: NOTRUN -> [SKIP][34] ([fdo#109506] / [i915#2411]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_pm_rpm@system-suspend-modeset: - shard-skl: [PASS][35] -> [INCOMPLETE][36] ([i915#151]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl7/igt@i915_pm_rpm@system-suspend-modeset.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl6/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_pm_sseu@full-enable: - shard-tglb: NOTRUN -> [SKIP][37] ([i915#4387]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-unsupported: - shard-iclb: NOTRUN -> [SKIP][38] ([fdo#109302]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@i915_query@query-topology-unsupported.html - shard-tglb: NOTRUN -> [SKIP][39] ([fdo#109302]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb7/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@live@gt_lrc: - shard-tglb: NOTRUN -> [DMESG-FAIL][40] ([i915#2373]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@gt_pm: - shard-tglb: NOTRUN -> [DMESG-FAIL][41] ([i915#1759]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@i915_selftest@live@gt_pm.html * igt@i915_suspend@forcewake: - shard-apl: [PASS][42] -> [DMESG-WARN][43] ([i915#180]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-apl7/igt@i915_suspend@forcewake.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl3/igt@i915_suspend@forcewake.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][44] ([fdo#110725] / [fdo#111614]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111614]) +3 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-skl: NOTRUN -> [FAIL][46] ([i915#3743]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3777]) +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-iclb: NOTRUN -> [SKIP][48] ([fdo#110723]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111615] / [i915#3689]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_ccs@pipe-a-bad-pixel-format-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3886]) +4 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3689] / [i915#3886]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3886]) +2 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl1/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109278] / [i915#3886]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - shard-snb: NOTRUN -> [SKIP][54] ([fdo#109271]) +47 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-snb6/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][55] ([i915#3689]) +7 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html * igt@kms_chamelium@dp-crc-multiple: - shard-snb: NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-snb6/igt@kms_chamelium@dp-crc-multiple.html * igt@kms_chamelium@hdmi-hpd-enable-disable-mode: - shard-kbl: NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +6 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl6/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html * igt@kms_chamelium@vga-hpd: - shard-skl: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +3 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl3/igt@kms_chamelium@vga-hpd.html * igt@kms_color@pipe-a-ctm-red-to-blue: - shard-iclb: [PASS][59] -> [DMESG-WARN][60] ([i915#1149] / [i915#4391]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-iclb5/igt@kms_color@pipe-a-ctm-red-to-blue.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb7/igt@kms_color@pipe-a-ctm-red-to-blue.html * igt@kms_color_chamelium@pipe-a-ctm-max: - shard-iclb: NOTRUN -> [SKIP][61] ([fdo#109284] / [fdo#111827]) +2 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_color_chamelium@pipe-a-ctm-max.html * igt@kms_color_chamelium@pipe-c-ctm-0-25: - shard-apl: NOTRUN -> [SKIP][62] ([fdo#109271] / [fdo#111827]) +4 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html * igt@kms_color_chamelium@pipe-d-ctm-limited-range: - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109284] / [fdo#111827]) +6 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html - shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html * igt@kms_cursor_crc@pipe-b-cursor-32x10-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278]) +8 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@kms_cursor_crc@pipe-b-cursor-32x10-rapid-movement.html * igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen: - shard-tglb: NOTRUN -> [SKIP][66] ([i915#3319]) +3 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding: - shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109278] / [fdo#109279]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding.html * igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen: - shard-tglb: NOTRUN -> [SKIP][68] ([i915#3359]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen: - shard-kbl: NOTRUN -> [SKIP][69] ([fdo#109271]) +83 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl6/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen: - shard-tglb: NOTRUN -> [SKIP][70] ([fdo#109279] / [i915#3359]) +6 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-glk: [PASS][71] -> [FAIL][72] ([i915#72]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-tglb: NOTRUN -> [SKIP][73] ([i915#4103]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][74] -> [FAIL][75] ([i915#2346]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium: - shard-tglb: NOTRUN -> [SKIP][76] ([i915#3528]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-kbl: [PASS][77] -> [INCOMPLETE][78] ([i915#180] / [i915#636]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109274]) +1 similar issue [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-tglb: NOTRUN -> [SKIP][80] ([fdo#111825]) +24 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-skl: [PASS][81] -> [FAIL][82] ([i915#79]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@flip-vs-modeset-vs-hang@a-edp1: - shard-skl: [PASS][83] -> [DMESG-WARN][84] ([i915#1982]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl4/igt@kms_flip@flip-vs-modeset-vs-hang@a-edp1.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl6/igt@kms_flip@flip-vs-modeset-vs-hang@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-glk: [PASS][85] -> [FAIL][86] ([i915#1888] / [i915#2546]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-iclb: NOTRUN -> [SKIP][87] ([fdo#109280]) +10 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_hdr@static-toggle-dpms: - shard-tglb: NOTRUN -> [SKIP][88] ([i915#1187]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_hdr@static-toggle-dpms.html * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence: - shard-kbl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#533]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl6/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html * igt@kms_pipe_crc_basic@read-crc-pipe-d: - shard-skl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#533]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl10/igt@kms_pipe_crc_basic@read-crc-pipe-d.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-apl: NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#533]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl2/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a: - shard-kbl: [PASS][92] -> [INCOMPLETE][93] ([i915#794]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max: - shard-apl: NOTRUN -> [FAIL][94] ([fdo#108145] / [i915#265]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-apl: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl2/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-tglb: NOTRUN -> [FAIL][96] ([i915#132] / [i915#3467]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_psr@psr2_primary_page_flip: - shard-iclb: [PASS][97] -> [SKIP][98] ([fdo#109441]) +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-tglb: NOTRUN -> [SKIP][99] ([fdo#111615]) +4 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_vrr@flip-dpms: - shard-tglb: NOTRUN -> [SKIP][100] ([fdo#109502]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-fb-id: - shard-apl: NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl1/igt@kms_writeback@writeback-fb-id.html - shard-kbl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl6/igt@kms_writeback@writeback-fb-id.html * igt@nouveau_crc@pipe-a-source-rg: - shard-tglb: NOTRUN -> [SKIP][103] ([i915#2530]) +1 similar issue [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@nouveau_crc@pipe-a-source-rg.html * igt@nouveau_crc@pipe-d-ctx-flip-detection: - shard-iclb: NOTRUN -> [SKIP][104] ([fdo#109278] / [i915#2530]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb8/igt@nouveau_crc@pipe-d-ctx-flip-detection.html * igt@perf@blocking: - shard-skl: [PASS][105] -> [FAIL][106] ([i915#1542]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl7/igt@perf@blocking.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl1/igt@perf@blocking.html * igt@perf@polling-parameterized: - shard-glk: [PASS][107] -> [FAIL][108] ([i915#1542]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk2/igt@perf@polling-parameterized.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk3/igt@perf@polling-parameterized.html * igt@perf_pmu@event-wait@rcs0: - shard-tglb: NOTRUN -> [SKIP][109] ([fdo#112283]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html * igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name: - shard-apl: NOTRUN -> [SKIP][110] ([fdo#109271]) +70 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl1/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html * igt@prime_nv_pcopy@test3_1: - shard-tglb: NOTRUN -> [SKIP][111] ([fdo#109291]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb8/igt@prime_nv_pcopy@test3_1.html * igt@sysfs_clients@fair-3: - shard-tglb: NOTRUN -> [SKIP][112] ([i915#2994]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb6/igt@sysfs_clients@fair-3.html - shard-skl: NOTRUN -> [SKIP][113] ([fdo#109271] / [i915#2994]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl9/igt@sysfs_clients@fair-3.html - shard-iclb: NOTRUN -> [SKIP][114] ([i915#2994]) +1 similar issue [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb2/igt@sysfs_clients@fair-3.html * igt@sysfs_clients@recycle-many: - shard-kbl: NOTRUN -> [SKIP][115] ([fdo#109271] / [i915#2994]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl1/igt@sysfs_clients@recycle-many.html #### Possible fixes #### * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [FAIL][116] ([i915#2842]) -> [PASS][117] +2 similar issues [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [FAIL][118] ([i915#2842]) -> [PASS][119] [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-tglb7/igt@gem_exec_fair@basic-pace-share@rcs0.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [FAIL][120] ([i915#2842]) -> [PASS][121] [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_softpin@allocator-evict-all-engines: - shard-glk: [FAIL][122] ([i915#4171]) -> [PASS][123] [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-glk6/igt@gem_softpin@allocator-evict-all-engines.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-glk3/igt@gem_softpin@allocator-evict-all-engines.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [FAIL][124] ([i915#454]) -> [PASS][125] [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-iclb2/igt@i915_pm_dc@dc6-psr.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-iclb5/igt@i915_pm_dc@dc6-psr.html * igt@i915_selftest@live@hangcheck: - shard-snb: [INCOMPLETE][126] ([i915#3921]) -> [PASS][127] [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-snb6/igt@i915_selftest@live@hangcheck.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-snb6/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@mock@requests: - shard-skl: [INCOMPLETE][128] -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl8/igt@i915_selftest@mock@requests.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl10/igt@i915_selftest@mock@requests.html * igt@i915_suspend@sysfs-reader: - shard-apl: [DMESG-WARN][130] ([i915#180]) -> [PASS][131] +3 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-apl4/igt@i915_suspend@sysfs-reader.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-apl1/igt@i915_suspend@sysfs-reader.html * igt@kms_color@pipe-c-ctm-0-5: - shard-skl: [DMESG-WARN][132] ([i915#1982]) -> [PASS][133] +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl9/igt@kms_color@pipe-c-ctm-0-5.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl10/igt@kms_color@pipe-c-ctm-0-5.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-skl: [FAIL][134] ([i915#2346] / [i915#533]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11031/shard-skl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/shard-skl4/igt@kms_cursor_legac == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21901/index.html [-- Attachment #2: Type: text/html, Size: 33749 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification 2021-12-23 1:31 [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification John.C.Harrison 2021-12-23 2:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2021-12-23 6:40 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork @ 2021-12-23 17:58 ` Matthew Brost 2 siblings, 0 replies; 4+ messages in thread From: Matthew Brost @ 2021-12-23 17:58 UTC (permalink / raw) To: John.C.Harrison; +Cc: Intel-GFX, DRI-Devel On Wed, Dec 22, 2021 at 05:31:28PM -0800, John.C.Harrison@Intel.com wrote: > From: John Harrison <John.C.Harrison@Intel.com> > > Don't silently drop reset notifications from the GuC. It might not be > safe to do an error capture but we still want some kind of report that > the reset happened. > > Signed-off-by: John Harrison <John.C.Harrison@Intel.com> > --- > drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > index e7517206af82..0fbf24b8d5e1 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > @@ -3979,6 +3979,11 @@ static void guc_handle_context_reset(struct intel_guc *guc, > !context_blocked(ce))) { > capture_error_state(guc, ce); > guc_context_replay(ce); > + } else { > + drm_err(&guc_to_gt(guc)->i915->drm, > + "Invalid GuC engine reset notificaion for 0x%04X on %s: banned = %d, blocked = %d", > + ce->guc_id.id, ce->engine->name, intel_context_is_banned(ce), > + context_blocked(ce)); As discussed off the list, I'll a take an AR to see if we can not supress the capture here. But until that gets resolved: Reviewed-by: Matthew Brost <matthew.brost@intel.com> > } > } > > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-12-23 18:04 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-12-23 1:31 [Intel-gfx] [PATCH] drm/i915/guc: Report error on invalid reset notification John.C.Harrison 2021-12-23 2:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2021-12-23 6:40 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork 2021-12-23 17:58 ` [Intel-gfx] [PATCH] " Matthew Brost
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox