* [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu"
@ 2021-11-04 14:22 Rodrigo Siqueira
2021-11-04 14:38 ` Simon Ser
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Rodrigo Siqueira @ 2021-11-04 14:22 UTC (permalink / raw)
To: igt-dev; +Cc: Simon Ser, Hayden Goodfellow
This reverts commit 080869f804cb86b25a38889e5ce9a870571cd8c4.
Thanks to Simon's patch to amd-staging-drm-next, we recently re-enabled
overlay support in our driver. We don't need to skip overlay tests in
the kms_atomic anymore; for this reason, this commit reverted the skip
when we have overlay tests.
Cc: Simon Ser <contact@emersion.fr>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Nicholas Choi <Nicholas.Choi@amd.com>
Cc: Hayden Goodfellow <Hayden.Goodfellow@amd.com>
Cc: Mark Yacoub <markyacoub@chromium.org>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
---
tests/kms_atomic.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index 1657624e..5295c8f5 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -502,13 +502,6 @@ static void plane_overlay(igt_pipe_t *pipe, igt_output_t *output, igt_plane_t *p
uint32_t w = mode->hdisplay / 2;
uint32_t h = mode->vdisplay / 2;
- /* On AMD, with hardware cursor, overlay plane must fully cover
- * the primary plane (underlay). AMD does not support this test
- * scenario
- */
- igt_require_f(!is_amdgpu_device(output->display->drm_fd),
- "Overlay must fully cover the primary plane on AMD\n");
-
igt_require(format != 0);
igt_create_pattern_fb(pipe->display->drm_fd, w, h,
--
2.25.1
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira @ 2021-11-04 14:38 ` Simon Ser 2021-11-09 15:52 ` Rodrigo Siqueira Jordao 2021-11-04 15:27 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork ` (3 subsequent siblings) 4 siblings, 1 reply; 10+ messages in thread From: Simon Ser @ 2021-11-04 14:38 UTC (permalink / raw) To: Rodrigo Siqueira; +Cc: igt-dev, Hayden Goodfellow Reviewed-by: Simon Ser <contact@emersion.fr> ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:38 ` Simon Ser @ 2021-11-09 15:52 ` Rodrigo Siqueira Jordao 2021-11-09 17:00 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 10+ messages in thread From: Rodrigo Siqueira Jordao @ 2021-11-09 15:52 UTC (permalink / raw) To: Simon Ser, Rodrigo Siqueira, lakshminarayana.vudum Cc: igt-dev, Hayden Goodfellow Hi Lakshminarayana, It looks like that I got a false-positive from the CI. Here is the patchwork link: https://patchwork.freedesktop.org/series/96573/ Notice that this patch is specific to AMD. On 2021-11-04 10:38 a.m., Simon Ser wrote: > Reviewed-by: Simon Ser <contact@emersion.fr> > Thanks Simon :) Best Regards Siqueira ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-09 15:52 ` Rodrigo Siqueira Jordao @ 2021-11-09 17:00 ` Vudum, Lakshminarayana 2021-11-10 15:25 ` Rodrigo Siqueira Jordao 0 siblings, 1 reply; 10+ messages in thread From: Vudum, Lakshminarayana @ 2021-11-09 17:00 UTC (permalink / raw) To: Rodrigo Siqueira Jordao, Simon Ser, Rodrigo Siqueira Cc: igt-dev@lists.freedesktop.org, Hayden Goodfellow Hi, We have an issue already for the regression failure. Just re-reported the results. https://gitlab.freedesktop.org/drm/intel/-/issues/2867 All tests - dmesg-warn - *ERROR* power well AUX (G)? TBT\d state mismatch (refcount 1/enabled 0) Thanks, Lakshmi. -----Original Message----- From: Rodrigo Siqueira Jordao <rjordrigo@amd.com> Sent: Tuesday, November 9, 2021 7:52 AM To: Simon Ser <contact@emersion.fr>; Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> Cc: igt-dev@lists.freedesktop.org; Harry Wentland <harry.wentland@amd.com>; Nicholas Choi <Nicholas.Choi@amd.com>; Hayden Goodfellow <Hayden.Goodfellow@amd.com>; Mark Yacoub <markyacoub@chromium.org> Subject: Re: [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Hi Lakshminarayana, It looks like that I got a false-positive from the CI. Here is the patchwork link: https://patchwork.freedesktop.org/series/96573/ Notice that this patch is specific to AMD. On 2021-11-04 10:38 a.m., Simon Ser wrote: > Reviewed-by: Simon Ser <contact@emersion.fr> > Thanks Simon :) Best Regards Siqueira ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-09 17:00 ` Vudum, Lakshminarayana @ 2021-11-10 15:25 ` Rodrigo Siqueira Jordao 2021-11-10 16:25 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 10+ messages in thread From: Rodrigo Siqueira Jordao @ 2021-11-10 15:25 UTC (permalink / raw) To: Vudum, Lakshminarayana, Simon Ser, Rodrigo Siqueira Cc: igt-dev@lists.freedesktop.org, Hayden Goodfellow On 2021-11-09 12:00 p.m., Vudum, Lakshminarayana wrote: > Hi, > > We have an issue already for the regression failure. Just re-reported the results. > https://gitlab.freedesktop.org/drm/intel/-/issues/2867>> All tests - dmesg-warn - *ERROR* power well AUX (G)? TBT\d state mismatch (refcount 1/enabled 0) In that case, can I safely apply this patch? Thanks Siqueira > Thanks, > Lakshmi. > -----Original Message----- > From: Rodrigo Siqueira Jordao <rjordrigo@amd.com> > Sent: Tuesday, November 9, 2021 7:52 AM > To: Simon Ser <contact@emersion.fr>; Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> > Cc: igt-dev@lists.freedesktop.org; Harry Wentland <harry.wentland@amd.com>; Nicholas Choi <Nicholas.Choi@amd.com>; Hayden Goodfellow <Hayden.Goodfellow@amd.com>; Mark Yacoub <markyacoub@chromium.org> > Subject: Re: [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" > > Hi Lakshminarayana, > > It looks like that I got a false-positive from the CI. Here is the patchwork link: > > https://patchwork.freedesktop.org/series/96573/>> > Notice that this patch is specific to AMD. > > On 2021-11-04 10:38 a.m., Simon Ser wrote: >> Reviewed-by: Simon Ser <contact@emersion.fr> >> > > Thanks Simon :) > > Best Regards > Siqueira > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-10 15:25 ` Rodrigo Siqueira Jordao @ 2021-11-10 16:25 ` Vudum, Lakshminarayana 0 siblings, 0 replies; 10+ messages in thread From: Vudum, Lakshminarayana @ 2021-11-10 16:25 UTC (permalink / raw) To: Rodrigo Siqueira Jordao, Simon Ser, Rodrigo Siqueira Cc: igt-dev@lists.freedesktop.org, Hayden Goodfellow @Rodrigo Siqueira I see there is a failure from shards which I have just addressed. So, yes now it's ready to apply. Lakshmi. -----Original Message----- From: Rodrigo Siqueira Jordao <rjordrigo@amd.com> Sent: Wednesday, November 10, 2021 7:25 AM To: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Simon Ser <contact@emersion.fr>; Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Cc: igt-dev@lists.freedesktop.org; Harry Wentland <harry.wentland@amd.com>; Nicholas Choi <Nicholas.Choi@amd.com>; Hayden Goodfellow <Hayden.Goodfellow@amd.com>; Mark Yacoub <markyacoub@chromium.org> Subject: Re: [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" On 2021-11-09 12:00 p.m., Vudum, Lakshminarayana wrote: > Hi, > > We have an issue already for the regression failure. Just re-reported the results. > https://gitlab.freedesktop.org/drm/intel/-/issues/2867>> All tests - dmesg-warn - *ERROR* power well AUX (G)? TBT\d state mismatch (refcount 1/enabled 0) In that case, can I safely apply this patch? Thanks Siqueira > Thanks, > Lakshmi. > -----Original Message----- > From: Rodrigo Siqueira Jordao <rjordrigo@amd.com> > Sent: Tuesday, November 9, 2021 7:52 AM > To: Simon Ser <contact@emersion.fr>; Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> > Cc: igt-dev@lists.freedesktop.org; Harry Wentland <harry.wentland@amd.com>; Nicholas Choi <Nicholas.Choi@amd.com>; Hayden Goodfellow <Hayden.Goodfellow@amd.com>; Mark Yacoub <markyacoub@chromium.org> > Subject: Re: [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" > > Hi Lakshminarayana, > > It looks like that I got a false-positive from the CI. Here is the patchwork link: > > https://patchwork.freedesktop.org/series/96573/>> > Notice that this patch is specific to AMD. > > On 2021-11-04 10:38 a.m., Simon Ser wrote: >> Reviewed-by: Simon Ser <contact@emersion.fr> >> > > Thanks Simon :) > > Best Regards > Siqueira > ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira 2021-11-04 14:38 ` Simon Ser @ 2021-11-04 15:27 ` Patchwork 2021-11-09 16:55 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2021-11-04 15:27 UTC (permalink / raw) To: Rodrigo Siqueira; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7999 bytes --] == Series Details == Series: Revert "test/kms_atomic: Skip plane overlay test for amdgpu" URL : https://patchwork.freedesktop.org/series/96573/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10840 -> IGTPW_6376 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6376 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6376, 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/IGTPW_6376/index.html Participating hosts (40 -> 37) ------------------------------ Additional (1): fi-icl-u2 Missing (4): fi-bsw-cyan bat-adlp-4 bat-dg1-6 bat-dg1-5 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6376: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_suspend@basic-s3: - fi-icl-u2: NOTRUN -> [DMESG-WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@gem_exec_suspend@basic-s3.html Known issues ------------ Here are the changes found in IGTPW_6376 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_cs_nop@fork-gfx0: - fi-icl-u2: NOTRUN -> [SKIP][2] ([fdo#109315]) +17 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html * igt@core_hotunplug@unbind-rebind: - fi-tgl-u2: [PASS][3] -> [INCOMPLETE][4] ([i915#4006]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][5] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_rpm@module-reload: - fi-icl-u2: NOTRUN -> [FAIL][6] ([i915#3049]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][7] -> [INCOMPLETE][8] ([i915#2940]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bsw-nick/igt@i915_selftest@live@execlists.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-nick/igt@i915_selftest@live@execlists.html - fi-bsw-n3050: [PASS][9] -> [INCOMPLETE][10] ([i915#2940]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@objects: - fi-icl-u2: NOTRUN -> [DMESG-WARN][11] ([i915#2867]) +5 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@i915_selftest@live@objects.html * igt@kms_chamelium@hdmi-edid-read: - fi-bdw-samus: NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@kms_chamelium@hdmi-edid-read.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][13] ([fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-icl-u2: NOTRUN -> [SKIP][14] ([fdo#109278]) +2 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [PASS][16] -> [DMESG-WARN][17] ([i915#4269]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-bdw-samus: NOTRUN -> [SKIP][18] ([fdo#109271]) +29 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@prime_vgem@basic-userptr: - fi-icl-u2: NOTRUN -> [SKIP][19] ([i915#3301]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-bsw-nick: NOTRUN -> [FAIL][20] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-nick/igt@runner@aborted.html - fi-bsw-n3050: NOTRUN -> [FAIL][21] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-n3050/igt@runner@aborted.html - fi-tgl-u2: NOTRUN -> [FAIL][22] ([i915#1602] / [i915#2722] / [i915#4312]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-tgl-u2/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3: - fi-bdw-samus: [INCOMPLETE][23] -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bdw-samus/igt@gem_exec_suspend@basic-s3.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@gem_exec_suspend@basic-s3.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-skl-6600u: [FAIL][25] ([i915#3239]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049 [i915#3239]: https://gitlab.freedesktop.org/drm/intel/issues/3239 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#4006]: https://gitlab.freedesktop.org/drm/intel/issues/4006 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6273 -> IGTPW_6376 CI-20190529: 20190529 CI_DRM_10840: fd09f2e3683d7fa8894b24a15ab0356fdf922f6c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6376: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html IGT_6273: 311a141910678cd981621d0c1beebb665137b49a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html [-- Attachment #2: Type: text/html, Size: 9682 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira 2021-11-04 14:38 ` Simon Ser 2021-11-04 15:27 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2021-11-09 16:55 ` Patchwork 2021-11-09 18:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-11-10 16:07 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2021-11-09 16:55 UTC (permalink / raw) To: Rodrigo Siqueira; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7421 bytes --] == Series Details == Series: Revert "test/kms_atomic: Skip plane overlay test for amdgpu" URL : https://patchwork.freedesktop.org/series/96573/ State : success == Summary == CI Bug Log - changes from CI_DRM_10840 -> IGTPW_6376 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html Participating hosts (40 -> 37) ------------------------------ Additional (1): fi-icl-u2 Missing (4): fi-bsw-cyan bat-adlp-4 bat-dg1-6 bat-dg1-5 Known issues ------------ Here are the changes found in IGTPW_6376 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_cs_nop@fork-gfx0: - fi-icl-u2: NOTRUN -> [SKIP][1] ([fdo#109315]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html * igt@core_hotunplug@unbind-rebind: - fi-tgl-u2: [PASS][2] -> [INCOMPLETE][3] ([i915#4006]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][4] ([i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_rpm@module-reload: - fi-icl-u2: NOTRUN -> [FAIL][5] ([i915#3049]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][6] -> [INCOMPLETE][7] ([i915#2940]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bsw-nick/igt@i915_selftest@live@execlists.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-nick/igt@i915_selftest@live@execlists.html - fi-bsw-n3050: [PASS][8] -> [INCOMPLETE][9] ([i915#2940]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@objects: - fi-icl-u2: NOTRUN -> [DMESG-WARN][10] ([i915#2867]) +6 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@i915_selftest@live@objects.html * igt@kms_chamelium@hdmi-edid-read: - fi-bdw-samus: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@kms_chamelium@hdmi-edid-read.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][12] ([fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-icl-u2: NOTRUN -> [SKIP][13] ([fdo#109278]) +2 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][14] ([fdo#109285]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - fi-cml-u2: [PASS][15] -> [DMESG-WARN][16] ([i915#4269]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-bdw-samus: NOTRUN -> [SKIP][17] ([fdo#109271]) +29 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@prime_vgem@basic-userptr: - fi-icl-u2: NOTRUN -> [SKIP][18] ([i915#3301]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-bsw-nick: NOTRUN -> [FAIL][19] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-nick/igt@runner@aborted.html - fi-bsw-n3050: NOTRUN -> [FAIL][20] ([fdo#109271] / [i915#1436] / [i915#3428] / [i915#4312]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bsw-n3050/igt@runner@aborted.html - fi-tgl-u2: NOTRUN -> [FAIL][21] ([i915#1602] / [i915#2722] / [i915#4312]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-tgl-u2/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3: - fi-bdw-samus: [INCOMPLETE][22] ([i915#2539]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-bdw-samus/igt@gem_exec_suspend@basic-s3.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-bdw-samus/igt@gem_exec_suspend@basic-s3.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-skl-6600u: [FAIL][24] ([i915#3239]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/fi-skl-6600u/igt@i915_pm_rpm@basic-pci-d3-state.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2539]: https://gitlab.freedesktop.org/drm/intel/issues/2539 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049 [i915#3239]: https://gitlab.freedesktop.org/drm/intel/issues/3239 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#4006]: https://gitlab.freedesktop.org/drm/intel/issues/4006 [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6273 -> IGTPW_6376 CI-20190529: 20190529 CI_DRM_10840: fd09f2e3683d7fa8894b24a15ab0356fdf922f6c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6376: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html IGT_6273: 311a141910678cd981621d0c1beebb665137b49a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html [-- Attachment #2: Type: text/html, Size: 9063 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira ` (2 preceding siblings ...) 2021-11-09 16:55 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2021-11-09 18:47 ` Patchwork 2021-11-10 16:07 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2021-11-09 18:47 UTC (permalink / raw) To: Rodrigo Siqueira; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30278 bytes --] == Series Details == Series: Revert "test/kms_atomic: Skip plane overlay test for amdgpu" URL : https://patchwork.freedesktop.org/series/96573/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10840_full -> IGTPW_6376_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6376_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6376_full, 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/IGTPW_6376/index.html Participating hosts (11 -> 7) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6376_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1: - shard-tglb: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1.html Known issues ------------ Here are the changes found in IGTPW_6376_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@chamelium: - shard-iclb: NOTRUN -> [SKIP][3] ([fdo#111827]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@feature_discovery@chamelium.html * igt@gem_ctx_persistence@engines-hostile: - shard-snb: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#1099]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb2/igt@gem_ctx_persistence@engines-hostile.html * igt@gem_ctx_shared@q-in-order: - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271]) +50 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb5/igt@gem_ctx_shared@q-in-order.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][6] -> [SKIP][7] ([fdo#109271]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl6/igt@gem_exec_fair@basic-pace@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-kbl: [PASS][8] -> [FAIL][9] ([i915#2842]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl6/igt@gem_exec_fair@basic-pace@vcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_whisper@basic-fds-priority: - shard-glk: [PASS][10] -> [DMESG-WARN][11] ([i915#118]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk9/igt@gem_exec_whisper@basic-fds-priority.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk6/igt@gem_exec_whisper@basic-fds-priority.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][12] ([i915#2658]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl6/igt@gem_pread@exhaustion.html - shard-kbl: NOTRUN -> [WARN][13] ([i915#2658]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@gem_pread@exhaustion.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-iclb: NOTRUN -> [SKIP][14] ([i915#768]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_softpin@evict-snoop: - shard-iclb: NOTRUN -> [SKIP][15] ([fdo#109312]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@gem_softpin@evict-snoop.html - shard-tglb: NOTRUN -> [SKIP][16] ([fdo#109312]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@coherency-sync: - shard-tglb: NOTRUN -> [SKIP][17] ([fdo#110542]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-kbl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3323]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-kbl: NOTRUN -> [DMESG-WARN][19] ([i915#3002]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][20] ([i915#2724]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb5/igt@gem_userptr_blits@vma-merge.html - shard-apl: NOTRUN -> [FAIL][21] ([i915#3318]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@gem_userptr_blits@vma-merge.html - shard-iclb: NOTRUN -> [FAIL][22] ([i915#3318]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb8/igt@gem_userptr_blits@vma-merge.html - shard-glk: NOTRUN -> [FAIL][23] ([i915#3318]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk8/igt@gem_userptr_blits@vma-merge.html - shard-kbl: NOTRUN -> [FAIL][24] ([i915#3318]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@gem_userptr_blits@vma-merge.html * igt@gem_workarounds@suspend-resume: - shard-tglb: [PASS][25] -> [INCOMPLETE][26] ([i915#456]) +1 similar issue [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb2/igt@gem_workarounds@suspend-resume.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@gem_workarounds@suspend-resume.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [PASS][27] -> [DMESG-WARN][28] ([i915#180]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl7/igt@gem_workarounds@suspend-resume-context.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@gem_workarounds@suspend-resume-context.html * igt@gen9_exec_parse@bb-start-cmd: - shard-tglb: NOTRUN -> [SKIP][29] ([i915#2856]) +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@gen9_exec_parse@bb-start-cmd.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglb: [PASS][30] -> [WARN][31] ([i915#2681]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@i915_pm_rc6_residency@rc6-fence.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][32] ([fdo#111614]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-iclb: NOTRUN -> [SKIP][33] ([fdo#110725] / [fdo#111614]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-apl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#3777]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#3777]) +2 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][36] ([fdo#111615]) +3 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-glk: NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#3777]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-iclb: NOTRUN -> [SKIP][38] ([fdo#110723]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-tglb: NOTRUN -> [SKIP][39] ([i915#2705]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#3886]) +8 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][41] ([i915#3689]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3886]) +5 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_chamelium@vga-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][43] ([fdo#109271] / [fdo#111827]) +15 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@kms_chamelium@vga-hpd-for-each-pipe.html * igt@kms_color_chamelium@pipe-a-ctm-blue-to-red: - shard-snb: NOTRUN -> [SKIP][44] ([fdo#109271] / [fdo#111827]) +5 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb6/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-iclb: NOTRUN -> [SKIP][45] ([fdo#109284] / [fdo#111827]) +5 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb3/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271] / [fdo#111827]) +4 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk1/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html * igt@kms_color_chamelium@pipe-a-ctm-limited-range: - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [fdo#111827]) +9 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-ctm-limited-range: - shard-tglb: NOTRUN -> [SKIP][48] ([fdo#109284] / [fdo#111827]) +7 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-degamma: - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_color_chamelium@pipe-d-degamma.html * igt@kms_content_protection@atomic: - shard-kbl: NOTRUN -> [TIMEOUT][50] ([i915#1319]) +2 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-apl: NOTRUN -> [TIMEOUT][51] ([i915#1319]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@kms_content_protection@atomic-dpms.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding: - shard-tglb: NOTRUN -> [SKIP][52] ([fdo#109279] / [i915#3359]) +1 similar issue [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding.html - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109278] / [fdo#109279]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb7/igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen: - shard-kbl: NOTRUN -> [SKIP][54] ([fdo#109271]) +155 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][55] ([i915#3359]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-iclb: NOTRUN -> [SKIP][56] ([fdo#109274] / [fdo#109278]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglb: [PASS][57] -> [INCOMPLETE][58] ([i915#2411] / [i915#456]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@kms_fbcon_fbt@fbc-suspend.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-kbl: [PASS][59] -> [DMESG-WARN][60] ([i915#180]) +5 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@kms_flip@flip-vs-suspend@c-dp1.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile: - shard-iclb: [PASS][61] -> [SKIP][62] ([i915#3701]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#2587]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109280]) +6 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-tglb: NOTRUN -> [SKIP][65] ([fdo#111825]) +8 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_pipe_crc_basic@read-crc-pipe-d: - shard-kbl: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#533]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@kms_pipe_crc_basic@read-crc-pipe-d.html - shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#533]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk1/igt@kms_pipe_crc_basic@read-crc-pipe-d.html - shard-apl: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#533]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl8/igt@kms_pipe_crc_basic@read-crc-pipe-d.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][69] ([i915#265]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][70] ([fdo#108145] / [i915#265]) +2 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html - shard-apl: NOTRUN -> [FAIL][71] ([fdo#108145] / [i915#265]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl2/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html * igt@kms_plane_cursor@pipe-d-viewport-size-256: - shard-glk: NOTRUN -> [SKIP][72] ([fdo#109271]) +41 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk2/igt@kms_plane_cursor@pipe-d-viewport-size-256.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-apl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2733]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-glk: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#658]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk9/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-0: - shard-apl: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#658]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1: - shard-kbl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#658]) +4 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html * igt@kms_psr@psr2_dpms: - shard-tglb: NOTRUN -> [FAIL][77] ([i915#132] / [i915#3467]) +1 similar issue [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@kms_psr@psr2_dpms.html * igt@kms_psr@psr2_primary_page_flip: - shard-iclb: [PASS][78] -> [SKIP][79] ([fdo#109441]) +2 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109441]) +1 similar issue [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_setmode@basic: - shard-glk: [PASS][81] -> [FAIL][82] ([i915#31]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk4/igt@kms_setmode@basic.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk4/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-d-ts-continuation-idle-hang: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109278]) +8 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb8/igt@kms_vblank@pipe-d-ts-continuation-idle-hang.html * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame: - shard-apl: NOTRUN -> [SKIP][84] ([fdo#109271]) +98 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl2/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html - shard-tglb: NOTRUN -> [SKIP][85] ([i915#2530]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html - shard-iclb: NOTRUN -> [SKIP][86] ([i915#2530]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html * igt@perf_pmu@event-wait@rcs0: - shard-iclb: NOTRUN -> [SKIP][87] ([fdo#112283]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html - shard-tglb: NOTRUN -> [SKIP][88] ([fdo#112283]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@perf_pmu@event-wait@rcs0.html * igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109291]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html * igt@sysfs_clients@fair-3: - shard-kbl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#2994]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@sysfs_clients@fair-3.html #### Possible fixes #### * igt@gem_ctx_persistence@many-contexts: - shard-iclb: [DMESG-WARN][91] ([i915#4439]) -> [PASS][92] [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@gem_ctx_persistence@many-contexts.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@gem_ctx_persistence@many-contexts.html * igt@gem_eio@in-flight-contexts-immediate: - shard-tglb: [TIMEOUT][93] ([i915#3063]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb5/igt@gem_eio@in-flight-contexts-immediate.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@gem_eio@in-flight-contexts-immediate.html * igt@gem_eio@unwedge-stress: - shard-tglb: [TIMEOUT][95] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][96] [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb7/igt@gem_eio@unwedge-stress.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@gem_eio@unwedge-stress.html - shard-iclb: [TIMEOUT][97] ([i915#2369] / [i915#2481] / [i915#3070]) -> [PASS][98] [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb4/igt@gem_eio@unwedge-stress.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [FAIL][99] ([i915#2842]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@gem_exec_fair@basic-none-share@rcs0.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [FAIL][101] ([i915#2842]) -> [PASS][102] +2 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [FAIL][103] ([i915#2842]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@gem_exec_fair@basic-pace-share@rcs0.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-glk: [FAIL][105] ([i915#2842]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][107] ([i915#2849]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [DMESG-WARN][109] ([i915#1436] / [i915#716]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk3/igt@gen9_exec_parse@allowed-all.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk9/igt@gen9_exec_parse@allowed-all.html * igt@i915_module_load@reload-no-display: - shard-tglb: [DMESG-WARN][111] ([i915#2867]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@i915_module_load@reload-no-display.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@i915_module_load@reload-no-display.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [FAIL][113] ([i915#454]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@i915_pm_dc@dc6-dpms.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-iclb: [FAIL][115] ([i915#2346]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglb: [INCOMPLETE][117] ([i915#456]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb7/igt@kms_fbcon_fbt@psr-suspend.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-kbl: [DMESG-WARN][119] ([i915#180]) -> [PASS][120] +5 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [DMESG-WARN][121] ([i915#180]) -> [PASS][122] +3 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1: - shard-tglb: [DMESG-WARN][123] ([i915#2411] / [i915#2867]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html * igt@kms_psr@psr2_basic: - shard-iclb: [SKIP][125] ([fdo#109441]) -> [PASS][126] +2 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@kms_psr@psr2_basic.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_psr@psr2_basic.html * igt@perf_pmu@module-unload: - shard-tglb: [DMESG-WARN][127] ([i915#262] / [i915#2867]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb5/igt@perf_pmu@module-unload.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@perf_pmu@module-unload.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-apl: [FAIL][129] ([i915#1755]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl8/igt@sysfs_timeslice_duration@timeout@vecs0.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl8/igt@sysfs_timeslice_duration@timeout@vecs0.html - shard-kbl: [FAIL][131] ([i915#1755]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl4/igt@sysfs_timeslice_duration@timeout@vecs0.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-iclb: [SKIP][133] ([i915#658]) -> [SKIP][134] ([i915#588]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb5/igt@i915_pm_dc@dc3co-vpb-simulation.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-iclb: [WARN][135] ([i915#2684]) -> [WARN][136] ([i915#1804] / [i915#2684]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb3/igt@i915_pm_rc6_residency@rc6-idle.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-iclb: [SKIP][137] ([i915#2920]) -> [SKIP][138] ([i915#658]) +2 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5: - shard-iclb: [SKIP][139] ([i915#658]) -> [SKIP][140] ([i915#2920]) +1 similar issue [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html * igt@prime_nv_pcopy@test3_5: - shard-glk: [SKIP][141] ([fdo#109271]) -> [SKIP][142] ([fdo#1092 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html [-- Attachment #2: Type: text/html, Size: 33585 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for Revert "test/kms_atomic: Skip plane overlay test for amdgpu" 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira ` (3 preceding siblings ...) 2021-11-09 18:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2021-11-10 16:07 ` Patchwork 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2021-11-10 16:07 UTC (permalink / raw) To: Rodrigo Siqueira; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30278 bytes --] == Series Details == Series: Revert "test/kms_atomic: Skip plane overlay test for amdgpu" URL : https://patchwork.freedesktop.org/series/96573/ State : success == Summary == CI Bug Log - changes from CI_DRM_10840_full -> IGTPW_6376_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html Participating hosts (11 -> 7) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 Known issues ------------ Here are the changes found in IGTPW_6376_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@chamelium: - shard-iclb: NOTRUN -> [SKIP][1] ([fdo#111827]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@feature_discovery@chamelium.html * igt@gem_ctx_persistence@engines-hostile: - shard-snb: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#1099]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb2/igt@gem_ctx_persistence@engines-hostile.html * igt@gem_ctx_shared@q-in-order: - shard-snb: NOTRUN -> [SKIP][3] ([fdo#109271]) +50 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb5/igt@gem_ctx_shared@q-in-order.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][4] -> [SKIP][5] ([fdo#109271]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl6/igt@gem_exec_fair@basic-pace@rcs0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-kbl: [PASS][6] -> [FAIL][7] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl6/igt@gem_exec_fair@basic-pace@vcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_whisper@basic-fds-priority: - shard-glk: [PASS][8] -> [DMESG-WARN][9] ([i915#118]) +2 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk9/igt@gem_exec_whisper@basic-fds-priority.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk6/igt@gem_exec_whisper@basic-fds-priority.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][10] ([i915#2658]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl6/igt@gem_pread@exhaustion.html - shard-kbl: NOTRUN -> [WARN][11] ([i915#2658]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@gem_pread@exhaustion.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-iclb: NOTRUN -> [SKIP][12] ([i915#768]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_softpin@evict-snoop: - shard-iclb: NOTRUN -> [SKIP][13] ([fdo#109312]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@gem_softpin@evict-snoop.html - shard-tglb: NOTRUN -> [SKIP][14] ([fdo#109312]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@coherency-sync: - shard-tglb: NOTRUN -> [SKIP][15] ([fdo#110542]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-kbl: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#3323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-kbl: NOTRUN -> [DMESG-WARN][17] ([i915#3002]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][18] ([i915#2724]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb5/igt@gem_userptr_blits@vma-merge.html - shard-apl: NOTRUN -> [FAIL][19] ([i915#3318]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@gem_userptr_blits@vma-merge.html - shard-iclb: NOTRUN -> [FAIL][20] ([i915#3318]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb8/igt@gem_userptr_blits@vma-merge.html - shard-glk: NOTRUN -> [FAIL][21] ([i915#3318]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk8/igt@gem_userptr_blits@vma-merge.html - shard-kbl: NOTRUN -> [FAIL][22] ([i915#3318]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@gem_userptr_blits@vma-merge.html * igt@gem_workarounds@suspend-resume: - shard-tglb: [PASS][23] -> [INCOMPLETE][24] ([i915#456]) +1 similar issue [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb2/igt@gem_workarounds@suspend-resume.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@gem_workarounds@suspend-resume.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) +2 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl7/igt@gem_workarounds@suspend-resume-context.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@gem_workarounds@suspend-resume-context.html * igt@gen9_exec_parse@bb-start-cmd: - shard-tglb: NOTRUN -> [SKIP][27] ([i915#2856]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@gen9_exec_parse@bb-start-cmd.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglb: [PASS][28] -> [WARN][29] ([i915#2681]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@i915_pm_rc6_residency@rc6-fence.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][30] ([fdo#111614]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-iclb: NOTRUN -> [SKIP][31] ([fdo#110725] / [fdo#111614]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-apl: NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#3777]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-kbl: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#3777]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][34] ([fdo#111615]) +3 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-glk: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#3777]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-iclb: NOTRUN -> [SKIP][36] ([fdo#110723]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-tglb: NOTRUN -> [SKIP][37] ([i915#2705]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#3886]) +8 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][39] ([i915#3689]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#3886]) +5 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_chamelium@vga-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][41] ([fdo#109271] / [fdo#111827]) +15 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@kms_chamelium@vga-hpd-for-each-pipe.html * igt@kms_color_chamelium@pipe-a-ctm-blue-to-red: - shard-snb: NOTRUN -> [SKIP][42] ([fdo#109271] / [fdo#111827]) +5 similar issues [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-snb6/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-iclb: NOTRUN -> [SKIP][43] ([fdo#109284] / [fdo#111827]) +5 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb3/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-glk: NOTRUN -> [SKIP][44] ([fdo#109271] / [fdo#111827]) +4 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk1/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html * igt@kms_color_chamelium@pipe-a-ctm-limited-range: - shard-apl: NOTRUN -> [SKIP][45] ([fdo#109271] / [fdo#111827]) +9 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-ctm-limited-range: - shard-tglb: NOTRUN -> [SKIP][46] ([fdo#109284] / [fdo#111827]) +7 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html * igt@kms_color_chamelium@pipe-d-degamma: - shard-iclb: NOTRUN -> [SKIP][47] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_color_chamelium@pipe-d-degamma.html * igt@kms_content_protection@atomic: - shard-kbl: NOTRUN -> [TIMEOUT][48] ([i915#1319]) +2 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-apl: NOTRUN -> [TIMEOUT][49] ([i915#1319]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@kms_content_protection@atomic-dpms.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding: - shard-tglb: NOTRUN -> [SKIP][50] ([fdo#109279] / [i915#3359]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding.html - shard-iclb: NOTRUN -> [SKIP][51] ([fdo#109278] / [fdo#109279]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb7/igt@kms_cursor_crc@pipe-b-cursor-512x170-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen: - shard-kbl: NOTRUN -> [SKIP][52] ([fdo#109271]) +155 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][53] ([i915#3359]) +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-iclb: NOTRUN -> [SKIP][54] ([fdo#109274] / [fdo#109278]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglb: [PASS][55] -> [INCOMPLETE][56] ([i915#2411] / [i915#456]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@kms_fbcon_fbt@fbc-suspend.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb7/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-kbl: [PASS][57] -> [DMESG-WARN][58] ([i915#180]) +5 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@kms_flip@flip-vs-suspend@c-dp1.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1: - shard-tglb: [PASS][59] -> [INCOMPLETE][60] ([i915#4492]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb8/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile: - shard-iclb: [PASS][61] -> [SKIP][62] ([i915#3701]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#2587]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109280]) +6 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-tglb: NOTRUN -> [SKIP][65] ([fdo#111825]) +8 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_pipe_crc_basic@read-crc-pipe-d: - shard-kbl: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#533]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@kms_pipe_crc_basic@read-crc-pipe-d.html - shard-glk: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#533]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk1/igt@kms_pipe_crc_basic@read-crc-pipe-d.html - shard-apl: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#533]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl8/igt@kms_pipe_crc_basic@read-crc-pipe-d.html * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][69] ([i915#265]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][70] ([fdo#108145] / [i915#265]) +2 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html - shard-apl: NOTRUN -> [FAIL][71] ([fdo#108145] / [i915#265]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl2/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html * igt@kms_plane_cursor@pipe-d-viewport-size-256: - shard-glk: NOTRUN -> [SKIP][72] ([fdo#109271]) +41 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk2/igt@kms_plane_cursor@pipe-d-viewport-size-256.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-apl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2733]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-glk: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#658]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk9/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-0: - shard-apl: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#658]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1: - shard-kbl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#658]) +4 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html * igt@kms_psr@psr2_dpms: - shard-tglb: NOTRUN -> [FAIL][77] ([i915#132] / [i915#3467]) +1 similar issue [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@kms_psr@psr2_dpms.html * igt@kms_psr@psr2_primary_page_flip: - shard-iclb: [PASS][78] -> [SKIP][79] ([fdo#109441]) +2 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109441]) +1 similar issue [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_setmode@basic: - shard-glk: [PASS][81] -> [FAIL][82] ([i915#31]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk4/igt@kms_setmode@basic.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk4/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-d-ts-continuation-idle-hang: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109278]) +8 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb8/igt@kms_vblank@pipe-d-ts-continuation-idle-hang.html * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame: - shard-apl: NOTRUN -> [SKIP][84] ([fdo#109271]) +98 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl2/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html - shard-tglb: NOTRUN -> [SKIP][85] ([i915#2530]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html - shard-iclb: NOTRUN -> [SKIP][86] ([i915#2530]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html * igt@perf_pmu@event-wait@rcs0: - shard-iclb: NOTRUN -> [SKIP][87] ([fdo#112283]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html - shard-tglb: NOTRUN -> [SKIP][88] ([fdo#112283]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@perf_pmu@event-wait@rcs0.html * igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109291]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html * igt@sysfs_clients@fair-3: - shard-kbl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#2994]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl6/igt@sysfs_clients@fair-3.html #### Possible fixes #### * igt@gem_ctx_persistence@many-contexts: - shard-iclb: [DMESG-WARN][91] ([i915#4439]) -> [PASS][92] [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@gem_ctx_persistence@many-contexts.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb6/igt@gem_ctx_persistence@many-contexts.html * igt@gem_eio@in-flight-contexts-immediate: - shard-tglb: [TIMEOUT][93] ([i915#3063]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb5/igt@gem_eio@in-flight-contexts-immediate.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@gem_eio@in-flight-contexts-immediate.html * igt@gem_eio@unwedge-stress: - shard-tglb: [TIMEOUT][95] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][96] [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb7/igt@gem_eio@unwedge-stress.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@gem_eio@unwedge-stress.html - shard-iclb: [TIMEOUT][97] ([i915#2369] / [i915#2481] / [i915#3070]) -> [PASS][98] [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb4/igt@gem_eio@unwedge-stress.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [FAIL][99] ([i915#2842]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@gem_exec_fair@basic-none-share@rcs0.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [FAIL][101] ([i915#2842]) -> [PASS][102] +2 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [FAIL][103] ([i915#2842]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@gem_exec_fair@basic-pace-share@rcs0.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-glk: [FAIL][105] ([i915#2842]) -> [PASS][106] [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][107] ([i915#2849]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [DMESG-WARN][109] ([i915#1436] / [i915#716]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk3/igt@gen9_exec_parse@allowed-all.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk9/igt@gen9_exec_parse@allowed-all.html * igt@i915_module_load@reload-no-display: - shard-tglb: [DMESG-WARN][111] ([i915#2867]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@i915_module_load@reload-no-display.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb3/igt@i915_module_load@reload-no-display.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [FAIL][113] ([i915#454]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@i915_pm_dc@dc6-dpms.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-iclb: [FAIL][115] ([i915#2346]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb4/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-tglb: [INCOMPLETE][117] ([i915#456]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb7/igt@kms_fbcon_fbt@psr-suspend.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-kbl: [DMESG-WARN][119] ([i915#180]) -> [PASS][120] +5 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl1/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [DMESG-WARN][121] ([i915#180]) -> [PASS][122] +3 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1: - shard-tglb: [DMESG-WARN][123] ([i915#2411] / [i915#2867]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb6/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html * igt@kms_psr@psr2_basic: - shard-iclb: [SKIP][125] ([fdo#109441]) -> [PASS][126] +2 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb3/igt@kms_psr@psr2_basic.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_psr@psr2_basic.html * igt@perf_pmu@module-unload: - shard-tglb: [DMESG-WARN][127] ([i915#262] / [i915#2867]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-tglb5/igt@perf_pmu@module-unload.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-tglb2/igt@perf_pmu@module-unload.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-apl: [FAIL][129] ([i915#1755]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-apl8/igt@sysfs_timeslice_duration@timeout@vecs0.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-apl8/igt@sysfs_timeslice_duration@timeout@vecs0.html - shard-kbl: [FAIL][131] ([i915#1755]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-kbl4/igt@sysfs_timeslice_duration@timeout@vecs0.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-kbl2/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-iclb: [SKIP][133] ([i915#658]) -> [SKIP][134] ([i915#588]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb5/igt@i915_pm_dc@dc3co-vpb-simulation.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-iclb: [WARN][135] ([i915#2684]) -> [WARN][136] ([i915#1804] / [i915#2684]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb3/igt@i915_pm_rc6_residency@rc6-idle.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-iclb: [SKIP][137] ([i915#2920]) -> [SKIP][138] ([i915#658]) +2 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb5/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5: - shard-iclb: [SKIP][139] ([i915#658]) -> [SKIP][140] ([i915#2920]) +1 similar issue [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-iclb4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html * igt@prime_nv_pcopy@test3_5: - shard-glk: [SKIP][141] ([fdo#109271]) -> [SKIP][142] ([fdo#109271] / [i915#1888]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10840/shard-glk2/igt@prime_nv_pcopy@test3_5.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/shard-glk2/igt@prime_nv_pcopy@test3_5.html * igt@runner@aborted: - shard-kbl: ([FAIL][143], [FAIL][144], [FAIL][145], [FAIL][146], [FAIL][147], [FAIL][148], [FAIL][149]) ([i915#1436] / [i915#180] / [i915#1814] / [i915#3002] / [i915#3363] / [i915#4312]) -> ([FAIL == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6376/index.html [-- Attachment #2: Type: text/html, Size: 33600 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-11-10 16:25 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-04 14:22 [igt-dev] [PATCH i-g-t] Revert "test/kms_atomic: Skip plane overlay test for amdgpu" Rodrigo Siqueira 2021-11-04 14:38 ` Simon Ser 2021-11-09 15:52 ` Rodrigo Siqueira Jordao 2021-11-09 17:00 ` Vudum, Lakshminarayana 2021-11-10 15:25 ` Rodrigo Siqueira Jordao 2021-11-10 16:25 ` Vudum, Lakshminarayana 2021-11-04 15:27 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2021-11-09 16:55 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2021-11-09 18:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2021-11-10 16:07 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox