All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output
@ 2021-09-16 14:23 Vidya Srinivas
  2021-09-16 18:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Vidya Srinivas @ 2021-09-16 14:23 UTC (permalink / raw)
  To: igt-dev; +Cc: Bhanuprakash.Modem, markyacoub, Vidya Srinivas

Starting commit 4d4a76729b328b65122 "Start continuous CRC capture after commit"
few variants of Intel TGL devices are failing upon CRC mismatch.
Patch switches to older way of obtaining CRC and includes checking of
i915 as patch causing regression is a fix for AMD devices.

Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
---
 tests/kms_plane_multiple.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
index 45cabb500774..e6e035dca59b 100644
--- a/tests/kms_plane_multiple.c
+++ b/tests/kms_plane_multiple.c
@@ -331,18 +331,23 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 		 igt_output_name(output), kmstest_pipe_name(pipe), c,
 		 info, opt.seed);
 
+	if (is_i915_device(data->drm_fd))
+		igt_pipe_crc_start(data->pipe_crc);
+
 	i = 0;
 	while (i < iterations || loop_forever) {
 		/* randomize planes and set up the holes */
 		prepare_planes(data, pipe, &blue, tiling, c, output);
 
 		igt_display_commit2(&data->display, COMMIT_ATOMIC);
-		if (!crc_enabled) {
+		if (!crc_enabled && !is_i915_device(data->drm_fd)) {
 			igt_pipe_crc_start(data->pipe_crc);
 			crc_enabled = 1;
 		}
 
 		igt_pipe_crc_get_current(data->display.drm_fd, data->pipe_crc, &crc);
+		igt_assert_crc_equal(&data->ref_crc, &crc);
+		igt_pipe_crc_stop(data->pipe_crc);
 
 		for_each_plane_on_pipe(&data->display, pipe, plane)
 			igt_plane_set_fb(plane, NULL);
@@ -352,8 +357,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 		for (int x = 0; x < c; x++)
 			igt_remove_fb(data->drm_fd, &data->fb[x]);
 
-		igt_assert_crc_equal(&data->ref_crc, &crc);
-
 		i++;
 	}
 
-- 
2.33.0

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
@ 2021-09-16 18:05 ` Patchwork
  2021-09-16 20:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-09-16 18:05 UTC (permalink / raw)
  To: Vidya Srinivas; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 5451 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output
URL   : https://patchwork.freedesktop.org/series/94764/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10598 -> IGTPW_6231
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@cs-compute:
    - fi-cfl-guc:         NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-cfl-guc/igt@amdgpu/amd_basic@cs-compute.html

  * igt@core_hotunplug@unbind-rebind:
    - fi-cfl-8700k:       [PASS][2] -> [INCOMPLETE][3] ([i915#4130])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
    - fi-rkl-11600:       [PASS][4] -> [INCOMPLETE][5] ([i915#4130])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-rkl-11600/igt@core_hotunplug@unbind-rebind.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-rkl-11600/igt@core_hotunplug@unbind-rebind.html
    - fi-kbl-7500u:       [PASS][6] -> [INCOMPLETE][7] ([i915#4130])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-kbl-7500u/igt@core_hotunplug@unbind-rebind.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-kbl-7500u/igt@core_hotunplug@unbind-rebind.html
    - fi-kbl-7567u:       [PASS][8] -> [INCOMPLETE][9] ([i915#4130])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-kbl-7567u/igt@core_hotunplug@unbind-rebind.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-kbl-7567u/igt@core_hotunplug@unbind-rebind.html

  * igt@i915_module_load@reload:
    - fi-kbl-guc:         [PASS][10] -> [INCOMPLETE][11] ([i915#4130] / [i915#4139])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-kbl-guc/igt@i915_module_load@reload.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-kbl-guc/igt@i915_module_load@reload.html

  * igt@runner@aborted:
    - fi-cml-u2:          NOTRUN -> [FAIL][12] ([i915#2082] / [i915#2426] / [i915#3363])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-cml-u2/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-cfl-guc:         [INCOMPLETE][13] ([i915#4130]) -> [PASS][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-icl-u2:          [DMESG-WARN][15] ([i915#2868]) -> [PASS][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-icl-u2/igt@kms_chamelium@common-hpd-after-suspend.html

  
#### Warnings ####

  * igt@i915_module_load@reload:
    - fi-kbl-8809g:       [INCOMPLETE][17] ([i915#4136]) -> [INCOMPLETE][18] ([i915#4130])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-kbl-8809g/igt@i915_module_load@reload.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-kbl-8809g/igt@i915_module_load@reload.html
    - fi-cml-u2:          [INCOMPLETE][19] ([i915#4136]) -> [INCOMPLETE][20] ([i915#4130] / [i915#4136])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-cml-u2/igt@i915_module_load@reload.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-cml-u2/igt@i915_module_load@reload.html
    - fi-skl-6700k2:      [INCOMPLETE][21] ([i915#4130] / [i915#4136]) -> [INCOMPLETE][22] ([i915#4136])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/fi-skl-6700k2/igt@i915_module_load@reload.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/fi-skl-6700k2/igt@i915_module_load@reload.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [i915#2082]: https://gitlab.freedesktop.org/drm/intel/issues/2082
  [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
  [i915#2868]: https://gitlab.freedesktop.org/drm/intel/issues/2868
  [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363
  [i915#4130]: https://gitlab.freedesktop.org/drm/intel/issues/4130
  [i915#4136]: https://gitlab.freedesktop.org/drm/intel/issues/4136
  [i915#4139]: https://gitlab.freedesktop.org/drm/intel/issues/4139


Participating hosts (37 -> 34)
------------------------------

  Missing    (3): fi-bsw-cyan fi-cfl-8109u fi-bdw-samus 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6211 -> IGTPW_6231

  CI-20190529: 20190529
  CI_DRM_10598: 5b7e720d97fd94cf081daec8f9d09753cfbe1c31 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6231: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/index.html
  IGT_6211: 7b275b3eb17ddf6e7c5b7b9ba359b7f5345a5311 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 7081 bytes --]

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
  2021-09-16 18:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-09-16 20:37 ` Patchwork
  2021-09-24 10:45 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Vidya Srinivas
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-09-16 20:37 UTC (permalink / raw)
  To: Vidya Srinivas; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 29526 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output
URL   : https://patchwork.freedesktop.org/series/94764/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10598_full -> IGTPW_6231_full
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html

  * igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][3]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@kms_vblank@pipe-b-ts-continuation-modeset-rpm.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [PASS][4] -> [SKIP][5] ([i915#658])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@feature_discovery@psr2.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb4/igt@feature_discovery@psr2.html

  * igt@gem_ctx_sseu@engines:
    - shard-tglb:         NOTRUN -> [SKIP][6] ([i915#280])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb8/igt@gem_ctx_sseu@engines.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [PASS][7] -> [TIMEOUT][8] ([i915#2369] / [i915#3063] / [i915#3648])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb3/igt@gem_eio@unwedge-stress.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb5/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-iclb:         NOTRUN -> [FAIL][9] ([i915#2842]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglb:         [PASS][10] -> [FAIL][11] ([i915#2842]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs0:
    - shard-iclb:         [PASS][12] -> [FAIL][13] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb8/igt@gem_exec_fair@basic-pace@vcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@gem_exec_fair@basic-pace@vcs0.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-kbl:          [PASS][14] -> [DMESG-WARN][15] ([i915#180]) +1 similar issue
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-kbl2/igt@gem_exec_suspend@basic-s3.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
    - shard-iclb:         NOTRUN -> [SKIP][16] ([i915#768]) +2 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][17] ([i915#3297])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@gem_userptr_blits@create-destroy-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][18] ([i915#3297])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gen3_render_mixed_blits:
    - shard-tglb:         NOTRUN -> [SKIP][19] ([fdo#109289]) +3 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@gen3_render_mixed_blits.html

  * igt@gen3_render_tiledx_blits:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109289]) +5 similar issues
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb4/igt@gen3_render_tiledx_blits.html

  * igt@gen9_exec_parse@bb-secure:
    - shard-tglb:         NOTRUN -> [SKIP][21] ([i915#2856]) +4 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb3/igt@gen9_exec_parse@bb-secure.html

  * igt@gen9_exec_parse@unaligned-access:
    - shard-iclb:         NOTRUN -> [SKIP][22] ([i915#2856]) +3 similar issues
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@gen9_exec_parse@unaligned-access.html

  * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
    - shard-iclb:         NOTRUN -> [SKIP][23] ([fdo#109293] / [fdo#109506])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
    - shard-tglb:         NOTRUN -> [SKIP][24] ([fdo#109506] / [i915#2411])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][25] ([fdo#111644] / [i915#1397] / [i915#2411])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
    - shard-iclb:         NOTRUN -> [SKIP][26] ([fdo#110892])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][27] ([fdo#110725] / [fdo#111614])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb8/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#3777]) +3 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][29] ([fdo#110723]) +2 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([fdo#111615]) +3 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([i915#3689] / [i915#3886]) +1 similar issue
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb8/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#3886]) +16 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl4/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][33] ([i915#3689]) +6 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][34] ([fdo#109278] / [i915#3886]) +4 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

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

  * igt@kms_color_chamelium@pipe-a-ctm-blue-to-red:
    - shard-kbl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [fdo#111827]) +27 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html

  * igt@kms_color_chamelium@pipe-c-ctm-green-to-red:
    - shard-iclb:         NOTRUN -> [SKIP][37] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@kms_color_chamelium@pipe-c-ctm-green-to-red.html

  * igt@kms_color_chamelium@pipe-d-ctm-max:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#109284] / [fdo#111827]) +2 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@kms_color_chamelium@pipe-d-ctm-max.html

  * igt@kms_color_chamelium@pipe-d-ctm-negative:
    - shard-iclb:         NOTRUN -> [SKIP][39] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@kms_color_chamelium@pipe-d-ctm-negative.html

  * igt@kms_content_protection@legacy:
    - shard-kbl:          NOTRUN -> [TIMEOUT][40] ([i915#1319]) +1 similar issue
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl1/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@uevent:
    - shard-kbl:          NOTRUN -> [FAIL][41] ([i915#2105])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x512-onscreen:
    - shard-tglb:         NOTRUN -> [SKIP][42] ([fdo#109279] / [i915#3359]) +3 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb1/igt@kms_cursor_crc@pipe-a-cursor-512x512-onscreen.html

  * igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([i915#3319])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x512-random:
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#109278] / [fdo#109279]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb8/igt@kms_cursor_crc@pipe-c-cursor-512x512-random.html

  * igt@kms_cursor_crc@pipe-c-cursor-max-size-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][45] ([i915#3359]) +2 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-max-size-rapid-movement.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][46] ([i915#180]) +4 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
    - shard-tglb:         [PASS][47] -> [INCOMPLETE][48] ([i915#2411] / [i915#456])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

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

  * igt@kms_cursor_crc@pipe-d-cursor-suspend:
    - shard-kbl:          NOTRUN -> [SKIP][50] ([fdo#109271]) +284 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl1/igt@kms_cursor_crc@pipe-d-cursor-suspend.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-iclb:         NOTRUN -> [SKIP][51] ([fdo#109274] / [fdo#109278]) +1 similar issue
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@pipe-d-single-bo:
    - shard-kbl:          NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#533])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@kms_cursor_legacy@pipe-d-single-bo.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-tglb:         [PASS][53] -> [INCOMPLETE][54] ([i915#456])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb3/igt@kms_fbcon_fbt@psr-suspend.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_flip@2x-flip-vs-rmfb-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109274]) +2 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt:
    - shard-tglb:         NOTRUN -> [SKIP][56] ([fdo#111825]) +15 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite:
    - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109280]) +14 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [PASS][58] -> [SKIP][59] ([i915#433])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-tglb:         [PASS][60] -> [INCOMPLETE][61] ([i915#1373] / [i915#2828])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb2/igt@kms_hdr@bpc-switch-suspend.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> [FAIL][62] ([fdo#108145] / [i915#265])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl2/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
    - shard-kbl:          NOTRUN -> [FAIL][63] ([i915#265])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-kbl:          NOTRUN -> [SKIP][64] ([fdo#109271] / [i915#2733])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
    - shard-kbl:          NOTRUN -> [SKIP][65] ([fdo#109271] / [i915#658]) +7 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([i915#658])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area-0:
    - shard-tglb:         NOTRUN -> [SKIP][67] ([i915#2920])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb8/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html

  * igt@kms_psr2_su@page_flip:
    - shard-tglb:         NOTRUN -> [SKIP][68] ([i915#1911])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb3/igt@kms_psr2_su@page_flip.html
    - shard-iclb:         NOTRUN -> [SKIP][69] ([fdo#109642] / [fdo#111068] / [i915#658])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_basic:
    - shard-iclb:         [PASS][70] -> [SKIP][71] ([fdo#109441])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@kms_psr@psr2_basic.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb7/igt@kms_psr@psr2_basic.html

  * igt@kms_psr@psr2_primary_render:
    - shard-tglb:         NOTRUN -> [FAIL][72] ([i915#132] / [i915#3467])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb2/igt@kms_psr@psr2_primary_render.html

  * igt@kms_psr@psr2_sprite_blt:
    - shard-iclb:         NOTRUN -> [SKIP][73] ([fdo#109441]) +1 similar issue
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@kms_psr@psr2_sprite_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][74] ([i915#180] / [i915#295])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vrr@flip-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][75] ([fdo#109502])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb3/igt@kms_vrr@flip-suspend.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-kbl:          NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#2437])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl6/igt@kms_writeback@writeback-fb-id.html
    - shard-tglb:         NOTRUN -> [SKIP][77] ([i915#2437])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb2/igt@kms_writeback@writeback-fb-id.html

  * igt@nouveau_crc@pipe-a-source-rg:
    - shard-iclb:         NOTRUN -> [SKIP][78] ([i915#2530])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@nouveau_crc@pipe-a-source-rg.html

  * igt@nouveau_crc@pipe-d-ctx-flip-detection:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([i915#2530])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb1/igt@nouveau_crc@pipe-d-ctx-flip-detection.html

  * igt@sysfs_clients@sema-25:
    - shard-iclb:         NOTRUN -> [SKIP][80] ([i915#2994]) +1 similar issue
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb7/igt@sysfs_clients@sema-25.html
    - shard-kbl:          NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#2994]) +5 similar issues
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl1/igt@sysfs_clients@sema-25.html
    - shard-tglb:         NOTRUN -> [SKIP][82] ([i915#2994]) +2 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb3/igt@sysfs_clients@sema-25.html

  
#### Possible fixes ####

  * igt@gem_eio@in-flight-suspend:
    - shard-kbl:          [DMESG-WARN][83] ([i915#180]) -> [PASS][84] +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-kbl6/igt@gem_eio@in-flight-suspend.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-kbl3/igt@gem_eio@in-flight-suspend.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [FAIL][85] ([i915#2842]) -> [PASS][86]
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [FAIL][87] ([i915#2842]) -> [PASS][88]
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@gem_exec_fair@basic-none-share@rcs0.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb6/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-iclb:         [FAIL][89] ([i915#2849]) -> [PASS][90]
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@i915_suspend@debugfs-reader:
    - shard-tglb:         [INCOMPLETE][91] ([i915#456]) -> [PASS][92] +1 similar issue
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb7/igt@i915_suspend@debugfs-reader.html
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb7/igt@i915_suspend@debugfs-reader.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile:
    - shard-iclb:         [SKIP][93] ([i915#3701]) -> [PASS][94]
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html

  * igt@perf@polling-small-buf:
    - shard-tglb:         [FAIL][95] ([i915#1722]) -> [PASS][96]
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-tglb6/igt@perf@polling-small-buf.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-tglb2/igt@perf@polling-small-buf.html

  
#### Warnings ####

  * igt@i915_pm_dc@dc3co-vpb-simulation:
    - shard-iclb:         [SKIP][97] ([i915#588]) -> [SKIP][98] ([i915#658])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb8/igt@i915_pm_dc@dc3co-vpb-simulation.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-iclb:         [FAIL][99] ([i915#2680]) -> [WARN][100] ([i915#1804] / [i915#2684])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb7/igt@i915_pm_rc6_residency@rc6-idle.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb7/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
    - shard-iclb:         [SKIP][101] ([i915#2920]) -> [SKIP][102] ([i915#658])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb8/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1:
    - shard-iclb:         [SKIP][103] ([i915#658]) -> [SKIP][104] ([i915#2920]) +2 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html

  * igt@runner@aborted:
    - shard-iclb:         ([FAIL][105], [FAIL][106]) ([i915#1814] / [i915#3002]) -> ([FAIL][107], [FAIL][108], [FAIL][109]) ([i915#1814] / [i915#2722] / [i915#3002])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb3/igt@runner@aborted.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10598/shard-iclb6/igt@runner@aborted.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@runner@aborted.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb2/igt@runner@aborted.html
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/shard-iclb1/igt@runner@aborted.html

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

  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109502]: https://bugs.freedesktop.org/show_bug.cgi?id=109502
  [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
  [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725
  [fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
  [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804
  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1911]: https://gitlab.freedesktop.org/drm/intel/issues/1911
  [i915#2105]: https://gitlab.freedesktop.org/drm/intel/issues/2105
  [i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#2680]: https://gitlab.freedesktop.org/drm/intel/issues/2680
  [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
  [i915#2733]: https://gitlab.freedesktop.org/drm/intel/issues/2733
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#2828]: https://gitlab.freedesktop.org/drm/intel/issues/2828
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2849]: https://gitlab.freedesktop.org/drm/intel/issues/2849
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920
  [i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295
  [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994
  [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
  [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3319]: https://gitlab.freedesktop.org/drm/intel/issues/3319
  [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
  [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467
  [i915#3648]: https://gitlab.freedesktop.org/drm/intel/issues/3648
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3701]: https://gitlab.freedesktop.org/drm/intel/issues/3701
  [i915#3777]: https://gitlab.freedesktop.org/drm/intel/issues/3777
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768


Participating hosts (11 -> 7)
------------------------------

  Missing    (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6211 -> IGTPW_6231
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_10598: 5b7e720d97fd94cf081daec8f9d09753cfbe1c31 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6231: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6231/index.html
  IGT_6211: 7b275b3eb17ddf6e7c5b7b9ba359b7f5345a5311 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 35794 bytes --]

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

* [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
  2021-09-16 18:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2021-09-16 20:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-09-24 10:45 ` Vidya Srinivas
  2021-09-24 11:04   ` Srinivas, Vidya
  2021-10-08  6:18   ` Karthik B S
  2021-09-24 11:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2) Patchwork
                   ` (5 subsequent siblings)
  8 siblings, 2 replies; 16+ messages in thread
From: Vidya Srinivas @ 2021-09-24 10:45 UTC (permalink / raw)
  To: igt-dev
  Cc: Bhanuprakash.Modem, markyacoub, victorchengchi.lu, Anson.Jacob,
	Rodrigo.Siqueira, karthik.b.s, Vidya Srinivas

Starting commit 4d4a76729b328b65122 "Start continuous CRC capture after commit"
few variants of Intel TGL and JSL devices are failing with CRC mismatch due to
time sensitivity. Patch switches to older way of obtaining CRC, but keeps in-tact
continuous CRC collection within the iteration and includes checking of
i915 to not cause regression on non-intel devices.

v2: Fixed review comments from Karthik.

Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
---
 tests/kms_plane_multiple.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
index 45cabb500774..c11ff333ab0a 100644
--- a/tests/kms_plane_multiple.c
+++ b/tests/kms_plane_multiple.c
@@ -79,8 +79,6 @@ static void test_init(data_t *data, enum pipe pipe, int n_planes)
 
 static void test_fini(data_t *data, igt_output_t *output, int n_planes)
 {
-	igt_pipe_crc_stop(data->pipe_crc);
-
 	/* reset the constraint on the pipe */
 	igt_output_set_pipe(output, PIPE_ANY);
 
@@ -291,7 +289,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 	igt_plane_t *plane;
 	int i;
 	int err, c = 0;
-	int crc_enabled = 0;
 	int iterations = opt.iterations < 1 ? 1 : opt.iterations;
 	bool loop_forever;
 	char info[256];
@@ -334,15 +331,20 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 	i = 0;
 	while (i < iterations || loop_forever) {
 		/* randomize planes and set up the holes */
+
+		/* Intel devices need it here, timing sensitive on few devices */
+		if (is_i915_device(data->drm_fd))
+			igt_pipe_crc_start(data->pipe_crc);
+
 		prepare_planes(data, pipe, &blue, tiling, c, output);
 
 		igt_display_commit2(&data->display, COMMIT_ATOMIC);
-		if (!crc_enabled) {
+		if (!is_i915_device(data->drm_fd))
 			igt_pipe_crc_start(data->pipe_crc);
-			crc_enabled = 1;
-		}
 
 		igt_pipe_crc_get_current(data->display.drm_fd, data->pipe_crc, &crc);
+		igt_assert_crc_equal(&data->ref_crc, &crc);
+		igt_pipe_crc_stop(data->pipe_crc);
 
 		for_each_plane_on_pipe(&data->display, pipe, plane)
 			igt_plane_set_fb(plane, NULL);
@@ -352,8 +354,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 		for (int x = 0; x < c; x++)
 			igt_remove_fb(data->drm_fd, &data->fb[x]);
 
-		igt_assert_crc_equal(&data->ref_crc, &crc);
-
 		i++;
 	}
 
-- 
2.33.0

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output
  2021-09-24 10:45 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Vidya Srinivas
@ 2021-09-24 11:04   ` Srinivas, Vidya
  2021-10-08  6:18   ` Karthik B S
  1 sibling, 0 replies; 16+ messages in thread
From: Srinivas, Vidya @ 2021-09-24 11:04 UTC (permalink / raw)
  To: igt-dev
  Cc: Modem, Bhanuprakash, markyacoub, victorchengchi.lu, Anson.Jacob,
	Rodrigo.Siqueira, B S, Karthik

Hello Victor, Jacob, Siqueira,

Could you kindly check if this change would cause regression back on AMD?

Regards
Vidya

> -----Original Message-----
> From: Srinivas, Vidya <vidya.srinivas@intel.com>
> Sent: Friday, September 24, 2021 4:16 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>;
> markyacoub@google.com; victorchengchi.lu@amd.com;
> Anson.Jacob@amd.com; Rodrigo.Siqueira@amd.com; B S, Karthik
> <karthik.b.s@intel.com>; Srinivas, Vidya <vidya.srinivas@intel.com>
> Subject: [PATCH i-g-t] tests/kms_plane_multiple: Fix regression
> test_plane_position_with_output
> 
> Starting commit 4d4a76729b328b65122 "Start continuous CRC capture after
> commit"
> few variants of Intel TGL and JSL devices are failing with CRC mismatch due to
> time sensitivity. Patch switches to older way of obtaining CRC, but keeps in-
> tact continuous CRC collection within the iteration and includes checking of
> i915 to not cause regression on non-intel devices.
> 
> v2: Fixed review comments from Karthik.
> 
> Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
> ---
>  tests/kms_plane_multiple.c | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c index
> 45cabb500774..c11ff333ab0a 100644
> --- a/tests/kms_plane_multiple.c
> +++ b/tests/kms_plane_multiple.c
> @@ -79,8 +79,6 @@ static void test_init(data_t *data, enum pipe pipe, int
> n_planes)
> 
>  static void test_fini(data_t *data, igt_output_t *output, int n_planes)  {
> -	igt_pipe_crc_stop(data->pipe_crc);
> -
>  	/* reset the constraint on the pipe */
>  	igt_output_set_pipe(output, PIPE_ANY);
> 
> @@ -291,7 +289,6 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
>  	igt_plane_t *plane;
>  	int i;
>  	int err, c = 0;
> -	int crc_enabled = 0;
>  	int iterations = opt.iterations < 1 ? 1 : opt.iterations;
>  	bool loop_forever;
>  	char info[256];
> @@ -334,15 +331,20 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
>  	i = 0;
>  	while (i < iterations || loop_forever) {
>  		/* randomize planes and set up the holes */
> +
> +		/* Intel devices need it here, timing sensitive on few devices
> */
> +		if (is_i915_device(data->drm_fd))
> +			igt_pipe_crc_start(data->pipe_crc);
> +
>  		prepare_planes(data, pipe, &blue, tiling, c, output);
> 
>  		igt_display_commit2(&data->display, COMMIT_ATOMIC);
> -		if (!crc_enabled) {
> +		if (!is_i915_device(data->drm_fd))
>  			igt_pipe_crc_start(data->pipe_crc);
> -			crc_enabled = 1;
> -		}
> 
>  		igt_pipe_crc_get_current(data->display.drm_fd, data-
> >pipe_crc, &crc);
> +		igt_assert_crc_equal(&data->ref_crc, &crc);
> +		igt_pipe_crc_stop(data->pipe_crc);
> 
>  		for_each_plane_on_pipe(&data->display, pipe, plane)
>  			igt_plane_set_fb(plane, NULL);
> @@ -352,8 +354,6 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
>  		for (int x = 0; x < c; x++)
>  			igt_remove_fb(data->drm_fd, &data->fb[x]);
> 
> -		igt_assert_crc_equal(&data->ref_crc, &crc);
> -
>  		i++;
>  	}
> 
> --
> 2.33.0

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2)
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (2 preceding siblings ...)
  2021-09-24 10:45 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Vidya Srinivas
@ 2021-09-24 11:38 ` Patchwork
  2021-09-24 13:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-09-24 11:38 UTC (permalink / raw)
  To: Srinivas, Vidya; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 5684 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2)
URL   : https://patchwork.freedesktop.org/series/94764/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10636 -> IGTPW_6255
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@query-info:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][1] ([fdo#109315])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html

  * igt@amdgpu/amd_cs_nop@nop-gfx0:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][2] ([fdo#109315] / [i915#2575]) +16 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html

  * igt@gem_exec_suspend@basic-s0:
    - fi-tgl-u2:          [PASS][3] -> [FAIL][4] ([i915#1888])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_huc_copy@huc-copy:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][5] ([i915#2190])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html

  * igt@i915_pm_backlight@basic-brightness:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][6] ([i915#1155])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][7] ([fdo#111827]) +8 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][8] ([i915#4103]) +1 similar issue
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_force_connector_basic@force-load-detect:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][9] ([fdo#109285])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_psr@primary_mmap_gtt:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][10] ([i915#1072]) +3 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html

  * igt@prime_vgem@basic-userptr:
    - fi-tgl-1115g4:      NOTRUN -> [SKIP][11] ([i915#3301])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gtt:
    - fi-bdw-5557u:       [DMESG-FAIL][12] ([i915#3674]) -> [PASS][13]
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/fi-bdw-5557u/igt@i915_selftest@live@gtt.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-bdw-5557u/igt@i915_selftest@live@gtt.html

  * igt@kms_flip@basic-flip-vs-modeset@c-dp1:
    - fi-cfl-8109u:       [FAIL][14] ([i915#4165]) -> [PASS][15] +1 similar issue
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
    - fi-cfl-8109u:       [DMESG-WARN][16] ([i915#295]) -> [PASS][17] +18 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html

  
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295
  [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
  [i915#3674]: https://gitlab.freedesktop.org/drm/intel/issues/3674
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4165]: https://gitlab.freedesktop.org/drm/intel/issues/4165


Participating hosts (40 -> 34)
------------------------------

  Additional (1): fi-tgl-1115g4 
  Missing    (7): bat-dg1-6 bat-dg1-5 fi-bsw-cyan bat-adlp-4 fi-bdw-samus bat-jsl-2 bat-jsl-1 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6218 -> IGTPW_6255

  CI-20190529: 20190529
  CI_DRM_10636: 182ebf8cf588fa509b36f2b7de3a25eff9624238 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6255: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/index.html
  IGT_6218: 8d4169d9543d8e5c01f0c746f603801a4d65ead0 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 6674 bytes --]

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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2)
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (3 preceding siblings ...)
  2021-09-24 11:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2) Patchwork
@ 2021-09-24 13:37 ` Patchwork
  2021-10-13  7:50 ` [igt-dev] [i-g-t v3] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Bhanuprakash Modem
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-09-24 13:37 UTC (permalink / raw)
  To: Srinivas, Vidya; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30300 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2)
URL   : https://patchwork.freedesktop.org/series/94764/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10636_full -> IGTPW_6255_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_create@create-massive:
    - shard-snb:          NOTRUN -> [DMESG-WARN][1] ([i915#3002])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-snb2/igt@gem_create@create-massive.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][2] ([i915#3002])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl3/igt@gem_create@create-massive.html
    - shard-glk:          NOTRUN -> [DMESG-WARN][3] ([i915#3002])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk9/igt@gem_create@create-massive.html

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

  * igt@gem_ctx_persistence@many-contexts:
    - shard-tglb:         [PASS][5] -> [FAIL][6] ([i915#2410])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb6/igt@gem_ctx_persistence@many-contexts.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html

  * igt@gem_ctx_sseu@engines:
    - shard-tglb:         NOTRUN -> [SKIP][7] ([i915#280])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@gem_ctx_sseu@engines.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][8] ([i915#2846])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/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_6255/shard-apl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-glk:          [PASS][10] -> [FAIL][11] ([i915#2842])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk6/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs1:
    - shard-kbl:          NOTRUN -> [FAIL][12] ([i915#2842])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl6/igt@gem_exec_fair@basic-none@vcs1.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglb:         [PASS][13] -> [FAIL][14] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#2842]) +1 similar issue
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-kbl2/igt@gem_exec_fair@basic-pace@vcs1.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#2849])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-iclb8/igt@gem_exec_fair@basic-throttle@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb1/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_flush@basic-batch-kernel-default-cmd:
    - shard-snb:          NOTRUN -> [SKIP][19] ([fdo#109271]) +407 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html

  * igt@gem_exec_params@no-blt:
    - shard-tglb:         NOTRUN -> [SKIP][20] ([fdo#109283])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb8/igt@gem_exec_params@no-blt.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-kbl:          [PASS][21] -> [DMESG-WARN][22] ([i915#180]) +2 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-kbl2/igt@gem_exec_suspend@basic-s3.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl6/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_pread@exhaustion:
    - shard-tglb:         NOTRUN -> [WARN][23] ([i915#2658])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@gem_pread@exhaustion.html
    - shard-glk:          NOTRUN -> [WARN][24] ([i915#2658])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk4/igt@gem_pread@exhaustion.html
    - shard-apl:          NOTRUN -> [WARN][25] ([i915#2658])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl6/igt@gem_pread@exhaustion.html
    - shard-iclb:         NOTRUN -> [WARN][26] ([i915#2658])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@gem_pread@exhaustion.html
    - shard-snb:          NOTRUN -> [WARN][27] ([i915#2658])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-snb7/igt@gem_pread@exhaustion.html
    - shard-kbl:          NOTRUN -> [WARN][28] ([i915#2658])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl7/igt@gem_pread@exhaustion.html

  * igt@gem_render_copy@linear-to-vebox-yf-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#768])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@gem_render_copy@linear-to-vebox-yf-tiled.html

  * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
    - shard-kbl:          NOTRUN -> [SKIP][30] ([fdo#109271]) +196 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([i915#3297])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@gem_userptr_blits@create-destroy-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][32] ([i915#3297])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-kbl:          NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#3323])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl7/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglb:         NOTRUN -> [SKIP][34] ([i915#2856]) +2 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html
    - shard-iclb:         NOTRUN -> [SKIP][35] ([i915#2856]) +2 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@gen9_exec_parse@bb-start-param.html

  * igt@i915_pm_dc@dc3co-vpb-simulation:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([i915#1904])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@i915_pm_dc@dc3co-vpb-simulation.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [PASS][37] -> [FAIL][38] ([i915#454])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-iclb1/igt@i915_pm_dc@dc6-psr.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb3/igt@i915_pm_dc@dc6-psr.html

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

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
    - shard-glk:          NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#1937])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-tglb:         [PASS][41] -> [WARN][42] ([i915#2681])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb2/igt@i915_pm_rc6_residency@rc6-fence.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@i915_pm_sseu@full-enable:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#109288])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@i915_pm_sseu@full-enable.html
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#109288])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@i915_pm_sseu@full-enable.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-tglb:         NOTRUN -> [SKIP][45] ([i915#404])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
    - shard-iclb:         NOTRUN -> [SKIP][46] ([i915#404])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#110725] / [fdo#111614])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@kms_big_fb@linear-32bpp-rotate-270.html
    - shard-tglb:         NOTRUN -> [SKIP][48] ([fdo#111614])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3777]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-glk:          NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3777])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3777]) +2 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#110723]) +1 similar issue
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb8/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([fdo#111615]) +1 similar issue
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_joiner@invalid-modeset:
    - shard-iclb:         NOTRUN -> [SKIP][54] ([i915#2705])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb6/igt@kms_big_joiner@invalid-modeset.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][55] ([i915#3689] / [i915#3886]) +1 similar issue
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb2/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#3886]) +10 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
    - shard-glk:          NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3886]) +5 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk3/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html
    - shard-iclb:         NOTRUN -> [SKIP][58] ([fdo#109278] / [i915#3886]) +2 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3886]) +12 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl8/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([i915#3689]) +2 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb8/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#109278]) +18 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_chamelium@hdmi-edid-change-during-suspend:
    - shard-apl:          NOTRUN -> [SKIP][62] ([fdo#109271] / [fdo#111827]) +29 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl8/igt@kms_chamelium@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium@hdmi-hpd-enable-disable-mode:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb8/igt@kms_chamelium@hdmi-hpd-enable-disable-mode.html

  * igt@kms_chamelium@hdmi-hpd-storm:
    - shard-kbl:          NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +18 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl4/igt@kms_chamelium@hdmi-hpd-storm.html

  * igt@kms_chamelium@vga-hpd-without-ddc:
    - shard-snb:          NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +20 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-snb2/igt@kms_chamelium@vga-hpd-without-ddc.html

  * igt@kms_color@pipe-d-ctm-blue-to-red:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109278] / [i915#1149])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb3/igt@kms_color@pipe-d-ctm-blue-to-red.html

  * igt@kms_color_chamelium@pipe-c-ctm-0-5:
    - shard-glk:          NOTRUN -> [SKIP][67] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk7/igt@kms_color_chamelium@pipe-c-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-d-ctm-blue-to-red:
    - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html
    - shard-iclb:         NOTRUN -> [SKIP][69] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-blue-to-red.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-tglb:         [PASS][70] -> [INCOMPLETE][71] ([i915#2828] / [i915#456])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][72] ([i915#3359]) +2 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-32x10-sliding.html

  * igt@kms_cursor_crc@pipe-b-cursor-512x170-onscreen:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([fdo#109279] / [i915#3359]) +3 similar issues
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@kms_cursor_crc@pipe-b-cursor-512x170-onscreen.html

  * igt@kms_cursor_crc@pipe-b-cursor-suspend:
    - shard-apl:          [PASS][74] -> [DMESG-WARN][75] ([i915#180])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x512-rapid-movement:
    - shard-iclb:         NOTRUN -> [SKIP][76] ([fdo#109278] / [fdo#109279])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb6/igt@kms_cursor_crc@pipe-c-cursor-512x512-rapid-movement.html

  * igt@kms_cursor_crc@pipe-d-cursor-size-change:
    - shard-tglb:         [PASS][77] -> [FAIL][78] ([i915#2124])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-size-change.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-size-change.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([fdo#111825]) +26 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
    - shard-iclb:         NOTRUN -> [SKIP][80] ([fdo#109274] / [fdo#109278]) +1 similar issue
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb5/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html

  * igt@kms_cursor_legacy@pipe-d-torture-bo:
    - shard-kbl:          NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#533]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl4/igt@kms_cursor_legacy@pipe-d-torture-bo.html
    - shard-glk:          NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#533]) +1 similar issue
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk7/igt@kms_cursor_legacy@pipe-d-torture-bo.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [PASS][83] -> [INCOMPLETE][84] ([i915#155] / [i915#180] / [i915#636])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-flip-vs-rmfb-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][85] ([fdo#109274]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2:
    - shard-glk:          [PASS][86] -> [FAIL][87] ([i915#79])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-glk7/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][88] ([i915#180]) +4 similar issues
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile:
    - shard-iclb:         [PASS][89] -> [SKIP][90] ([i915#3701])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-iclb4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
    - shard-glk:          NOTRUN -> [SKIP][91] ([fdo#109271]) +82 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt:
    - shard-iclb:         NOTRUN -> [SKIP][92] ([fdo#109280]) +15 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
    - shard-tglb:         NOTRUN -> [SKIP][93] ([fdo#109289])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb2/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
    - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109289])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb6/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
    - shard-apl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533]) +2 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl8/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][96] ([i915#265])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][97] ([i915#265])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][98] ([fdo#108145] / [i915#265])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk7/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html
    - shard-apl:          NOTRUN -> [FAIL][99] ([fdo#108145] / [i915#265]) +3 similar issues
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html
    - shard-kbl:          NOTRUN -> [FAIL][100] ([fdo#108145] / [i915#265]) +1 similar issue
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min:
    - shard-glk:          [PASS][101] -> [DMESG-WARN][102] ([i915#118] / [i915#95]) +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-glk7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html

  * igt@kms_plane_lowres@pipe-b-tiling-none:
    - shard-tglb:         NOTRUN -> [SKIP][103] ([i915#3536]) +2 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb7/igt@kms_plane_lowres@pipe-b-tiling-none.html

  * igt@kms_plane_lowres@pipe-b-tiling-x:
    - shard-iclb:         NOTRUN -> [SKIP][104] ([i915#3536])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@kms_plane_lowres@pipe-b-tiling-x.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#658]) +10 similar issues
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html
    - shard-iclb:         NOTRUN -> [SKIP][106] ([i915#658])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html
    - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2920])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_su@frontbuffer:
    - shard-glk:          NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#658]) +1 similar issue
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk7/igt@kms_psr2_su@frontbuffer.html
    - shard-tglb:         NOTRUN -> [SKIP][109] ([i915#1911])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb7/igt@kms_psr2_su@frontbuffer.html
    - shard-iclb:         NOTRUN -> [SKIP][110] ([fdo#109642] / [fdo#111068] / [i915#658])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb3/igt@kms_psr2_su@frontbuffer.html

  * igt@kms_psr2_su@page_flip:
    - shard-kbl:          NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#658]) +3 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl7/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109441])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html
    - shard-tglb:         NOTRUN -> [FAIL][113] ([i915#132] / [i915#3467])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_psr@psr2_sprite_plane_move:
    - shard-iclb:         [PASS][114] -> [SKIP][115] ([fdo#109441]) +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb5/igt@kms_psr@psr2_sprite_plane_move.html

  * igt@kms_setmode@basic:
    - shard-snb:          NOTRUN -> [FAIL][116] ([i915#31])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-snb2/igt@kms_setmode@basic.html

  * igt@kms_sysfs_edid_timing:
    - shard-apl:          NOTRUN -> [FAIL][117] ([IGT#2])
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl7/igt@kms_sysfs_edid_timing.html
    - shard-kbl:          NOTRUN -> [FAIL][118] ([IGT#2])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl3/igt@kms_sysfs_edid_timing.html

  * igt@kms_vblank@pipe-d-wait-forked-hang:
    - shard-apl:          NOTRUN -> [SKIP][119] ([fdo#109271]) +317 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl2/igt@kms_vblank@pipe-d-wait-forked-hang.html

  * igt@kms_vrr@flip-dpms:
    - shard-iclb:         NOTRUN -> [SKIP][120] ([fdo#109502])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb1/igt@kms_vrr@flip-dpms.html
    - shard-tglb:         NOTRUN -> [SKIP][121] ([fdo#109502])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@kms_vrr@flip-dpms.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-glk:          NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#2437])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk5/igt@kms_writeback@writeback-fb-id.html
    - shard-kbl:          NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#2437])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl2/igt@kms_writeback@writeback-fb-id.html

  * igt@nouveau_crc@pipe-d-source-rg:
    - shard-tglb:         NOTRUN -> [SKIP][124] ([i915#2530])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb3/igt@nouveau_crc@pipe-d-source-rg.html

  * igt@prime_nv_api@i915_self_import:
    - shard-iclb:         NOTRUN -> [SKIP][125] ([fdo#109291]) +1 similar issue
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb3/igt@prime_nv_api@i915_self_import.html

  * igt@prime_nv_pcopy@test3_1:
    - shard-tglb:         NOTRUN -> [SKIP][126] ([fdo#109291]) +1 similar issue
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@prime_nv_pcopy@test3_1.html

  * igt@sysfs_clients@create:
    - shard-apl:          NOTRUN -> [SKIP][127] ([fdo#109271] / [i915#2994]) +3 similar issues
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl6/igt@sysfs_clients@create.html

  * igt@sysfs_clients@split-25:
    - shard-kbl:          NOTRUN -> [SKIP][128] ([fdo#109271] / [i915#2994]) +3 similar issues
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-kbl1/igt@sysfs_clients@split-25.html
    - shard-tglb:         NOTRUN -> [SKIP][129] ([i915#2994]) +1 similar issue
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb6/igt@sysfs_clients@split-25.html
    - shard-glk:          NOTRUN -> [SKIP][130] ([fdo#109271] / [i915#2994]) +1 similar issue
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk4/igt@sysfs_clients@split-25.html

  * igt@sysfs_clients@split-50:
    - shard-iclb:         NOTRUN -> [SKIP][131] ([i915#2994]) +1 similar issue
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-iclb1/igt@sysfs_clients@split-50.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-deadline:
    - shard-glk:          [FAIL][132] ([i915#2846]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-glk2/igt@gem_exec_fair@basic-deadline.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-glk4/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [SKIP][134] ([i915#2848]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-tglb5/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-apl:          [SKIP][136] ([fdo#109271]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-apl2/igt@gem_exec_fair@basic-none-share@rcs0.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6255/shard-apl8/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-tglb:         [FAIL][138] ([i915#2842]) -> [PASS][139]
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10636/shard-tglb1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [139]: https://in

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 33958 bytes --]

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output
  2021-09-24 10:45 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Vidya Srinivas
  2021-09-24 11:04   ` Srinivas, Vidya
@ 2021-10-08  6:18   ` Karthik B S
  2021-10-08  6:23     ` Srinivas, Vidya
  1 sibling, 1 reply; 16+ messages in thread
From: Karthik B S @ 2021-10-08  6:18 UTC (permalink / raw)
  To: Vidya Srinivas, igt-dev
  Cc: Bhanuprakash.Modem, markyacoub, victorchengchi.lu, Anson.Jacob,
	Rodrigo.Siqueira

On 9/24/2021 4:15 PM, Vidya Srinivas wrote:
> Starting commit 4d4a76729b328b65122 "Start continuous CRC capture after commit"
> few variants of Intel TGL and JSL devices are failing with CRC mismatch due to
> time sensitivity. Patch switches to older way of obtaining CRC, but keeps in-tact
> continuous CRC collection within the iteration and includes checking of
> i915 to not cause regression on non-intel devices.
>
> v2: Fixed review comments from Karthik.
>
> Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
>   tests/kms_plane_multiple.c | 16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
> index 45cabb500774..c11ff333ab0a 100644
> --- a/tests/kms_plane_multiple.c
> +++ b/tests/kms_plane_multiple.c
> @@ -79,8 +79,6 @@ static void test_init(data_t *data, enum pipe pipe, int n_planes)
>   
>   static void test_fini(data_t *data, igt_output_t *output, int n_planes)
>   {
> -	igt_pipe_crc_stop(data->pipe_crc);
> -
>   	/* reset the constraint on the pipe */
>   	igt_output_set_pipe(output, PIPE_ANY);
>   
> @@ -291,7 +289,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>   	igt_plane_t *plane;
>   	int i;
>   	int err, c = 0;
> -	int crc_enabled = 0;
>   	int iterations = opt.iterations < 1 ? 1 : opt.iterations;
>   	bool loop_forever;
>   	char info[256];
> @@ -334,15 +331,20 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>   	i = 0;
>   	while (i < iterations || loop_forever) {
>   		/* randomize planes and set up the holes */
> +
> +		/* Intel devices need it here, timing sensitive on few devices */
> +		if (is_i915_device(data->drm_fd))
> +			igt_pipe_crc_start(data->pipe_crc);
> +
>   		prepare_planes(data, pipe, &blue, tiling, c, output);
>   
>   		igt_display_commit2(&data->display, COMMIT_ATOMIC);
> -		if (!crc_enabled) {
> +		if (!is_i915_device(data->drm_fd))
>   			igt_pipe_crc_start(data->pipe_crc);
> -			crc_enabled = 1;
> -		}
>   
>   		igt_pipe_crc_get_current(data->display.drm_fd, data->pipe_crc, &crc);
> +		igt_assert_crc_equal(&data->ref_crc, &crc);
> +		igt_pipe_crc_stop(data->pipe_crc);
>   
>   		for_each_plane_on_pipe(&data->display, pipe, plane)
>   			igt_plane_set_fb(plane, NULL);
> @@ -352,8 +354,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
>   		for (int x = 0; x < c; x++)
>   			igt_remove_fb(data->drm_fd, &data->fb[x]);
>   
> -		igt_assert_crc_equal(&data->ref_crc, &crc);
> -
>   		i++;
>   	}
>   


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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output
  2021-10-08  6:18   ` Karthik B S
@ 2021-10-08  6:23     ` Srinivas, Vidya
  0 siblings, 0 replies; 16+ messages in thread
From: Srinivas, Vidya @ 2021-10-08  6:23 UTC (permalink / raw)
  To: B S, Karthik, igt-dev, Modem, Bhanuprakash
  Cc: markyacoub, victorchengchi.lu, Anson.Jacob, Rodrigo.Siqueira



> -----Original Message-----
> From: B S, Karthik <karthik.b.s@intel.com>
> Sent: Friday, October 8, 2021 11:49 AM
> To: Srinivas, Vidya <vidya.srinivas@intel.com>; igt-dev@lists.freedesktop.org
> Cc: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>;
> markyacoub@google.com; victorchengchi.lu@amd.com;
> Anson.Jacob@amd.com; Rodrigo.Siqueira@amd.com
> Subject: Re: [PATCH i-g-t] tests/kms_plane_multiple: Fix regression
> test_plane_position_with_output
> 
> On 9/24/2021 4:15 PM, Vidya Srinivas wrote:
> > Starting commit 4d4a76729b328b65122 "Start continuous CRC capture
> after commit"
> > few variants of Intel TGL and JSL devices are failing with CRC
> > mismatch due to time sensitivity. Patch switches to older way of
> > obtaining CRC, but keeps in-tact continuous CRC collection within the
> > iteration and includes checking of
> > i915 to not cause regression on non-intel devices.
> >
> > v2: Fixed review comments from Karthik.
> >
> > Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
> Reviewed-by: Karthik B S <karthik.b.s@intel.com>

Thank you so much Karthik. @Modem, Bhanuprakash can you kindly check and help merge? Thanks a lot.

Regards
Vidya

> > ---
> >   tests/kms_plane_multiple.c | 16 ++++++++--------
> >   1 file changed, 8 insertions(+), 8 deletions(-)
> >
> > diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
> > index 45cabb500774..c11ff333ab0a 100644
> > --- a/tests/kms_plane_multiple.c
> > +++ b/tests/kms_plane_multiple.c
> > @@ -79,8 +79,6 @@ static void test_init(data_t *data, enum pipe pipe,
> > int n_planes)
> >
> >   static void test_fini(data_t *data, igt_output_t *output, int n_planes)
> >   {
> > -	igt_pipe_crc_stop(data->pipe_crc);
> > -
> >   	/* reset the constraint on the pipe */
> >   	igt_output_set_pipe(output, PIPE_ANY);
> >
> > @@ -291,7 +289,6 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
> >   	igt_plane_t *plane;
> >   	int i;
> >   	int err, c = 0;
> > -	int crc_enabled = 0;
> >   	int iterations = opt.iterations < 1 ? 1 : opt.iterations;
> >   	bool loop_forever;
> >   	char info[256];
> > @@ -334,15 +331,20 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
> >   	i = 0;
> >   	while (i < iterations || loop_forever) {
> >   		/* randomize planes and set up the holes */
> > +
> > +		/* Intel devices need it here, timing sensitive on few devices
> */
> > +		if (is_i915_device(data->drm_fd))
> > +			igt_pipe_crc_start(data->pipe_crc);
> > +
> >   		prepare_planes(data, pipe, &blue, tiling, c, output);
> >
> >   		igt_display_commit2(&data->display, COMMIT_ATOMIC);
> > -		if (!crc_enabled) {
> > +		if (!is_i915_device(data->drm_fd))
> >   			igt_pipe_crc_start(data->pipe_crc);
> > -			crc_enabled = 1;
> > -		}
> >
> >   		igt_pipe_crc_get_current(data->display.drm_fd, data-
> >pipe_crc,
> > &crc);
> > +		igt_assert_crc_equal(&data->ref_crc, &crc);
> > +		igt_pipe_crc_stop(data->pipe_crc);
> >
> >   		for_each_plane_on_pipe(&data->display, pipe, plane)
> >   			igt_plane_set_fb(plane, NULL);
> > @@ -352,8 +354,6 @@ test_plane_position_with_output(data_t *data,
> enum pipe pipe,
> >   		for (int x = 0; x < c; x++)
> >   			igt_remove_fb(data->drm_fd, &data->fb[x]);
> >
> > -		igt_assert_crc_equal(&data->ref_crc, &crc);
> > -
> >   		i++;
> >   	}
> >
> 


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

* [igt-dev] [i-g-t v3] tests/kms_plane_multiple: Fix regression test_plane_position_with_output
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (4 preceding siblings ...)
  2021-09-24 13:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2021-10-13  7:50 ` Bhanuprakash Modem
  2021-10-13  8:49 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3) Patchwork
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 16+ messages in thread
From: Bhanuprakash Modem @ 2021-10-13  7:50 UTC (permalink / raw)
  To: igt-dev; +Cc: Vidya Srinivas, Karthik B S, Bhanuprakash Modem

From: Vidya Srinivas <vidya.srinivas@intel.com>

Starting commit 4d4a76729b328b65122 "Start continuous CRC capture after commit"
few variants of Intel TGL and JSL devices are failing with CRC mismatch due to
time sensitivity. Patch switches to older way of obtaining CRC, but keeps in-tact
continuous CRC collection within the iteration and includes checking of
i915 to not cause regression on non-intel devices.

v2: Fixed review comments from Karthik.
v3: Rebase (Conflicts resolved)

Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 tests/kms_plane_multiple.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
index d94ea23c25..ece00097e8 100644
--- a/tests/kms_plane_multiple.c
+++ b/tests/kms_plane_multiple.c
@@ -79,8 +79,6 @@ static void test_init(data_t *data, enum pipe pipe, int n_planes)

 static void test_fini(data_t *data, igt_output_t *output, int n_planes)
 {
-	igt_pipe_crc_stop(data->pipe_crc);
-
 	/* reset the constraint on the pipe */
 	igt_output_set_pipe(output, PIPE_ANY);

@@ -291,7 +289,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 	igt_plane_t *plane;
 	int i;
 	int err, c = 0;
-	int crc_enabled = 0;
 	int iterations = opt.iterations < 1 ? 1 : opt.iterations;
 	bool loop_forever;
 	char info[256];
@@ -333,16 +330,20 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,

 	i = 0;
 	while (i < iterations || loop_forever) {
+		/* Intel devices need it here, timing sensitive on few devices */
+		if (is_i915_device(data->drm_fd))
+			igt_pipe_crc_start(data->pipe_crc);
+
 		/* randomize planes and set up the holes */
 		prepare_planes(data, pipe, &blue, modifier, c, output);

 		igt_display_commit2(&data->display, COMMIT_ATOMIC);
-		if (!crc_enabled) {
+		if (!is_i915_device(data->drm_fd))
 			igt_pipe_crc_start(data->pipe_crc);
-			crc_enabled = 1;
-		}

 		igt_pipe_crc_get_current(data->display.drm_fd, data->pipe_crc, &crc);
+		igt_assert_crc_equal(&data->ref_crc, &crc);
+		igt_pipe_crc_stop(data->pipe_crc);

 		for_each_plane_on_pipe(&data->display, pipe, plane)
 			igt_plane_set_fb(plane, NULL);
@@ -352,8 +353,6 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 		for (int x = 0; x < c; x++)
 			igt_remove_fb(data->drm_fd, &data->fb[x]);

-		igt_assert_crc_equal(&data->ref_crc, &crc);
-
 		i++;
 	}

--
2.32.0

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (5 preceding siblings ...)
  2021-10-13  7:50 ` [igt-dev] [i-g-t v3] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Bhanuprakash Modem
@ 2021-10-13  8:49 ` Patchwork
  2021-10-13 10:28 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2021-10-13 15:26 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-10-13  8:49 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 3216 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
URL   : https://patchwork.freedesktop.org/series/94764/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10728 -> IGTPW_6313
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@memory-alloc:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][1] ([fdo#109271])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/fi-kbl-soraka/igt@amdgpu/amd_basic@memory-alloc.html

  * igt@gem_exec_suspend@basic-s3:
    - fi-tgl-1115g4:      [PASS][2] -> [FAIL][3] ([i915#1888])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-cml-u2:          [PASS][4] -> [DMESG-WARN][5] ([i915#4269])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html

  * igt@runner@aborted:
    - fi-bdw-5557u:       NOTRUN -> [FAIL][6] ([i915#1602] / [i915#2029])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/fi-bdw-5557u/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@perf:
    - {fi-tgl-dsi}:       [DMESG-WARN][7] ([i915#2867]) -> [PASS][8] +9 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/fi-tgl-dsi/igt@i915_selftest@live@perf.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/fi-tgl-dsi/igt@i915_selftest@live@perf.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029
  [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
  [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269


Participating hosts (41 -> 36)
------------------------------

  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-apl-guc fi-ctg-p8600 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6242 -> IGTPW_6313

  CI-20190529: 20190529
  CI_DRM_10728: 82a9f298afec66c882e710078138891826ce5e22 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6313: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/index.html
  IGT_6242: 721fd85ee95225ed5df322f7182bdfa9b86a3e68 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 3926 bytes --]

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (6 preceding siblings ...)
  2021-10-13  8:49 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3) Patchwork
@ 2021-10-13 10:28 ` Patchwork
  2021-10-13 10:55   ` Modem, Bhanuprakash
  2021-10-13 10:56   ` Modem, Bhanuprakash
  2021-10-13 15:26 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  8 siblings, 2 replies; 16+ messages in thread
From: Patchwork @ 2021-10-13 10:28 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30300 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
URL   : https://patchwork.freedesktop.org/series/94764/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10728_full -> IGTPW_6313_full
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@i915_pm_rpm@gem-execbuf:
    - shard-iclb:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb7/igt@i915_pm_rpm@gem-execbuf.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@i915_pm_rpm@gem-execbuf.html

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

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

### IGT changes ###

#### Issues hit ####

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

  * igt@gem_ctx_shared@q-in-order:
    - shard-snb:          NOTRUN -> [SKIP][4] ([fdo#109271]) +350 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb7/igt@gem_ctx_shared@q-in-order.html

  * igt@gem_eio@unwedge-stress:
    - shard-iclb:         [PASS][5] -> [TIMEOUT][6] ([i915#2369] / [i915#2481] / [i915#3070])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb5/igt@gem_eio@unwedge-stress.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb1/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          [PASS][7] -> [FAIL][8] ([i915#2846])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-deadline.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          [PASS][9] -> [FAIL][10] ([i915#2846])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk9/igt@gem_exec_fair@basic-deadline.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk7/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][11] ([i915#2842]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-glk:          [PASS][12] -> [FAIL][13] ([i915#2842]) +1 similar issue
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-kbl:          [PASS][14] -> [FAIL][15] ([i915#2842]) +1 similar issue
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-apl:          [PASS][16] -> [FAIL][17] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [PASS][18] -> [FAIL][19] ([i915#2842])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_whisper@basic-fds-priority-all:
    - shard-glk:          [PASS][20] -> [DMESG-WARN][21] ([i915#118])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk2/igt@gem_exec_whisper@basic-fds-priority-all.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk9/igt@gem_exec_whisper@basic-fds-priority-all.html

  * igt@gem_huc_copy@huc-copy:
    - shard-kbl:          NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#2190])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@gem_huc_copy@huc-copy.html

  * igt@gem_mmap_gtt@coherency:
    - shard-tglb:         NOTRUN -> [SKIP][23] ([fdo#111656])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@gem_mmap_gtt@coherency.html
    - shard-iclb:         NOTRUN -> [SKIP][24] ([fdo#109292])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb5/igt@gem_mmap_gtt@coherency.html

  * igt@gem_pread@exhaustion:
    - shard-snb:          NOTRUN -> [WARN][25] ([i915#2658])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb5/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-kbl:          NOTRUN -> [WARN][26] ([i915#2658])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@reject-modify-context-protection-off-2:
    - shard-tglb:         NOTRUN -> [SKIP][27] ([i915#4270]) +1 similar issue
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-off-2.html

  * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
    - shard-kbl:          NOTRUN -> [SKIP][28] ([fdo#109271]) +150 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html

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

  * igt@gem_userptr_blits@unsync-unmap-cycles:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#3297])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html

  * igt@gen7_exec_parse@cmd-crossing-page:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([fdo#109289]) +2 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html

  * igt@gen9_exec_parse@bb-start-far:
    - shard-iclb:         NOTRUN -> [SKIP][32] ([i915#2856])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html
    - shard-tglb:         NOTRUN -> [SKIP][33] ([i915#2856])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@gen9_exec_parse@bb-start-far.html

  * igt@i915_pm_lpsp@screens-disabled:
    - shard-tglb:         NOTRUN -> [SKIP][34] ([i915#1902])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#111644] / [i915#1397] / [i915#2411])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@i915_query@query-topology-unsupported:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109302])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@i915_query@query-topology-unsupported.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [PASS][37] -> [INCOMPLETE][38] ([i915#3921])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-snb6/igt@i915_selftest@live@hangcheck.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][39] ([i915#180]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_big_fb@linear-8bpp-rotate-90:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#111614]) +2 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3777])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
    - shard-apl:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) +1 similar issue
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#111615]) +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_joiner@basic:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([i915#2705])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_big_joiner@basic.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
    - shard-glk:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3886])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk4/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-kbl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3886]) +5 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][47] ([i915#3689] / [i915#3886])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +16 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([i915#3689]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html

  * igt@kms_chamelium@dp-hpd-storm-disable:
    - shard-glk:          NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +2 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk7/igt@kms_chamelium@dp-hpd-storm-disable.html
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_chamelium@dp-hpd-storm-disable.html
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@kms_chamelium@dp-hpd-storm-disable.html

  * igt@kms_chamelium@hdmi-hpd-with-enabled-mode:
    - shard-snb:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb7/igt@kms_chamelium@hdmi-hpd-with-enabled-mode.html

  * igt@kms_color@pipe-d-legacy-gamma:
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109278]) +2 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb5/igt@kms_color@pipe-d-legacy-gamma.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-5:
    - shard-apl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +16 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-25:
    - shard-kbl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +10 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html

  * igt@kms_concurrent@pipe-d:
    - shard-tglb:         NOTRUN -> [FAIL][57] ([i915#1385])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_concurrent@pipe-d.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-apl:          NOTRUN -> [TIMEOUT][58] ([i915#1319])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_content_protection@atomic-dpms.html
    - shard-tglb:         NOTRUN -> [SKIP][59] ([fdo#111828])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([i915#3319])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([fdo#109279] / [i915#3359]) +3 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([i915#3359]) +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([i915#4103])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [PASS][64] -> [INCOMPLETE][65] ([i915#180] / [i915#636])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@flip-vs-suspend@c-dp1:
    - shard-kbl:          [PASS][66] -> [DMESG-WARN][67] ([i915#180]) +4 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html

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

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-iclb:         NOTRUN -> [SKIP][69] ([fdo#109280]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
    - shard-tglb:         NOTRUN -> [SKIP][70] ([fdo#111825]) +26 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu:
    - shard-glk:          NOTRUN -> [SKIP][71] ([fdo#109271]) +51 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu.html

  * igt@kms_invalid_mode@clock-too-high:
    - shard-tglb:         NOTRUN -> [SKIP][72] ([i915#4278])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_invalid_mode@clock-too-high.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#533])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
    - shard-apl:          [PASS][74] -> [DMESG-WARN][75] ([i915#180]) +1 similar issue
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
    - shard-tglb:         [PASS][76] -> [INCOMPLETE][77] ([i915#456]) +1 similar issue
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-apl:          NOTRUN -> [FAIL][78] ([fdo#108145] / [i915#265]) +4 similar issues
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][79] ([i915#265]) +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][80] ([i915#265])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> [FAIL][81] ([fdo#108145] / [i915#265]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#112054])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_plane_multiple@atomic-pipe-b-tiling-yf.html

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

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#658]) +5 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
    - shard-tglb:         NOTRUN -> [SKIP][85] ([i915#2920]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html
    - shard-iclb:         NOTRUN -> [SKIP][86] ([i915#658])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html

  * igt@kms_psr@psr2_primary_blt:
    - shard-tglb:         NOTRUN -> [FAIL][87] ([i915#132] / [i915#3467]) +1 similar issue
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_psr@psr2_primary_blt.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         [PASS][88] -> [SKIP][89] ([fdo#109441]) +1 similar issue
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [PASS][90] -> [DMESG-WARN][91] ([i915#180] / [i915#295])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-c-ts-continuation-suspend:
    - shard-apl:          NOTRUN -> [DMESG-WARN][92] ([i915#180])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-d-ts-continuation-suspend:
    - shard-tglb:         [PASS][93] -> [INCOMPLETE][94] ([i915#3896])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-suspend.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-d-wait-idle:
    - shard-apl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533]) +2 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@kms_vblank@pipe-d-wait-idle.html

  * igt@kms_writeback@writeback-check-output:
    - shard-apl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#2437]) +1 similar issue
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl6/igt@kms_writeback@writeback-check-output.html
    - shard-tglb:         NOTRUN -> [SKIP][97] ([i915#2437])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-kbl:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#2437]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
    - shard-apl:          NOTRUN -> [SKIP][99] ([fdo#109271]) +280 similar issues
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html

  * igt@nouveau_crc@pipe-d-source-outp-inactive:
    - shard-tglb:         NOTRUN -> [SKIP][100] ([i915#2530]) +2 similar issues
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@nouveau_crc@pipe-d-source-outp-inactive.html

  * igt@perf@gen12-oa-tlb-invalidate:
    - shard-iclb:         NOTRUN -> [SKIP][101] ([fdo#109289])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html

  * igt@prime_nv_pcopy@test_semaphore:
    - shard-tglb:         NOTRUN -> [SKIP][102] ([fdo#109291])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@prime_nv_pcopy@test_semaphore.html

  * igt@sysfs_clients@fair-0:
    - shard-glk:          NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#2994])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk6/igt@sysfs_clients@fair-0.html

  * igt@sysfs_clients@fair-7:
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2994]) +3 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@sysfs_clients@fair-7.html

  
#### Possible fixes ####

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [TIMEOUT][105] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][106]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb3/igt@gem_eio@unwedge-stress.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          [FAIL][107] ([i915#2842]) -> [PASS][108]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-pace@bcs0:
    - shard-tglb:         [FAIL][109] ([i915#2842]) -> [PASS][110]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@bcs0.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [FAIL][111] ([i915#2842]) -> [PASS][112]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-apl:          [DMESG-WARN][113] ([i915#180]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl1/igt@gem_exec_suspend@basic-s3.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@gem_exec_suspend@basic-s3.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [FAIL][115] ([i915#454]) -> [PASS][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb6/igt@i915_pm_dc@dc6-psr.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb6/igt@i915_pm_dc@dc6-psr.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-iclb:         [FAIL][117] ([i915#4275]) -> [PASS][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb2/igt@i915_pm_dc@dc9-dpms.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-tglb:         [INCOMPLETE][119] ([i915#456] / [i915#750]) -> [PASS][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb1/igt@i915_suspend@fence-restore-tiled2untiled.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@sysfs-reader:
    - shard-kbl:          [DMESG-WARN][121] ([i915#180]) -> [PASS][122] +1 similar issue
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl1/igt@i915_suspend@sysfs-reader.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@i915_suspend@sysfs-reader.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-180:
    - shard-glk:          [DMESG-WARN][123] ([i915#118]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk3/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-0:
    - shard-glk:          [FAIL][125] ([i915#1888]) -> [PASS][126]
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk1/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html

  * igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
    - shard-glk:          [FAIL][127] ([i915#3444]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-tglb:         [FAIL][129] ([i915#2124] / [i915#4024]) -> [PASS][130]
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-kbl:          [FAIL][131] ([i915#3444]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-iclb:         [FAIL][133] ([i915#3444]) -> [PASS][134]
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
    - shard-tglb:         [INCOMPLETE][135] ([i915#2411] / [i915#456]) -> [PASS][136] +2 similar issues
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html

  * igt@kms_psr@psr2_cursor_plane_onoff:
    - shard-iclb:         [SKIP][137] ([fdo#109441]) -> [PASS][138] +1 similar issue
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html

  * igt@perf@polling-parameterized:
    - shard-glk:          [FAIL][139] ([i915#1542]) -> [PASS][140]
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk2/igt@perf@polling-parameterized.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk1/igt@perf@polling-parameterized.html

  
#### Warnings ####

  * ig

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 33710 bytes --]

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-10-13 10:28 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-10-13 10:55   ` Modem, Bhanuprakash
  2021-10-13 10:56   ` Modem, Bhanuprakash
  1 sibling, 0 replies; 16+ messages in thread
From: Modem, Bhanuprakash @ 2021-10-13 10:55 UTC (permalink / raw)
  To: igt-dev

Lakshmi/Jaswanth,

Can you please re-report the below false-positive?


Thanks,
Bhanu

> -----Original Message-----
> From: Patchwork <patchwork@emeril.freedesktop.org>
> Sent: Wednesday, October 13, 2021 3:58 PM
> To: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in
> test_plane_position_with_output (rev3)
> 
> Patch Details
> Series:	tests/kms_plane_multiple: Fix regression in
> test_plane_position_with_output (rev3)
> URL:	https://patchwork.freedesktop.org/series/94764/
> State:	failure
> Details:	https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/index.html
> 
> CI Bug Log - changes from CI_DRM_10728_full -> IGTPW_6313_full
> 
> 
> Summary
> 
> 
> FAILURE
> 
> Serious unknown changes coming with IGTPW_6313_full absolutely need to be
> verified manually.
> 
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6313_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_6313/index.html
> 
> 
> Possible new issues
> 
> 
> Here are the unknown changes that may have been introduced in IGTPW_6313_full:
> 
> 
> IGT changes
> 
> 
> Possible regressions
> 
> 
> *	igt@i915_pm_rpm@gem-execbuf:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb7/igt@i915_pm_rpm@gem-execbuf.html>  -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_rpm@gem-execbuf.html>
> 
> 
> Known issues
> 
> 
> Here are the changes found in IGTPW_6313_full that come from known issues:
> 
> 
> IGT changes
> 
> 
> Issues hit
> 
> 
> *	igt@gem_ctx_persistence@legacy-engines-mixed:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> ([fdo#109271] / [i915#1099]) +5 similar issues
> 
> *	igt@gem_ctx_shared@q-in-order:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@gem_ctx_shared@q-in-order.html>  ([fdo#109271])
> +350 similar issues
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb5/igt@gem_eio@unwedge-stress.html>  -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb1/igt@gem_eio@unwedge-stress.html>  ([i915#2369] / [i915#2481] /
> [i915#3070])
> 
> *	igt@gem_exec_fair@basic-deadline:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-deadline.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl3/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk9/igt@gem_exec_fair@basic-deadline.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk7/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> *	igt@gem_exec_fair@basic-none-rrul@rcs0:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> ([i915#2842]) +1 similar issue
> 
> *	igt@gem_exec_fair@basic-none-solo@rcs0:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html>  ([i915#2842]) +1 similar
> issue
> 
> *	igt@gem_exec_fair@basic-none-vip@rcs0:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html>  ([i915#2842]) +1 similar
> issue
> 
> *	igt@gem_exec_fair@basic-none@vcs0:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl3/igt@gem_exec_fair@basic-none@vcs0.html>  ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-pace@vcs1:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> tglb3/igt@gem_exec_fair@basic-pace@vcs1.html>  ([i915#2842])
> 
> *	igt@gem_exec_whisper@basic-fds-priority-all:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@gem_exec_whisper@basic-fds-priority-all.html>
> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk9/igt@gem_exec_whisper@basic-fds-priority-all.html>  ([i915#118])
> 
> *	igt@gem_huc_copy@huc-copy:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@gem_huc_copy@huc-copy.html>  ([fdo#109271] /
> [i915#2190])
> 
> *	igt@gem_mmap_gtt@coherency:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gem_mmap_gtt@coherency.html>  ([fdo#111656])
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@gem_mmap_gtt@coherency.html>  ([fdo#109292])
> 
> *	igt@gem_pread@exhaustion:
> 
> 	*	shard-snb: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb5/igt@gem_pread@exhaustion.html>  ([i915#2658])
> 
> *	igt@gem_pwrite@basic-exhaustion:
> 
> 	*	shard-kbl: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html>  ([i915#2658])
> 
> *	igt@gem_pxp@reject-modify-context-protection-off-2:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-off-
> 2.html>  ([i915#4270]) +1 similar issue
> 
> *	igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html>
> ([fdo#109271]) +150 similar issues
> 
> *	igt@gem_softpin@evict-snoop:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_softpin@evict-snoop.html>  ([fdo#109312])
> 
> *	igt@gem_userptr_blits@unsync-unmap-cycles:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html>
> ([i915#3297])
> 
> *	igt@gen7_exec_parse@cmd-crossing-page:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html>
> ([fdo#109289]) +2 similar issues
> 
> *	igt@gen9_exec_parse@bb-start-far:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> *	igt@i915_pm_lpsp@screens-disabled:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html>
> ([i915#1902])
> 
> *	igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-
> wait.html>  ([fdo#111644] / [i915#1397] / [i915#2411])
> 
> *	igt@i915_query@query-topology-unsupported:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@i915_query@query-topology-unsupported.html>
> ([fdo#109302])
> 
> *	igt@i915_selftest@live@hangcheck:
> 
> 	*	shard-snb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-snb6/igt@i915_selftest@live@hangcheck.html>  ->
> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> snb5/igt@i915_selftest@live@hangcheck.html>  ([i915#3921])
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-kbl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@i915_suspend@fence-restore-
> tiled2untiled.html>  ([i915#180]) +1 similar issue
> 
> *	igt@kms_big_fb@linear-8bpp-rotate-90:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html>
> ([fdo#111614]) +2 similar issues
> 
> *	igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-
> hflip.html>  ([fdo#109271] / [i915#3777])
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-
> hflip.html>  ([fdo#109271] / [i915#3777]) +1 similar issue
> 
> *	igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-
> 180-hflip.html>  ([fdo#111615]) +1 similar issue
> 
> *	igt@kms_big_joiner@basic:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_big_joiner@basic.html>  ([i915#2705])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_ccs@pipe-a-crc-primary-basic-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-
> y_tiled_gen12_mc_ccs.html>  ([fdo#109271] / [i915#3886]) +5 similar issues
> 
> *	igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-
> y_tiled_gen12_mc_ccs.html>  ([i915#3689] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_ccs@pipe-a-missing-ccs-buffer-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886]) +16 similar issues
> 
> *	igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html>
> ([i915#3689]) +1 similar issue
> 
> *	igt@kms_chamelium@dp-hpd-storm-disable:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk7/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109271] / [fdo#111827]) +2 similar issues
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109284] / [fdo#111827]) +4 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109284] / [fdo#111827])
> 
> *	igt@kms_chamelium@hdmi-hpd-with-enabled-mode:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@kms_chamelium@hdmi-hpd-with-enabled-mode.html>
> ([fdo#109271] / [fdo#111827]) +14 similar issues
> 
> *	igt@kms_color@pipe-d-legacy-gamma:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@kms_color@pipe-d-legacy-gamma.html>
> ([fdo#109278]) +2 similar issues
> 
> *	igt@kms_color_chamelium@pipe-a-ctm-0-5:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html>
> ([fdo#109271] / [fdo#111827]) +16 similar issues
> 
> *	igt@kms_color_chamelium@pipe-b-ctm-0-25:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html>
> ([fdo#109271] / [fdo#111827]) +10 similar issues
> 
> *	igt@kms_concurrent@pipe-d:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_concurrent@pipe-d.html>  ([i915#1385])
> 
> *	igt@kms_content_protection@atomic-dpms:
> 
> 	*	shard-apl: NOTRUN -> TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_content_protection@atomic-dpms.html>
> ([i915#1319])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_content_protection@atomic-dpms.html>
> ([fdo#111828])
> 
> *	igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-
> sliding.html>  ([i915#3319])
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-
> offscreen.html>  ([fdo#109279] / [i915#3359]) +3 similar issues
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-
> movement.html>  ([i915#3359]) +2 similar issues
> 
> *	igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-
> cursor-legacy.html>  ([i915#4103])
> 
> *	igt@kms_fbcon_fbt@fbc-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html>  -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl1/igt@kms_fbcon_fbt@fbc-suspend.html>  ([i915#180] / [i915#636])
> 
> *	igt@kms_flip@flip-vs-suspend@c-dp1:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ->
> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ([i915#180]) +4 similar issues
> 
> *	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_6313/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-
> ytilegen12rcccs.html>  ([fdo#109271] / [i915#2672])
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-
> indfb-move.html>  ([fdo#109280]) +1 similar issue
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-
> indfb-onoff.html>  ([fdo#111825]) +26 similar issues
> 
> *	igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-
> mmap-cpu.html>  ([fdo#109271]) +51 similar issues
> 
> *	igt@kms_invalid_mode@clock-too-high:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_invalid_mode@clock-too-high.html>
> ([i915#4278])
> 
> *	igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html>
> ([fdo#109271] / [i915#533])
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-a-planes.html>  -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane@plane-panning-
> bottom-right-suspend@pipe-a-planes.html>  ([i915#180]) +1 similar issue
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-b-planes.html>  -> INCOMPLETE <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_plane@plane-panning-
> bottom-right-suspend@pipe-b-planes.html>  ([i915#456]) +1 similar issue
> 
> *	igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> ([fdo#108145] / [i915#265]) +4 similar issues
> 
> *	igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-
> fb.html>  ([i915#265]) +1 similar issue
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-
> fb.html>  ([i915#265])
> 
> *	igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-
> fb.html>  ([fdo#108145] / [i915#265]) +1 similar issue
> 
> *	igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_plane_multiple@atomic-pipe-b-tiling-
> yf.html>  ([fdo#112054])
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-
> 1.html>  ([fdo#109271] / [i915#658]) +1 similar issue
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-
> 2.html>  ([fdo#109271] / [i915#658]) +5 similar issues
> 
> *	igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 4.html>  ([i915#2920]) +1 similar issue
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 4.html>  ([i915#658])
> 
> *	igt@kms_psr@psr2_primary_blt:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_psr@psr2_primary_blt.html>  ([i915#132] /
> [i915#3467]) +1 similar issue
> 
> *	igt@kms_psr@psr2_sprite_mmap_gtt:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html>  -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html>  ([fdo#109441]) +1 similar issue
> 
> *	igt@kms_vblank@pipe-a-ts-continuation-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-
> suspend.html>  -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>
> ([i915#180] / [i915#295])
> 
> *	igt@kms_vblank@pipe-c-ts-continuation-suspend:
> 
> 	*	shard-apl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_vblank@pipe-c-ts-
> continuation-suspend.html>  ([i915#180])
> 
> *	igt@kms_vblank@pipe-d-ts-continuation-suspend:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-
> suspend.html>  -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspend.html>
> ([i915#3896])
> 
> *	igt@kms_vblank@pipe-d-wait-idle:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@kms_vblank@pipe-d-wait-idle.html>  ([fdo#109271]
> / [i915#533]) +2 similar issues
> 
> *	igt@kms_writeback@writeback-check-output:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_writeback@writeback-check-output.html>
> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_writeback@writeback-check-output.html>
> ([i915#2437])
> 
> *	igt@kms_writeback@writeback-pixel-formats:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> *	igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-
> frame.html>  ([fdo#109271]) +280 similar issues
> 
> *	igt@nouveau_crc@pipe-d-source-outp-inactive:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@nouveau_crc@pipe-d-source-outp-inactive.html>
> ([i915#2530]) +2 similar issues
> 
> *	igt@perf@gen12-oa-tlb-invalidate:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html>
> ([fdo#109289])
> 
> *	igt@prime_nv_pcopy@test_semaphore:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@prime_nv_pcopy@test_semaphore.html>
> ([fdo#109291])
> 
> *	igt@sysfs_clients@fair-0:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk6/igt@sysfs_clients@fair-0.html>  ([fdo#109271] /
> [i915#2994])
> 
> *	igt@sysfs_clients@fair-7:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@sysfs_clients@fair-7.html>  ([fdo#109271] /
> [i915#2994]) +3 similar issues
> 
> 
> Possible fixes
> 
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-tglb: TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@gem_eio@unwedge-stress.html>  ([i915#2369] /
> [i915#3063] / [i915#3648]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@gem_eio@unwedge-stress.html>
> 
> *	igt@gem_exec_fair@basic-none@vecs0:
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html>
> 
> *	igt@gem_exec_fair@basic-pace@bcs0:
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@bcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html>
> 
> *	igt@gem_exec_fair@basic-throttle@rcs0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html>
> 
> *	igt@gem_exec_suspend@basic-s3:
> 
> 	*	shard-apl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl1/igt@gem_exec_suspend@basic-s3.html>  ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl1/igt@gem_exec_suspend@basic-s3.html>
> 
> *	igt@i915_pm_dc@dc6-psr:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@i915_pm_dc@dc6-psr.html>  ([i915#454]) ->
> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb6/igt@i915_pm_dc@dc6-psr.html>
> 
> *	igt@i915_pm_dc@dc9-dpms:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@i915_pm_dc@dc9-dpms.html>  ([i915#4275]) ->
> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_dc@dc9-dpms.html>
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb1/igt@i915_suspend@fence-restore-
> tiled2untiled.html>  ([i915#456] / [i915#750]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@i915_suspend@fence-restore-
> tiled2untiled.html>
> 
> *	igt@i915_suspend@sysfs-reader:
> 
> 	*	shard-kbl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@i915_suspend@sysfs-reader.html>  ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@i915_suspend@sysfs-reader.html>  +1 similar issue
> 
> *	igt@kms_big_fb@x-tiled-32bpp-rotate-180:
> 
> 	*	shard-glk: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> ([i915#118]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk3/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> 
> *	igt@kms_big_fb@y-tiled-8bpp-rotate-0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> ([i915#1888]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> 
> *	igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#2124] / [i915#4024]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_cursor_crc@pipe-b-
> cursor-alpha-opaque.html>
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> *	igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-
> edp1.html>  ([i915#2411] / [i915#456]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_flip@flip-vs-suspend-
> interruptible@a-edp1.html>  +2 similar issues
> 
> *	igt@kms_psr@psr2_cursor_plane_onoff:
> 
> 	*	shard-iclb: SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html>
> ([fdo#109441]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html>  +1
> similar issue
> 
> *	igt@perf@polling-parameterized:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@perf@polling-parameterized.html>
> ([i915#1542]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@perf@polling-parameterized.html>
> 
> 
> Warnings
> 
> 
> *	ig


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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-10-13 10:28 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2021-10-13 10:55   ` Modem, Bhanuprakash
@ 2021-10-13 10:56   ` Modem, Bhanuprakash
  2021-10-13 17:56     ` Vudum, Lakshminarayana
  1 sibling, 1 reply; 16+ messages in thread
From: Modem, Bhanuprakash @ 2021-10-13 10:56 UTC (permalink / raw)
  To: igt-dev, Vudum, Lakshminarayana, Kattamanchi, JaswanthX

Lakshmi/Jaswanth,

Can you please re-report below false-positive?


Thanks,
Bhanu

> -----Original Message-----
> From: Patchwork <patchwork@emeril.freedesktop.org>
> Sent: Wednesday, October 13, 2021 3:58 PM
> To: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in
> test_plane_position_with_output (rev3)
> 
> Patch Details
> Series:	tests/kms_plane_multiple: Fix regression in
> test_plane_position_with_output (rev3)
> URL:	https://patchwork.freedesktop.org/series/94764/
> State:	failure
> Details:	https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/index.html
> 
> CI Bug Log - changes from CI_DRM_10728_full -> IGTPW_6313_full
> 
> 
> Summary
> 
> 
> FAILURE
> 
> Serious unknown changes coming with IGTPW_6313_full absolutely need to be
> verified manually.
> 
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6313_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_6313/index.html
> 
> 
> Possible new issues
> 
> 
> Here are the unknown changes that may have been introduced in IGTPW_6313_full:
> 
> 
> IGT changes
> 
> 
> Possible regressions
> 
> 
> *	igt@i915_pm_rpm@gem-execbuf:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb7/igt@i915_pm_rpm@gem-execbuf.html>  -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_rpm@gem-execbuf.html>
> 
> 
> Known issues
> 
> 
> Here are the changes found in IGTPW_6313_full that come from known issues:
> 
> 
> IGT changes
> 
> 
> Issues hit
> 
> 
> *	igt@gem_ctx_persistence@legacy-engines-mixed:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> ([fdo#109271] / [i915#1099]) +5 similar issues
> 
> *	igt@gem_ctx_shared@q-in-order:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@gem_ctx_shared@q-in-order.html>  ([fdo#109271])
> +350 similar issues
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb5/igt@gem_eio@unwedge-stress.html>  -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb1/igt@gem_eio@unwedge-stress.html>  ([i915#2369] / [i915#2481] /
> [i915#3070])
> 
> *	igt@gem_exec_fair@basic-deadline:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-deadline.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl3/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk9/igt@gem_exec_fair@basic-deadline.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk7/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> *	igt@gem_exec_fair@basic-none-rrul@rcs0:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> ([i915#2842]) +1 similar issue
> 
> *	igt@gem_exec_fair@basic-none-solo@rcs0:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html>  ([i915#2842]) +1 similar
> issue
> 
> *	igt@gem_exec_fair@basic-none-vip@rcs0:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html>  ([i915#2842]) +1 similar
> issue
> 
> *	igt@gem_exec_fair@basic-none@vcs0:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl3/igt@gem_exec_fair@basic-none@vcs0.html>  ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-pace@vcs1:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> tglb3/igt@gem_exec_fair@basic-pace@vcs1.html>  ([i915#2842])
> 
> *	igt@gem_exec_whisper@basic-fds-priority-all:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@gem_exec_whisper@basic-fds-priority-all.html>
> -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk9/igt@gem_exec_whisper@basic-fds-priority-all.html>  ([i915#118])
> 
> *	igt@gem_huc_copy@huc-copy:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@gem_huc_copy@huc-copy.html>  ([fdo#109271] /
> [i915#2190])
> 
> *	igt@gem_mmap_gtt@coherency:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gem_mmap_gtt@coherency.html>  ([fdo#111656])
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@gem_mmap_gtt@coherency.html>  ([fdo#109292])
> 
> *	igt@gem_pread@exhaustion:
> 
> 	*	shard-snb: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb5/igt@gem_pread@exhaustion.html>  ([i915#2658])
> 
> *	igt@gem_pwrite@basic-exhaustion:
> 
> 	*	shard-kbl: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html>  ([i915#2658])
> 
> *	igt@gem_pxp@reject-modify-context-protection-off-2:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-off-
> 2.html>  ([i915#4270]) +1 similar issue
> 
> *	igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html>
> ([fdo#109271]) +150 similar issues
> 
> *	igt@gem_softpin@evict-snoop:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_softpin@evict-snoop.html>  ([fdo#109312])
> 
> *	igt@gem_userptr_blits@unsync-unmap-cycles:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html>
> ([i915#3297])
> 
> *	igt@gen7_exec_parse@cmd-crossing-page:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html>
> ([fdo#109289]) +2 similar issues
> 
> *	igt@gen9_exec_parse@bb-start-far:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> *	igt@i915_pm_lpsp@screens-disabled:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html>
> ([i915#1902])
> 
> *	igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-
> wait.html>  ([fdo#111644] / [i915#1397] / [i915#2411])
> 
> *	igt@i915_query@query-topology-unsupported:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@i915_query@query-topology-unsupported.html>
> ([fdo#109302])
> 
> *	igt@i915_selftest@live@hangcheck:
> 
> 	*	shard-snb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-snb6/igt@i915_selftest@live@hangcheck.html>  ->
> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> snb5/igt@i915_selftest@live@hangcheck.html>  ([i915#3921])
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-kbl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@i915_suspend@fence-restore-
> tiled2untiled.html>  ([i915#180]) +1 similar issue
> 
> *	igt@kms_big_fb@linear-8bpp-rotate-90:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html>
> ([fdo#111614]) +2 similar issues
> 
> *	igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-
> hflip.html>  ([fdo#109271] / [i915#3777])
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-
> hflip.html>  ([fdo#109271] / [i915#3777]) +1 similar issue
> 
> *	igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-
> 180-hflip.html>  ([fdo#111615]) +1 similar issue
> 
> *	igt@kms_big_joiner@basic:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_big_joiner@basic.html>  ([i915#2705])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_ccs@pipe-a-crc-primary-basic-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-
> y_tiled_gen12_mc_ccs.html>  ([fdo#109271] / [i915#3886]) +5 similar issues
> 
> *	igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-
> y_tiled_gen12_mc_ccs.html>  ([i915#3689] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_ccs@pipe-a-missing-ccs-buffer-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886]) +16 similar issues
> 
> *	igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html>
> ([i915#3689]) +1 similar issue
> 
> *	igt@kms_chamelium@dp-hpd-storm-disable:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk7/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109271] / [fdo#111827]) +2 similar issues
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109284] / [fdo#111827]) +4 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109284] / [fdo#111827])
> 
> *	igt@kms_chamelium@hdmi-hpd-with-enabled-mode:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@kms_chamelium@hdmi-hpd-with-enabled-mode.html>
> ([fdo#109271] / [fdo#111827]) +14 similar issues
> 
> *	igt@kms_color@pipe-d-legacy-gamma:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@kms_color@pipe-d-legacy-gamma.html>
> ([fdo#109278]) +2 similar issues
> 
> *	igt@kms_color_chamelium@pipe-a-ctm-0-5:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html>
> ([fdo#109271] / [fdo#111827]) +16 similar issues
> 
> *	igt@kms_color_chamelium@pipe-b-ctm-0-25:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html>
> ([fdo#109271] / [fdo#111827]) +10 similar issues
> 
> *	igt@kms_concurrent@pipe-d:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_concurrent@pipe-d.html>  ([i915#1385])
> 
> *	igt@kms_content_protection@atomic-dpms:
> 
> 	*	shard-apl: NOTRUN -> TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_content_protection@atomic-dpms.html>
> ([i915#1319])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_content_protection@atomic-dpms.html>
> ([fdo#111828])
> 
> *	igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-
> sliding.html>  ([i915#3319])
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-
> offscreen.html>  ([fdo#109279] / [i915#3359]) +3 similar issues
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-
> movement.html>  ([i915#3359]) +2 similar issues
> 
> *	igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-
> cursor-legacy.html>  ([i915#4103])
> 
> *	igt@kms_fbcon_fbt@fbc-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html>  -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl1/igt@kms_fbcon_fbt@fbc-suspend.html>  ([i915#180] / [i915#636])
> 
> *	igt@kms_flip@flip-vs-suspend@c-dp1:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ->
> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ([i915#180]) +4 similar issues
> 
> *	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_6313/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-
> ytilegen12rcccs.html>  ([fdo#109271] / [i915#2672])
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-
> indfb-move.html>  ([fdo#109280]) +1 similar issue
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-
> indfb-onoff.html>  ([fdo#111825]) +26 similar issues
> 
> *	igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-
> mmap-cpu.html>  ([fdo#109271]) +51 similar issues
> 
> *	igt@kms_invalid_mode@clock-too-high:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_invalid_mode@clock-too-high.html>
> ([i915#4278])
> 
> *	igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html>
> ([fdo#109271] / [i915#533])
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-a-planes.html>  -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane@plane-panning-
> bottom-right-suspend@pipe-a-planes.html>  ([i915#180]) +1 similar issue
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-b-planes.html>  -> INCOMPLETE <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_plane@plane-panning-
> bottom-right-suspend@pipe-b-planes.html>  ([i915#456]) +1 similar issue
> 
> *	igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> ([fdo#108145] / [i915#265]) +4 similar issues
> 
> *	igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-
> fb.html>  ([i915#265]) +1 similar issue
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-
> fb.html>  ([i915#265])
> 
> *	igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-
> fb.html>  ([fdo#108145] / [i915#265]) +1 similar issue
> 
> *	igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_plane_multiple@atomic-pipe-b-tiling-
> yf.html>  ([fdo#112054])
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-
> 1.html>  ([fdo#109271] / [i915#658]) +1 similar issue
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-
> 2.html>  ([fdo#109271] / [i915#658]) +5 similar issues
> 
> *	igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 4.html>  ([i915#2920]) +1 similar issue
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 4.html>  ([i915#658])
> 
> *	igt@kms_psr@psr2_primary_blt:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_psr@psr2_primary_blt.html>  ([i915#132] /
> [i915#3467]) +1 similar issue
> 
> *	igt@kms_psr@psr2_sprite_mmap_gtt:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html>  -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html>  ([fdo#109441]) +1 similar issue
> 
> *	igt@kms_vblank@pipe-a-ts-continuation-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-
> suspend.html>  -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>
> ([i915#180] / [i915#295])
> 
> *	igt@kms_vblank@pipe-c-ts-continuation-suspend:
> 
> 	*	shard-apl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_vblank@pipe-c-ts-
> continuation-suspend.html>  ([i915#180])
> 
> *	igt@kms_vblank@pipe-d-ts-continuation-suspend:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-
> suspend.html>  -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspend.html>
> ([i915#3896])
> 
> *	igt@kms_vblank@pipe-d-wait-idle:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@kms_vblank@pipe-d-wait-idle.html>  ([fdo#109271]
> / [i915#533]) +2 similar issues
> 
> *	igt@kms_writeback@writeback-check-output:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_writeback@writeback-check-output.html>
> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_writeback@writeback-check-output.html>
> ([i915#2437])
> 
> *	igt@kms_writeback@writeback-pixel-formats:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> *	igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-
> frame.html>  ([fdo#109271]) +280 similar issues
> 
> *	igt@nouveau_crc@pipe-d-source-outp-inactive:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@nouveau_crc@pipe-d-source-outp-inactive.html>
> ([i915#2530]) +2 similar issues
> 
> *	igt@perf@gen12-oa-tlb-invalidate:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html>
> ([fdo#109289])
> 
> *	igt@prime_nv_pcopy@test_semaphore:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@prime_nv_pcopy@test_semaphore.html>
> ([fdo#109291])
> 
> *	igt@sysfs_clients@fair-0:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk6/igt@sysfs_clients@fair-0.html>  ([fdo#109271] /
> [i915#2994])
> 
> *	igt@sysfs_clients@fair-7:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@sysfs_clients@fair-7.html>  ([fdo#109271] /
> [i915#2994]) +3 similar issues
> 
> 
> Possible fixes
> 
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-tglb: TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@gem_eio@unwedge-stress.html>  ([i915#2369] /
> [i915#3063] / [i915#3648]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@gem_eio@unwedge-stress.html>
> 
> *	igt@gem_exec_fair@basic-none@vecs0:
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html>
> 
> *	igt@gem_exec_fair@basic-pace@bcs0:
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@bcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html>
> 
> *	igt@gem_exec_fair@basic-throttle@rcs0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html>
> 
> *	igt@gem_exec_suspend@basic-s3:
> 
> 	*	shard-apl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl1/igt@gem_exec_suspend@basic-s3.html>  ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl1/igt@gem_exec_suspend@basic-s3.html>
> 
> *	igt@i915_pm_dc@dc6-psr:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@i915_pm_dc@dc6-psr.html>  ([i915#454]) ->
> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb6/igt@i915_pm_dc@dc6-psr.html>
> 
> *	igt@i915_pm_dc@dc9-dpms:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@i915_pm_dc@dc9-dpms.html>  ([i915#4275]) ->
> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_dc@dc9-dpms.html>
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb1/igt@i915_suspend@fence-restore-
> tiled2untiled.html>  ([i915#456] / [i915#750]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@i915_suspend@fence-restore-
> tiled2untiled.html>
> 
> *	igt@i915_suspend@sysfs-reader:
> 
> 	*	shard-kbl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@i915_suspend@sysfs-reader.html>  ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@i915_suspend@sysfs-reader.html>  +1 similar issue
> 
> *	igt@kms_big_fb@x-tiled-32bpp-rotate-180:
> 
> 	*	shard-glk: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> ([i915#118]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk3/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> 
> *	igt@kms_big_fb@y-tiled-8bpp-rotate-0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> ([i915#1888]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> 
> *	igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#2124] / [i915#4024]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_cursor_crc@pipe-b-
> cursor-alpha-opaque.html>
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html>
> 
> *	igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-
> edp1.html>  ([i915#2411] / [i915#456]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_flip@flip-vs-suspend-
> interruptible@a-edp1.html>  +2 similar issues
> 
> *	igt@kms_psr@psr2_cursor_plane_onoff:
> 
> 	*	shard-iclb: SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html>
> ([fdo#109441]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html>  +1
> similar issue
> 
> *	igt@perf@polling-parameterized:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@perf@polling-parameterized.html>
> ([i915#1542]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@perf@polling-parameterized.html>
> 
> 
> Warnings
> 
> 
> *	ig


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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
                   ` (7 preceding siblings ...)
  2021-10-13 10:28 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-10-13 15:26 ` Patchwork
  8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-10-13 15:26 UTC (permalink / raw)
  To: Modem, Bhanuprakash; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30300 bytes --]

== Series Details ==

Series: tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
URL   : https://patchwork.freedesktop.org/series/94764/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10728_full -> IGTPW_6313_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

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

  * igt@gem_ctx_shared@q-in-order:
    - shard-snb:          NOTRUN -> [SKIP][2] ([fdo#109271]) +350 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb7/igt@gem_ctx_shared@q-in-order.html

  * igt@gem_eio@unwedge-stress:
    - shard-iclb:         [PASS][3] -> [TIMEOUT][4] ([i915#2369] / [i915#2481] / [i915#3070])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb5/igt@gem_eio@unwedge-stress.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb1/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          [PASS][5] -> [FAIL][6] ([i915#2846])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-deadline.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@gem_exec_fair@basic-deadline.html
    - shard-glk:          [PASS][7] -> [FAIL][8] ([i915#2846])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk9/igt@gem_exec_fair@basic-deadline.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk7/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][9] ([i915#2842]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-glk:          [PASS][10] -> [FAIL][11] ([i915#2842]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html

  * igt@gem_exec_fair@basic-none-vip@rcs0:
    - shard-kbl:          [PASS][12] -> [FAIL][13] ([i915#2842]) +1 similar issue
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-apl:          [PASS][14] -> [FAIL][15] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [PASS][16] -> [FAIL][17] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_whisper@basic-fds-priority-all:
    - shard-glk:          [PASS][18] -> [DMESG-WARN][19] ([i915#118])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk2/igt@gem_exec_whisper@basic-fds-priority-all.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk9/igt@gem_exec_whisper@basic-fds-priority-all.html

  * igt@gem_huc_copy@huc-copy:
    - shard-kbl:          NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#2190])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@gem_huc_copy@huc-copy.html

  * igt@gem_mmap_gtt@coherency:
    - shard-tglb:         NOTRUN -> [SKIP][21] ([fdo#111656])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@gem_mmap_gtt@coherency.html
    - shard-iclb:         NOTRUN -> [SKIP][22] ([fdo#109292])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb5/igt@gem_mmap_gtt@coherency.html

  * igt@gem_pread@exhaustion:
    - shard-snb:          NOTRUN -> [WARN][23] ([i915#2658])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb5/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-kbl:          NOTRUN -> [WARN][24] ([i915#2658])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@reject-modify-context-protection-off-2:
    - shard-tglb:         NOTRUN -> [SKIP][25] ([i915#4270]) +1 similar issue
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-off-2.html

  * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
    - shard-kbl:          NOTRUN -> [SKIP][26] ([fdo#109271]) +150 similar issues
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html

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

  * igt@gem_userptr_blits@unsync-unmap-cycles:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([i915#3297])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html

  * igt@gen7_exec_parse@cmd-crossing-page:
    - shard-tglb:         NOTRUN -> [SKIP][29] ([fdo#109289]) +2 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html

  * igt@gen9_exec_parse@bb-start-far:
    - shard-iclb:         NOTRUN -> [SKIP][30] ([i915#2856])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html
    - shard-tglb:         NOTRUN -> [SKIP][31] ([i915#2856])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@gen9_exec_parse@bb-start-far.html

  * igt@i915_pm_lpsp@screens-disabled:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([i915#1902])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html

  * igt@i915_pm_rpm@gem-execbuf:
    - shard-iclb:         [PASS][33] -> [INCOMPLETE][34] ([i915#4295])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb7/igt@i915_pm_rpm@gem-execbuf.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@i915_pm_rpm@gem-execbuf.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#111644] / [i915#1397] / [i915#2411])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@i915_query@query-topology-unsupported:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109302])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@i915_query@query-topology-unsupported.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [PASS][37] -> [INCOMPLETE][38] ([i915#3921])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-snb6/igt@i915_selftest@live@hangcheck.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][39] ([i915#180]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_big_fb@linear-8bpp-rotate-90:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#111614]) +2 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#3777])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
    - shard-apl:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) +1 similar issue
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#111615]) +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_joiner@basic:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([i915#2705])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_big_joiner@basic.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
    - shard-glk:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3886])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk4/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-kbl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3886]) +5 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][47] ([i915#3689] / [i915#3886])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +16 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([i915#3689]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs.html

  * igt@kms_chamelium@dp-hpd-storm-disable:
    - shard-glk:          NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +2 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk7/igt@kms_chamelium@dp-hpd-storm-disable.html
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_chamelium@dp-hpd-storm-disable.html
    - shard-iclb:         NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@kms_chamelium@dp-hpd-storm-disable.html

  * igt@kms_chamelium@hdmi-hpd-with-enabled-mode:
    - shard-snb:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +14 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-snb7/igt@kms_chamelium@hdmi-hpd-with-enabled-mode.html

  * igt@kms_color@pipe-d-legacy-gamma:
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109278]) +2 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb5/igt@kms_color@pipe-d-legacy-gamma.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-5:
    - shard-apl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +16 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-25:
    - shard-kbl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +10 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html

  * igt@kms_concurrent@pipe-d:
    - shard-tglb:         NOTRUN -> [FAIL][57] ([i915#1385])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_concurrent@pipe-d.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-apl:          NOTRUN -> [TIMEOUT][58] ([i915#1319])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_content_protection@atomic-dpms.html
    - shard-tglb:         NOTRUN -> [SKIP][59] ([fdo#111828])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([i915#3319])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([fdo#109279] / [i915#3359]) +3 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([i915#3359]) +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([i915#4103])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [PASS][64] -> [INCOMPLETE][65] ([i915#180] / [i915#636])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@flip-vs-suspend@c-dp1:
    - shard-kbl:          [PASS][66] -> [DMESG-WARN][67] ([i915#180]) +4 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html

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

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-iclb:         NOTRUN -> [SKIP][69] ([fdo#109280]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
    - shard-tglb:         NOTRUN -> [SKIP][70] ([fdo#111825]) +26 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu:
    - shard-glk:          NOTRUN -> [SKIP][71] ([fdo#109271]) +51 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu.html

  * igt@kms_invalid_mode@clock-too-high:
    - shard-tglb:         NOTRUN -> [SKIP][72] ([i915#4278])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_invalid_mode@clock-too-high.html

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#533])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
    - shard-apl:          [PASS][74] -> [DMESG-WARN][75] ([i915#180]) +1 similar issue
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html

  * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
    - shard-tglb:         [PASS][76] -> [INCOMPLETE][77] ([i915#456]) +1 similar issue
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-apl:          NOTRUN -> [FAIL][78] ([fdo#108145] / [i915#265]) +4 similar issues
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][79] ([i915#265]) +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][80] ([i915#265])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> [FAIL][81] ([fdo#108145] / [i915#265]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html

  * igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#112054])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_plane_multiple@atomic-pipe-b-tiling-yf.html

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

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#658]) +5 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
    - shard-tglb:         NOTRUN -> [SKIP][85] ([i915#2920]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html
    - shard-iclb:         NOTRUN -> [SKIP][86] ([i915#658])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html

  * igt@kms_psr@psr2_primary_blt:
    - shard-tglb:         NOTRUN -> [FAIL][87] ([i915#132] / [i915#3467]) +1 similar issue
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@kms_psr@psr2_primary_blt.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         [PASS][88] -> [SKIP][89] ([fdo#109441]) +1 similar issue
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [PASS][90] -> [DMESG-WARN][91] ([i915#180] / [i915#295])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-c-ts-continuation-suspend:
    - shard-apl:          NOTRUN -> [DMESG-WARN][92] ([i915#180])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-d-ts-continuation-suspend:
    - shard-tglb:         [PASS][93] -> [INCOMPLETE][94] ([i915#3896])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-suspend.html
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-d-wait-idle:
    - shard-apl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533]) +2 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@kms_vblank@pipe-d-wait-idle.html

  * igt@kms_writeback@writeback-check-output:
    - shard-apl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#2437]) +1 similar issue
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl6/igt@kms_writeback@writeback-check-output.html
    - shard-tglb:         NOTRUN -> [SKIP][97] ([i915#2437])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-kbl:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#2437]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
    - shard-apl:          NOTRUN -> [SKIP][99] ([fdo#109271]) +280 similar issues
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl7/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html

  * igt@nouveau_crc@pipe-d-source-outp-inactive:
    - shard-tglb:         NOTRUN -> [SKIP][100] ([i915#2530]) +2 similar issues
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb2/igt@nouveau_crc@pipe-d-source-outp-inactive.html

  * igt@perf@gen12-oa-tlb-invalidate:
    - shard-iclb:         NOTRUN -> [SKIP][101] ([fdo#109289])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html

  * igt@prime_nv_pcopy@test_semaphore:
    - shard-tglb:         NOTRUN -> [SKIP][102] ([fdo#109291])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@prime_nv_pcopy@test_semaphore.html

  * igt@sysfs_clients@fair-0:
    - shard-glk:          NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#2994])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk6/igt@sysfs_clients@fair-0.html

  * igt@sysfs_clients@fair-7:
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2994]) +3 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@sysfs_clients@fair-7.html

  
#### Possible fixes ####

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [TIMEOUT][105] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][106]
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb3/igt@gem_eio@unwedge-stress.html
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb1/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          [FAIL][107] ([i915#2842]) -> [PASS][108]
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-pace@bcs0:
    - shard-tglb:         [FAIL][109] ([i915#2842]) -> [PASS][110]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@bcs0.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [FAIL][111] ([i915#2842]) -> [PASS][112]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_suspend@basic-s3:
    - shard-apl:          [DMESG-WARN][113] ([i915#180]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-apl1/igt@gem_exec_suspend@basic-s3.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl1/igt@gem_exec_suspend@basic-s3.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [FAIL][115] ([i915#454]) -> [PASS][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb6/igt@i915_pm_dc@dc6-psr.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb6/igt@i915_pm_dc@dc6-psr.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-iclb:         [FAIL][117] ([i915#4275]) -> [PASS][118]
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb2/igt@i915_pm_dc@dc9-dpms.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb4/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-tglb:         [INCOMPLETE][119] ([i915#456] / [i915#750]) -> [PASS][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb1/igt@i915_suspend@fence-restore-tiled2untiled.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@sysfs-reader:
    - shard-kbl:          [DMESG-WARN][121] ([i915#180]) -> [PASS][122] +1 similar issue
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl1/igt@i915_suspend@sysfs-reader.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl6/igt@i915_suspend@sysfs-reader.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-180:
    - shard-glk:          [DMESG-WARN][123] ([i915#118]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk3/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-0:
    - shard-glk:          [FAIL][125] ([i915#1888]) -> [PASS][126]
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk1/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html

  * igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
    - shard-glk:          [FAIL][127] ([i915#3444]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-tglb:         [FAIL][129] ([i915#2124] / [i915#4024]) -> [PASS][130]
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-kbl:          [FAIL][131] ([i915#3444]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
    - shard-iclb:         [FAIL][133] ([i915#3444]) -> [PASS][134]
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
    - shard-tglb:         [INCOMPLETE][135] ([i915#2411] / [i915#456]) -> [PASS][136] +2 similar issues
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html

  * igt@kms_psr@psr2_cursor_plane_onoff:
    - shard-iclb:         [SKIP][137] ([fdo#109441]) -> [PASS][138] +1 similar issue
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html

  * igt@perf@polling-parameterized:
    - shard-glk:          [FAIL][139] ([i915#1542]) -> [PASS][140]
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-glk2/igt@perf@polling-parameterized.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-glk1/igt@perf@polling-parameterized.html

  
#### Warnings ####

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2:
    - shard-iclb:         [SKIP][141] ([i915#2920]) -> [SKIP][142] ([i915#658]) +1 similar issue
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10728/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-ar

== Logs ==

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

[-- Attachment #2: Type: text/html, Size: 33734 bytes --]

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)
  2021-10-13 10:56   ` Modem, Bhanuprakash
@ 2021-10-13 17:56     ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 16+ messages in thread
From: Vudum, Lakshminarayana @ 2021-10-13 17:56 UTC (permalink / raw)
  To: Modem, Bhanuprakash, igt-dev, Kattamanchi, JaswanthX

Re-reported.

-----Original Message-----
From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com> 
Sent: Wednesday, October 13, 2021 3:57 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Kattamanchi, JaswanthX <jaswanthx.kattamanchi@intel.com>
Subject: RE: ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3)

Lakshmi/Jaswanth,

Can you please re-report below false-positive?


Thanks,
Bhanu

> -----Original Message-----
> From: Patchwork <patchwork@emeril.freedesktop.org>
> Sent: Wednesday, October 13, 2021 3:58 PM
> To: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: ✗ Fi.CI.IGT: failure for tests/kms_plane_multiple: Fix 
> regression in test_plane_position_with_output (rev3)
> 
> Patch Details
> Series:	tests/kms_plane_multiple: Fix regression in
> test_plane_position_with_output (rev3)
> URL:	https://patchwork.freedesktop.org/series/94764/
> State:	failure
> Details:	https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/index.html
> 
> CI Bug Log - changes from CI_DRM_10728_full -> IGTPW_6313_full
> 
> 
> Summary
> 
> 
> FAILURE
> 
> Serious unknown changes coming with IGTPW_6313_full absolutely need to 
> be verified manually.
> 
> If you think the reported changes have nothing to do with the changes 
> introduced in IGTPW_6313_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_6313/index.html
> 
> 
> Possible new issues
> 
> 
> Here are the unknown changes that may have been introduced in IGTPW_6313_full:
> 
> 
> IGT changes
> 
> 
> Possible regressions
> 
> 
> *	igt@i915_pm_rpm@gem-execbuf:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb7/igt@i915_pm_rpm@gem-execbuf.html>  -> 
> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_rpm@gem-execbuf.html>
> 
> 
> Known issues
> 
> 
> Here are the changes found in IGTPW_6313_full that come from known issues:
> 
> 
> IGT changes
> 
> 
> Issues hit
> 
> 
> *	igt@gem_ctx_persistence@legacy-engines-mixed:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed
> .html> ([fdo#109271] / [i915#1099]) +5 similar issues
> 
> *	igt@gem_ctx_shared@q-in-order:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@gem_ctx_shared@q-in-order.html>  
> ([fdo#109271])
> +350 similar issues
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb5/igt@gem_eio@unwedge-stress.html>  -> 
> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb1/igt@gem_eio@unwedge-stress.html>  ([i915#2369] / [i915#2481] /
> [i915#3070])
> 
> *	igt@gem_exec_fair@basic-deadline:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-deadline.html>  -> 
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl3/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk9/igt@gem_exec_fair@basic-deadline.html>  -> 
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk7/igt@gem_exec_fair@basic-deadline.html>  ([i915#2846])
> 
> *	igt@gem_exec_fair@basic-none-rrul@rcs0:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_exec_fair@basic-none-rrul@rcs0.html
> >
> ([i915#2842]) +1 similar issue
> 
> *	igt@gem_exec_fair@basic-none-solo@rcs0:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk5/igt@gem_exec_fair@basic-none-solo@rcs0.htm
> l>  -> FAIL 
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk5/igt@gem_exec_fair@basic-none-solo@rcs0.html>  ([i915#2842]) +1 
> similar issue
> 
> *	igt@gem_exec_fair@basic-none-vip@rcs0:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html
> >  -> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html>  ([i915#2842]) +1 
> similar issue
> 
> *	igt@gem_exec_fair@basic-none@vcs0:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html>  
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl3/igt@gem_exec_fair@basic-none@vcs0.html>  ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-pace@vcs1:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html>  
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> tglb3/igt@gem_exec_fair@basic-pace@vcs1.html>  ([i915#2842])
> 
> *	igt@gem_exec_whisper@basic-fds-priority-all:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@gem_exec_whisper@basic-fds-priority-al
> l.html>
> -> DMESG-WARN 
> -> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> glk9/igt@gem_exec_whisper@basic-fds-priority-all.html>  ([i915#118])
> 
> *	igt@gem_huc_copy@huc-copy:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@gem_huc_copy@huc-copy.html>  
> ([fdo#109271] /
> [i915#2190])
> 
> *	igt@gem_mmap_gtt@coherency:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gem_mmap_gtt@coherency.html>  
> ([fdo#111656])
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@gem_mmap_gtt@coherency.html>  
> ([fdo#109292])
> 
> *	igt@gem_pread@exhaustion:
> 
> 	*	shard-snb: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb5/igt@gem_pread@exhaustion.html>  
> ([i915#2658])
> 
> *	igt@gem_pwrite@basic-exhaustion:
> 
> 	*	shard-kbl: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html>  
> ([i915#2658])
> 
> *	igt@gem_pxp@reject-modify-context-protection-off-2:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@gem_pxp@reject-modify-context-protectio
> n-off- 2.html>  ([i915#4270]) +1 similar issue
> 
> *	igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@gem_render_copy@x-tiled-to-vebox-yf-tile
> d.html>
> ([fdo#109271]) +150 similar issues
> 
> *	igt@gem_softpin@evict-snoop:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_softpin@evict-snoop.html>  
> ([fdo#109312])
> 
> *	igt@gem_userptr_blits@unsync-unmap-cycles:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.h
> tml>
> ([i915#3297])
> 
> *	igt@gen7_exec_parse@cmd-crossing-page:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@gen7_exec_parse@cmd-crossing-page.html>
> ([fdo#109289]) +2 similar issues
> 
> *	igt@gen9_exec_parse@bb-start-far:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb8/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@gen9_exec_parse@bb-start-far.html>
> ([i915#2856])
> 
> *	igt@i915_pm_lpsp@screens-disabled:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html>
> ([i915#1902])
> 
> *	igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-
> wait.html>  ([fdo#111644] / [i915#1397] / [i915#2411])
> 
> *	igt@i915_query@query-topology-unsupported:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@i915_query@query-topology-unsupported.h
> tml>
> ([fdo#109302])
> 
> *	igt@i915_selftest@live@hangcheck:
> 
> 	*	shard-snb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-snb6/igt@i915_selftest@live@hangcheck.html>  -> 
> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> snb5/igt@i915_selftest@live@hangcheck.html>  ([i915#3921])
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-kbl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-kbl7/igt@i915_suspend@fence-re
> store- tiled2untiled.html>  ([i915#180]) +1 similar issue
> 
> *	igt@kms_big_fb@linear-8bpp-rotate-90:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html>
> ([fdo#111614]) +2 similar issues
> 
> *	igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-r
> otate-0- hflip.html>  ([fdo#109271] / [i915#3777])
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-r
> otate-0- hflip.html>  ([fdo#109271] / [i915#3777]) +1 similar issue
> 
> *	igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp
> -rotate- 180-hflip.html>  ([fdo#111615]) +1 similar issue
> 
> *	igt@kms_big_joiner@basic:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_big_joiner@basic.html>  
> ([i915#2705])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_ccs@pipe-a-crc-primary-basic-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-
> y_tiled_gen12_mc_ccs.html>  ([fdo#109271] / [i915#3886]) +5 similar 
> issues
> 
> *	igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-
> y_tiled_gen12_mc_ccs.html>  ([i915#3689] / [i915#3886])
> 
> *	igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_ccs@pipe-a-missing-ccs-buffer-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886]) +16 
> similar issues
> 
> *	igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_c
> cs.html>
> ([i915#3689]) +1 similar issue
> 
> *	igt@kms_chamelium@dp-hpd-storm-disable:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk7/igt@kms_chamelium@dp-hpd-storm-disable.html>
> ([fdo#109271] / [fdo#111827]) +2 similar issues
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_chamelium@dp-hpd-storm-disable.html
> > ([fdo#109284] / [fdo#111827]) +4 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_chamelium@dp-hpd-storm-disable.html
> >
> ([fdo#109284] / [fdo#111827])
> 
> *	igt@kms_chamelium@hdmi-hpd-with-enabled-mode:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-snb7/igt@kms_chamelium@hdmi-hpd-with-enabled-mode
> .html> ([fdo#109271] / [fdo#111827]) +14 similar issues
> 
> *	igt@kms_color@pipe-d-legacy-gamma:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb5/igt@kms_color@pipe-d-legacy-gamma.html>
> ([fdo#109278]) +2 similar issues
> 
> *	igt@kms_color_chamelium@pipe-a-ctm-0-5:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html>
> ([fdo#109271] / [fdo#111827]) +16 similar issues
> 
> *	igt@kms_color_chamelium@pipe-b-ctm-0-25:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html
> > ([fdo#109271] / [fdo#111827]) +10 similar issues
> 
> *	igt@kms_concurrent@pipe-d:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_concurrent@pipe-d.html>  
> ([i915#1385])
> 
> *	igt@kms_content_protection@atomic-dpms:
> 
> 	*	shard-apl: NOTRUN -> TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl3/igt@kms_content_protection@atomic-dpms.html>
> ([i915#1319])
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_content_protection@atomic-dpms.html
> >
> ([fdo#111828])
> 
> *	igt@kms_cursor_crc@pipe-c-cursor-32x32-sliding:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-32x32-
> sliding.html>  ([i915#3319])
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-
> offscreen.html>  ([fdo#109279] / [i915#3359]) +3 similar issues
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-ra
> pid- movement.html>  ([i915#3359]) +2 similar issues
> 
> *	igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-befor
> e-
> cursor-legacy.html>  ([i915#4103])
> 
> *	igt@kms_fbcon_fbt@fbc-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html>  -> 
> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl1/igt@kms_fbcon_fbt@fbc-suspend.html>  ([i915#180] / [i915#636])
> 
> *	igt@kms_flip@flip-vs-suspend@c-dp1:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_flip@flip-vs-suspend@c-dp1.html>  
> -> DMESG-WARN 
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ([i915#180]) +4 similar 
> issues
> 
> *	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_6313/shard-apl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-
> 32bpp- ytilegen12rcccs.html>  ([fdo#109271] / [i915#2672])
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-2p-primscr
> n-cur- indfb-move.html>  ([fdo#109280]) +1 similar issue
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscr
> n-cur- indfb-onoff.html>  ([fdo#111825]) +26 similar issues
> 
> *	igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk4/igt@kms_frontbuffer_tracking@fbcpsr-rgb10101
> 0-draw- mmap-cpu.html>  ([fdo#109271]) +51 similar issues
> 
> *	igt@kms_invalid_mode@clock-too-high:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_invalid_mode@clock-too-high.html>
> ([i915#4278])
> 
> *	igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_pipe_crc_basic@suspend-read-crc-pipe
> -d.html>
> ([fdo#109271] / [i915#533])
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl3/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-a-planes.html>  -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl2/igt@kms_plane@plane-panni
> ng- bottom-right-suspend@pipe-a-planes.html>  ([i915#180]) +1 similar 
> issue
> 
> *	igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@kms_plane@plane-panning-bottom-right-
> suspend@pipe-b-planes.html>  -> INCOMPLETE <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb7/igt@kms_plane@plane-pann
> ing- bottom-right-suspend@pipe-b-planes.html>  ([i915#456]) +1 similar 
> issue
> 
> *	igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic
> .html> ([fdo#108145] / [i915#265]) +4 similar issues
> 
> *	igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl2/igt@kms_plane_alpha_blend@pipe-b-alpha-trans
> parent- fb.html>  ([i915#265]) +1 similar issue
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-trans
> parent-
> fb.html>  ([i915#265])
> 
> *	igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-opaqu
> e- fb.html>  ([fdo#108145] / [i915#265]) +1 similar issue
> 
> *	igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_plane_multiple@atomic-pipe-b-tiling
> -
> yf.html>  ([fdo#112054])
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-
> area- 1.html>  ([fdo#109271] / [i915#658]) +1 similar issue
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-
> area- 2.html>  ([fdo#109271] / [i915#658]) +5 similar issues
> 
> *	igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@kms_psr2_sf@overlay-primary-update-sf-d
> mg-area- 4.html>  ([i915#2920]) +1 similar issue
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb1/igt@kms_psr2_sf@overlay-primary-update-sf-d
> mg-area-
> 4.html>  ([i915#658])
> 
> *	igt@kms_psr@psr2_primary_blt:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@kms_psr@psr2_primary_blt.html>  
> ([i915#132] /
> [i915#3467]) +1 similar issue
> 
> *	igt@kms_psr@psr2_sprite_mmap_gtt:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html>  
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html>  ([fdo#109441]) +1 
> similar issue
> 
> *	igt@kms_vblank@pipe-a-ts-continuation-suspend:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-
> suspend.html>  -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspen
> d.html>
> ([i915#180] / [i915#295])
> 
> *	igt@kms_vblank@pipe-c-ts-continuation-suspend:
> 
> 	*	shard-apl: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-apl3/igt@kms_vblank@pipe-c-ts-
> continuation-suspend.html>  ([i915#180])
> 
> *	igt@kms_vblank@pipe-d-ts-continuation-suspend:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-
> suspend.html>  -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspe
> nd.html>
> ([i915#3896])
> 
> *	igt@kms_vblank@pipe-d-wait-idle:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@kms_vblank@pipe-d-wait-idle.html>  
> ([fdo#109271] / [i915#533]) +2 similar issues
> 
> *	igt@kms_writeback@writeback-check-output:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl6/igt@kms_writeback@writeback-check-output.htm
> l> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb6/igt@kms_writeback@writeback-check-output.ht
> ml>
> ([i915#2437])
> 
> *	igt@kms_writeback@writeback-pixel-formats:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.ht
> ml> ([fdo#109271] / [i915#2437]) +1 similar issue
> 
> *	igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl7/igt@nouveau_crc@pipe-b-ctx-flip-skip-current
> - frame.html>  ([fdo#109271]) +280 similar issues
> 
> *	igt@nouveau_crc@pipe-d-source-outp-inactive:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb2/igt@nouveau_crc@pipe-d-source-outp-inactive
> .html>
> ([i915#2530]) +2 similar issues
> 
> *	igt@perf@gen12-oa-tlb-invalidate:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb4/igt@perf@gen12-oa-tlb-invalidate.html>
> ([fdo#109289])
> 
> *	igt@prime_nv_pcopy@test_semaphore:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@prime_nv_pcopy@test_semaphore.html>
> ([fdo#109291])
> 
> *	igt@sysfs_clients@fair-0:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk6/igt@sysfs_clients@fair-0.html>  
> ([fdo#109271] /
> [i915#2994])
> 
> *	igt@sysfs_clients@fair-7:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-apl1/igt@sysfs_clients@fair-7.html>  
> ([fdo#109271] /
> [i915#2994]) +3 similar issues
> 
> 
> Possible fixes
> 
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-tglb: TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb3/igt@gem_eio@unwedge-stress.html>  
> ([i915#2369] / [i915#3063] / [i915#3648]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb1/igt@gem_eio@unwedge-stress.html>
> 
> *	igt@gem_exec_fair@basic-none@vecs0:
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl3/igt@gem_exec_fair@basic-none@vecs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html>
> 
> *	igt@gem_exec_fair@basic-pace@bcs0:
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb5/igt@gem_exec_fair@basic-pace@bcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-tglb3/igt@gem_exec_fair@basic-pace@bcs0.html>
> 
> *	igt@gem_exec_fair@basic-throttle@rcs0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
> >
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html>
> 
> *	igt@gem_exec_suspend@basic-s3:
> 
> 	*	shard-apl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-apl1/igt@gem_exec_suspend@basic-s3.html>  
> ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> apl1/igt@gem_exec_suspend@basic-s3.html>
> 
> *	igt@i915_pm_dc@dc6-psr:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@i915_pm_dc@dc6-psr.html>  
> ([i915#454]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb6/igt@i915_pm_dc@dc6-psr.html>
> 
> *	igt@i915_pm_dc@dc9-dpms:
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb2/igt@i915_pm_dc@dc9-dpms.html>  
> ([i915#4275]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> iclb4/igt@i915_pm_dc@dc9-dpms.html>
> 
> *	igt@i915_suspend@fence-restore-tiled2untiled:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb1/igt@i915_suspend@fence-restore-
> tiled2untiled.html>  ([i915#456] / [i915#750]) -> PASS 
> <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb8/igt@i915_suspend@fence-r
> estore-
> tiled2untiled.html>
> 
> *	igt@i915_suspend@sysfs-reader:
> 
> 	*	shard-kbl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl1/igt@i915_suspend@sysfs-reader.html>  
> ([i915#180])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6313/shard-
> kbl6/igt@i915_suspend@sysfs-reader.html>  +1 similar issue
> 
> *	igt@kms_big_fb@x-tiled-32bpp-rotate-180:
> 
> 	*	shard-glk: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.ht
> ml>
> ([i915#118]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk3/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
> >
> 
> *	igt@kms_big_fb@y-tiled-8bpp-rotate-0:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk3/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> ([i915#1888]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> 
> *	igt@kms_cursor_crc@pipe-b-cursor-alpha-opaque:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaqu
> e.html>
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#2124] / [i915#4024]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_cursor_crc@pipe-
> b-
> cursor-alpha-opaque.html>
> 
> 	*	shard-kbl: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaqu
> e.html>
> 
> 	*	shard-iclb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-alpha-
> opaque.html>  ([i915#3444]) -> PASS 
> <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-alpha-opaq
> ue.html>
> 
> *	igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptibl
> e@a- edp1.html>  ([i915#2411] / [i915#456]) -> PASS 
> <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6313/shard-tglb6/igt@kms_flip@flip-vs-sus
> pend- interruptible@a-edp1.html>  +2 similar issues
> 
> *	igt@kms_psr@psr2_cursor_plane_onoff:
> 
> 	*	shard-iclb: SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html>
> ([fdo#109441]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html>  
> +1 similar issue
> 
> *	igt@perf@polling-parameterized:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10728/shard-glk2/igt@perf@polling-parameterized.html>
> ([i915#1542]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6313/shard-glk1/igt@perf@polling-parameterized.html>
> 
> 
> Warnings
> 
> 
> *	ig



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

end of thread, other threads:[~2021-10-13 17:56 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 14:23 [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression in test_plane_position_with_output Vidya Srinivas
2021-09-16 18:05 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-09-16 20:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-09-24 10:45 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Vidya Srinivas
2021-09-24 11:04   ` Srinivas, Vidya
2021-10-08  6:18   ` Karthik B S
2021-10-08  6:23     ` Srinivas, Vidya
2021-09-24 11:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev2) Patchwork
2021-09-24 13:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-10-13  7:50 ` [igt-dev] [i-g-t v3] tests/kms_plane_multiple: Fix regression test_plane_position_with_output Bhanuprakash Modem
2021-10-13  8:49 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_multiple: Fix regression in test_plane_position_with_output (rev3) Patchwork
2021-10-13 10:28 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-10-13 10:55   ` Modem, Bhanuprakash
2021-10-13 10:56   ` Modem, Bhanuprakash
2021-10-13 17:56     ` Vudum, Lakshminarayana
2021-10-13 15:26 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

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.