* [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07
@ 2022-07-27 18:29 Madhumitha Tolakanahalli Pradeep
2022-07-27 18:29 ` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update " Madhumitha Tolakanahalli Pradeep
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Madhumitha Tolakanahalli Pradeep @ 2022-07-27 18:29 UTC (permalink / raw)
To: intel-gfx
The following changes since commit 150864a4d73e8c448eb1e2c68e65f07635fe1a66:
amdgpu partially revert "amdgpu: update beige goby to release 22.20" (2022-07-25 14:16:04 -0400)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-firmware dg2_dmc_2_07
for you to fetch changes up to 3ab394af47ab6b0139a3fa6a7b39564a4d18cb25:
i915: Add DMC v2.07 for DG2 (2022-07-27 10:52:59 -0700)
----------------------------------------------------------------
Anusha Srivatsa (1):
i915: Add DMC v2.07 for DG2
WHENCE | 3 +++
i915/dg2_dmc_ver2_07.bin | Bin 0 -> 22488 bytes
2 files changed, 3 insertions(+)
create mode 100644 i915/dg2_dmc_ver2_07.bin
--
2.37.1
^ permalink raw reply [flat|nested] 6+ messages in thread* [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DG2 DMC firmware to v2.07 2022-07-27 18:29 [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07 Madhumitha Tolakanahalli Pradeep @ 2022-07-27 18:29 ` Madhumitha Tolakanahalli Pradeep 2022-07-28 13:47 ` Imre Deak 2022-07-27 20:39 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Bump DG2 DMC firmware to v2.07 (rev2) Patchwork ` (2 subsequent siblings) 3 siblings, 1 reply; 6+ messages in thread From: Madhumitha Tolakanahalli Pradeep @ 2022-07-27 18:29 UTC (permalink / raw) To: intel-gfx The release notes mention that DMC v2.07 has a workaround for MMIO hang issue when DC States are enabled. Signed-off-by: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@intel.com> --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c index fa9ef591b885..ed28107cbd12 100644 --- a/drivers/gpu/drm/i915/display/intel_dmc.c +++ b/drivers/gpu/drm/i915/display/intel_dmc.c @@ -52,8 +52,8 @@ #define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE -#define DG2_DMC_PATH DMC_PATH(dg2, 2, 06) -#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 06) +#define DG2_DMC_PATH DMC_PATH(dg2, 2, 07) +#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 07) MODULE_FIRMWARE(DG2_DMC_PATH); #define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16) -- 2.37.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DG2 DMC firmware to v2.07 2022-07-27 18:29 ` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update " Madhumitha Tolakanahalli Pradeep @ 2022-07-28 13:47 ` Imre Deak 0 siblings, 0 replies; 6+ messages in thread From: Imre Deak @ 2022-07-28 13:47 UTC (permalink / raw) To: Madhumitha Tolakanahalli Pradeep; +Cc: intel-gfx, Lakshminarayana Vudum On Wed, Jul 27, 2022 at 11:29:19AM -0700, Madhumitha Tolakanahalli Pradeep wrote: > The release notes mention that DMC v2.07 has a workaround > for MMIO hang issue when DC States are enabled. > > Signed-off-by: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@intel.com> Thanks for the patch pushed to drm-intel-next. There was one CI failure on BSW, unrelated to this DG2 specific change. > --- > drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c > index fa9ef591b885..ed28107cbd12 100644 > --- a/drivers/gpu/drm/i915/display/intel_dmc.c > +++ b/drivers/gpu/drm/i915/display/intel_dmc.c > @@ -52,8 +52,8 @@ > > #define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE > > -#define DG2_DMC_PATH DMC_PATH(dg2, 2, 06) > -#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 06) > +#define DG2_DMC_PATH DMC_PATH(dg2, 2, 07) > +#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 07) > MODULE_FIRMWARE(DG2_DMC_PATH); > > #define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16) > -- > 2.37.1 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for Bump DG2 DMC firmware to v2.07 (rev2) 2022-07-27 18:29 [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07 Madhumitha Tolakanahalli Pradeep 2022-07-27 18:29 ` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update " Madhumitha Tolakanahalli Pradeep @ 2022-07-27 20:39 ` Patchwork 2022-07-28 8:33 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork 2022-07-28 9:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for Bump DG2 DMC firmware to v2.07 (rev3) Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-07-27 20:39 UTC (permalink / raw) To: Madhumitha Tolakanahalli Pradeep; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 3552 bytes --] == Series Details == Series: Bump DG2 DMC firmware to v2.07 (rev2) URL : https://patchwork.freedesktop.org/series/106773/ State : success == Summary == CI Bug Log - changes from CI_DRM_11946 -> Patchwork_106773v2 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/index.html Participating hosts (38 -> 28) ------------------------------ Missing (10): fi-rkl-11600 bat-dg1-5 bat-dg2-8 bat-adlm-1 bat-dg2-9 bat-adlp-6 bat-rplp-1 bat-rpls-1 bat-rpls-2 fi-bdw-samus Known issues ------------ Here are the changes found in Patchwork_106773v2 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gem: - fi-blb-e6850: [PASS][1] -> [DMESG-FAIL][2] ([i915#4528]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-blb-e6850/igt@i915_selftest@live@gem.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-blb-e6850/igt@i915_selftest@live@gem.html * igt@i915_selftest@live@gt_heartbeat: - fi-bdw-5557u: [PASS][3] -> [DMESG-FAIL][4] ([i915#5334]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-bdw-5557u/igt@i915_selftest@live@gt_heartbeat.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-bdw-5557u/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@requests: - fi-elk-e7500: [PASS][5] -> [DMESG-FAIL][6] ([i915#4528]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-elk-e7500/igt@i915_selftest@live@requests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-elk-e7500/igt@i915_selftest@live@requests.html * igt@runner@aborted: - fi-elk-e7500: NOTRUN -> [FAIL][7] ([fdo#109271] / [i915#4312]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-elk-e7500/igt@runner@aborted.html - fi-blb-e6850: NOTRUN -> [FAIL][8] ([fdo#109271] / [i915#2403] / [i915#4312]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-blb-e6850/igt@runner@aborted.html #### Possible fixes #### * igt@debugfs_test@read_all_entries: - fi-kbl-guc: [FAIL][9] ([i915#6253]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-kbl-guc/igt@debugfs_test@read_all_entries.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/fi-kbl-guc/igt@debugfs_test@read_all_entries.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6253]: https://gitlab.freedesktop.org/drm/intel/issues/6253 Build changes ------------- * Linux: CI_DRM_11946 -> Patchwork_106773v2 CI-20190529: 20190529 CI_DRM_11946: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6598: 97e103419021d0863db527e3f2cf39ccdd132db5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_106773v2: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 4550eef4e32b drm/i915/dmc: Update DG2 DMC firmware to v2.07 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/index.html [-- Attachment #2: Type: text/html, Size: 4481 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for Bump DG2 DMC firmware to v2.07 (rev2) 2022-07-27 18:29 [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07 Madhumitha Tolakanahalli Pradeep 2022-07-27 18:29 ` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update " Madhumitha Tolakanahalli Pradeep 2022-07-27 20:39 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Bump DG2 DMC firmware to v2.07 (rev2) Patchwork @ 2022-07-28 8:33 ` Patchwork 2022-07-28 9:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for Bump DG2 DMC firmware to v2.07 (rev3) Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-07-28 8:33 UTC (permalink / raw) To: Madhumitha Tolakanahalli Pradeep; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 42451 bytes --] == Series Details == Series: Bump DG2 DMC firmware to v2.07 (rev2) URL : https://patchwork.freedesktop.org/series/106773/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11946_full -> Patchwork_106773v2_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_106773v2_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_106773v2_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (13 -> 13) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_106773v2_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_legacy@short-flip-before-cursor@atomic-transitions-varying-size: - shard-skl: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl1/igt@kms_cursor_legacy@short-flip-before-cursor@atomic-transitions-varying-size.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl10/igt@kms_cursor_legacy@short-flip-before-cursor@atomic-transitions-varying-size.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@gem_ctx_persistence@many-contexts: - {shard-dg1}: NOTRUN -> [DMESG-FAIL][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-dg1-18/igt@gem_ctx_persistence@many-contexts.html Known issues ------------ Here are the changes found in Patchwork_106773v2_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@psr2: - shard-iclb: [PASS][4] -> [SKIP][5] ([i915#658]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb2/igt@feature_discovery@psr2.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb3/igt@feature_discovery@psr2.html * igt@gem_create@create-massive: - shard-glk: NOTRUN -> [DMESG-WARN][6] ([i915#4991]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-glk3/igt@gem_create@create-massive.html - shard-kbl: NOTRUN -> [DMESG-WARN][7] ([i915#4991]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@gem_create@create-massive.html * igt@gem_ctx_isolation@preservation-s3@rcs0: - shard-apl: [PASS][8] -> [DMESG-WARN][9] ([i915#180]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl2/igt@gem_ctx_isolation@preservation-s3@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl3/igt@gem_ctx_isolation@preservation-s3@rcs0.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-iclb: [PASS][10] -> [SKIP][11] ([i915#4525]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb1/igt@gem_exec_balancer@parallel-keep-submit-fence.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb3/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][12] ([i915#2842]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_nop@basic-series: - shard-glk: [PASS][13] -> [DMESG-WARN][14] ([i915#118]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-glk1/igt@gem_exec_nop@basic-series.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-glk1/igt@gem_exec_nop@basic-series.html * igt@gem_lmem_swapping@verify-ccs: - shard-kbl: NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#4613]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-snb: [PASS][16] -> [INCOMPLETE][17] ([i915#5161]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-snb7/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][18] -> [DMESG-WARN][19] ([i915#5566] / [i915#716]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl3/igt@gen9_exec_parse@allowed-single.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl1/igt@gen9_exec_parse@allowed-single.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [PASS][20] -> [FAIL][21] ([i915#454]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rpm@system-suspend-modeset: - shard-skl: [PASS][22] -> [INCOMPLETE][23] ([i915#4939]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl7/igt@i915_pm_rpm@system-suspend-modeset.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl7/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_suspend@sysfs-reader: - shard-kbl: NOTRUN -> [DMESG-WARN][24] ([i915#180]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@i915_suspend@sysfs-reader.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#3886]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#3886]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_color_chamelium@pipe-b-ctm-0-75: - shard-kbl: NOTRUN -> [SKIP][27] ([fdo#109271] / [fdo#111827]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@kms_color_chamelium@pipe-b-ctm-0-75.html * igt@kms_color_chamelium@pipe-b-ctm-limited-range: - shard-skl: NOTRUN -> [SKIP][28] ([fdo#109271] / [fdo#111827]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl4/igt@kms_color_chamelium@pipe-b-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue: - shard-apl: NOTRUN -> [SKIP][29] ([fdo#109271] / [fdo#111827]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl6/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions: - shard-glk: [PASS][30] -> [FAIL][31] ([i915#2346]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][32] ([fdo#109271]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-glk9/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_fbcon_fbt@psr-suspend: - shard-skl: [PASS][33] -> [FAIL][34] ([i915#4767]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl1/igt@kms_fbcon_fbt@psr-suspend.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl10/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1: - shard-tglb: [PASS][35] -> [FAIL][36] ([i915#79]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-tglb5/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-tglb2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-skl: [PASS][37] -> [FAIL][38] ([i915#79]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl9/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-kbl: [PASS][39] -> [DMESG-WARN][40] ([i915#180]) +4 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_flip@flip-vs-suspend@c-edp1: - shard-skl: [PASS][41] -> [INCOMPLETE][42] ([i915#4839]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl4/igt@kms_flip@flip-vs-suspend@c-edp1.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl9/igt@kms_flip@flip-vs-suspend@c-edp1.html * igt@kms_flip@plain-flip-fb-recreate@b-edp1: - shard-skl: [PASS][43] -> [FAIL][44] ([i915#2122]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl4/igt@kms_flip@plain-flip-fb-recreate@b-edp1.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl9/igt@kms_flip@plain-flip-fb-recreate@b-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][45] ([i915#2672]) +5 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode: - shard-skl: NOTRUN -> [SKIP][46] ([fdo#109271]) +4 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode: - shard-iclb: NOTRUN -> [SKIP][47] ([i915#3555]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move: - shard-apl: NOTRUN -> [SKIP][48] ([fdo#109271]) +16 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-kbl: NOTRUN -> [SKIP][49] ([fdo#109271]) +21 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1: - shard-kbl: [PASS][50] -> [FAIL][51] ([i915#1188]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl6/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl6/igt@kms_hdr@bpc-switch-suspend@pipe-a-dp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-b-edp-1: - shard-iclb: [PASS][52] -> [SKIP][53] ([i915#5235]) +2 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-b-edp-1.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [PASS][54] -> [SKIP][55] ([fdo#109441]) +3 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb6/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-iclb: [PASS][56] -> [SKIP][57] ([i915#5519]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-kbl: [PASS][58] -> [DMESG-WARN][59] ([i915#165]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html #### Possible fixes #### * igt@fbdev@info: - {shard-rkl}: [SKIP][60] ([i915#2582]) -> [PASS][61] +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@fbdev@info.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@fbdev@info.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglb: [FAIL][62] ([i915#6268]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-tglb5/igt@gem_ctx_exec@basic-nohangcheck.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-tglb2/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@legacy-engines-hang@bsd2: - {shard-dg1}: [FAIL][64] ([i915#4883]) -> [PASS][65] [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-dg1-17/igt@gem_ctx_persistence@legacy-engines-hang@bsd2.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-dg1-19/igt@gem_ctx_persistence@legacy-engines-hang@bsd2.html * igt@gem_ctx_persistence@many-contexts: - {shard-rkl}: [FAIL][66] ([i915#2410]) -> [PASS][67] [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@gem_ctx_persistence@many-contexts.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gem_ctx_persistence@many-contexts.html * igt@gem_eio@unwedge-stress: - {shard-tglu}: [TIMEOUT][68] ([i915#3063]) -> [PASS][69] [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-tglu-6/igt@gem_eio@unwedge-stress.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-tglu-6/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@fairslice: - {shard-rkl}: [SKIP][70] ([i915#6259]) -> [PASS][71] [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-5/igt@gem_exec_balancer@fairslice.html [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-2/igt@gem_exec_balancer@fairslice.html * igt@gem_exec_balancer@parallel-contexts: - shard-iclb: [SKIP][72] ([i915#4525]) -> [PASS][73] [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb7/igt@gem_exec_balancer@parallel-contexts.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: [FAIL][74] ([i915#2846]) -> [PASS][75] [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl7/igt@gem_exec_fair@basic-deadline.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglb: [FAIL][76] ([i915#2842]) -> [PASS][77] [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-tglb8/igt@gem_exec_fair@basic-none-share@rcs0.html [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-kbl: [FAIL][78] ([i915#2842]) -> [PASS][79] +3 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - {shard-rkl}: [FAIL][80] ([i915#2842]) -> [PASS][81] +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - {shard-rkl}: [SKIP][82] ([fdo#109313]) -> [PASS][83] [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_reloc@basic-gtt-wc-active: - {shard-rkl}: [SKIP][84] ([i915#3281]) -> [PASS][85] +5 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@gem_exec_reloc@basic-gtt-wc-active.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-wc-active.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - {shard-rkl}: [SKIP][86] ([i915#3282]) -> [PASS][87] +3 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [DMESG-WARN][88] ([i915#5566] / [i915#716]) -> [PASS][89] [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-glk3/igt@gen9_exec_parse@allowed-single.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-glk3/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-without-end: - {shard-rkl}: [SKIP][90] ([i915#2527]) -> [PASS][91] +1 similar issue [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@gen9_exec_parse@batch-without-end.html * igt@i915_pm_rpm@dpms-non-lpsp: - {shard-dg1}: [SKIP][92] ([i915#1397]) -> [PASS][93] +2 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-dg1-15/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@fences: - {shard-rkl}: [SKIP][94] ([i915#1849]) -> [PASS][95] [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@i915_pm_rpm@fences.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@i915_pm_rpm@fences.html * igt@i915_suspend@forcewake: - shard-kbl: [DMESG-WARN][96] ([i915#180]) -> [PASS][97] [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl1/igt@i915_suspend@forcewake.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@i915_suspend@forcewake.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-skl: [TIMEOUT][98] ([i915#6371]) -> [PASS][99] +1 similar issue [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl7/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl7/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_cursor_legacy@cursor-vs-flip@atomic: - shard-skl: [INCOMPLETE][100] -> [PASS][101] [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl7/igt@kms_cursor_legacy@cursor-vs-flip@atomic.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl7/igt@kms_cursor_legacy@cursor-vs-flip@atomic.html * igt@kms_draw_crc@draw-method-xrgb8888-blt-untiled: - {shard-rkl}: [SKIP][102] ([fdo#111314] / [i915#4098] / [i915#4369]) -> [PASS][103] +4 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_draw_crc@draw-method-xrgb8888-blt-untiled.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_draw_crc@draw-method-xrgb8888-blt-untiled.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-kbl: [INCOMPLETE][104] ([i915#180] / [i915#4939]) -> [PASS][105] [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1: - shard-apl: [FAIL][106] ([i915#79]) -> [PASS][107] [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-skl: [FAIL][108] ([i915#2122]) -> [PASS][109] +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl10/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode: - shard-iclb: [SKIP][110] ([i915#3555]) -> [PASS][111] [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt: - {shard-rkl}: [SKIP][112] ([i915#1849] / [i915#4098]) -> [PASS][113] +11 similar issues [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary: - shard-skl: [DMESG-WARN][114] ([i915#1982]) -> [PASS][115] +1 similar issue [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl9/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl1/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html * igt@kms_plane@plane-position-covered@pipe-b-planes: - {shard-rkl}: [SKIP][116] ([i915#3558]) -> [PASS][117] +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_plane@plane-position-covered@pipe-b-planes.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-b-planes.html * igt@kms_plane_cursor@pipe-b-overlay-size-64: - {shard-rkl}: [SKIP][118] ([i915#1845] / [i915#4098]) -> [PASS][119] +21 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_plane_cursor@pipe-b-overlay-size-64.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_plane_cursor@pipe-b-overlay-size-64.html * igt@kms_plane_multiple@atomic-pipe-a-tiling-y: - {shard-rkl}: [SKIP][120] ([i915#3558] / [i915#4070]) -> [PASS][121] +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_plane_multiple@atomic-pipe-a-tiling-y.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_plane_multiple@atomic-pipe-a-tiling-y.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-iclb: [SKIP][122] ([fdo#109642] / [fdo#111068] / [i915#658]) -> [PASS][123] [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb4/igt@kms_psr2_su@page_flip-xrgb8888.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@cursor_mmap_cpu: - {shard-rkl}: [SKIP][124] ([i915#1072]) -> [PASS][125] +1 similar issue [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-1/igt@kms_psr@cursor_mmap_cpu.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-6/igt@kms_psr@cursor_mmap_cpu.html * igt@kms_psr@psr2_primary_blt: - shard-iclb: [SKIP][126] ([fdo#109441]) -> [PASS][127] +1 similar issue [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb7/igt@kms_psr@psr2_primary_blt.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_psr@psr2_primary_blt.html * igt@perf@polling-parameterized: - shard-skl: [FAIL][128] ([i915#5639]) -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl10/igt@perf@polling-parameterized.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl4/igt@perf@polling-parameterized.html - shard-tglb: [FAIL][130] ([i915#5639]) -> [PASS][131] [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-tglb1/igt@perf@polling-parameterized.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-tglb1/igt@perf@polling-parameterized.html * igt@perf@short-reads: - shard-skl: [FAIL][132] ([i915#51]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl6/igt@perf@short-reads.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl7/igt@perf@short-reads.html * igt@perf_pmu@rc6-suspend: - shard-apl: [DMESG-WARN][134] ([i915#180]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl1/igt@perf_pmu@rc6-suspend.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl6/igt@perf_pmu@rc6-suspend.html * igt@prime_vgem@coherency-gtt: - {shard-rkl}: [SKIP][136] ([fdo#109295] / [fdo#111656] / [i915#3708]) -> [PASS][137] [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-rkl-6/igt@prime_vgem@coherency-gtt.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-rkl-5/igt@prime_vgem@coherency-gtt.html #### Warnings #### * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode: - shard-skl: [SKIP][138] ([fdo#109271] / [i915#1888]) -> [SKIP][139] ([fdo#109271]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-skl4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-skl10/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-iclb: [SKIP][140] ([i915#2920]) -> [SKIP][141] ([i915#658]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb3/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-iclb: [SKIP][142] ([i915#658]) -> [SKIP][143] ([i915#2920]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-iclb7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@runner@aborted: - shard-apl: ([FAIL][144], [FAIL][145], [FAIL][146]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) -> ([FAIL][147], [FAIL][148], [FAIL][149], [FAIL][150]) ([fdo#109271] / [i915#180] / [i915#4312] / [i915#5257]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl1/igt@runner@aborted.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl1/igt@runner@aborted.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-apl3/igt@runner@aborted.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl3/igt@runner@aborted.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl1/igt@runner@aborted.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl1/igt@runner@aborted.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-apl6/igt@runner@aborted.html - shard-kbl: ([FAIL][151], [FAIL][152], [FAIL][153], [FAIL][154], [FAIL][155]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257] / [i915#92]) -> ([FAIL][156], [FAIL][157], [FAIL][158], [FAIL][159], [FAIL][160], [FAIL][161], [FAIL][162]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl1/igt@runner@aborted.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl6/igt@runner@aborted.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl6/igt@runner@aborted.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl4/igt@runner@aborted.html [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/shard-kbl1/igt@runner@aborted.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@runner@aborted.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@runner@aborted.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@runner@aborted.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@runner@aborted.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@runner@aborted.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl1/igt@runner@aborted.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/shard-kbl7/igt@runner@aborted.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111314]: https://bugs.freedesktop.org/show_bug.cgi?id=111314 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#160]: https://gitlab.freedesktop.org/drm/intel/issues/160 [i915#165]: https://gitlab.freedesktop.org/drm/intel/issues/165 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#1911]: https://gitlab.freedesktop.org/drm/intel/issues/1911 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3376]: https://gitlab.freedesktop.org/drm/intel/issues/3376 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3828]: https://gitlab.freedesktop.org/drm/intel/issues/3828 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4016]: https://gitlab.freedesktop.org/drm/intel/issues/4016 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4369]: https://gitlab.freedesktop.org/drm/intel/issues/4369 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4462]: https://gitlab.freedesktop.org/drm/intel/issues/4462 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4853]: https://gitlab.freedesktop.org/drm/intel/issues/4853 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4883]: https://gitlab.freedesktop.org/drm/intel/issues/4883 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4893]: https://gitlab.freedesktop.org/drm/intel/issues/4893 [i915#4939]: https://gitlab.freedesktop.org/drm/intel/issues/4939 [i915#4941]: https://gitlab.freedesktop.org/drm/intel/issues/4941 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#51]: https://gitlab.freedesktop.org/drm/intel/issues/51 [i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5287]: https://gitlab.freedesktop.org/drm/intel/issues/5287 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5639]: https://gitlab.freedesktop.org/drm/intel/issues/5639 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6259]: https://gitlab.freedesktop.org/drm/intel/issues/6259 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6371]: https://gitlab.freedesktop.org/drm/intel/issues/6371 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92 Build changes ------------- * Linux: CI_DRM_11946 -> Patchwork_106773v2 CI-20190529: 20190529 CI_DRM_11946: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6598: 97e103419021d0863db527e3f2cf39ccdd132db5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_106773v2: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v2/index.html [-- Attachment #2: Type: text/html, Size: 43578 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Intel-gfx] ✗ Fi.CI.BAT: failure for Bump DG2 DMC firmware to v2.07 (rev3) 2022-07-27 18:29 [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07 Madhumitha Tolakanahalli Pradeep ` (2 preceding siblings ...) 2022-07-28 8:33 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork @ 2022-07-28 9:23 ` Patchwork 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2022-07-28 9:23 UTC (permalink / raw) To: Madhumitha Tolakanahalli Pradeep; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6648 bytes --] == Series Details == Series: Bump DG2 DMC firmware to v2.07 (rev3) URL : https://patchwork.freedesktop.org/series/106773/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11946 -> Patchwork_106773v3 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_106773v3 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_106773v3, 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_106773v3/index.html Participating hosts (38 -> 37) ------------------------------ Additional (2): fi-hsw-4770 bat-jsl-1 Missing (3): bat-jsl-3 fi-bdw-samus bat-dg1-5 Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_106773v3: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@gt_lrc: - fi-bsw-n3050: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html Known issues ------------ Here are the changes found in Patchwork_106773v3 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_backlight@basic-brightness: - fi-hsw-4770: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#3012]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-hsw-4770/igt@i915_pm_backlight@basic-brightness.html * igt@i915_selftest@live@gem: - fi-pnv-d510: NOTRUN -> [DMESG-FAIL][4] ([i915#4528]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-pnv-d510/igt@i915_selftest@live@gem.html * igt@i915_selftest@live@requests: - fi-blb-e6850: [PASS][5] -> [DMESG-FAIL][6] ([i915#4528]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-blb-e6850/igt@i915_selftest@live@requests.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-blb-e6850/igt@i915_selftest@live@requests.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - fi-hsw-4770: NOTRUN -> [SKIP][7] ([fdo#109271]) +9 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_chamelium@dp-crc-fast: - fi-hsw-4770: NOTRUN -> [SKIP][8] ([fdo#109271] / [fdo#111827]) +8 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-hsw-4770/igt@kms_chamelium@dp-crc-fast.html * igt@kms_psr@sprite_plane_onoff: - fi-hsw-4770: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#1072]) +3 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-hsw-4770/igt@kms_psr@sprite_plane_onoff.html * igt@runner@aborted: - fi-blb-e6850: NOTRUN -> [FAIL][10] ([fdo#109271] / [i915#2403] / [i915#4312]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-blb-e6850/igt@runner@aborted.html - fi-bsw-n3050: NOTRUN -> [FAIL][11] ([fdo#109271] / [i915#4312]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-bsw-n3050/igt@runner@aborted.html #### Possible fixes #### * igt@debugfs_test@read_all_entries: - fi-kbl-guc: [FAIL][12] ([i915#6253]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-kbl-guc/igt@debugfs_test@read_all_entries.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-kbl-guc/igt@debugfs_test@read_all_entries.html * igt@i915_selftest@live@guc: - {bat-dg2-9}: [DMESG-WARN][14] ([i915#5763]) -> [PASS][15] +7 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/bat-dg2-9/igt@i915_selftest@live@guc.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/bat-dg2-9/igt@i915_selftest@live@guc.html * igt@i915_selftest@live@requests: - fi-pnv-d510: [DMESG-FAIL][16] ([i915#4528]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11946/fi-pnv-d510/igt@i915_selftest@live@requests.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/fi-pnv-d510/igt@i915_selftest@live@requests.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403 [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867 [i915#3003]: https://gitlab.freedesktop.org/drm/intel/issues/3003 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5763]: https://gitlab.freedesktop.org/drm/intel/issues/5763 [i915#5903]: https://gitlab.freedesktop.org/drm/intel/issues/5903 [i915#6253]: https://gitlab.freedesktop.org/drm/intel/issues/6253 Build changes ------------- * Linux: CI_DRM_11946 -> Patchwork_106773v3 CI-20190529: 20190529 CI_DRM_11946: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6598: 97e103419021d0863db527e3f2cf39ccdd132db5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_106773v3: 0e9c43d76a145712da46e935d429ce2a3eea80e8 @ git://anongit.freedesktop.org/gfx-ci/linux ### Linux commits 1e69e4f038bd drm/i915/dmc: Update DG2 DMC firmware to v2.07 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_106773v3/index.html [-- Attachment #2: Type: text/html, Size: 7347 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-07-28 13:47 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-07-27 18:29 [Intel-gfx] [PATCH 0/1] [CI] Bump DG2 DMC firmware to v2.07 Madhumitha Tolakanahalli Pradeep 2022-07-27 18:29 ` [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update " Madhumitha Tolakanahalli Pradeep 2022-07-28 13:47 ` Imre Deak 2022-07-27 20:39 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Bump DG2 DMC firmware to v2.07 (rev2) Patchwork 2022-07-28 8:33 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork 2022-07-28 9:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for Bump DG2 DMC firmware to v2.07 (rev3) Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox