All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC.
@ 2021-03-23 15:08 Mark Yacoub
  2021-03-24  9:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Mark Yacoub @ 2021-03-23 15:08 UTC (permalink / raw)
  To: igt-dev; +Cc: seanpaul, petri.latvala, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

Setup all plane params before committing anything.
Do not disable Primary Plane whenever a CRTC is getting enabled.

AMD Driver requires the primary plane to be enabled whenever the CRTC is, otherwise
drm_mode_cursor_universal may end up trying to enable the cursor plane while all other
planes are disabled, which is not supported by the hardware.

Tested on Delbin and Volteer with no regression or added latency.

---
 tests/kms_atomic_transition.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index 9689bf4d..cfa04dcd 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -172,7 +172,7 @@ wm_setup_plane(data_t *data, enum pipe pipe,
 			continue;
 
 		if (!mask || !(parms[i].mask & mask)) {
-			if (plane->values[IGT_PLANE_FB_ID]) {
+			if (plane->values[IGT_PLANE_FB_ID] && plane->type != DRM_PLANE_TYPE_PRIMARY) {
 				igt_plane_set_fb(plane, NULL);
 				planes_set_up++;
 			}
@@ -516,10 +516,9 @@ run_transition_test(data_t *data, enum pipe pipe, igt_output_t *output,
 		igt_output_set_pipe(output, pipe);
 	}
 
-	igt_display_commit2(&data->display, COMMIT_ATOMIC);
-
 	setup_parms(data, pipe, mode, &fb, &argb_fb, &sprite_fb, parms, &iter_max);
-
+	igt_display_commit2(&data->display, COMMIT_ATOMIC);
+	
 	/*
 	 * In some configurations the tests may not run to completion with all
 	 * sprite planes lit up at 4k resolution, try decreasing width/size of secondary
-- 
2.31.0.rc2.261.g7f71774620-goog

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
@ 2021-03-24  9:38 ` Patchwork
  2021-03-24 20:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2021-03-24  9:38 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 3682 bytes --]

== Series Details ==

Series: tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
URL   : https://patchwork.freedesktop.org/series/88327/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9888 -> IGTPW_5654
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

Known issues
------------

  Here are the changes found in IGTPW_5654 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_linear_blits@basic:
    - fi-kbl-8809g:       [PASS][1] -> [TIMEOUT][2] ([i915#2502] / [i915#3145]) +1 similar issue
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/fi-kbl-8809g/igt@gem_linear_blits@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/fi-kbl-8809g/igt@gem_linear_blits@basic.html

  * igt@i915_pm_rpm@module-reload:
    - fi-cfl-guc:         [PASS][3] -> [INCOMPLETE][4] ([i915#2405])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/fi-cfl-guc/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live@client:
    - fi-glk-dsi:         [PASS][5] -> [DMESG-FAIL][6] ([i915#3047])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/fi-glk-dsi/igt@i915_selftest@live@client.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/fi-glk-dsi/igt@i915_selftest@live@client.html

  * igt@prime_self_import@basic-with_one_bo_two_files:
    - fi-tgl-y:           [PASS][7] -> [DMESG-WARN][8] ([i915#402]) +1 similar issue
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/fi-tgl-y/igt@prime_self_import@basic-with_one_bo_two_files.html

  
#### Possible fixes ####

  * igt@debugfs_test@read_all_entries:
    - fi-tgl-y:           [DMESG-WARN][9] ([i915#402]) -> [PASS][10] +2 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/fi-tgl-y/igt@debugfs_test@read_all_entries.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/fi-tgl-y/igt@debugfs_test@read_all_entries.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#2405]: https://gitlab.freedesktop.org/drm/intel/issues/2405
  [i915#2502]: https://gitlab.freedesktop.org/drm/intel/issues/2502
  [i915#3047]: https://gitlab.freedesktop.org/drm/intel/issues/3047
  [i915#3145]: https://gitlab.freedesktop.org/drm/intel/issues/3145
  [i915#3180]: https://gitlab.freedesktop.org/drm/intel/issues/3180
  [i915#3278]: https://gitlab.freedesktop.org/drm/intel/issues/3278
  [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402


Participating hosts (46 -> 39)
------------------------------

  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-dg1-1 fi-icl-y fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6044 -> IGTPW_5654

  CI-20190529: 20190529
  CI_DRM_9888: ca56c631f8e90919088316d8298685a017b8350f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5654: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html
  IGT_6044: 2c2fc6470646eb5e25fc6ea02449ef744f8b70c2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

[-- Attachment #1.2: Type: text/html, Size: 4257 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
  2021-03-24  9:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2) Patchwork
@ 2021-03-24 20:36 ` Patchwork
  2021-03-25 16:59   ` Mark Yacoub
  2021-03-26 16:35 ` Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Patchwork @ 2021-03-24 20:36 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30292 bytes --]

== Series Details ==

Series: tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
URL   : https://patchwork.freedesktop.org/series/88327/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5654_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5654_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_5654/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_5654_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - shard-snb:          [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html

  
Known issues
------------

  Here are the changes found in IGTPW_5654_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-3x:
    - shard-glk:          NOTRUN -> [SKIP][3] ([fdo#109271]) +72 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html
    - shard-iclb:         NOTRUN -> [SKIP][4] ([i915#1839])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html
    - shard-tglb:         NOTRUN -> [SKIP][5] ([i915#1839])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][6] ([fdo#109314])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html
    - shard-iclb:         NOTRUN -> [SKIP][7] ([fdo#109314])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@legacy-engines-mixed:
    - shard-snb:          NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#1099]) +5 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][9] ([i915#2846])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          NOTRUN -> [FAIL][10] ([i915#2846])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html
    - shard-apl:          NOTRUN -> [FAIL][11] ([i915#2846])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-kbl:          [PASS][12] -> [FAIL][13] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][14] -> [FAIL][15] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][16] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglb:         [PASS][17] -> [FAIL][18] ([i915#2842])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][19] ([i915#2842]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [PASS][20] -> [FAIL][21] ([i915#2842]) +1 similar issue
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][22] ([fdo#109283])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][23] ([fdo#109283])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-many-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][24] ([i915#2389])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html

  * igt@gem_exec_reloc@basic-parallel:
    - shard-kbl:          NOTRUN -> [TIMEOUT][25] ([i915#3183])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html
    - shard-tglb:         NOTRUN -> [TIMEOUT][26] ([i915#3183])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html
    - shard-apl:          NOTRUN -> [TIMEOUT][27] ([i915#3183])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html
    - shard-iclb:         NOTRUN -> [TIMEOUT][28] ([i915#3183])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html
    - shard-glk:          NOTRUN -> [TIMEOUT][29] ([i915#3183])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html

  * igt@gem_exec_schedule@u-fairslice@bcs0:
    - shard-iclb:         [PASS][30] -> [DMESG-WARN][31] ([i915#2803])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html

  * igt@gem_exec_schedule@u-fairslice@rcs0:
    - shard-apl:          [PASS][32] -> [DMESG-WARN][33] ([i915#1610])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html

  * igt@gem_exec_schedule@u-fairslice@vecs0:
    - shard-kbl:          [PASS][34] -> [DMESG-WARN][35] ([i915#1610] / [i915#2803])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-apl:          NOTRUN -> [WARN][36] ([i915#2658])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][37] ([i915#768])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_softpin@evict-snoop:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#109312])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([fdo#110542]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][40] ([fdo#109290])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
    - shard-snb:          NOTRUN -> [SKIP][41] ([fdo#109271]) +353 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html

  * igt@gen3_render_tiledx_blits:
    - shard-tglb:         NOTRUN -> [SKIP][42] ([fdo#109289]) +1 similar issue
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html

  * igt@gen9_exec_parse@bb-secure:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#112306]) +3 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#112306]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_hangman@engine-error@rcs0:
    - shard-apl:          NOTRUN -> [SKIP][45] ([fdo#109271]) +188 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#1937])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [PASS][47] -> [INCOMPLETE][48] ([i915#2782])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@kms_big_fb@linear-16bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111614]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][50] ([fdo#110725] / [fdo#111614]) +1 similar issue
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#111615]) +5 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_chamelium@dp-hpd-storm:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +10 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html

  * igt@kms_chamelium@hdmi-edid-read:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +12 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html

  * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium@hdmi-mode-timings:
    - shard-snb:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +20 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html

  * igt@kms_color@pipe-c-degamma:
    - shard-iclb:         NOTRUN -> [FAIL][56] ([i915#1149])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html

  * igt@kms_color@pipe-d-ctm-0-5:
    - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109278] / [i915#1149]) +1 similar issue
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
    - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +21 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
    - shard-glk:          NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html

  * igt@kms_content_protection@srm:
    - shard-apl:          NOTRUN -> [TIMEOUT][60] ([i915#1319])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#109278] / [fdo#109279])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([fdo#109279])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109278]) +11 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([fdo#109274] / [fdo#109278]) +2 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
    - shard-glk:          NOTRUN -> [FAIL][65] ([i915#52] / [i915#54])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
    - shard-glk:          [PASS][66] -> [FAIL][67] ([i915#52] / [i915#54]) +2 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274]) +4 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
    - shard-tglb:         NOTRUN -> [FAIL][69] ([i915#2122])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-apl:          [PASS][70] -> [DMESG-WARN][71] ([i915#180])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
    - shard-apl:          NOTRUN -> [FAIL][72] ([i915#2641])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2672])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#2642])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#111825]) +27 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
    - shard-iclb:         NOTRUN -> [SKIP][76] ([fdo#109280]) +15 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
    - shard-iclb:         [PASS][77] -> [FAIL][78] ([i915#49]) +2 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][79] ([fdo#109271]) +85 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_invalid_dotclock:
    - shard-tglb:         NOTRUN -> [SKIP][80] ([fdo#110577])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html
    - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109310])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#533]) +1 similar issue
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
    - shard-glk:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +1 similar issue
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#533]) +2 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-apl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
    - shard-glk:          NOTRUN -> [FAIL][87] ([fdo#108145] / [i915#265])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
    - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html

  * igt@kms_plane_lowres@pipe-a-tiling-none:
    - shard-glk:          NOTRUN -> [FAIL][89] ([i915#899])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html

  * igt@kms_plane_lowres@pipe-b-tiling-yf:
    - shard-iclb:         [PASS][90] -> [FAIL][91] ([i915#899])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-iclb:         NOTRUN -> [SKIP][92] ([i915#1836])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html
    - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#1836])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#658]) +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
    - shard-kbl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
    - shard-iclb:         NOTRUN -> [SKIP][96] ([i915#2920])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) +3 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-glk:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#658]) +4 similar issues
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html
    - shard-tglb:         NOTRUN -> [FAIL][99] ([i915#2596])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html
    - shard-iclb:         NOTRUN -> [SKIP][100] ([fdo#109642] / [fdo#111068] / [i915#658])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109642] / [fdo#111068] / [i915#658])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][103] -> [SKIP][104] ([fdo#109441]) +1 similar issue
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         NOTRUN -> [SKIP][105] ([fdo#109441])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_vrr@flip-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][106] ([fdo#109502])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([fdo#109502])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-tglb:         NOTRUN -> [SKIP][108] ([i915#2437])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-kbl:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2437])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-glk:          NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-iclb:         NOTRUN -> [SKIP][111] ([i915#2437])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-apl:          NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2437])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
    - shard-iclb:         NOTRUN -> [SKIP][113] ([i915#2530])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html
    - shard-tglb:         NOTRUN -> [SKIP][114] ([i915#2530])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html

  * igt@perf@per-context-mode-unprivileged:
    - shard-iclb:         NOTRUN -> [SKIP][115] ([fdo#109289])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html

  * igt@perf@polling-parameterized:
    - shard-apl:          [PASS][116] -> [FAIL][117] ([i915#1542])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html

  * igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
    - shard-iclb:         NOTRUN -> [SKIP][118] ([fdo#109291]) +2 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html

  * igt@prime_nv_pcopy@test3_2:
    - shard-tglb:         NOTRUN -> [SKIP][119] ([fdo#109291]) +2 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html

  * igt@prime_vgem@fence-write-hang:
    - shard-iclb:         NOTRUN -> [SKIP][120] ([fdo#109295])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html
    - shard-tglb:         NOTRUN -> [SKIP][121] ([fdo#109295])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html

  * igt@sysfs_clients@recycle:
    - shard-apl:          NOTRUN -> [FAIL][122] ([i915#3028])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@recycle-many:
    - shard-iclb:         [PASS][123] -> [FAIL][124] ([i915#3028])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html
    - shard-kbl:          [PASS][125] -> [FAIL][126] ([i915#3028])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html
    - shard-tglb:         [PASS][127] -> [FAIL][128] ([i915#3028])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html

  * igt@sysfs_clients@sema-10@rcs0:
    - shard-apl:          [PASS][129] -> [SKIP][130] ([fdo#109271] / [i915#3026])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html

  * igt@sysfs_clients@split-10@bcs0:
    - shard-apl:          NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3026])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html

  * igt@sysfs_heartbeat_interval@mixed@rcs0:
    - shard-kbl:          [PASS][132] -> [INCOMPLETE][133] ([i915#1731])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [SKIP][134] ([i915#658]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html

  * igt@gem_eio@in-flight-contexts-immediate:
    - shard-tglb:         [TIMEOUT][136] ([i915#3063]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [FAIL][138] ([i915#2842]) -> [PASS][139] +1 similar issue
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-kbl:          [FAIL][140] ([i915#2842]) -> [PASS][141] +3 similar issues
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

[-- Attachment #1.2: Type: text/html, Size: 33881 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-24 20:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-03-25 16:59   ` Mark Yacoub
  2021-03-26  9:25     ` Petri Latvala
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Yacoub @ 2021-03-25 16:59 UTC (permalink / raw)
  To: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 31162 bytes --]

I don't think this is me but just an unrelated flake, can someone please
take a look?

On Wed, Mar 24, 2021 at 4:36 PM Patchwork <patchwork@emeril.freedesktop.org>
wrote:

> *Patch Details*
> *Series:* tests/kms_atomic_transition: Enable Primary Plane on Enabling
> CRTC. (rev2)
> *URL:* https://patchwork.freedesktop.org/series/88327/
> *State:* failure
> *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_5654_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_5654_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_5654/index.html
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_5654_full:
> IGT changes Possible regressions
>
>    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
>       - shard-snb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
>
> Known issues
>
> Here are the changes found in IGTPW_5654_full that come from known issues:
> IGT changes Issues hit
>
>    -
>
>    igt@feature_discovery@display-3x:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
>       ([fdo#109271]) +72 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
>       ([i915#1839])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
>       ([i915#1839])
>       -
>
>    igt@gem_ctx_param@set-priority-not-supported:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
>       ([fdo#109314])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
>       ([fdo#109314])
>       -
>
>    igt@gem_ctx_persistence@legacy-engines-mixed:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
>       ([fdo#109271] / [i915#1099]) +5 similar issues
>    -
>
>    igt@gem_exec_fair@basic-deadline:
>    -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
>       ([i915#2846])
>       -
>
>       shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
>       ([i915#2846])
>       -
>
>       shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
>       ([i915#2846])
>       -
>
>    igt@gem_exec_fair@basic-none-rrul@rcs0:
>    - shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
>       ([i915#2842])
>    -
>
>    igt@gem_exec_fair@basic-none-share@rcs0:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       ([i915#2842])
>    -
>
>    igt@gem_exec_fair@basic-none-vip@rcs0:
>    - shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
>       ([i915#2842])
>    -
>
>    igt@gem_exec_fair@basic-pace@rcs0:
>    - shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
>       ([i915#2842])
>    -
>
>    igt@gem_exec_fair@basic-pace@vcs1:
>    - shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
>       ([i915#2842]) +2 similar issues
>    -
>
>    igt@gem_exec_fair@basic-throttle@rcs0:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
>       ([i915#2842]) +1 similar issue
>    -
>
>    igt@gem_exec_params@no-vebox:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
>       ([fdo#109283])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
>       ([fdo#109283])
>       -
>
>    igt@gem_exec_reloc@basic-many-active@vcs1:
>    - shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
>       ([i915#2389])
>    -
>
>    igt@gem_exec_reloc@basic-parallel:
>    -
>
>       shard-kbl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
>       ([i915#3183])
>       -
>
>       shard-tglb: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
>       ([i915#3183])
>       -
>
>       shard-apl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
>       ([i915#3183])
>       -
>
>       shard-iclb: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
>       ([i915#3183])
>       -
>
>       shard-glk: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
>       ([i915#3183])
>       -
>
>    igt@gem_exec_schedule@u-fairslice@bcs0:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
>       ([i915#2803])
>    -
>
>    igt@gem_exec_schedule@u-fairslice@rcs0:
>    - shard-apl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
>       ([i915#1610])
>    -
>
>    igt@gem_exec_schedule@u-fairslice@vecs0:
>    - shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
>       ([i915#1610] / [i915#2803])
>    -
>
>    igt@gem_pwrite@basic-exhaustion:
>    - shard-apl: NOTRUN -> WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
>       ([i915#2658])
>    -
>
>    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
>       ([i915#768])
>    -
>
>    igt@gem_softpin@evict-snoop:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
>       ([fdo#109312])
>    -
>
>    igt@gem_userptr_blits@coherency-unsync:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
>       ([fdo#110542]) +1 similar issue
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
>       ([fdo#109290])
>       -
>
>    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
>       ([fdo#109271]) +353 similar issues
>    -
>
>    igt@gen3_render_tiledx_blits:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
>       ([fdo#109289]) +1 similar issue
>    -
>
>    igt@gen9_exec_parse@bb-secure:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
>       ([fdo#112306]) +3 similar issues
>    -
>
>    igt@gen9_exec_parse@valid-registers:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
>       ([fdo#112306]) +3 similar issues
>    -
>
>    igt@i915_hangman@engine-error@rcs0:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
>       ([fdo#109271]) +188 similar issues
>    -
>
>    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
>       ([fdo#109271] / [i915#1937])
>    -
>
>    igt@i915_selftest@live@hangcheck:
>    - shard-snb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
>       ([i915#2782])
>    -
>
>    igt@kms_big_fb@linear-16bpp-rotate-270:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
>       ([fdo#111614]) +1 similar issue
>    -
>
>    igt@kms_big_fb@linear-64bpp-rotate-270:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
>       ([fdo#110725] / [fdo#111614]) +1 similar issue
>    -
>
>    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
>       ([fdo#111615]) +5 similar issues
>    -
>
>    igt@kms_chamelium@dp-hpd-storm:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
>       ([fdo#109284] / [fdo#111827]) +10 similar issues
>    -
>
>    igt@kms_chamelium@hdmi-edid-read:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
>       ([fdo#109284] / [fdo#111827]) +12 similar issues
>    -
>
>    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
>       ([fdo#109271] / [fdo#111827]) +14 similar issues
>    -
>
>    igt@kms_chamelium@hdmi-mode-timings:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
>       ([fdo#109271] / [fdo#111827]) +20 similar issues
>    -
>
>    igt@kms_color@pipe-c-degamma:
>    - shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
>       ([i915#1149])
>    -
>
>    igt@kms_color@pipe-d-ctm-0-5:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
>       ([fdo#109278] / [i915#1149]) +1 similar issue
>    -
>
>    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
>       ([fdo#109271] / [fdo#111827]) +21 similar issues
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
>       ([fdo#109271] / [fdo#111827]) +13 similar issues
>       -
>
>    igt@kms_content_protection@srm:
>    - shard-apl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
>       ([i915#1319])
>    -
>
>    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
>       ([fdo#109278] / [fdo#109279])
>    -
>
>    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
>       ([fdo#109279])
>    -
>
>    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
>       ([fdo#109278]) +11 similar issues
>    -
>
>    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
>       ([fdo#109274] / [fdo#109278]) +2 similar issues
>    -
>
>    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
>    - shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
>       ([i915#52] / [i915#54])
>    -
>
>    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
>       ([i915#52] / [i915#54]) +2 similar issues
>    -
>
>    igt@kms_flip@2x-nonexisting-fb:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
>       ([fdo#109274]) +4 similar issues
>    -
>
>    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
>    - shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
>       ([i915#2122])
>    -
>
>    igt@kms_flip@flip-vs-suspend@a-dp1:
>    - shard-apl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
>       ([i915#180])
>    -
>
>    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
>       ([i915#2641])
>    -
>
>    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
>       ([fdo#109271] / [i915#2672])
>    -
>
>    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
>       ([fdo#109271] / [i915#2642])
>    -
>
>    igt@kms_frontbuffer_tracking@fbc-2p-rte:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
>       ([fdo#111825]) +27 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
>       ([fdo#109280]) +15 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
>       ([i915#49]) +2 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
>       ([fdo#109271]) +85 similar issues
>    -
>
>    igt@kms_invalid_dotclock:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
>       ([fdo#110577])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
>       ([fdo#109310])
>       -
>
>    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
>       ([fdo#109271] / [i915#533]) +1 similar issue
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
>       ([fdo#109271] / [i915#533]) +1 similar issue
>       -
>
>    igt@kms_pipe_crc_basic@read-crc-pipe-d:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
>       ([fdo#109271] / [i915#533]) +2 similar issues
>    -
>
>    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
>       ([fdo#108145] / [i915#265])
>    -
>
>    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
>       ([i915#265])
>    -
>
>    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
>    -
>
>       shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
>       ([fdo#108145] / [i915#265])
>       -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
>       ([fdo#108145] / [i915#265])
>       -
>
>    igt@kms_plane_lowres@pipe-a-tiling-none:
>    - shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
>       ([i915#899])
>    -
>
>    igt@kms_plane_lowres@pipe-b-tiling-yf:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
>       ([i915#899])
>    -
>
>    igt@kms_prime@basic-crc@first-to-second:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
>       ([i915#1836])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
>       ([i915#1836])
>       -
>
>    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
>       ([i915#658]) +1 similar issue
>       -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
>       ([fdo#109271] / [i915#658]) +4 similar issues
>       -
>
>    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
>       ([i915#2920])
>    -
>
>    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
>       ([fdo#109271] / [i915#658]) +3 similar issues
>    -
>
>    igt@kms_psr2_su@frontbuffer:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
>       ([fdo#109271] / [i915#658]) +4 similar issues
>       -
>
>       shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
>       ([i915#2596])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
>       ([fdo#109642] / [fdo#111068] / [i915#658])
>       -
>
>    igt@kms_psr2_su@page_flip:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
>       ([fdo#109642] / [fdo#111068] / [i915#658])
>    -
>
>    igt@kms_psr@psr2_primary_mmap_cpu:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
>       ([fdo#109441]) +1 similar issue
>    -
>
>    igt@kms_psr@psr2_sprite_mmap_gtt:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
>       ([fdo#109441])
>    -
>
>    igt@kms_vrr@flip-suspend:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
>       ([fdo#109502])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
>       ([fdo#109502])
>       -
>
>    igt@kms_writeback@writeback-invalid-parameters:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
>       ([i915#2437])
>       -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
>       ([fdo#109271] / [i915#2437])
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
>       ([fdo#109271] / [i915#2437])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
>       ([i915#2437])
>       -
>
>    igt@kms_writeback@writeback-pixel-formats:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
>       ([fdo#109271] / [i915#2437])
>    -
>
>    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
>       ([i915#2530])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
>       ([i915#2530])
>       -
>
>    igt@perf@per-context-mode-unprivileged:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
>       ([fdo#109289])
>    -
>
>    igt@perf@polling-parameterized:
>    - shard-apl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
>       ([i915#1542])
>    -
>
>    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
>       ([fdo#109291]) +2 similar issues
>    -
>
>    igt@prime_nv_pcopy@test3_2:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
>       ([fdo#109291]) +2 similar issues
>    -
>
>    igt@prime_vgem@fence-write-hang:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
>       ([fdo#109295])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
>       ([fdo#109295])
>       -
>
>    igt@sysfs_clients@recycle:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
>       ([i915#3028])
>    -
>
>    igt@sysfs_clients@recycle-many:
>    -
>
>       shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
>       ([i915#3028])
>       -
>
>       shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
>       ([i915#3028])
>       -
>
>       shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
>       ([i915#3028])
>       -
>
>    igt@sysfs_clients@sema-10@rcs0:
>    - shard-apl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
>       ([fdo#109271] / [i915#3026])
>    -
>
>    igt@sysfs_clients@split-10@bcs0:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
>       ([fdo#109271] / [i915#3026])
>    -
>
>    igt@sysfs_heartbeat_interval@mixed@rcs0:
>    - shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
>       ([i915#1731])
>
> Possible fixes
>
>    -
>
>    igt@feature_discovery@psr2:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
>       ([i915#658]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
>    -
>
>    igt@gem_eio@in-flight-contexts-immediate:
>    - shard-tglb: TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
>       ([i915#3063]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
>    -
>
>    igt@gem_exec_fair@basic-flow@rcs0:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
>       ([i915#2842]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
>       +1 similar issue
>    -
>
>    igt@gem_exec_fair@basic-none@vcs0:
>    - shard-kbl: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
>       ([i915#2842]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
>       issues
>
>

[-- Attachment #1.2: Type: text/html, Size: 37181 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-25 16:59   ` Mark Yacoub
@ 2021-03-26  9:25     ` Petri Latvala
  2021-03-26 17:39       ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 15+ messages in thread
From: Petri Latvala @ 2021-03-26  9:25 UTC (permalink / raw)
  To: Mark Yacoub, Lakshminarayana Vudum; +Cc: igt-dev

(Aside: Please subscribe to the mailing list to avoid delays with mail
delivery. Your mails get held in moderation queue without it.)

On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> I don't think this is me but just an unrelated flake, can someone please
> take a look?


Yep, a false positive. Lakshmi, see below.




> 
> On Wed, Mar 24, 2021 at 4:36 PM Patchwork <patchwork@emeril.freedesktop.org>
> wrote:
> 
> > *Patch Details*
> > *Series:* tests/kms_atomic_transition: Enable Primary Plane on Enabling
> > CRTC. (rev2)
> > *URL:* https://patchwork.freedesktop.org/series/88327/
> > *State:* failure
> > *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> >
> > *FAILURE*
> >
> > Serious unknown changes coming with IGTPW_5654_full absolutely need to be
> > verified manually.
> >
> > If you think the reported changes have nothing to do with the changes
> > introduced in IGTPW_5654_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_5654/index.html
> > Possible new issues
> >
> > Here are the unknown changes that may have been introduced in
> > IGTPW_5654_full:
> > IGT changes Possible regressions
> >
> >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> >       - shard-snb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> >
> > Known issues
> >
> > Here are the changes found in IGTPW_5654_full that come from known issues:
> > IGT changes Issues hit
> >
> >    -
> >
> >    igt@feature_discovery@display-3x:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> >       ([fdo#109271]) +72 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >    igt@gem_ctx_param@set-priority-not-supported:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> >       ([fdo#109314])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> >       ([fdo#109314])
> >       -
> >
> >    igt@gem_ctx_persistence@legacy-engines-mixed:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> >       ([fdo#109271] / [i915#1099]) +5 similar issues
> >    -
> >
> >    igt@gem_exec_fair@basic-deadline:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-share@rcs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-vip@rcs0:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@rcs0:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vcs1:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([i915#2842]) +2 similar issues
> >    -
> >
> >    igt@gem_exec_fair@basic-throttle@rcs0:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2842]) +1 similar issue
> >    -
> >
> >    igt@gem_exec_params@no-vebox:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >    igt@gem_exec_reloc@basic-many-active@vcs1:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> >       ([i915#2389])
> >    -
> >
> >    igt@gem_exec_reloc@basic-parallel:
> >    -
> >
> >       shard-kbl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-tglb: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-iclb: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-glk: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >    igt@gem_exec_schedule@u-fairslice@bcs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> >       ([i915#2803])
> >    -
> >
> >    igt@gem_exec_schedule@u-fairslice@rcs0:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> >       ([i915#1610])
> >    -
> >
> >    igt@gem_exec_schedule@u-fairslice@vecs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> >       ([i915#1610] / [i915#2803])
> >    -
> >
> >    igt@gem_pwrite@basic-exhaustion:
> >    - shard-apl: NOTRUN -> WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> >       ([i915#2658])
> >    -
> >
> >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> >       ([i915#768])
> >    -
> >
> >    igt@gem_softpin@evict-snoop:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> >       ([fdo#109312])
> >    -
> >
> >    igt@gem_userptr_blits@coherency-unsync:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> >       ([fdo#110542]) +1 similar issue
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> >       ([fdo#109290])
> >       -
> >
> >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> >       ([fdo#109271]) +353 similar issues
> >    -
> >
> >    igt@gen3_render_tiledx_blits:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> >       ([fdo#109289]) +1 similar issue
> >    -
> >
> >    igt@gen9_exec_parse@bb-secure:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> >       ([fdo#112306]) +3 similar issues
> >    -
> >
> >    igt@gen9_exec_parse@valid-registers:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> >       ([fdo#112306]) +3 similar issues
> >    -
> >
> >    igt@i915_hangman@engine-error@rcs0:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> >       ([fdo#109271]) +188 similar issues
> >    -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >    -
> >
> >    igt@i915_selftest@live@hangcheck:
> >    - shard-snb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> >       ([i915#2782])
> >    -
> >
> >    igt@kms_big_fb@linear-16bpp-rotate-270:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> >       ([fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@linear-64bpp-rotate-270:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> >       ([fdo#111615]) +5 similar issues
> >    -
> >
> >    igt@kms_chamelium@dp-hpd-storm:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-edid-read:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-mode-timings:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> >    -
> >
> >    igt@kms_color@pipe-c-degamma:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> >       ([i915#1149])
> >    -
> >
> >    igt@kms_color@pipe-d-ctm-0-5:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> >       ([fdo#109278] / [i915#1149]) +1 similar issue
> >    -
> >
> >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >       -
> >
> >    igt@kms_content_protection@srm:
> >    - shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> >       ([fdo#109278] / [fdo#109279])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> >       ([fdo#109279])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> >       ([fdo#109278]) +11 similar issues
> >    -
> >
> >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> >    -
> >
> >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> >       ([i915#52] / [i915#54])
> >    -
> >
> >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> >       ([i915#52] / [i915#54]) +2 similar issues
> >    -
> >
> >    igt@kms_flip@2x-nonexisting-fb:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> >       ([fdo#109274]) +4 similar issues
> >    -
> >
> >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> >       ([i915#2122])
> >    -
> >
> >    igt@kms_flip@flip-vs-suspend@a-dp1:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> >       ([i915#180])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> >       ([i915#2641])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> >       ([fdo#109271] / [i915#2672])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> >       ([fdo#111825]) +27 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> >       ([fdo#109280]) +15 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> >       ([i915#49]) +2 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> >       ([fdo#109271]) +85 similar issues
> >    -
> >
> >    igt@kms_invalid_dotclock:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> >       ([fdo#110577])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> >       ([fdo#109310])
> >       -
> >
> >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +1 similar issue
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +1 similar issue
> >       -
> >
> >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +2 similar issues
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> >    -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> >       ([fdo#108145] / [i915#265])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> >       ([fdo#108145] / [i915#265])
> >       -
> >
> >    igt@kms_plane_lowres@pipe-a-tiling-none:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> >       ([i915#899])
> >    -
> >
> >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> >       ([i915#899])
> >    -
> >
> >    igt@kms_prime@basic-crc@first-to-second:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> >       ([i915#1836])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> >       ([i915#1836])
> >       -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> >       ([i915#658]) +1 similar issue
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >       -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> >       ([i915#2920])
> >    -
> >
> >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> >       ([fdo#109271] / [i915#658]) +3 similar issues
> >    -
> >
> >    igt@kms_psr2_su@frontbuffer:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> >       ([i915#2596])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> >       ([fdo#109642] / [fdo#111068] / [i915#658])
> >       -
> >
> >    igt@kms_psr2_su@page_flip:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> >       ([fdo#109642] / [fdo#111068] / [i915#658])
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_cpu:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_psr@psr2_sprite_mmap_gtt:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> >       ([fdo#109441])
> >    -
> >
> >    igt@kms_vrr@flip-suspend:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> >       ([fdo#109502])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> >       ([fdo#109502])
> >       -
> >
> >    igt@kms_writeback@writeback-invalid-parameters:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([i915#2437])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([i915#2437])
> >       -
> >
> >    igt@kms_writeback@writeback-pixel-formats:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437])
> >    -
> >
> >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> >       ([i915#2530])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> >       ([i915#2530])
> >       -
> >
> >    igt@perf@per-context-mode-unprivileged:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> >       ([fdo#109289])
> >    -
> >
> >    igt@perf@polling-parameterized:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> >       ([i915#1542])
> >    -
> >
> >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> >       ([fdo#109291]) +2 similar issues
> >    -
> >
> >    igt@prime_nv_pcopy@test3_2:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> >       ([fdo#109291]) +2 similar issues
> >    -
> >
> >    igt@prime_vgem@fence-write-hang:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> >       ([fdo#109295])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> >       ([fdo#109295])
> >       -
> >
> >    igt@sysfs_clients@recycle:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> >       ([i915#3028])
> >    -
> >
> >    igt@sysfs_clients@recycle-many:
> >    -
> >
> >       shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >       shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >       shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >    igt@sysfs_clients@sema-10@rcs0:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> >       ([fdo#109271] / [i915#3026])
> >    -
> >
> >    igt@sysfs_clients@split-10@bcs0:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> >       ([fdo#109271] / [i915#3026])
> >    -
> >
> >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> >       ([i915#1731])
> >
> > Possible fixes
> >
> >    -
> >
> >    igt@feature_discovery@psr2:
> >    - shard-iclb: SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> >       ([i915#658]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> >    -
> >
> >    igt@gem_eio@in-flight-contexts-immediate:
> >    - shard-tglb: TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> >       ([i915#3063]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> >    -
> >
> >    igt@gem_exec_fair@basic-flow@rcs0:
> >    - shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> >       +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-none@vcs0:
> >    - shard-kbl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> >       issues
> >
> >

> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
  2021-03-24  9:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2) Patchwork
  2021-03-24 20:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-03-26 16:35 ` Patchwork
  2021-03-26 17:23 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  2021-04-12 16:21 ` [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
  4 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2021-03-26 16:35 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30292 bytes --]

== Series Details ==

Series: tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
URL   : https://patchwork.freedesktop.org/series/88327/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_5654_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_5654_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_5654/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_5654_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - shard-snb:          [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html

  
Known issues
------------

  Here are the changes found in IGTPW_5654_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-3x:
    - shard-glk:          NOTRUN -> [SKIP][3] ([fdo#109271]) +72 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html
    - shard-iclb:         NOTRUN -> [SKIP][4] ([i915#1839])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html
    - shard-tglb:         NOTRUN -> [SKIP][5] ([i915#1839])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][6] ([fdo#109314])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html
    - shard-iclb:         NOTRUN -> [SKIP][7] ([fdo#109314])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@legacy-engines-mixed:
    - shard-snb:          NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#1099]) +5 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][9] ([i915#2846])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          NOTRUN -> [FAIL][10] ([i915#2846])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html
    - shard-apl:          NOTRUN -> [FAIL][11] ([i915#2846])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-kbl:          [PASS][12] -> [FAIL][13] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][14] -> [FAIL][15] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][16] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglb:         [PASS][17] -> [FAIL][18] ([i915#2842])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][19] ([i915#2842]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [PASS][20] -> [FAIL][21] ([i915#2842]) +1 similar issue
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][22] ([fdo#109283])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][23] ([fdo#109283])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-many-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][24] ([i915#2389])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html

  * igt@gem_exec_reloc@basic-parallel:
    - shard-kbl:          NOTRUN -> [TIMEOUT][25] ([i915#3183])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html
    - shard-tglb:         NOTRUN -> [TIMEOUT][26] ([i915#3183])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html
    - shard-apl:          NOTRUN -> [TIMEOUT][27] ([i915#3183])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html
    - shard-iclb:         NOTRUN -> [TIMEOUT][28] ([i915#3183])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html
    - shard-glk:          NOTRUN -> [TIMEOUT][29] ([i915#3183])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html

  * igt@gem_exec_schedule@u-fairslice@bcs0:
    - shard-iclb:         [PASS][30] -> [DMESG-WARN][31] ([i915#2803])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html

  * igt@gem_exec_schedule@u-fairslice@rcs0:
    - shard-apl:          [PASS][32] -> [DMESG-WARN][33] ([i915#1610])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html

  * igt@gem_exec_schedule@u-fairslice@vecs0:
    - shard-kbl:          [PASS][34] -> [DMESG-WARN][35] ([i915#1610] / [i915#2803])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-apl:          NOTRUN -> [WARN][36] ([i915#2658])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][37] ([i915#768])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_softpin@evict-snoop:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#109312])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([fdo#110542]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][40] ([fdo#109290])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
    - shard-snb:          NOTRUN -> [SKIP][41] ([fdo#109271]) +353 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html

  * igt@gen3_render_tiledx_blits:
    - shard-tglb:         NOTRUN -> [SKIP][42] ([fdo#109289]) +1 similar issue
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html

  * igt@gen9_exec_parse@bb-secure:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#112306]) +3 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#112306]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_hangman@engine-error@rcs0:
    - shard-apl:          NOTRUN -> [SKIP][45] ([fdo#109271]) +188 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#1937])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [PASS][47] -> [INCOMPLETE][48] ([i915#2782])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@kms_big_fb@linear-16bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111614]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][50] ([fdo#110725] / [fdo#111614]) +1 similar issue
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#111615]) +5 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_chamelium@dp-hpd-storm:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +10 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html

  * igt@kms_chamelium@hdmi-edid-read:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +12 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html

  * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium@hdmi-mode-timings:
    - shard-snb:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +20 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html

  * igt@kms_color@pipe-c-degamma:
    - shard-iclb:         NOTRUN -> [FAIL][56] ([i915#1149])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html

  * igt@kms_color@pipe-d-ctm-0-5:
    - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109278] / [i915#1149]) +1 similar issue
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
    - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +21 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
    - shard-glk:          NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html

  * igt@kms_content_protection@srm:
    - shard-apl:          NOTRUN -> [TIMEOUT][60] ([i915#1319])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#109278] / [fdo#109279])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([fdo#109279])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109278]) +11 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([fdo#109274] / [fdo#109278]) +2 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
    - shard-glk:          NOTRUN -> [FAIL][65] ([i915#52] / [i915#54])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
    - shard-glk:          [PASS][66] -> [FAIL][67] ([i915#52] / [i915#54]) +2 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274]) +4 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
    - shard-tglb:         NOTRUN -> [FAIL][69] ([i915#2122])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-apl:          [PASS][70] -> [DMESG-WARN][71] ([i915#180])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
    - shard-apl:          NOTRUN -> [FAIL][72] ([i915#2641])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2672])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#2642])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#111825]) +27 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
    - shard-iclb:         NOTRUN -> [SKIP][76] ([fdo#109280]) +15 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
    - shard-iclb:         [PASS][77] -> [FAIL][78] ([i915#49]) +2 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][79] ([fdo#109271]) +85 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_invalid_dotclock:
    - shard-tglb:         NOTRUN -> [SKIP][80] ([fdo#110577])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html
    - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109310])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#533]) +1 similar issue
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
    - shard-glk:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#533]) +1 similar issue
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#533]) +2 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-apl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
    - shard-glk:          NOTRUN -> [FAIL][87] ([fdo#108145] / [i915#265])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
    - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html

  * igt@kms_plane_lowres@pipe-a-tiling-none:
    - shard-glk:          NOTRUN -> [FAIL][89] ([i915#899])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html

  * igt@kms_plane_lowres@pipe-b-tiling-yf:
    - shard-iclb:         [PASS][90] -> [FAIL][91] ([i915#899])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-iclb:         NOTRUN -> [SKIP][92] ([i915#1836])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html
    - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#1836])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#658]) +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
    - shard-kbl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
    - shard-iclb:         NOTRUN -> [SKIP][96] ([i915#2920])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) +3 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-glk:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#658]) +4 similar issues
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html
    - shard-tglb:         NOTRUN -> [FAIL][99] ([i915#2596])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html
    - shard-iclb:         NOTRUN -> [SKIP][100] ([fdo#109642] / [fdo#111068] / [i915#658])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109642] / [fdo#111068] / [i915#658])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][103] -> [SKIP][104] ([fdo#109441]) +1 similar issue
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         NOTRUN -> [SKIP][105] ([fdo#109441])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_vrr@flip-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][106] ([fdo#109502])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([fdo#109502])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-tglb:         NOTRUN -> [SKIP][108] ([i915#2437])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-kbl:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2437])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-glk:          NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-iclb:         NOTRUN -> [SKIP][111] ([i915#2437])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-apl:          NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2437])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
    - shard-iclb:         NOTRUN -> [SKIP][113] ([i915#2530])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html
    - shard-tglb:         NOTRUN -> [SKIP][114] ([i915#2530])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html

  * igt@perf@per-context-mode-unprivileged:
    - shard-iclb:         NOTRUN -> [SKIP][115] ([fdo#109289])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html

  * igt@perf@polling-parameterized:
    - shard-apl:          [PASS][116] -> [FAIL][117] ([i915#1542])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html

  * igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
    - shard-iclb:         NOTRUN -> [SKIP][118] ([fdo#109291]) +2 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html

  * igt@prime_nv_pcopy@test3_2:
    - shard-tglb:         NOTRUN -> [SKIP][119] ([fdo#109291]) +2 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html

  * igt@prime_vgem@fence-write-hang:
    - shard-iclb:         NOTRUN -> [SKIP][120] ([fdo#109295])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html
    - shard-tglb:         NOTRUN -> [SKIP][121] ([fdo#109295])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html

  * igt@sysfs_clients@recycle:
    - shard-apl:          NOTRUN -> [FAIL][122] ([i915#3028])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@recycle-many:
    - shard-iclb:         [PASS][123] -> [FAIL][124] ([i915#3028])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html
    - shard-kbl:          [PASS][125] -> [FAIL][126] ([i915#3028])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html
    - shard-tglb:         [PASS][127] -> [FAIL][128] ([i915#3028])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html

  * igt@sysfs_clients@sema-10@rcs0:
    - shard-apl:          [PASS][129] -> [SKIP][130] ([fdo#109271] / [i915#3026])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html

  * igt@sysfs_clients@split-10@bcs0:
    - shard-apl:          NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3026])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html

  * igt@sysfs_heartbeat_interval@mixed@rcs0:
    - shard-kbl:          [PASS][132] -> [INCOMPLETE][133] ([i915#1731])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [SKIP][134] ([i915#658]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html

  * igt@gem_eio@in-flight-contexts-immediate:
    - shard-tglb:         [TIMEOUT][136] ([i915#3063]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [FAIL][138] ([i915#2842]) -> [PASS][139] +1 similar issue
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-kbl:          [FAIL][140] ([i915#2842]) -> [PASS][141] +3 similar issues
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

[-- Attachment #1.2: Type: text/html, Size: 33881 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
                   ` (2 preceding siblings ...)
  2021-03-26 16:35 ` Patchwork
@ 2021-03-26 17:23 ` Patchwork
  2021-04-12 16:21 ` [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
  4 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2021-03-26 17:23 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30292 bytes --]

== Series Details ==

Series: tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
URL   : https://patchwork.freedesktop.org/series/88327/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

Known issues
------------

  Here are the changes found in IGTPW_5654_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-3x:
    - shard-glk:          NOTRUN -> [SKIP][1] ([fdo#109271]) +72 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html
    - shard-iclb:         NOTRUN -> [SKIP][2] ([i915#1839])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html
    - shard-tglb:         NOTRUN -> [SKIP][3] ([i915#1839])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][4] ([fdo#109314])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html
    - shard-iclb:         NOTRUN -> [SKIP][5] ([fdo#109314])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@legacy-engines-mixed:
    - shard-snb:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +5 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][7] ([i915#2846])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          NOTRUN -> [FAIL][8] ([i915#2846])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html
    - shard-apl:          NOTRUN -> [FAIL][9] ([i915#2846])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-kbl:          [PASS][10] -> [FAIL][11] ([i915#2842])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][12] -> [FAIL][13] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][14] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglb:         [PASS][15] -> [FAIL][16] ([i915#2842])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][17] ([i915#2842]) +2 similar issues
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [PASS][18] -> [FAIL][19] ([i915#2842]) +1 similar issue
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109283])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][21] ([fdo#109283])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-many-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][22] ([i915#2389])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html

  * igt@gem_exec_reloc@basic-parallel:
    - shard-kbl:          NOTRUN -> [TIMEOUT][23] ([i915#3183])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html
    - shard-tglb:         NOTRUN -> [TIMEOUT][24] ([i915#3183])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html
    - shard-apl:          NOTRUN -> [TIMEOUT][25] ([i915#3183])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html
    - shard-iclb:         NOTRUN -> [TIMEOUT][26] ([i915#3183])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html
    - shard-glk:          NOTRUN -> [TIMEOUT][27] ([i915#3183])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html

  * igt@gem_exec_schedule@u-fairslice@bcs0:
    - shard-iclb:         [PASS][28] -> [DMESG-WARN][29] ([i915#2803])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html

  * igt@gem_exec_schedule@u-fairslice@rcs0:
    - shard-apl:          [PASS][30] -> [DMESG-WARN][31] ([i915#1610])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html

  * igt@gem_exec_schedule@u-fairslice@vecs0:
    - shard-kbl:          [PASS][32] -> [DMESG-WARN][33] ([i915#1610] / [i915#2803])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-apl:          NOTRUN -> [WARN][34] ([i915#2658])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][35] ([i915#768])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_softpin@evict-snoop:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109312])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][37] ([fdo#110542]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][38] ([fdo#109290])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
    - shard-snb:          NOTRUN -> [SKIP][39] ([fdo#109271]) +353 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html

  * igt@gen3_render_tiledx_blits:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#109289]) +1 similar issue
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html

  * igt@gen9_exec_parse@bb-secure:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#112306]) +3 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-iclb:         NOTRUN -> [SKIP][42] ([fdo#112306]) +3 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_hangman@engine-error@rcs0:
    - shard-apl:          NOTRUN -> [SKIP][43] ([fdo#109271]) +188 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
    - shard-apl:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#1937])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [PASS][45] -> [INCOMPLETE][46] ([i915#2782])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@kms_big_fb@linear-16bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][47] ([fdo#111614]) +1 similar issue
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][48] ([fdo#110725] / [fdo#111614]) +1 similar issue
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111615]) +5 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_chamelium@dp-hpd-storm:
    - shard-iclb:         NOTRUN -> [SKIP][50] ([fdo#109284] / [fdo#111827]) +10 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html

  * igt@kms_chamelium@hdmi-edid-read:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +12 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html

  * igt@kms_chamelium@hdmi-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html

  * igt@kms_chamelium@hdmi-mode-timings:
    - shard-snb:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +20 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html

  * igt@kms_color@pipe-c-degamma:
    - shard-iclb:         NOTRUN -> [FAIL][54] ([i915#1149])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html

  * igt@kms_color@pipe-d-ctm-0-5:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#1149]) +1 similar issue
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
    - shard-apl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +21 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
    - shard-glk:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html

  * igt@kms_content_protection@srm:
    - shard-apl:          NOTRUN -> [TIMEOUT][58] ([i915#1319])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
    - shard-iclb:         NOTRUN -> [SKIP][59] ([fdo#109278] / [fdo#109279])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([fdo#109279])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#109278]) +11 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-iclb:         NOTRUN -> [SKIP][62] ([fdo#109274] / [fdo#109278]) +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
    - shard-glk:          NOTRUN -> [FAIL][63] ([i915#52] / [i915#54])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
    - shard-glk:          [PASS][64] -> [FAIL][65] ([i915#52] / [i915#54]) +2 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109274]) +4 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
    - shard-tglb:         NOTRUN -> [FAIL][67] ([i915#2122])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-apl:          [PASS][68] -> [DMESG-WARN][69] ([i915#180])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
    - shard-apl:          NOTRUN -> [FAIL][70] ([i915#2641])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#2672])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#2642])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-rte:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([fdo#111825]) +27 similar issues
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109280]) +15 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
    - shard-iclb:         [PASS][75] -> [FAIL][76] ([i915#49]) +2 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][77] ([fdo#109271]) +85 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_invalid_dotclock:
    - shard-tglb:         NOTRUN -> [SKIP][78] ([fdo#110577])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html
    - shard-iclb:         NOTRUN -> [SKIP][79] ([fdo#109310])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][80] ([fdo#109271] / [i915#533]) +1 similar issue
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
    - shard-glk:          NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#533]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#533]) +2 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - shard-snb:          [PASS][83] -> [DMESG-WARN][84] ([i915#3305])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-apl:          NOTRUN -> [FAIL][85] ([fdo#108145] / [i915#265])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][86] ([i915#265])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
    - shard-glk:          NOTRUN -> [FAIL][87] ([fdo#108145] / [i915#265])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
    - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html

  * igt@kms_plane_lowres@pipe-a-tiling-none:
    - shard-glk:          NOTRUN -> [FAIL][89] ([i915#899])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html

  * igt@kms_plane_lowres@pipe-b-tiling-yf:
    - shard-iclb:         [PASS][90] -> [FAIL][91] ([i915#899])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html

  * igt@kms_prime@basic-crc@first-to-second:
    - shard-iclb:         NOTRUN -> [SKIP][92] ([i915#1836])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html
    - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#1836])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#658]) +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
    - shard-kbl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
    - shard-iclb:         NOTRUN -> [SKIP][96] ([i915#2920])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) +3 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-glk:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#658]) +4 similar issues
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html
    - shard-tglb:         NOTRUN -> [FAIL][99] ([i915#2596])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html
    - shard-iclb:         NOTRUN -> [SKIP][100] ([fdo#109642] / [fdo#111068] / [i915#658])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr2_su@page_flip:
    - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109642] / [fdo#111068] / [i915#658])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][103] -> [SKIP][104] ([fdo#109441]) +1 similar issue
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         NOTRUN -> [SKIP][105] ([fdo#109441])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_vrr@flip-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][106] ([fdo#109502])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([fdo#109502])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-tglb:         NOTRUN -> [SKIP][108] ([i915#2437])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-kbl:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2437])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-glk:          NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-iclb:         NOTRUN -> [SKIP][111] ([i915#2437])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-apl:          NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2437])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
    - shard-iclb:         NOTRUN -> [SKIP][113] ([i915#2530])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html
    - shard-tglb:         NOTRUN -> [SKIP][114] ([i915#2530])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html

  * igt@perf@per-context-mode-unprivileged:
    - shard-iclb:         NOTRUN -> [SKIP][115] ([fdo#109289])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html

  * igt@perf@polling-parameterized:
    - shard-apl:          [PASS][116] -> [FAIL][117] ([i915#1542])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html

  * igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
    - shard-iclb:         NOTRUN -> [SKIP][118] ([fdo#109291]) +2 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html

  * igt@prime_nv_pcopy@test3_2:
    - shard-tglb:         NOTRUN -> [SKIP][119] ([fdo#109291]) +2 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html

  * igt@prime_vgem@fence-write-hang:
    - shard-iclb:         NOTRUN -> [SKIP][120] ([fdo#109295])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html
    - shard-tglb:         NOTRUN -> [SKIP][121] ([fdo#109295])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html

  * igt@sysfs_clients@recycle:
    - shard-apl:          NOTRUN -> [FAIL][122] ([i915#3028])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@recycle-many:
    - shard-iclb:         [PASS][123] -> [FAIL][124] ([i915#3028])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html
    - shard-kbl:          [PASS][125] -> [FAIL][126] ([i915#3028])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html
    - shard-tglb:         [PASS][127] -> [FAIL][128] ([i915#3028])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html

  * igt@sysfs_clients@sema-10@rcs0:
    - shard-apl:          [PASS][129] -> [SKIP][130] ([fdo#109271] / [i915#3026])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html

  * igt@sysfs_clients@split-10@bcs0:
    - shard-apl:          NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3026])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html

  * igt@sysfs_heartbeat_interval@mixed@rcs0:
    - shard-kbl:          [PASS][132] -> [INCOMPLETE][133] ([i915#1731])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [SKIP][134] ([i915#658]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html

  * igt@gem_eio@in-flight-contexts-immediate:
    - shard-tglb:         [TIMEOUT][136] ([i915#3063]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [FAIL][138] ([i915#2842]) -> [PASS][139] +1 similar issue
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-kbl:          [FAIL][140] ([i915#2842]) -> [PASS][141] +3 similar issues
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl3/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-glk:          [FAIL][142] ([i915#2842]) -> [PASS][143] +2 similar issues
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-pace@vecs0.html
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_reloc@basic-many-active@rcs0:
    - shard-glk:

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html

[-- Attachment #1.2: Type: text/html, Size: 33923 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-26  9:25     ` Petri Latvala
@ 2021-03-26 17:39       ` Vudum, Lakshminarayana
  2021-03-29 14:10         ` Mark Yacoub
  0 siblings, 1 reply; 15+ messages in thread
From: Vudum, Lakshminarayana @ 2021-03-26 17:39 UTC (permalink / raw)
  To: Latvala, Petri, Mark Yacoub; +Cc: igt-dev

Re-reported.

-----Original Message-----
From: Petri Latvala <petri.latvala@intel.com> 
Sent: Friday, March 26, 2021 2:26 AM
To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)

(Aside: Please subscribe to the mailing list to avoid delays with mail delivery. Your mails get held in moderation queue without it.)

On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> I don't think this is me but just an unrelated flake, can someone 
> please take a look?


Yep, a false positive. Lakshmi, see below.




> 
> On Wed, Mar 24, 2021 at 4:36 PM Patchwork 
> <patchwork@emeril.freedesktop.org>
> wrote:
> 
> > *Patch Details*
> > *Series:* tests/kms_atomic_transition: Enable Primary Plane on 
> > Enabling CRTC. (rev2)
> > *URL:* https://patchwork.freedesktop.org/series/88327/
> > *State:* failure
> > *Details:* 
> > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI 
> > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> >
> > *FAILURE*
> >
> > Serious unknown changes coming with IGTPW_5654_full absolutely need 
> > to be verified manually.
> >
> > If you think the reported changes have nothing to do with the 
> > changes introduced in IGTPW_5654_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_5654/index.html
> > Possible new issues
> >
> > Here are the unknown changes that may have been introduced in
> > IGTPW_5654_full:
> > IGT changes Possible regressions
> >
> >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> >       - shard-snb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> >       -> DMESG-WARN
> >       
> > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> >
> > Known issues
> >
> > Here are the changes found in IGTPW_5654_full that come from known issues:
> > IGT changes Issues hit
> >
> >    -
> >
> >    igt@feature_discovery@display-3x:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> >       ([fdo#109271]) +72 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >    igt@gem_ctx_param@set-priority-not-supported:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> >       ([fdo#109314])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> >       ([fdo#109314])
> >       -
> >
> >    igt@gem_ctx_persistence@legacy-engines-mixed:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> >       ([fdo#109271] / [i915#1099]) +5 similar issues
> >    -
> >
> >    igt@gem_exec_fair@basic-deadline:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >       -
> >
> >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-share@rcs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-vip@rcs0:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@rcs0:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vcs1:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([i915#2842]) +2 similar issues
> >    -
> >
> >    igt@gem_exec_fair@basic-throttle@rcs0:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2842]) +1 similar issue
> >    -
> >
> >    igt@gem_exec_params@no-vebox:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >    igt@gem_exec_reloc@basic-many-active@vcs1:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> >       ([i915#2389])
> >    -
> >
> >    igt@gem_exec_reloc@basic-parallel:
> >    -
> >
> >       shard-kbl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-tglb: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-iclb: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >       shard-glk: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> >       ([i915#3183])
> >       -
> >
> >    igt@gem_exec_schedule@u-fairslice@bcs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> >       ([i915#2803])
> >    -
> >
> >    igt@gem_exec_schedule@u-fairslice@rcs0:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> >       ([i915#1610])
> >    -
> >
> >    igt@gem_exec_schedule@u-fairslice@vecs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> >       ([i915#1610] / [i915#2803])
> >    -
> >
> >    igt@gem_pwrite@basic-exhaustion:
> >    - shard-apl: NOTRUN -> WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> >       ([i915#2658])
> >    -
> >
> >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> >       ([i915#768])
> >    -
> >
> >    igt@gem_softpin@evict-snoop:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> >       ([fdo#109312])
> >    -
> >
> >    igt@gem_userptr_blits@coherency-unsync:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> >       ([fdo#110542]) +1 similar issue
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> >       ([fdo#109290])
> >       -
> >
> >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> >       ([fdo#109271]) +353 similar issues
> >    -
> >
> >    igt@gen3_render_tiledx_blits:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> >       ([fdo#109289]) +1 similar issue
> >    -
> >
> >    igt@gen9_exec_parse@bb-secure:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> >       ([fdo#112306]) +3 similar issues
> >    -
> >
> >    igt@gen9_exec_parse@valid-registers:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> >       ([fdo#112306]) +3 similar issues
> >    -
> >
> >    igt@i915_hangman@engine-error@rcs0:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> >       ([fdo#109271]) +188 similar issues
> >    -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >    -
> >
> >    igt@i915_selftest@live@hangcheck:
> >    - shard-snb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> >       ([i915#2782])
> >    -
> >
> >    igt@kms_big_fb@linear-16bpp-rotate-270:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> >       ([fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@linear-64bpp-rotate-270:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> >       ([fdo#111615]) +5 similar issues
> >    -
> >
> >    igt@kms_chamelium@dp-hpd-storm:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-edid-read:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> >    -
> >
> >    igt@kms_chamelium@hdmi-mode-timings:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> >    -
> >
> >    igt@kms_color@pipe-c-degamma:
> >    - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> >       ([i915#1149])
> >    -
> >
> >    igt@kms_color@pipe-d-ctm-0-5:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> >       ([fdo#109278] / [i915#1149]) +1 similar issue
> >    -
> >
> >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >       -
> >
> >    igt@kms_content_protection@srm:
> >    - shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> >       ([fdo#109278] / [fdo#109279])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> >       ([fdo#109279])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> >       ([fdo#109278]) +11 similar issues
> >    -
> >
> >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> >    -
> >
> >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> >       ([i915#52] / [i915#54])
> >    -
> >
> >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> >       ([i915#52] / [i915#54]) +2 similar issues
> >    -
> >
> >    igt@kms_flip@2x-nonexisting-fb:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> >       ([fdo#109274]) +4 similar issues
> >    -
> >
> >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> >       ([i915#2122])
> >    -
> >
> >    igt@kms_flip@flip-vs-suspend@a-dp1:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> >       ([i915#180])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> >       ([i915#2641])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> >       ([fdo#109271] / [i915#2672])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> >       ([fdo#111825]) +27 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> >       ([fdo#109280]) +15 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> >       ([i915#49]) +2 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> >       ([fdo#109271]) +85 similar issues
> >    -
> >
> >    igt@kms_invalid_dotclock:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> >       ([fdo#110577])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> >       ([fdo#109310])
> >       -
> >
> >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +1 similar issue
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +1 similar issue
> >       -
> >
> >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +2 similar issues
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> >    -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> >       ([fdo#108145] / [i915#265])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> >       ([fdo#108145] / [i915#265])
> >       -
> >
> >    igt@kms_plane_lowres@pipe-a-tiling-none:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> >       ([i915#899])
> >    -
> >
> >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> >       ([i915#899])
> >    -
> >
> >    igt@kms_prime@basic-crc@first-to-second:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> >       ([i915#1836])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> >       ([i915#1836])
> >       -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> >       ([i915#658]) +1 similar issue
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >       -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> >       ([i915#2920])
> >    -
> >
> >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> >       ([fdo#109271] / [i915#658]) +3 similar issues
> >    -
> >
> >    igt@kms_psr2_su@frontbuffer:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> >       ([i915#2596])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> >       ([fdo#109642] / [fdo#111068] / [i915#658])
> >       -
> >
> >    igt@kms_psr2_su@page_flip:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> >       ([fdo#109642] / [fdo#111068] / [i915#658])
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_cpu:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_psr@psr2_sprite_mmap_gtt:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> >       ([fdo#109441])
> >    -
> >
> >    igt@kms_vrr@flip-suspend:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> >       ([fdo#109502])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> >       ([fdo#109502])
> >       -
> >
> >    igt@kms_writeback@writeback-invalid-parameters:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([i915#2437])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> >       ([i915#2437])
> >       -
> >
> >    igt@kms_writeback@writeback-pixel-formats:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437])
> >    -
> >
> >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> >       ([i915#2530])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> >       ([i915#2530])
> >       -
> >
> >    igt@perf@per-context-mode-unprivileged:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> >       ([fdo#109289])
> >    -
> >
> >    igt@perf@polling-parameterized:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> >       ([i915#1542])
> >    -
> >
> >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> >       ([fdo#109291]) +2 similar issues
> >    -
> >
> >    igt@prime_nv_pcopy@test3_2:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> >       ([fdo#109291]) +2 similar issues
> >    -
> >
> >    igt@prime_vgem@fence-write-hang:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> >       ([fdo#109295])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> >       ([fdo#109295])
> >       -
> >
> >    igt@sysfs_clients@recycle:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> >       ([i915#3028])
> >    -
> >
> >    igt@sysfs_clients@recycle-many:
> >    -
> >
> >       shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >       shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >       shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> >       ([i915#3028])
> >       -
> >
> >    igt@sysfs_clients@sema-10@rcs0:
> >    - shard-apl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> >       ([fdo#109271] / [i915#3026])
> >    -
> >
> >    igt@sysfs_clients@split-10@bcs0:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> >       ([fdo#109271] / [i915#3026])
> >    -
> >
> >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> >       ([i915#1731])
> >
> > Possible fixes
> >
> >    -
> >
> >    igt@feature_discovery@psr2:
> >    - shard-iclb: SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> >       ([i915#658]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> >    -
> >
> >    igt@gem_eio@in-flight-contexts-immediate:
> >    - shard-tglb: TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> >       ([i915#3063]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> >    -
> >
> >    igt@gem_exec_fair@basic-flow@rcs0:
> >    - shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> >       +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-none@vcs0:
> >    - shard-kbl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> >       issues
> >
> >

> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-26 17:39       ` Vudum, Lakshminarayana
@ 2021-03-29 14:10         ` Mark Yacoub
  2021-03-29 14:19           ` Petri Latvala
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Yacoub @ 2021-03-29 14:10 UTC (permalink / raw)
  To: Vudum, Lakshminarayana; +Cc: igt-dev, Mark Yacoub, Latvala, Petri

Hi Lakshmi, is it still re-reported as false positive?

On Fri, Mar 26, 2021 at 1:39 PM Vudum, Lakshminarayana
<lakshminarayana.vudum@intel.com> wrote:
>
> Re-reported.
>
> -----Original Message-----
> From: Petri Latvala <petri.latvala@intel.com>
> Sent: Friday, March 26, 2021 2:26 AM
> To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
>
> (Aside: Please subscribe to the mailing list to avoid delays with mail delivery. Your mails get held in moderation queue without it.)
>
> On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> > I don't think this is me but just an unrelated flake, can someone
> > please take a look?
>
>
> Yep, a false positive. Lakshmi, see below.
>
>
>
>
> >
> > On Wed, Mar 24, 2021 at 4:36 PM Patchwork
> > <patchwork@emeril.freedesktop.org>
> > wrote:
> >
> > > *Patch Details*
> > > *Series:* tests/kms_atomic_transition: Enable Primary Plane on
> > > Enabling CRTC. (rev2)
> > > *URL:* https://patchwork.freedesktop.org/series/88327/
> > > *State:* failure
> > > *Details:*
> > > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> > > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> > >
> > > *FAILURE*
> > >
> > > Serious unknown changes coming with IGTPW_5654_full absolutely need
> > > to be verified manually.
> > >
> > > If you think the reported changes have nothing to do with the
> > > changes introduced in IGTPW_5654_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_5654/index.html
> > > Possible new issues
> > >
> > > Here are the unknown changes that may have been introduced in
> > > IGTPW_5654_full:
> > > IGT changes Possible regressions
> > >
> > >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> > >       - shard-snb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > >       -> DMESG-WARN
> > >
> > > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > >
> > > Known issues
> > >
> > > Here are the changes found in IGTPW_5654_full that come from known issues:
> > > IGT changes Issues hit
> > >
> > >    -
> > >
> > >    igt@feature_discovery@display-3x:
> > >    -
> > >
> > >       shard-glk: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> > >       ([fdo#109271]) +72 similar issues
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> > >       ([i915#1839])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> > >       ([i915#1839])
> > >       -
> > >
> > >    igt@gem_ctx_param@set-priority-not-supported:
> > >    -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> > >       ([fdo#109314])
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> > >       ([fdo#109314])
> > >       -
> > >
> > >    igt@gem_ctx_persistence@legacy-engines-mixed:
> > >    - shard-snb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> > >       ([fdo#109271] / [i915#1099]) +5 similar issues
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-deadline:
> > >    -
> > >
> > >       shard-kbl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> > >       ([i915#2846])
> > >       -
> > >
> > >       shard-glk: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> > >       ([i915#2846])
> > >       -
> > >
> > >       shard-apl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> > >       ([i915#2846])
> > >       -
> > >
> > >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> > >    - shard-kbl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > >       ([i915#2842])
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-none-share@rcs0:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > >       ([i915#2842])
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-none-vip@rcs0:
> > >    - shard-tglb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> > >       ([i915#2842])
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-pace@rcs0:
> > >    - shard-tglb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> > >       ([i915#2842])
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-pace@vcs1:
> > >    - shard-iclb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> > >       ([i915#2842]) +2 similar issues
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-throttle@rcs0:
> > >    - shard-glk: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > >       ([i915#2842]) +1 similar issue
> > >    -
> > >
> > >    igt@gem_exec_params@no-vebox:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> > >       ([fdo#109283])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> > >       ([fdo#109283])
> > >       -
> > >
> > >    igt@gem_exec_reloc@basic-many-active@vcs1:
> > >    - shard-iclb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> > >       ([i915#2389])
> > >    -
> > >
> > >    igt@gem_exec_reloc@basic-parallel:
> > >    -
> > >
> > >       shard-kbl: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> > >       ([i915#3183])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> > >       ([i915#3183])
> > >       -
> > >
> > >       shard-apl: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> > >       ([i915#3183])
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> > >       ([i915#3183])
> > >       -
> > >
> > >       shard-glk: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> > >       ([i915#3183])
> > >       -
> > >
> > >    igt@gem_exec_schedule@u-fairslice@bcs0:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > >       -> DMESG-WARN
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > >       ([i915#2803])
> > >    -
> > >
> > >    igt@gem_exec_schedule@u-fairslice@rcs0:
> > >    - shard-apl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > >       -> DMESG-WARN
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > >       ([i915#1610])
> > >    -
> > >
> > >    igt@gem_exec_schedule@u-fairslice@vecs0:
> > >    - shard-kbl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > >       -> DMESG-WARN
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > >       ([i915#1610] / [i915#2803])
> > >    -
> > >
> > >    igt@gem_pwrite@basic-exhaustion:
> > >    - shard-apl: NOTRUN -> WARN
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> > >       ([i915#2658])
> > >    -
> > >
> > >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> > >       ([i915#768])
> > >    -
> > >
> > >    igt@gem_softpin@evict-snoop:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> > >       ([fdo#109312])
> > >    -
> > >
> > >    igt@gem_userptr_blits@coherency-unsync:
> > >    -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> > >       ([fdo#110542]) +1 similar issue
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> > >       ([fdo#109290])
> > >       -
> > >
> > >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> > >    - shard-snb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> > >       ([fdo#109271]) +353 similar issues
> > >    -
> > >
> > >    igt@gen3_render_tiledx_blits:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> > >       ([fdo#109289]) +1 similar issue
> > >    -
> > >
> > >    igt@gen9_exec_parse@bb-secure:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> > >       ([fdo#112306]) +3 similar issues
> > >    -
> > >
> > >    igt@gen9_exec_parse@valid-registers:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> > >       ([fdo#112306]) +3 similar issues
> > >    -
> > >
> > >    igt@i915_hangman@engine-error@rcs0:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> > >       ([fdo#109271]) +188 similar issues
> > >    -
> > >
> > >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> > >       ([fdo#109271] / [i915#1937])
> > >    -
> > >
> > >    igt@i915_selftest@live@hangcheck:
> > >    - shard-snb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> > >       -> INCOMPLETE
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> > >       ([i915#2782])
> > >    -
> > >
> > >    igt@kms_big_fb@linear-16bpp-rotate-270:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> > >       ([fdo#111614]) +1 similar issue
> > >    -
> > >
> > >    igt@kms_big_fb@linear-64bpp-rotate-270:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> > >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> > >    -
> > >
> > >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> > >       ([fdo#111615]) +5 similar issues
> > >    -
> > >
> > >    igt@kms_chamelium@dp-hpd-storm:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> > >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> > >    -
> > >
> > >    igt@kms_chamelium@hdmi-edid-read:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> > >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> > >    -
> > >
> > >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> > >    - shard-kbl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> > >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> > >    -
> > >
> > >    igt@kms_chamelium@hdmi-mode-timings:
> > >    - shard-snb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> > >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> > >    -
> > >
> > >    igt@kms_color@pipe-c-degamma:
> > >    - shard-iclb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> > >       ([i915#1149])
> > >    -
> > >
> > >    igt@kms_color@pipe-d-ctm-0-5:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> > >       ([fdo#109278] / [i915#1149]) +1 similar issue
> > >    -
> > >
> > >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> > >    -
> > >
> > >       shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> > >       -
> > >
> > >       shard-glk: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> > >       -
> > >
> > >    igt@kms_content_protection@srm:
> > >    - shard-apl: NOTRUN -> TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> > >       ([i915#1319])
> > >    -
> > >
> > >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> > >       ([fdo#109278] / [fdo#109279])
> > >    -
> > >
> > >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> > >       ([fdo#109279])
> > >    -
> > >
> > >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> > >       ([fdo#109278]) +11 similar issues
> > >    -
> > >
> > >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> > >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> > >    -
> > >
> > >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> > >    - shard-glk: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> > >       ([i915#52] / [i915#54])
> > >    -
> > >
> > >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> > >    - shard-glk: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > >       ([i915#52] / [i915#54]) +2 similar issues
> > >    -
> > >
> > >    igt@kms_flip@2x-nonexisting-fb:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> > >       ([fdo#109274]) +4 similar issues
> > >    -
> > >
> > >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> > >    - shard-tglb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> > >       ([i915#2122])
> > >    -
> > >
> > >    igt@kms_flip@flip-vs-suspend@a-dp1:
> > >    - shard-apl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > >       -> DMESG-WARN
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > >       ([i915#180])
> > >    -
> > >
> > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> > >    - shard-apl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> > >       ([i915#2641])
> > >    -
> > >
> > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> > >       ([fdo#109271] / [i915#2672])
> > >    -
> > >
> > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> > >       ([fdo#109271] / [i915#2642])
> > >    -
> > >
> > >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> > >       ([fdo#111825]) +27 similar issues
> > >    -
> > >
> > >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> > >       ([fdo#109280]) +15 similar issues
> > >    -
> > >
> > >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > >       ([i915#49]) +2 similar issues
> > >    -
> > >
> > >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> > >    - shard-kbl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> > >       ([fdo#109271]) +85 similar issues
> > >    -
> > >
> > >    igt@kms_invalid_dotclock:
> > >    -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> > >       ([fdo#110577])
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> > >       ([fdo#109310])
> > >       -
> > >
> > >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> > >    -
> > >
> > >       shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > >       -
> > >
> > >       shard-glk: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > >       -
> > >
> > >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> > >    - shard-kbl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> > >       ([fdo#109271] / [i915#533]) +2 similar issues
> > >    -
> > >
> > >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> > >    - shard-apl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> > >       ([fdo#108145] / [i915#265])
> > >    -
> > >
> > >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> > >    - shard-apl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> > >       ([i915#265])
> > >    -
> > >
> > >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> > >    -
> > >
> > >       shard-glk: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > >       ([fdo#108145] / [i915#265])
> > >       -
> > >
> > >       shard-kbl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > >       ([fdo#108145] / [i915#265])
> > >       -
> > >
> > >    igt@kms_plane_lowres@pipe-a-tiling-none:
> > >    - shard-glk: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> > >       ([i915#899])
> > >    -
> > >
> > >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > >       ([i915#899])
> > >    -
> > >
> > >    igt@kms_prime@basic-crc@first-to-second:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> > >       ([i915#1836])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> > >       ([i915#1836])
> > >       -
> > >
> > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > >       ([i915#658]) +1 similar issue
> > >       -
> > >
> > >       shard-kbl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > >       -
> > >
> > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> > >       ([i915#2920])
> > >    -
> > >
> > >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> > >       ([fdo#109271] / [i915#658]) +3 similar issues
> > >    -
> > >
> > >    igt@kms_psr2_su@frontbuffer:
> > >    -
> > >
> > >       shard-glk: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> > >       ([i915#2596])
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > >       -
> > >
> > >    igt@kms_psr2_su@page_flip:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> > >       -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > >    -
> > >
> > >    igt@kms_psr@psr2_primary_mmap_cpu:
> > >    - shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > >       -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > >       ([fdo#109441]) +1 similar issue
> > >    -
> > >
> > >    igt@kms_psr@psr2_sprite_mmap_gtt:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> > >       ([fdo#109441])
> > >    -
> > >
> > >    igt@kms_vrr@flip-suspend:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> > >       ([fdo#109502])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> > >       ([fdo#109502])
> > >       -
> > >
> > >    igt@kms_writeback@writeback-invalid-parameters:
> > >    -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> > >       ([i915#2437])
> > >       -
> > >
> > >       shard-kbl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> > >       ([fdo#109271] / [i915#2437])
> > >       -
> > >
> > >       shard-glk: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> > >       ([fdo#109271] / [i915#2437])
> > >       -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> > >       ([i915#2437])
> > >       -
> > >
> > >    igt@kms_writeback@writeback-pixel-formats:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> > >       ([fdo#109271] / [i915#2437])
> > >    -
> > >
> > >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > >       ([i915#2530])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > >       ([i915#2530])
> > >       -
> > >
> > >    igt@perf@per-context-mode-unprivileged:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> > >       ([fdo#109289])
> > >    -
> > >
> > >    igt@perf@polling-parameterized:
> > >    - shard-apl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> > >       ([i915#1542])
> > >    -
> > >
> > >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> > >    - shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> > >       ([fdo#109291]) +2 similar issues
> > >    -
> > >
> > >    igt@prime_nv_pcopy@test3_2:
> > >    - shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> > >       ([fdo#109291]) +2 similar issues
> > >    -
> > >
> > >    igt@prime_vgem@fence-write-hang:
> > >    -
> > >
> > >       shard-iclb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> > >       ([fdo#109295])
> > >       -
> > >
> > >       shard-tglb: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> > >       ([fdo#109295])
> > >       -
> > >
> > >    igt@sysfs_clients@recycle:
> > >    - shard-apl: NOTRUN -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> > >       ([i915#3028])
> > >    -
> > >
> > >    igt@sysfs_clients@recycle-many:
> > >    -
> > >
> > >       shard-iclb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > >       ([i915#3028])
> > >       -
> > >
> > >       shard-kbl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> > >       ([i915#3028])
> > >       -
> > >
> > >       shard-tglb: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> > >       -> FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> > >       ([i915#3028])
> > >       -
> > >
> > >    igt@sysfs_clients@sema-10@rcs0:
> > >    - shard-apl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> > >       -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> > >       ([fdo#109271] / [i915#3026])
> > >    -
> > >
> > >    igt@sysfs_clients@split-10@bcs0:
> > >    - shard-apl: NOTRUN -> SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> > >       ([fdo#109271] / [i915#3026])
> > >    -
> > >
> > >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> > >    - shard-kbl: PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > >       -> INCOMPLETE
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > >       ([i915#1731])
> > >
> > > Possible fixes
> > >
> > >    -
> > >
> > >    igt@feature_discovery@psr2:
> > >    - shard-iclb: SKIP
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> > >       ([i915#658]) -> PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> > >    -
> > >
> > >    igt@gem_eio@in-flight-contexts-immediate:
> > >    - shard-tglb: TIMEOUT
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> > >       ([i915#3063]) -> PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-flow@rcs0:
> > >    - shard-tglb: FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > >       ([i915#2842]) -> PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > >       +1 similar issue
> > >    -
> > >
> > >    igt@gem_exec_fair@basic-none@vcs0:
> > >    - shard-kbl: FAIL
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> > >       ([i915#2842]) -> PASS
> > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> > >       issues
> > >
> > >
>
> > _______________________________________________
> > igt-dev mailing list
> > igt-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/igt-dev
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-29 14:10         ` Mark Yacoub
@ 2021-03-29 14:19           ` Petri Latvala
  2021-03-29 14:24             ` Mark Yacoub
  0 siblings, 1 reply; 15+ messages in thread
From: Petri Latvala @ 2021-03-29 14:19 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev, Mark Yacoub, Vudum, Lakshminarayana

On Mon, Mar 29, 2021 at 10:10:48AM -0400, Mark Yacoub wrote:
> Hi Lakshmi, is it still re-reported as false positive?


It's now showing as a success.


-- 
Petri Latvala



> 
> On Fri, Mar 26, 2021 at 1:39 PM Vudum, Lakshminarayana
> <lakshminarayana.vudum@intel.com> wrote:
> >
> > Re-reported.
> >
> > -----Original Message-----
> > From: Petri Latvala <petri.latvala@intel.com>
> > Sent: Friday, March 26, 2021 2:26 AM
> > To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> > Cc: igt-dev@lists.freedesktop.org
> > Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
> >
> > (Aside: Please subscribe to the mailing list to avoid delays with mail delivery. Your mails get held in moderation queue without it.)
> >
> > On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> > > I don't think this is me but just an unrelated flake, can someone
> > > please take a look?
> >
> >
> > Yep, a false positive. Lakshmi, see below.
> >
> >
> >
> >
> > >
> > > On Wed, Mar 24, 2021 at 4:36 PM Patchwork
> > > <patchwork@emeril.freedesktop.org>
> > > wrote:
> > >
> > > > *Patch Details*
> > > > *Series:* tests/kms_atomic_transition: Enable Primary Plane on
> > > > Enabling CRTC. (rev2)
> > > > *URL:* https://patchwork.freedesktop.org/series/88327/
> > > > *State:* failure
> > > > *Details:*
> > > > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> > > > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> > > >
> > > > *FAILURE*
> > > >
> > > > Serious unknown changes coming with IGTPW_5654_full absolutely need
> > > > to be verified manually.
> > > >
> > > > If you think the reported changes have nothing to do with the
> > > > changes introduced in IGTPW_5654_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_5654/index.html
> > > > Possible new issues
> > > >
> > > > Here are the unknown changes that may have been introduced in
> > > > IGTPW_5654_full:
> > > > IGT changes Possible regressions
> > > >
> > > >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> > > >       - shard-snb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > >       -> DMESG-WARN
> > > >
> > > > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > > > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > >
> > > > Known issues
> > > >
> > > > Here are the changes found in IGTPW_5654_full that come from known issues:
> > > > IGT changes Issues hit
> > > >
> > > >    -
> > > >
> > > >    igt@feature_discovery@display-3x:
> > > >    -
> > > >
> > > >       shard-glk: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> > > >       ([fdo#109271]) +72 similar issues
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> > > >       ([i915#1839])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> > > >       ([i915#1839])
> > > >       -
> > > >
> > > >    igt@gem_ctx_param@set-priority-not-supported:
> > > >    -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> > > >       ([fdo#109314])
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> > > >       ([fdo#109314])
> > > >       -
> > > >
> > > >    igt@gem_ctx_persistence@legacy-engines-mixed:
> > > >    - shard-snb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> > > >       ([fdo#109271] / [i915#1099]) +5 similar issues
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-deadline:
> > > >    -
> > > >
> > > >       shard-kbl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> > > >       ([i915#2846])
> > > >       -
> > > >
> > > >       shard-glk: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> > > >       ([i915#2846])
> > > >       -
> > > >
> > > >       shard-apl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> > > >       ([i915#2846])
> > > >       -
> > > >
> > > >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> > > >    - shard-kbl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > >       ([i915#2842])
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-none-share@rcs0:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > >       ([i915#2842])
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-none-vip@rcs0:
> > > >    - shard-tglb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> > > >       ([i915#2842])
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-pace@rcs0:
> > > >    - shard-tglb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > >       ([i915#2842])
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-pace@vcs1:
> > > >    - shard-iclb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> > > >       ([i915#2842]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-throttle@rcs0:
> > > >    - shard-glk: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > >       ([i915#2842]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@gem_exec_params@no-vebox:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> > > >       ([fdo#109283])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> > > >       ([fdo#109283])
> > > >       -
> > > >
> > > >    igt@gem_exec_reloc@basic-many-active@vcs1:
> > > >    - shard-iclb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> > > >       ([i915#2389])
> > > >    -
> > > >
> > > >    igt@gem_exec_reloc@basic-parallel:
> > > >    -
> > > >
> > > >       shard-kbl: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> > > >       ([i915#3183])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> > > >       ([i915#3183])
> > > >       -
> > > >
> > > >       shard-apl: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> > > >       ([i915#3183])
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> > > >       ([i915#3183])
> > > >       -
> > > >
> > > >       shard-glk: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> > > >       ([i915#3183])
> > > >       -
> > > >
> > > >    igt@gem_exec_schedule@u-fairslice@bcs0:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > >       -> DMESG-WARN
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > >       ([i915#2803])
> > > >    -
> > > >
> > > >    igt@gem_exec_schedule@u-fairslice@rcs0:
> > > >    - shard-apl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > >       -> DMESG-WARN
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > >       ([i915#1610])
> > > >    -
> > > >
> > > >    igt@gem_exec_schedule@u-fairslice@vecs0:
> > > >    - shard-kbl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > >       -> DMESG-WARN
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > >       ([i915#1610] / [i915#2803])
> > > >    -
> > > >
> > > >    igt@gem_pwrite@basic-exhaustion:
> > > >    - shard-apl: NOTRUN -> WARN
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> > > >       ([i915#2658])
> > > >    -
> > > >
> > > >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> > > >       ([i915#768])
> > > >    -
> > > >
> > > >    igt@gem_softpin@evict-snoop:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> > > >       ([fdo#109312])
> > > >    -
> > > >
> > > >    igt@gem_userptr_blits@coherency-unsync:
> > > >    -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> > > >       ([fdo#110542]) +1 similar issue
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> > > >       ([fdo#109290])
> > > >       -
> > > >
> > > >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> > > >    - shard-snb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> > > >       ([fdo#109271]) +353 similar issues
> > > >    -
> > > >
> > > >    igt@gen3_render_tiledx_blits:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> > > >       ([fdo#109289]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@gen9_exec_parse@bb-secure:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> > > >       ([fdo#112306]) +3 similar issues
> > > >    -
> > > >
> > > >    igt@gen9_exec_parse@valid-registers:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> > > >       ([fdo#112306]) +3 similar issues
> > > >    -
> > > >
> > > >    igt@i915_hangman@engine-error@rcs0:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> > > >       ([fdo#109271]) +188 similar issues
> > > >    -
> > > >
> > > >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> > > >       ([fdo#109271] / [i915#1937])
> > > >    -
> > > >
> > > >    igt@i915_selftest@live@hangcheck:
> > > >    - shard-snb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> > > >       -> INCOMPLETE
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> > > >       ([i915#2782])
> > > >    -
> > > >
> > > >    igt@kms_big_fb@linear-16bpp-rotate-270:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> > > >       ([fdo#111614]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@kms_big_fb@linear-64bpp-rotate-270:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> > > >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> > > >       ([fdo#111615]) +5 similar issues
> > > >    -
> > > >
> > > >    igt@kms_chamelium@dp-hpd-storm:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> > > >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> > > >    -
> > > >
> > > >    igt@kms_chamelium@hdmi-edid-read:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> > > >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> > > >    -
> > > >
> > > >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> > > >    - shard-kbl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> > > >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> > > >    -
> > > >
> > > >    igt@kms_chamelium@hdmi-mode-timings:
> > > >    - shard-snb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> > > >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> > > >    -
> > > >
> > > >    igt@kms_color@pipe-c-degamma:
> > > >    - shard-iclb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> > > >       ([i915#1149])
> > > >    -
> > > >
> > > >    igt@kms_color@pipe-d-ctm-0-5:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> > > >       ([fdo#109278] / [i915#1149]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> > > >    -
> > > >
> > > >       shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> > > >       -
> > > >
> > > >       shard-glk: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> > > >       -
> > > >
> > > >    igt@kms_content_protection@srm:
> > > >    - shard-apl: NOTRUN -> TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> > > >       ([i915#1319])
> > > >    -
> > > >
> > > >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> > > >       ([fdo#109278] / [fdo#109279])
> > > >    -
> > > >
> > > >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> > > >       ([fdo#109279])
> > > >    -
> > > >
> > > >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> > > >       ([fdo#109278]) +11 similar issues
> > > >    -
> > > >
> > > >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> > > >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> > > >    - shard-glk: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> > > >       ([i915#52] / [i915#54])
> > > >    -
> > > >
> > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> > > >    - shard-glk: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > >       ([i915#52] / [i915#54]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@kms_flip@2x-nonexisting-fb:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> > > >       ([fdo#109274]) +4 similar issues
> > > >    -
> > > >
> > > >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> > > >    - shard-tglb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> > > >       ([i915#2122])
> > > >    -
> > > >
> > > >    igt@kms_flip@flip-vs-suspend@a-dp1:
> > > >    - shard-apl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > >       -> DMESG-WARN
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > >       ([i915#180])
> > > >    -
> > > >
> > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> > > >    - shard-apl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> > > >       ([i915#2641])
> > > >    -
> > > >
> > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> > > >       ([fdo#109271] / [i915#2672])
> > > >    -
> > > >
> > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> > > >       ([fdo#109271] / [i915#2642])
> > > >    -
> > > >
> > > >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> > > >       ([fdo#111825]) +27 similar issues
> > > >    -
> > > >
> > > >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> > > >       ([fdo#109280]) +15 similar issues
> > > >    -
> > > >
> > > >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > >       ([i915#49]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> > > >    - shard-kbl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> > > >       ([fdo#109271]) +85 similar issues
> > > >    -
> > > >
> > > >    igt@kms_invalid_dotclock:
> > > >    -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> > > >       ([fdo#110577])
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> > > >       ([fdo#109310])
> > > >       -
> > > >
> > > >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> > > >    -
> > > >
> > > >       shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > >       -
> > > >
> > > >       shard-glk: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > >       -
> > > >
> > > >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> > > >    - shard-kbl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> > > >       ([fdo#109271] / [i915#533]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> > > >    - shard-apl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> > > >       ([fdo#108145] / [i915#265])
> > > >    -
> > > >
> > > >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> > > >    - shard-apl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> > > >       ([i915#265])
> > > >    -
> > > >
> > > >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> > > >    -
> > > >
> > > >       shard-glk: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > >       ([fdo#108145] / [i915#265])
> > > >       -
> > > >
> > > >       shard-kbl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > >       ([fdo#108145] / [i915#265])
> > > >       -
> > > >
> > > >    igt@kms_plane_lowres@pipe-a-tiling-none:
> > > >    - shard-glk: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> > > >       ([i915#899])
> > > >    -
> > > >
> > > >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > >       ([i915#899])
> > > >    -
> > > >
> > > >    igt@kms_prime@basic-crc@first-to-second:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> > > >       ([i915#1836])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> > > >       ([i915#1836])
> > > >       -
> > > >
> > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > >       ([i915#658]) +1 similar issue
> > > >       -
> > > >
> > > >       shard-kbl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > >       -
> > > >
> > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> > > >       ([i915#2920])
> > > >    -
> > > >
> > > >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> > > >       ([fdo#109271] / [i915#658]) +3 similar issues
> > > >    -
> > > >
> > > >    igt@kms_psr2_su@frontbuffer:
> > > >    -
> > > >
> > > >       shard-glk: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> > > >       ([i915#2596])
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > >       -
> > > >
> > > >    igt@kms_psr2_su@page_flip:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> > > >       -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > >    -
> > > >
> > > >    igt@kms_psr@psr2_primary_mmap_cpu:
> > > >    - shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > >       -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > >       ([fdo#109441]) +1 similar issue
> > > >    -
> > > >
> > > >    igt@kms_psr@psr2_sprite_mmap_gtt:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> > > >       ([fdo#109441])
> > > >    -
> > > >
> > > >    igt@kms_vrr@flip-suspend:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> > > >       ([fdo#109502])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> > > >       ([fdo#109502])
> > > >       -
> > > >
> > > >    igt@kms_writeback@writeback-invalid-parameters:
> > > >    -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > >       ([i915#2437])
> > > >       -
> > > >
> > > >       shard-kbl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> > > >       ([fdo#109271] / [i915#2437])
> > > >       -
> > > >
> > > >       shard-glk: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > >       ([fdo#109271] / [i915#2437])
> > > >       -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> > > >       ([i915#2437])
> > > >       -
> > > >
> > > >    igt@kms_writeback@writeback-pixel-formats:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> > > >       ([fdo#109271] / [i915#2437])
> > > >    -
> > > >
> > > >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > >       ([i915#2530])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > >       ([i915#2530])
> > > >       -
> > > >
> > > >    igt@perf@per-context-mode-unprivileged:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> > > >       ([fdo#109289])
> > > >    -
> > > >
> > > >    igt@perf@polling-parameterized:
> > > >    - shard-apl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> > > >       ([i915#1542])
> > > >    -
> > > >
> > > >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> > > >    - shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> > > >       ([fdo#109291]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@prime_nv_pcopy@test3_2:
> > > >    - shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> > > >       ([fdo#109291]) +2 similar issues
> > > >    -
> > > >
> > > >    igt@prime_vgem@fence-write-hang:
> > > >    -
> > > >
> > > >       shard-iclb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> > > >       ([fdo#109295])
> > > >       -
> > > >
> > > >       shard-tglb: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> > > >       ([fdo#109295])
> > > >       -
> > > >
> > > >    igt@sysfs_clients@recycle:
> > > >    - shard-apl: NOTRUN -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> > > >       ([i915#3028])
> > > >    -
> > > >
> > > >    igt@sysfs_clients@recycle-many:
> > > >    -
> > > >
> > > >       shard-iclb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > >       ([i915#3028])
> > > >       -
> > > >
> > > >       shard-kbl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> > > >       ([i915#3028])
> > > >       -
> > > >
> > > >       shard-tglb: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> > > >       -> FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> > > >       ([i915#3028])
> > > >       -
> > > >
> > > >    igt@sysfs_clients@sema-10@rcs0:
> > > >    - shard-apl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> > > >       -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> > > >       ([fdo#109271] / [i915#3026])
> > > >    -
> > > >
> > > >    igt@sysfs_clients@split-10@bcs0:
> > > >    - shard-apl: NOTRUN -> SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> > > >       ([fdo#109271] / [i915#3026])
> > > >    -
> > > >
> > > >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> > > >    - shard-kbl: PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > >       -> INCOMPLETE
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > >       ([i915#1731])
> > > >
> > > > Possible fixes
> > > >
> > > >    -
> > > >
> > > >    igt@feature_discovery@psr2:
> > > >    - shard-iclb: SKIP
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> > > >       ([i915#658]) -> PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> > > >    -
> > > >
> > > >    igt@gem_eio@in-flight-contexts-immediate:
> > > >    - shard-tglb: TIMEOUT
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> > > >       ([i915#3063]) -> PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-flow@rcs0:
> > > >    - shard-tglb: FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > >       ([i915#2842]) -> PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > >       +1 similar issue
> > > >    -
> > > >
> > > >    igt@gem_exec_fair@basic-none@vcs0:
> > > >    - shard-kbl: FAIL
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> > > >       ([i915#2842]) -> PASS
> > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> > > >       issues
> > > >
> > > >
> >
> > > _______________________________________________
> > > igt-dev mailing list
> > > igt-dev@lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> >
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-29 14:19           ` Petri Latvala
@ 2021-03-29 14:24             ` Mark Yacoub
  2021-04-05 18:36               ` Mark Yacoub
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Yacoub @ 2021-03-29 14:24 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev, Mark Yacoub, Vudum, Lakshminarayana

Awesome perfect! Glad it's ready for review.

On Mon, Mar 29, 2021 at 10:18 AM Petri Latvala <petri.latvala@intel.com> wrote:
>
> On Mon, Mar 29, 2021 at 10:10:48AM -0400, Mark Yacoub wrote:
> > Hi Lakshmi, is it still re-reported as false positive?
>
>
> It's now showing as a success.
>
>
> --
> Petri Latvala
>
>
>
> >
> > On Fri, Mar 26, 2021 at 1:39 PM Vudum, Lakshminarayana
> > <lakshminarayana.vudum@intel.com> wrote:
> > >
> > > Re-reported.
> > >
> > > -----Original Message-----
> > > From: Petri Latvala <petri.latvala@intel.com>
> > > Sent: Friday, March 26, 2021 2:26 AM
> > > To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> > > Cc: igt-dev@lists.freedesktop.org
> > > Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
> > >
> > > (Aside: Please subscribe to the mailing list to avoid delays with mail delivery. Your mails get held in moderation queue without it.)
> > >
> > > On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> > > > I don't think this is me but just an unrelated flake, can someone
> > > > please take a look?
> > >
> > >
> > > Yep, a false positive. Lakshmi, see below.
> > >
> > >
> > >
> > >
> > > >
> > > > On Wed, Mar 24, 2021 at 4:36 PM Patchwork
> > > > <patchwork@emeril.freedesktop.org>
> > > > wrote:
> > > >
> > > > > *Patch Details*
> > > > > *Series:* tests/kms_atomic_transition: Enable Primary Plane on
> > > > > Enabling CRTC. (rev2)
> > > > > *URL:* https://patchwork.freedesktop.org/series/88327/
> > > > > *State:* failure
> > > > > *Details:*
> > > > > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> > > > > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> > > > >
> > > > > *FAILURE*
> > > > >
> > > > > Serious unknown changes coming with IGTPW_5654_full absolutely need
> > > > > to be verified manually.
> > > > >
> > > > > If you think the reported changes have nothing to do with the
> > > > > changes introduced in IGTPW_5654_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_5654/index.html
> > > > > Possible new issues
> > > > >
> > > > > Here are the unknown changes that may have been introduced in
> > > > > IGTPW_5654_full:
> > > > > IGT changes Possible regressions
> > > > >
> > > > >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> > > > >       - shard-snb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > > >       -> DMESG-WARN
> > > > >
> > > > > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > > > > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > > >
> > > > > Known issues
> > > > >
> > > > > Here are the changes found in IGTPW_5654_full that come from known issues:
> > > > > IGT changes Issues hit
> > > > >
> > > > >    -
> > > > >
> > > > >    igt@feature_discovery@display-3x:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> > > > >       ([fdo#109271]) +72 similar issues
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> > > > >       ([i915#1839])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> > > > >       ([i915#1839])
> > > > >       -
> > > > >
> > > > >    igt@gem_ctx_param@set-priority-not-supported:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> > > > >       ([fdo#109314])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> > > > >       ([fdo#109314])
> > > > >       -
> > > > >
> > > > >    igt@gem_ctx_persistence@legacy-engines-mixed:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> > > > >       ([fdo#109271] / [i915#1099]) +5 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-deadline:
> > > > >    -
> > > > >
> > > > >       shard-kbl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >       shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-share@rcs0:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-vip@rcs0:
> > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-pace@rcs0:
> > > > >    - shard-tglb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-pace@vcs1:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> > > > >       ([i915#2842]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-throttle@rcs0:
> > > > >    - shard-glk: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > > >       ([i915#2842]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_params@no-vebox:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> > > > >       ([fdo#109283])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> > > > >       ([fdo#109283])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_reloc@basic-many-active@vcs1:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> > > > >       ([i915#2389])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_reloc@basic-parallel:
> > > > >    -
> > > > >
> > > > >       shard-kbl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-apl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@bcs0:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > > >       ([i915#2803])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@rcs0:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > > >       ([i915#1610])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@vecs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > > >       ([i915#1610] / [i915#2803])
> > > > >    -
> > > > >
> > > > >    igt@gem_pwrite@basic-exhaustion:
> > > > >    - shard-apl: NOTRUN -> WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> > > > >       ([i915#2658])
> > > > >    -
> > > > >
> > > > >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> > > > >       ([i915#768])
> > > > >    -
> > > > >
> > > > >    igt@gem_softpin@evict-snoop:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> > > > >       ([fdo#109312])
> > > > >    -
> > > > >
> > > > >    igt@gem_userptr_blits@coherency-unsync:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> > > > >       ([fdo#110542]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> > > > >       ([fdo#109290])
> > > > >       -
> > > > >
> > > > >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> > > > >       ([fdo#109271]) +353 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gen3_render_tiledx_blits:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> > > > >       ([fdo#109289]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gen9_exec_parse@bb-secure:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> > > > >       ([fdo#112306]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gen9_exec_parse@valid-registers:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> > > > >       ([fdo#112306]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@i915_hangman@engine-error@rcs0:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> > > > >       ([fdo#109271]) +188 similar issues
> > > > >    -
> > > > >
> > > > >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> > > > >       ([fdo#109271] / [i915#1937])
> > > > >    -
> > > > >
> > > > >    igt@i915_selftest@live@hangcheck:
> > > > >    - shard-snb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> > > > >       -> INCOMPLETE
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> > > > >       ([i915#2782])
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@linear-16bpp-rotate-270:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> > > > >       ([fdo#111614]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@linear-64bpp-rotate-270:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> > > > >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> > > > >       ([fdo#111615]) +5 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@dp-hpd-storm:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> > > > >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-edid-read:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> > > > >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-mode-timings:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_color@pipe-c-degamma:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> > > > >       ([i915#1149])
> > > > >    -
> > > > >
> > > > >    igt@kms_color@pipe-d-ctm-0-5:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> > > > >       ([fdo#109278] / [i915#1149]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> > > > >    -
> > > > >
> > > > >       shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> > > > >       -
> > > > >
> > > > >    igt@kms_content_protection@srm:
> > > > >    - shard-apl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> > > > >       ([i915#1319])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> > > > >       ([fdo#109278] / [fdo#109279])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> > > > >       ([fdo#109279])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> > > > >       ([fdo#109278]) +11 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> > > > >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> > > > >    - shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> > > > >       ([i915#52] / [i915#54])
> > > > >    -
> > > > >
> > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> > > > >    - shard-glk: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > > >       ([i915#52] / [i915#54]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@2x-nonexisting-fb:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> > > > >       ([fdo#109274]) +4 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> > > > >       ([i915#2122])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@flip-vs-suspend@a-dp1:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > > >       ([i915#180])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> > > > >       ([i915#2641])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> > > > >       ([fdo#109271] / [i915#2672])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> > > > >       ([fdo#109271] / [i915#2642])
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> > > > >       ([fdo#111825]) +27 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> > > > >       ([fdo#109280]) +15 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > > >       ([i915#49]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> > > > >       ([fdo#109271]) +85 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_invalid_dotclock:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> > > > >       ([fdo#110577])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> > > > >       ([fdo#109310])
> > > > >       -
> > > > >
> > > > >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> > > > >    -
> > > > >
> > > > >       shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > >       -
> > > > >
> > > > >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> > > > >       ([i915#265])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >       -
> > > > >
> > > > >    igt@kms_plane_lowres@pipe-a-tiling-none:
> > > > >    - shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> > > > >       ([i915#899])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > > >       ([i915#899])
> > > > >    -
> > > > >
> > > > >    igt@kms_prime@basic-crc@first-to-second:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> > > > >       ([i915#1836])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> > > > >       ([i915#1836])
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > > >       ([i915#658]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> > > > >       ([i915#2920])
> > > > >    -
> > > > >
> > > > >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> > > > >       ([fdo#109271] / [i915#658]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_psr2_su@frontbuffer:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([i915#2596])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_su@page_flip:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > >    -
> > > > >
> > > > >    igt@kms_psr@psr2_primary_mmap_cpu:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > > >       ([fdo#109441]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_psr@psr2_sprite_mmap_gtt:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> > > > >       ([fdo#109441])
> > > > >    -
> > > > >
> > > > >    igt@kms_vrr@flip-suspend:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> > > > >       ([fdo#109502])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> > > > >       ([fdo#109502])
> > > > >       -
> > > > >
> > > > >    igt@kms_writeback@writeback-invalid-parameters:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([i915#2437])
> > > > >       -
> > > > >
> > > > >    igt@kms_writeback@writeback-pixel-formats:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >    -
> > > > >
> > > > >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > > >       ([i915#2530])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > > >       ([i915#2530])
> > > > >       -
> > > > >
> > > > >    igt@perf@per-context-mode-unprivileged:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> > > > >       ([fdo#109289])
> > > > >    -
> > > > >
> > > > >    igt@perf@polling-parameterized:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> > > > >       ([i915#1542])
> > > > >    -
> > > > >
> > > > >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> > > > >       ([fdo#109291]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@prime_nv_pcopy@test3_2:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> > > > >       ([fdo#109291]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@prime_vgem@fence-write-hang:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> > > > >       ([fdo#109295])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> > > > >       ([fdo#109295])
> > > > >       -
> > > > >
> > > > >    igt@sysfs_clients@recycle:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> > > > >       ([i915#3028])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_clients@recycle-many:
> > > > >    -
> > > > >
> > > > >       shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >       shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >       shard-tglb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >    igt@sysfs_clients@sema-10@rcs0:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> > > > >       ([fdo#109271] / [i915#3026])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_clients@split-10@bcs0:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> > > > >       ([fdo#109271] / [i915#3026])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > > >       -> INCOMPLETE
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > > >       ([i915#1731])
> > > > >
> > > > > Possible fixes
> > > > >
> > > > >    -
> > > > >
> > > > >    igt@feature_discovery@psr2:
> > > > >    - shard-iclb: SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> > > > >       ([i915#658]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> > > > >    -
> > > > >
> > > > >    igt@gem_eio@in-flight-contexts-immediate:
> > > > >    - shard-tglb: TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> > > > >       ([i915#3063]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-flow@rcs0:
> > > > >    - shard-tglb: FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > > >       ([i915#2842]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > > >       +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none@vcs0:
> > > > >    - shard-kbl: FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> > > > >       ([i915#2842]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> > > > >       issues
> > > > >
> > > > >
> > >
> > > > _______________________________________________
> > > > igt-dev mailing list
> > > > igt-dev@lists.freedesktop.org
> > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > >
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-03-29 14:24             ` Mark Yacoub
@ 2021-04-05 18:36               ` Mark Yacoub
  2021-04-05 18:57                 ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 15+ messages in thread
From: Mark Yacoub @ 2021-04-05 18:36 UTC (permalink / raw)
  To: igt-dev; +Cc: Mark Yacoub, Petri Latvala, Vudum, Lakshminarayana


[-- Attachment #1.1: Type: text/plain, Size: 42678 bytes --]

"friendly ping"

On Mon, Mar 29, 2021 at 10:24 AM Mark Yacoub <markyacoub@google.com> wrote:

> Awesome perfect! Glad it's ready for review.
>
> On Mon, Mar 29, 2021 at 10:18 AM Petri Latvala <petri.latvala@intel.com>
> wrote:
> >
> > On Mon, Mar 29, 2021 at 10:10:48AM -0400, Mark Yacoub wrote:
> > > Hi Lakshmi, is it still re-reported as false positive?
> >
> >
> > It's now showing as a success.
> >
> >
> > --
> > Petri Latvala
> >
> >
> >
> > >
> > > On Fri, Mar 26, 2021 at 1:39 PM Vudum, Lakshminarayana
> > > <lakshminarayana.vudum@intel.com> wrote:
> > > >
> > > > Re-reported.
> > > >
> > > > -----Original Message-----
> > > > From: Petri Latvala <petri.latvala@intel.com>
> > > > Sent: Friday, March 26, 2021 2:26 AM
> > > > To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <
> lakshminarayana.vudum@intel.com>
> > > > Cc: igt-dev@lists.freedesktop.org
> > > > Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for
> tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
> > > >
> > > > (Aside: Please subscribe to the mailing list to avoid delays with
> mail delivery. Your mails get held in moderation queue without it.)
> > > >
> > > > On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> > > > > I don't think this is me but just an unrelated flake, can someone
> > > > > please take a look?
> > > >
> > > >
> > > > Yep, a false positive. Lakshmi, see below.
> > > >
> > > >
> > > >
> > > >
> > > > >
> > > > > On Wed, Mar 24, 2021 at 4:36 PM Patchwork
> > > > > <patchwork@emeril.freedesktop.org>
> > > > > wrote:
> > > > >
> > > > > > *Patch Details*
> > > > > > *Series:* tests/kms_atomic_transition: Enable Primary Plane on
> > > > > > Enabling CRTC. (rev2)
> > > > > > *URL:* https://patchwork.freedesktop.org/series/88327/
> > > > > > *State:* failure
> > > > > > *Details:*
> > > > > > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html
> CI
> > > > > > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full
> Summary
> > > > > >
> > > > > > *FAILURE*
> > > > > >
> > > > > > Serious unknown changes coming with IGTPW_5654_full absolutely
> need
> > > > > > to be verified manually.
> > > > > >
> > > > > > If you think the reported changes have nothing to do with the
> > > > > > changes introduced in IGTPW_5654_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_5654/index.html
> > > > > > Possible new issues
> > > > > >
> > > > > > Here are the unknown changes that may have been introduced in
> > > > > > IGTPW_5654_full:
> > > > > > IGT changes Possible regressions
> > > > > >
> > > > > >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> > > > > >       - shard-snb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
> >
> > > > > >       -> DMESG-WARN
> > > > > >
> > > > > > <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > > > > > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > > > >
> > > > > > Known issues
> > > > > >
> > > > > > Here are the changes found in IGTPW_5654_full that come from
> known issues:
> > > > > > IGT changes Issues hit
> > > > > >
> > > > > >    -
> > > > > >
> > > > > >    igt@feature_discovery@display-3x:
> > > > > >    -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html
> >
> > > > > >       ([fdo#109271]) +72 similar issues
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html
> >
> > > > > >       ([i915#1839])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html
> >
> > > > > >       ([i915#1839])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_ctx_param@set-priority-not-supported:
> > > > > >    -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html
> >
> > > > > >       ([fdo#109314])
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html
> >
> > > > > >       ([fdo#109314])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_ctx_persistence@legacy-engines-mixed:
> > > > > >    - shard-snb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html
> >
> > > > > >       ([fdo#109271] / [i915#1099]) +5 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-deadline:
> > > > > >    -
> > > > > >
> > > > > >       shard-kbl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
> >
> > > > > >       ([i915#2846])
> > > > > >       -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html
> >
> > > > > >       ([i915#2846])
> > > > > >       -
> > > > > >
> > > > > >       shard-apl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html
> >
> > > > > >       ([i915#2846])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> > > > > >    - shard-kbl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html
> >
> > > > > >       ([i915#2842])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-none-share@rcs0:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html
> >
> > > > > >       ([i915#2842])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-none-vip@rcs0:
> > > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html
> >
> > > > > >       ([i915#2842])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-pace@rcs0:
> > > > > >    - shard-tglb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html
> >
> > > > > >       ([i915#2842])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-pace@vcs1:
> > > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html
> >
> > > > > >       ([i915#2842]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-throttle@rcs0:
> > > > > >    - shard-glk: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html
> >
> > > > > >       ([i915#2842]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_params@no-vebox:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html
> >
> > > > > >       ([fdo#109283])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html
> >
> > > > > >       ([fdo#109283])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_exec_reloc@basic-many-active@vcs1:
> > > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html
> >
> > > > > >       ([i915#2389])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_reloc@basic-parallel:
> > > > > >    -
> > > > > >
> > > > > >       shard-kbl: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html
> >
> > > > > >       ([i915#3183])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html
> >
> > > > > >       ([i915#3183])
> > > > > >       -
> > > > > >
> > > > > >       shard-apl: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html
> >
> > > > > >       ([i915#3183])
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html
> >
> > > > > >       ([i915#3183])
> > > > > >       -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html
> >
> > > > > >       ([i915#3183])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_exec_schedule@u-fairslice@bcs0:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html
> >
> > > > > >       -> DMESG-WARN
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html
> >
> > > > > >       ([i915#2803])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_schedule@u-fairslice@rcs0:
> > > > > >    - shard-apl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html
> >
> > > > > >       -> DMESG-WARN
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html
> >
> > > > > >       ([i915#1610])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_schedule@u-fairslice@vecs0:
> > > > > >    - shard-kbl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html
> >
> > > > > >       -> DMESG-WARN
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html
> >
> > > > > >       ([i915#1610] / [i915#2803])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_pwrite@basic-exhaustion:
> > > > > >    - shard-apl: NOTRUN -> WARN
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html
> >
> > > > > >       ([i915#2658])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html
> >
> > > > > >       ([i915#768])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_softpin@evict-snoop:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html
> >
> > > > > >       ([fdo#109312])
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_userptr_blits@coherency-unsync:
> > > > > >    -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html
> >
> > > > > >       ([fdo#110542]) +1 similar issue
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html
> >
> > > > > >       ([fdo#109290])
> > > > > >       -
> > > > > >
> > > > > >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> > > > > >    - shard-snb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html
> >
> > > > > >       ([fdo#109271]) +353 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@gen3_render_tiledx_blits:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html
> >
> > > > > >       ([fdo#109289]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@gen9_exec_parse@bb-secure:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html
> >
> > > > > >       ([fdo#112306]) +3 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@gen9_exec_parse@valid-registers:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html
> >
> > > > > >       ([fdo#112306]) +3 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@i915_hangman@engine-error@rcs0:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html
> >
> > > > > >       ([fdo#109271]) +188 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
> >
> > > > > >       ([fdo#109271] / [i915#1937])
> > > > > >    -
> > > > > >
> > > > > >    igt@i915_selftest@live@hangcheck:
> > > > > >    - shard-snb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html
> >
> > > > > >       -> INCOMPLETE
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html
> >
> > > > > >       ([i915#2782])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_big_fb@linear-16bpp-rotate-270:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html
> >
> > > > > >       ([fdo#111614]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_big_fb@linear-64bpp-rotate-270:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html
> >
> > > > > >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
> >
> > > > > >       ([fdo#111615]) +5 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_chamelium@dp-hpd-storm:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html
> >
> > > > > >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_chamelium@hdmi-edid-read:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html
> >
> > > > > >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> > > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html
> >
> > > > > >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_chamelium@hdmi-mode-timings:
> > > > > >    - shard-snb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html
> >
> > > > > >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_color@pipe-c-degamma:
> > > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html
> >
> > > > > >       ([i915#1149])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_color@pipe-d-ctm-0-5:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html
> >
> > > > > >       ([fdo#109278] / [i915#1149]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> > > > > >    -
> > > > > >
> > > > > >       shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
> >
> > > > > >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> > > > > >       -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
> >
> > > > > >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_content_protection@srm:
> > > > > >    - shard-apl: NOTRUN -> TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html
> >
> > > > > >       ([i915#1319])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html
> >
> > > > > >       ([fdo#109278] / [fdo#109279])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html
> >
> > > > > >       ([fdo#109279])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html
> >
> > > > > >       ([fdo#109278]) +11 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
> >
> > > > > >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> > > > > >    - shard-glk: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html
> >
> > > > > >       ([i915#52] / [i915#54])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> > > > > >    - shard-glk: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html
> >
> > > > > >       ([i915#52] / [i915#54]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip@2x-nonexisting-fb:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html
> >
> > > > > >       ([fdo#109274]) +4 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> > > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
> >
> > > > > >       ([i915#2122])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip@flip-vs-suspend@a-dp1:
> > > > > >    - shard-apl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html
> >
> > > > > >       -> DMESG-WARN
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html
> >
> > > > > >       ([i915#180])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> > > > > >    - shard-apl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
> >
> > > > > >       ([i915#2641])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip_scaled_crc
> @flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html
> >
> > > > > >       ([fdo#109271] / [i915#2672])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
> >
> > > > > >       ([fdo#109271] / [i915#2642])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
> >
> > > > > >       ([fdo#111825]) +27 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_frontbuffer_tracking
> @fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
> >
> > > > > >       ([fdo#109280]) +15 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_frontbuffer_tracking
> @psr-1p-primscrn-spr-indfb-draw-blt:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
> >
> > > > > >       ([i915#49]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> > > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
> >
> > > > > >       ([fdo#109271]) +85 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_invalid_dotclock:
> > > > > >    -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html
> >
> > > > > >       ([fdo#110577])
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html
> >
> > > > > >       ([fdo#109310])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> > > > > >    -
> > > > > >
> > > > > >       shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
> >
> > > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > > >       -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
> >
> > > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> > > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html
> >
> > > > > >       ([fdo#109271] / [i915#533]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> > > > > >    - shard-apl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html
> >
> > > > > >       ([fdo#108145] / [i915#265])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> > > > > >    - shard-apl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
> >
> > > > > >       ([i915#265])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> > > > > >    -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
> >
> > > > > >       ([fdo#108145] / [i915#265])
> > > > > >       -
> > > > > >
> > > > > >       shard-kbl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
> >
> > > > > >       ([fdo#108145] / [i915#265])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_plane_lowres@pipe-a-tiling-none:
> > > > > >    - shard-glk: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html
> >
> > > > > >       ([i915#899])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html
> >
> > > > > >       ([i915#899])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_prime@basic-crc@first-to-second:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html
> >
> > > > > >       ([i915#1836])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html
> >
> > > > > >       ([i915#1836])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
> >
> > > > > >       ([i915#658]) +1 similar issue
> > > > > >       -
> > > > > >
> > > > > >       shard-kbl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html
> >
> > > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html
> >
> > > > > >       ([i915#2920])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html
> >
> > > > > >       ([fdo#109271] / [i915#658]) +3 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_psr2_su@frontbuffer:
> > > > > >    -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html
> >
> > > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html
> >
> > > > > >       ([i915#2596])
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html
> >
> > > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_psr2_su@page_flip:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html
> >
> > > > > >       -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html
> >
> > > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_psr@psr2_primary_mmap_cpu:
> > > > > >    - shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
> >
> > > > > >       -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html
> >
> > > > > >       ([fdo#109441]) +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_psr@psr2_sprite_mmap_gtt:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html
> >
> > > > > >       ([fdo#109441])
> > > > > >    -
> > > > > >
> > > > > >    igt@kms_vrr@flip-suspend:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html
> >
> > > > > >       ([fdo#109502])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html
> >
> > > > > >       ([fdo#109502])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_writeback@writeback-invalid-parameters:
> > > > > >    -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html
> >
> > > > > >       ([i915#2437])
> > > > > >       -
> > > > > >
> > > > > >       shard-kbl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html
> >
> > > > > >       ([fdo#109271] / [i915#2437])
> > > > > >       -
> > > > > >
> > > > > >       shard-glk: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html
> >
> > > > > >       ([fdo#109271] / [i915#2437])
> > > > > >       -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html
> >
> > > > > >       ([i915#2437])
> > > > > >       -
> > > > > >
> > > > > >    igt@kms_writeback@writeback-pixel-formats:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html
> >
> > > > > >       ([fdo#109271] / [i915#2437])
> > > > > >    -
> > > > > >
> > > > > >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html
> >
> > > > > >       ([i915#2530])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html
> >
> > > > > >       ([i915#2530])
> > > > > >       -
> > > > > >
> > > > > >    igt@perf@per-context-mode-unprivileged:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html
> >
> > > > > >       ([fdo#109289])
> > > > > >    -
> > > > > >
> > > > > >    igt@perf@polling-parameterized:
> > > > > >    - shard-apl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html
> >
> > > > > >       ([i915#1542])
> > > > > >    -
> > > > > >
> > > > > >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> > > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html
> >
> > > > > >       ([fdo#109291]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@prime_nv_pcopy@test3_2:
> > > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html
> >
> > > > > >       ([fdo#109291]) +2 similar issues
> > > > > >    -
> > > > > >
> > > > > >    igt@prime_vgem@fence-write-hang:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html
> >
> > > > > >       ([fdo#109295])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html
> >
> > > > > >       ([fdo#109295])
> > > > > >       -
> > > > > >
> > > > > >    igt@sysfs_clients@recycle:
> > > > > >    - shard-apl: NOTRUN -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html
> >
> > > > > >       ([i915#3028])
> > > > > >    -
> > > > > >
> > > > > >    igt@sysfs_clients@recycle-many:
> > > > > >    -
> > > > > >
> > > > > >       shard-iclb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       ([i915#3028])
> > > > > >       -
> > > > > >
> > > > > >       shard-kbl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       ([i915#3028])
> > > > > >       -
> > > > > >
> > > > > >       shard-tglb: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       -> FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html
> >
> > > > > >       ([i915#3028])
> > > > > >       -
> > > > > >
> > > > > >    igt@sysfs_clients@sema-10@rcs0:
> > > > > >    - shard-apl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html
> >
> > > > > >       -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html
> >
> > > > > >       ([fdo#109271] / [i915#3026])
> > > > > >    -
> > > > > >
> > > > > >    igt@sysfs_clients@split-10@bcs0:
> > > > > >    - shard-apl: NOTRUN -> SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html
> >
> > > > > >       ([fdo#109271] / [i915#3026])
> > > > > >    -
> > > > > >
> > > > > >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> > > > > >    - shard-kbl: PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html
> >
> > > > > >       -> INCOMPLETE
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html
> >
> > > > > >       ([i915#1731])
> > > > > >
> > > > > > Possible fixes
> > > > > >
> > > > > >    -
> > > > > >
> > > > > >    igt@feature_discovery@psr2:
> > > > > >    - shard-iclb: SKIP
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html
> >
> > > > > >       ([i915#658]) -> PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html
> >
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_eio@in-flight-contexts-immediate:
> > > > > >    - shard-tglb: TIMEOUT
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html
> >
> > > > > >       ([i915#3063]) -> PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html
> >
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-flow@rcs0:
> > > > > >    - shard-tglb: FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
> >
> > > > > >       ([i915#2842]) -> PASS
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html
> >
> > > > > >       +1 similar issue
> > > > > >    -
> > > > > >
> > > > > >    igt@gem_exec_fair@basic-none@vcs0:
> > > > > >    - shard-kbl: FAIL
> > > > > >       <
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html
> >
> > > > > >       ([i915#2842]) -> PASS
> > > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s>
> +3 similar
> > > > > >       issues
> > > > > >
> > > > > >
> > > >
> > > > > _______________________________________________
> > > > > igt-dev mailing list
> > > > > igt-dev@lists.freedesktop.org
> > > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > > >
>

[-- Attachment #1.2: Type: text/html, Size: 81627 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
  2021-04-05 18:36               ` Mark Yacoub
@ 2021-04-05 18:57                 ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 15+ messages in thread
From: Vudum, Lakshminarayana @ 2021-04-05 18:57 UTC (permalink / raw)
  To: Mark Yacoub, igt-dev; +Cc: Latvala, Petri, Mark Yacoub


[-- Attachment #1.1: Type: text/plain, Size: 40725 bytes --]

Results shows “SUCCESS”
https://patchwork.freedesktop.org/series/88327/

Lakshmi.

From: Mark Yacoub <markyacoub@chromium.org>
Sent: Monday, April 5, 2021 11:37 AM
To: igt-dev@lists.freedesktop.org
Cc: Latvala, Petri <petri.latvala@intel.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Daniel Stone <daniel@fooishbar.org>; Mark Yacoub <markyacoub@google.com>
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)

"friendly ping"

On Mon, Mar 29, 2021 at 10:24 AM Mark Yacoub <markyacoub@google.com<mailto:markyacoub@google.com>> wrote:
Awesome perfect! Glad it's ready for review.

On Mon, Mar 29, 2021 at 10:18 AM Petri Latvala <petri.latvala@intel.com<mailto:petri.latvala@intel.com>> wrote:
>
> On Mon, Mar 29, 2021 at 10:10:48AM -0400, Mark Yacoub wrote:
> > Hi Lakshmi, is it still re-reported as false positive?
>
>
> It's now showing as a success.
>
>
> --
> Petri Latvala
>
>
>
> >
> > On Fri, Mar 26, 2021 at 1:39 PM Vudum, Lakshminarayana
> > <lakshminarayana.vudum@intel.com<mailto:lakshminarayana.vudum@intel.com>> wrote:
> > >
> > > Re-reported.
> > >
> > > -----Original Message-----
> > > From: Petri Latvala <petri.latvala@intel.com<mailto:petri.latvala@intel.com>>
> > > Sent: Friday, March 26, 2021 2:26 AM
> > > To: Mark Yacoub <markyacoub@chromium.org<mailto:markyacoub@chromium.org>>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com<mailto:lakshminarayana.vudum@intel.com>>
> > > Cc: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org>
> > > Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)
> > >
> > > (Aside: Please subscribe to the mailing list to avoid delays with mail delivery. Your mails get held in moderation queue without it.)
> > >
> > > On Thu, Mar 25, 2021 at 12:59:54PM -0400, Mark Yacoub wrote:
> > > > I don't think this is me but just an unrelated flake, can someone
> > > > please take a look?
> > >
> > >
> > > Yep, a false positive. Lakshmi, see below.
> > >
> > >
> > >
> > >
> > > >
> > > > On Wed, Mar 24, 2021 at 4:36 PM Patchwork
> > > > <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>>
> > > > wrote:
> > > >
> > > > > *Patch Details*
> > > > > *Series:* tests/kms_atomic_transition: Enable Primary Plane on
> > > > > Enabling CRTC. (rev2)
> > > > > *URL:* https://patchwork.freedesktop.org/series/88327/
> > > > > *State:* failure
> > > > > *Details:*
> > > > > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/index.html CI
> > > > > Bug Log - changes from CI_DRM_9888_full -> IGTPW_5654_full Summary
> > > > >
> > > > > *FAILURE*
> > > > >
> > > > > Serious unknown changes coming with IGTPW_5654_full absolutely need
> > > > > to be verified manually.
> > > > >
> > > > > If you think the reported changes have nothing to do with the
> > > > > changes introduced in IGTPW_5654_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_5654/index.html
> > > > > Possible new issues
> > > > >
> > > > > Here are the unknown changes that may have been introduced in
> > > > > IGTPW_5654_full:
> > > > > IGT changes Possible regressions
> > > > >
> > > > >    - igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
> > > > >       - shard-snb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>
> > > > >       -> DMESG-WARN
> > > > >
> > > > > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@
> > > > > kms_pipe_crc_basic@suspend-read-crc-pipe-b.html<mailto:kms_pipe_crc_basic@suspend-read-crc-pipe-b.html>>
> > > > >
> > > > > Known issues
> > > > >
> > > > > Here are the changes found in IGTPW_5654_full that come from known issues:
> > > > > IGT changes Issues hit
> > > > >
> > > > >    -
> > > > >
> > > > >    igt@feature_discovery@display-3x:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@feature_discovery@display-3x.html>
> > > > >       ([fdo#109271]) +72 similar issues
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@feature_discovery@display-3x.html>
> > > > >       ([i915#1839])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@feature_discovery@display-3x.html>
> > > > >       ([i915#1839])
> > > > >       -
> > > > >
> > > > >    igt@gem_ctx_param@set-priority-not-supported:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html>
> > > > >       ([fdo#109314])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_ctx_param@set-priority-not-supported.html>
> > > > >       ([fdo#109314])
> > > > >       -
> > > > >
> > > > >    igt@gem_ctx_persistence@legacy-engines-mixed:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> > > > >       ([fdo#109271] / [i915#1099]) +5 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-deadline:
> > > > >    -
> > > > >
> > > > >       shard-kbl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl1/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >       shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@gem_exec_fair@basic-deadline.html>
> > > > >       ([i915#2846])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-share@rcs0:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none-vip@rcs0:
> > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-pace@rcs0:
> > > > >    - shard-tglb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html>
> > > > >       ([i915#2842])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-pace@vcs1:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html>
> > > > >       ([i915#2842]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-throttle@rcs0:
> > > > >    - shard-glk: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html>
> > > > >       ([i915#2842]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_params@no-vebox:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_params@no-vebox.html>
> > > > >       ([fdo#109283])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_exec_params@no-vebox.html>
> > > > >       ([fdo#109283])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_reloc@basic-many-active@vcs1:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@gem_exec_reloc@basic-many-active@vcs1.html>
> > > > >       ([i915#2389])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_reloc@basic-parallel:
> > > > >    -
> > > > >
> > > > >       shard-kbl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-apl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@gem_exec_reloc@basic-parallel.html>
> > > > >       ([i915#3183])
> > > > >       -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@bcs0:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_exec_schedule@u-fairslice@bcs0.html>
> > > > >       ([i915#2803])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@rcs0:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@gem_exec_schedule@u-fairslice@rcs0.html>
> > > > >       ([i915#1610])
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_schedule@u-fairslice@vecs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@gem_exec_schedule@u-fairslice@vecs0.html>
> > > > >       ([i915#1610] / [i915#2803])
> > > > >    -
> > > > >
> > > > >    igt@gem_pwrite@basic-exhaustion:
> > > > >    - shard-apl: NOTRUN -> WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@gem_pwrite@basic-exhaustion.html>
> > > > >       ([i915#2658])
> > > > >    -
> > > > >
> > > > >    igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> > > > >       ([i915#768])
> > > > >    -
> > > > >
> > > > >    igt@gem_softpin@evict-snoop:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_softpin@evict-snoop.html>
> > > > >       ([fdo#109312])
> > > > >    -
> > > > >
> > > > >    igt@gem_userptr_blits@coherency-unsync:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_userptr_blits@coherency-unsync.html>
> > > > >       ([fdo#110542]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@gem_userptr_blits@coherency-unsync.html>
> > > > >       ([fdo#109290])
> > > > >       -
> > > > >
> > > > >    igt@gem_userptr_blits@mmap-offset-invalidate-active@wb:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb6/igt@gem_userptr_blits@mmap-offset-invalidate-active@wb.html>
> > > > >       ([fdo#109271]) +353 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gen3_render_tiledx_blits:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@gen3_render_tiledx_blits.html>
> > > > >       ([fdo#109289]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gen9_exec_parse@bb-secure:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@gen9_exec_parse@bb-secure.html>
> > > > >       ([fdo#112306]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@gen9_exec_parse@valid-registers:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@gen9_exec_parse@valid-registers.html>
> > > > >       ([fdo#112306]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@i915_hangman@engine-error@rcs0:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@i915_hangman@engine-error@rcs0.html>
> > > > >       ([fdo#109271]) +188 similar issues
> > > > >    -
> > > > >
> > > > >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> > > > >       ([fdo#109271] / [i915#1937])
> > > > >    -
> > > > >
> > > > >    igt@i915_selftest@live@hangcheck:
> > > > >    - shard-snb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-snb7/igt@i915_selftest@live@hangcheck.html>
> > > > >       -> INCOMPLETE
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@i915_selftest@live@hangcheck.html>
> > > > >       ([i915#2782])
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@linear-16bpp-rotate-270:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> > > > >       ([fdo#111614]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@linear-64bpp-rotate-270:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_big_fb@linear-64bpp-rotate-270.html>
> > > > >       ([fdo#110725] / [fdo#111614]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_big_fb@yf-tiled-addfb-size-overflow:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html>
> > > > >       ([fdo#111615]) +5 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@dp-hpd-storm:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_chamelium@dp-hpd-storm.html>
> > > > >       ([fdo#109284] / [fdo#111827]) +10 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-edid-read:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_chamelium@hdmi-edid-read.html>
> > > > >       ([fdo#109284] / [fdo#111827]) +12 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-hpd-for-each-pipe:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +14 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_chamelium@hdmi-mode-timings:
> > > > >    - shard-snb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-snb5/igt@kms_chamelium@hdmi-mode-timings.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +20 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_color@pipe-c-degamma:
> > > > >    - shard-iclb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_color@pipe-c-degamma.html>
> > > > >       ([i915#1149])
> > > > >    -
> > > > >
> > > > >    igt@kms_color@pipe-d-ctm-0-5:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_color@pipe-d-ctm-0-5.html>
> > > > >       ([fdo#109278] / [i915#1149]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> > > > >    -
> > > > >
> > > > >       shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +21 similar issues
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> > > > >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> > > > >       -
> > > > >
> > > > >    igt@kms_content_protection@srm:
> > > > >    - shard-apl: NOTRUN -> TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_content_protection@srm.html>
> > > > >       ([i915#1319])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-c-cursor-512x170-random:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x170-random.html>
> > > > >       ([fdo#109278] / [fdo#109279])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-d-cursor-512x170-random:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html>
> > > > >       ([fdo#109279])
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html>
> > > > >       ([fdo#109278]) +11 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html>
> > > > >       ([fdo#109274] / [fdo#109278]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled:
> > > > >    - shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-ytiled.html>
> > > > >       ([i915#52] / [i915#54])
> > > > >    -
> > > > >
> > > > >    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
> > > > >    - shard-glk: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled.html>
> > > > >       ([i915#52] / [i915#54]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@2x-nonexisting-fb:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_flip@2x-nonexisting-fb.html>
> > > > >       ([fdo#109274]) +4 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
> > > > >    - shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html>
> > > > >       ([i915#2122])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip@flip-vs-suspend@a-dp1:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > > >       -> DMESG-WARN
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_flip@flip-vs-suspend@a-dp1.html>
> > > > >       ([i915#180])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html>
> > > > >       ([i915#2641])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> > > > >       ([fdo#109271] / [i915#2672])
> > > > >    -
> > > > >
> > > > >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> > > > >       ([fdo#109271] / [i915#2642])
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@fbc-2p-rte:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-rte.html>
> > > > >       ([fdo#111825]) +27 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html>
> > > > >       ([fdo#109280]) +15 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html>
> > > > >       ([i915#49]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> > > > >       ([fdo#109271]) +85 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_invalid_dotclock:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb3/igt@kms_invalid_dotclock.html>
> > > > >       ([fdo#110577])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb8/igt@kms_invalid_dotclock.html>
> > > > >       ([fdo#109310])
> > > > >       -
> > > > >
> > > > >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> > > > >    -
> > > > >
> > > > >       shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +1 similar issue
> > > > >       -
> > > > >
> > > > >    igt@kms_pipe_crc_basic@read-crc-pipe-d:
> > > > >    - shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html>
> > > > >       ([fdo#109271] / [i915#533]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> > > > >       ([i915#265])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html>
> > > > >       ([fdo#108145] / [i915#265])
> > > > >       -
> > > > >
> > > > >    igt@kms_plane_lowres@pipe-a-tiling-none:
> > > > >    - shard-glk: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> > > > >       ([i915#899])
> > > > >    -
> > > > >
> > > > >    igt@kms_plane_lowres@pipe-b-tiling-yf:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb6/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_plane_lowres@pipe-b-tiling-yf.html>
> > > > >       ([i915#899])
> > > > >    -
> > > > >
> > > > >    igt@kms_prime@basic-crc@first-to-second:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_prime@basic-crc@first-to-second.html>
> > > > >       ([i915#1836])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb1/igt@kms_prime@basic-crc@first-to-second.html>
> > > > >       ([i915#1836])
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > > >       ([i915#658]) +1 similar issue
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html>
> > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-5.html>
> > > > >       ([i915#2920])
> > > > >    -
> > > > >
> > > > >    igt@kms_psr2_sf@plane-move-sf-dmg-area-2:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@kms_psr2_sf@plane-move-sf-dmg-area-2.html>
> > > > >       ([fdo#109271] / [i915#658]) +3 similar issues
> > > > >    -
> > > > >
> > > > >    igt@kms_psr2_su@frontbuffer:
> > > > >    -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk9/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([fdo#109271] / [i915#658]) +4 similar issues
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([i915#2596])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@frontbuffer.html>
> > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > >       -
> > > > >
> > > > >    igt@kms_psr2_su@page_flip:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr2_su@page_flip.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@kms_psr2_su@page_flip.html>
> > > > >       ([fdo#109642] / [fdo#111068] / [i915#658])
> > > > >    -
> > > > >
> > > > >    igt@kms_psr@psr2_primary_mmap_cpu:
> > > > >    - shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html>
> > > > >       ([fdo#109441]) +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@kms_psr@psr2_sprite_mmap_gtt:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html>
> > > > >       ([fdo#109441])
> > > > >    -
> > > > >
> > > > >    igt@kms_vrr@flip-suspend:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@kms_vrr@flip-suspend.html>
> > > > >       ([fdo#109502])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_vrr@flip-suspend.html>
> > > > >       ([fdo#109502])
> > > > >       -
> > > > >
> > > > >    igt@kms_writeback@writeback-invalid-parameters:
> > > > >    -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-kbl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-glk: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-glk5/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >       -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@kms_writeback@writeback-invalid-parameters.html>
> > > > >       ([i915#2437])
> > > > >       -
> > > > >
> > > > >    igt@kms_writeback@writeback-pixel-formats:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@kms_writeback@writeback-pixel-formats.html>
> > > > >       ([fdo#109271] / [i915#2437])
> > > > >    -
> > > > >
> > > > >    igt@nouveau_crc@ctx-flip-threshold-reset-after-capture:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > > >       ([i915#2530])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@nouveau_crc@ctx-flip-threshold-reset-after-capture.html>
> > > > >       ([i915#2530])
> > > > >       -
> > > > >
> > > > >    igt@perf@per-context-mode-unprivileged:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@perf@per-context-mode-unprivileged.html>
> > > > >       ([fdo#109289])
> > > > >    -
> > > > >
> > > > >    igt@perf@polling-parameterized:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl2/igt@perf@polling-parameterized.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl6/igt@perf@polling-parameterized.html>
> > > > >       ([i915#1542])
> > > > >    -
> > > > >
> > > > >    igt@prime_nv_api@i915_nv_import_twice_check_flink_name:
> > > > >    - shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb1/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html>
> > > > >       ([fdo#109291]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@prime_nv_pcopy@test3_2:
> > > > >    - shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb8/igt@prime_nv_pcopy@test3_2.html>
> > > > >       ([fdo#109291]) +2 similar issues
> > > > >    -
> > > > >
> > > > >    igt@prime_vgem@fence-write-hang:
> > > > >    -
> > > > >
> > > > >       shard-iclb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb3/igt@prime_vgem@fence-write-hang.html>
> > > > >       ([fdo#109295])
> > > > >       -
> > > > >
> > > > >       shard-tglb: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb7/igt@prime_vgem@fence-write-hang.html>
> > > > >       ([fdo#109295])
> > > > >       -
> > > > >
> > > > >    igt@sysfs_clients@recycle:
> > > > >    - shard-apl: NOTRUN -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl8/igt@sysfs_clients@recycle.html>
> > > > >       ([i915#3028])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_clients@recycle-many:
> > > > >    -
> > > > >
> > > > >       shard-iclb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb5/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >       shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl1/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl2/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >       shard-tglb: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb7/igt@sysfs_clients@recycle-many.html>
> > > > >       -> FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb6/igt@sysfs_clients@recycle-many.html>
> > > > >       ([i915#3028])
> > > > >       -
> > > > >
> > > > >    igt@sysfs_clients@sema-10@rcs0:
> > > > >    - shard-apl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-apl7/igt@sysfs_clients@sema-10@rcs0.html>
> > > > >       -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl2/igt@sysfs_clients@sema-10@rcs0.html>
> > > > >       ([fdo#109271] / [i915#3026])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_clients@split-10@bcs0:
> > > > >    - shard-apl: NOTRUN -> SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-apl1/igt@sysfs_clients@split-10@bcs0.html>
> > > > >       ([fdo#109271] / [i915#3026])
> > > > >    -
> > > > >
> > > > >    igt@sysfs_heartbeat_interval@mixed@rcs0:
> > > > >    - shard-kbl: PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl3/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > > >       -> INCOMPLETE
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-kbl6/igt@sysfs_heartbeat_interval@mixed@rcs0.html>
> > > > >       ([i915#1731])
> > > > >
> > > > > Possible fixes
> > > > >
> > > > >    -
> > > > >
> > > > >    igt@feature_discovery@psr2:
> > > > >    - shard-iclb: SKIP
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-iclb3/igt@feature_discovery@psr2.html>
> > > > >       ([i915#658]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-iclb2/igt@feature_discovery@psr2.html>
> > > > >    -
> > > > >
> > > > >    igt@gem_eio@in-flight-contexts-immediate:
> > > > >    - shard-tglb: TIMEOUT
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb6/igt@gem_eio@in-flight-contexts-immediate.html>
> > > > >       ([i915#3063]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb2/igt@gem_eio@in-flight-contexts-immediate.html>
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-flow@rcs0:
> > > > >    - shard-tglb: FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > > >       ([i915#2842]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html>
> > > > >       +1 similar issue
> > > > >    -
> > > > >
> > > > >    igt@gem_exec_fair@basic-none@vcs0:
> > > > >    - shard-kbl: FAIL
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9888/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html>
> > > > >       ([i915#2842]) -> PASS
> > > > >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5654/s> +3 similar
> > > > >       issues
> > > > >
> > > > >
> > >
> > > > _______________________________________________
> > > > igt-dev mailing list
> > > > igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org>
> > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > >

[-- Attachment #1.2: Type: text/html, Size: 90005 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC.
  2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
                   ` (3 preceding siblings ...)
  2021-03-26 17:23 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2021-04-12 16:21 ` Mark Yacoub
  4 siblings, 0 replies; 15+ messages in thread
From: Mark Yacoub @ 2021-04-12 16:21 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala, Mark Yacoub


[-- Attachment #1.1: Type: text/plain, Size: 2067 bytes --]

I noticed I sent a ping on the CI test rather than this patch, so sending a
friendly reminder here instead.
Thanks!

On Tue, Mar 23, 2021 at 11:08 AM Mark Yacoub <markyacoub@chromium.org>
wrote:

> From: Mark Yacoub <markyacoub@google.com>
>
> Setup all plane params before committing anything.
> Do not disable Primary Plane whenever a CRTC is getting enabled.
>
> AMD Driver requires the primary plane to be enabled whenever the CRTC is,
> otherwise
> drm_mode_cursor_universal may end up trying to enable the cursor plane
> while all other
> planes are disabled, which is not supported by the hardware.
>
> Tested on Delbin and Volteer with no regression or added latency.
>
> ---
>  tests/kms_atomic_transition.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
> index 9689bf4d..cfa04dcd 100644
> --- a/tests/kms_atomic_transition.c
> +++ b/tests/kms_atomic_transition.c
> @@ -172,7 +172,7 @@ wm_setup_plane(data_t *data, enum pipe pipe,
>                         continue;
>
>                 if (!mask || !(parms[i].mask & mask)) {
> -                       if (plane->values[IGT_PLANE_FB_ID]) {
> +                       if (plane->values[IGT_PLANE_FB_ID] && plane->type
> != DRM_PLANE_TYPE_PRIMARY) {
>                                 igt_plane_set_fb(plane, NULL);
>                                 planes_set_up++;
>                         }
> @@ -516,10 +516,9 @@ run_transition_test(data_t *data, enum pipe pipe,
> igt_output_t *output,
>                 igt_output_set_pipe(output, pipe);
>         }
>
> -       igt_display_commit2(&data->display, COMMIT_ATOMIC);
> -
>         setup_parms(data, pipe, mode, &fb, &argb_fb, &sprite_fb, parms,
> &iter_max);
> -
> +       igt_display_commit2(&data->display, COMMIT_ATOMIC);
> +
>         /*
>          * In some configurations the tests may not run to completion with
> all
>          * sprite planes lit up at 4k resolution, try decreasing
> width/size of secondary
> --
> 2.31.0.rc2.261.g7f71774620-goog
>
>

[-- Attachment #1.2: Type: text/html, Size: 2756 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC.
@ 2021-03-22 21:41 Mark Yacoub
  0 siblings, 0 replies; 15+ messages in thread
From: Mark Yacoub @ 2021-03-22 21:41 UTC (permalink / raw)
  To: igt-dev; +Cc: seanpaul, petri.latvala, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

Setup all plane params before committing anything.
Do not disable Primary Plane whenever a CRTC is getting enabled.

AMD Driver requires the primary plane to be enabled whenever the CRTC is, otherwise
drm_mode_cursor_universal may end up trying to enable the cursor plane while all other
planes are disabled, which is not supported by the hardware.

Tested on Delbin and Volteer with no regression or added latency.
---
 tests/kms_atomic_transition.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index d28a8cdf..51d7795b 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -134,7 +134,7 @@ wm_setup_plane(igt_display_t *display, enum pipe pipe,
 		int i = plane->index;
 
 		if (!mask || !(parms[i].mask & mask)) {
-			if (plane->values[IGT_PLANE_FB_ID]) {
+			if (plane->values[IGT_PLANE_FB_ID] && plane->type != DRM_PLANE_TYPE_PRIMARY) {
 				igt_plane_set_fb(plane, NULL);
 				planes_set_up++;
 			}
@@ -478,9 +478,8 @@ run_transition_test(igt_display_t *display, enum pipe pipe, igt_output_t *output
 		igt_output_set_pipe(output, pipe);
 	}
 
-	igt_display_commit2(display, COMMIT_ATOMIC);
-
 	setup_parms(display, pipe, mode, &fb, &argb_fb, &sprite_fb, parms, &iter_max);
+	igt_display_commit2(display, COMMIT_ATOMIC);
 
 	/*
 	 * In some configurations the tests may not run to completion with all
-- 
2.31.0.rc2.261.g7f71774620-goog

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-04-12 16:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 15:08 [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
2021-03-24  9:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2) Patchwork
2021-03-24 20:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-25 16:59   ` Mark Yacoub
2021-03-26  9:25     ` Petri Latvala
2021-03-26 17:39       ` Vudum, Lakshminarayana
2021-03-29 14:10         ` Mark Yacoub
2021-03-29 14:19           ` Petri Latvala
2021-03-29 14:24             ` Mark Yacoub
2021-04-05 18:36               ` Mark Yacoub
2021-04-05 18:57                 ` Vudum, Lakshminarayana
2021-03-26 16:35 ` Patchwork
2021-03-26 17:23 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2021-04-12 16:21 ` [igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC Mark Yacoub
  -- strict thread matches above, loose matches on Subject: below --
2021-03-22 21:41 Mark Yacoub

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.