Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices
@ 2023-07-27  0:10 fei.yang
  2023-07-27  0:10 ` [igt-dev] [PATCH 1/1] " fei.yang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: fei.yang @ 2023-07-27  0:10 UTC (permalink / raw)
  To: igt-dev; +Cc: Fei Yang, tvrtko.ursulin

From: Fei Yang <fei.yang@intel.com>

Fix the logic checking for non-meteorlake devices.

Fei Yang (1):
  test/i915/gem_create: skip set_pat for non MTL devices

 tests/i915/gem_create.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1

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

* [igt-dev] [PATCH 1/1] test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
@ 2023-07-27  0:10 ` fei.yang
  2023-07-27  8:47   ` Andi Shyti
  2023-07-27  2:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: fei.yang @ 2023-07-27  0:10 UTC (permalink / raw)
  To: igt-dev; +Cc: Fei Yang, tvrtko.ursulin

From: Fei Yang <fei.yang@intel.com>

Fix the logic checking for non-meteorlake devices.

Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Signed-off-by: Fei Yang <fei.yang@intel.com>
Cc: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/i915/gem_create.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/gem_create.c b/tests/i915/gem_create.c
index 4b00fe6aa..87fde2963 100644
--- a/tests/i915/gem_create.c
+++ b/tests/i915/gem_create.c
@@ -680,7 +680,7 @@ static void create_ext_set_pat(int fd)
 	 * supported.
 	 */
 	igt_skip_on_f(ret == -EINVAL ||
-		      (ret == -ENODEV && IS_METEORLAKE(devid)),
+		      (ret == -ENODEV && !IS_METEORLAKE(devid)),
 		      "I915_GEM_CREATE_EXT_SET_PAT is not supported\n");
 
 	/*
-- 
2.25.1

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

* [igt-dev] ✓ Fi.CI.BAT: success for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
  2023-07-27  0:10 ` [igt-dev] [PATCH 1/1] " fei.yang
@ 2023-07-27  2:09 ` Patchwork
  2023-07-27  3:35 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-27  2:09 UTC (permalink / raw)
  To: Yang, Fei; +Cc: igt-dev

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

== Series Details ==

Series: test/i915/gem_create: skip set_pat for non MTL devices
URL   : https://patchwork.freedesktop.org/series/121397/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_13426 -> IGTPW_9469
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

  Additional (1): bat-adlp-11 
  Missing    (1): fi-snb-2520m 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@debugfs_test@basic-hwmon:
    - bat-adlp-11:        NOTRUN -> [SKIP][1] ([i915#7456])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@debugfs_test@basic-hwmon.html

  * igt@gem_tiled_pread_basic:
    - bat-adlp-11:        NOTRUN -> [SKIP][2] ([i915#3282])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@gem_tiled_pread_basic.html

  * igt@i915_selftest@live@dmabuf:
    - bat-mtlp-8:         [PASS][3] -> [DMESG-FAIL][4] ([i915#8558])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-mtlp-8/igt@i915_selftest@live@dmabuf.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-mtlp-8/igt@i915_selftest@live@dmabuf.html

  * igt@i915_selftest@live@guc:
    - bat-rpls-2:         NOTRUN -> [DMESG-WARN][5] ([i915#7852])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-2/igt@i915_selftest@live@guc.html

  * igt@i915_selftest@live@requests:
    - bat-rpls-1:         [PASS][6] -> [ABORT][7] ([i915#4983] / [i915#7911] / [i915#7920])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-rpls-1/igt@i915_selftest@live@requests.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-1/igt@i915_selftest@live@requests.html

  * igt@i915_selftest@live@slpc:
    - bat-rpls-2:         NOTRUN -> [DMESG-WARN][8] ([i915#6367])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-2/igt@i915_selftest@live@slpc.html

  * igt@kms_chamelium_frames@hdmi-crc-fast:
    - bat-adlp-11:        NOTRUN -> [SKIP][9] ([i915#7828]) +7 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@kms_chamelium_frames@hdmi-crc-fast.html

  * igt@kms_chamelium_hpd@common-hpd-after-suspend:
    - bat-rpls-2:         NOTRUN -> [SKIP][10] ([i915#7828])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
    - bat-jsl-3:          NOTRUN -> [SKIP][11] ([i915#7828])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-jsl-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - bat-adlp-11:        NOTRUN -> [SKIP][12] ([i915#4103]) +1 similar issue
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - bat-adlp-11:        NOTRUN -> [SKIP][13] ([i915#4093]) +3 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-adlp-11:        NOTRUN -> [ABORT][14] ([i915#4423])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-adlp-11/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_pipe_crc_basic@suspend-read-crc:
    - bat-rpls-2:         NOTRUN -> [SKIP][15] ([i915#1845])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc.html

  
#### Possible fixes ####

  * igt@gem_exec_suspend@basic-s0@smem:
    - bat-jsl-3:          [ABORT][16] ([i915#5122]) -> [PASS][17]
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html

  * igt@i915_pm_rpm@basic-rte:
    - fi-kbl-x1275:       [FAIL][18] ([i915#8843]) -> [PASS][19]
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/fi-kbl-x1275/igt@i915_pm_rpm@basic-rte.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/fi-kbl-x1275/igt@i915_pm_rpm@basic-rte.html

  * igt@i915_pm_rpm@module-reload:
    - fi-rkl-11600:       [FAIL][20] ([i915#7940]) -> [PASS][21]
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live@gt_heartbeat:
    - fi-apl-guc:         [DMESG-FAIL][22] ([i915#5334]) -> [PASS][23]
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html

  * igt@i915_selftest@live@migrate:
    - bat-mtlp-8:         [DMESG-FAIL][24] ([i915#7699]) -> [PASS][25]
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-mtlp-8/igt@i915_selftest@live@migrate.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-mtlp-8/igt@i915_selftest@live@migrate.html

  * igt@i915_selftest@live@reset:
    - bat-rpls-2:         [ABORT][26] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#8347]) -> [PASS][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-rpls-2/igt@i915_selftest@live@reset.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rpls-2/igt@i915_selftest@live@reset.html

  * igt@i915_suspend@basic-s3-without-i915:
    - bat-jsl-3:          [FAIL][28] ([fdo#103375]) -> [PASS][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html

  
#### Warnings ####

  * igt@i915_selftest@live@requests:
    - bat-mtlp-6:         [DMESG-FAIL][30] ([i915#7269]) -> [ABORT][31] ([i915#7982])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-mtlp-6/igt@i915_selftest@live@requests.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-mtlp-6/igt@i915_selftest@live@requests.html

  * igt@kms_psr@primary_mmap_gtt:
    - bat-rplp-1:         [SKIP][32] ([i915#1072]) -> [ABORT][33] ([i915#8434] / [i915#8668])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/bat-rplp-1/igt@kms_psr@primary_mmap_gtt.html

  
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#4093]: https://gitlab.freedesktop.org/drm/intel/issues/4093
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
  [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
  [i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
  [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
  [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
  [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
  [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7852]: https://gitlab.freedesktop.org/drm/intel/issues/7852
  [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911
  [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
  [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920
  [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
  [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982
  [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347
  [i915#8434]: https://gitlab.freedesktop.org/drm/intel/issues/8434
  [i915#8558]: https://gitlab.freedesktop.org/drm/intel/issues/8558
  [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
  [i915#8843]: https://gitlab.freedesktop.org/drm/intel/issues/8843


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7405 -> IGTPW_9469

  CI-20190529: 20190529
  CI_DRM_13426: 50f130ab3021dd575aca3fab9c08eae15cd323a8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_9469: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/index.html
  IGT_7405: 6745761cb6050514a12aac973d02aeccdff06255 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

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

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

* [igt-dev] ○ CI.xeBAT: info for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
  2023-07-27  0:10 ` [igt-dev] [PATCH 1/1] " fei.yang
  2023-07-27  2:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2023-07-27  3:35 ` Patchwork
  2023-07-27  5:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2023-07-27 11:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-27  3:35 UTC (permalink / raw)
  To: Yang, Fei; +Cc: igt-dev

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

== Series Details ==

Series: test/i915/gem_create: skip set_pat for non MTL devices
URL   : https://patchwork.freedesktop.org/series/121397/
State : info

== Summary ==

Participating hosts:
bat-pvc-2
bat-atsm-2
bat-dg2-oem2
bat-adlp-7
Missing hosts results[0]:
Results: [IGTPW_9469](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9469/index.html)



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

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

* [igt-dev] ✗ Fi.CI.IGT: failure for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
                   ` (2 preceding siblings ...)
  2023-07-27  3:35 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
@ 2023-07-27  5:30 ` Patchwork
  2023-07-27  9:39   ` Kamil Konieczny
  2023-07-27 11:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  4 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2023-07-27  5:30 UTC (permalink / raw)
  To: Yang, Fei; +Cc: igt-dev

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

== Series Details ==

Series: test/i915/gem_create: skip set_pat for non MTL devices
URL   : https://patchwork.freedesktop.org/series/121397/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_13426_full -> IGTPW_9469_full
====================================================

Summary
-------

  **FAILURE**

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

Participating hosts (10 -> 10)
------------------------------

  Additional (1): shard-rkl0 
  Missing    (1): pig-kbl-iris 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_balancer@full-late-pulse:
    - shard-mtlp:         [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@gem_exec_balancer@full-late-pulse.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_balancer@full-late-pulse.html

  * igt@gem_workarounds@suspend-resume-context:
    - shard-tglu:         [PASS][3] -> [ABORT][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_workarounds@suspend-resume-context.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_workarounds@suspend-resume-context.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@object-reloc-keep-cache:
    - shard-dg2:          NOTRUN -> [SKIP][5] ([i915#8411])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@api_intel_bb@object-reloc-keep-cache.html
    - shard-rkl:          NOTRUN -> [SKIP][6] ([i915#8411])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@api_intel_bb@object-reloc-keep-cache.html

  * igt@device_reset@cold-reset-bound:
    - shard-tglu:         NOTRUN -> [SKIP][7] ([i915#7701])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@device_reset@cold-reset-bound.html

  * igt@drm_fdinfo@busy-hang@rcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][8] ([i915#8414]) +11 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@drm_fdinfo@busy-hang@rcs0.html

  * igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
    - shard-dg1:          NOTRUN -> [SKIP][9] ([i915#8414]) +4 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html

  * igt@feature_discovery@psr1:
    - shard-rkl:          NOTRUN -> [SKIP][10] ([i915#658]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@feature_discovery@psr1.html

  * igt@gem_basic@multigpu-create-close:
    - shard-rkl:          NOTRUN -> [SKIP][11] ([i915#7697])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_basic@multigpu-create-close.html

  * igt@gem_ccs@ctrl-surf-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][12] ([i915#5325])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html

  * igt@gem_ccs@suspend-resume:
    - shard-rkl:          NOTRUN -> [SKIP][13] ([i915#5325])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ccs@suspend-resume.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-dg2:          [PASS][14] -> [ABORT][15] ([i915#7461])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-rkl:          NOTRUN -> [FAIL][16] ([i915#6268])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_ctx_persistence@file:
    - shard-snb:          NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_ctx_persistence@file.html

  * igt@gem_ctx_persistence@heartbeat-hostile:
    - shard-mtlp:         NOTRUN -> [SKIP][18] ([i915#8555])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hostile.html

  * igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
    - shard-mtlp:         [PASS][19] -> [FAIL][20] ([i915#2410]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-rkl:          NOTRUN -> [SKIP][21] ([i915#280])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_eio@kms:
    - shard-dg2:          [PASS][22] -> [INCOMPLETE][23] ([i915#7892])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-8/igt@gem_eio@kms.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_eio@kms.html

  * igt@gem_exec_balancer@bonded-sync:
    - shard-dg1:          NOTRUN -> [SKIP][24] ([i915#4771])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html

  * igt@gem_exec_balancer@invalid-bonds:
    - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#4036])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_balancer@invalid-bonds.html

  * igt@gem_exec_balancer@parallel-balancer:
    - shard-rkl:          NOTRUN -> [SKIP][26] ([i915#4525]) +1 similar issue
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html

  * igt@gem_exec_capture@pi@ccs0:
    - shard-mtlp:         [PASS][27] -> [FAIL][28] ([i915#7765])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_exec_capture@pi@ccs0.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_capture@pi@ccs0.html

  * igt@gem_exec_fair@basic-none-vip:
    - shard-dg1:          NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gem_exec_fair@basic-none-vip.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-glk:          [PASS][30] -> [FAIL][31] ([i915#2842])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html
    - shard-rkl:          [PASS][32] -> [FAIL][33] ([i915#2842])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-apl:          [PASS][34] -> [FAIL][35] ([i915#2842])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fence@submit67:
    - shard-mtlp:         NOTRUN -> [SKIP][36] ([i915#4812])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_fence@submit67.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#5107])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-cpu-wc:
    - shard-dg1:          NOTRUN -> [SKIP][38] ([i915#3281]) +1 similar issue
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_exec_reloc@basic-cpu-wc.html

  * igt@gem_exec_reloc@basic-range:
    - shard-mtlp:         NOTRUN -> [SKIP][39] ([i915#3281]) +2 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_exec_reloc@basic-range.html

  * igt@gem_exec_reloc@basic-write-read:
    - shard-rkl:          NOTRUN -> [SKIP][40] ([i915#3281]) +2 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_exec_reloc@basic-write-read.html

  * igt@gem_exec_suspend@basic-s3@smem:
    - shard-snb:          NOTRUN -> [DMESG-WARN][41] ([i915#8841]) +5 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_exec_suspend@basic-s3@smem.html

  * igt@gem_exec_suspend@basic-s4-devices@lmem0:
    - shard-dg2:          [PASS][42] -> [ABORT][43] ([i915#7975] / [i915#8213])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html

  * igt@gem_lmem_swapping@heavy-random:
    - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#4613])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@gem_lmem_swapping@heavy-random.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-rkl:          NOTRUN -> [SKIP][45] ([i915#4613]) +2 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@verify:
    - shard-mtlp:         NOTRUN -> [SKIP][46] ([i915#4613])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_lmem_swapping@verify.html

  * igt@gem_media_vme:
    - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#284])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gem_media_vme.html
    - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#284])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_media_vme.html

  * igt@gem_mmap_wc@set-cache-level:
    - shard-dg2:          NOTRUN -> [SKIP][49] ([i915#4083])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_mmap_wc@set-cache-level.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
    - shard-rkl:          NOTRUN -> [SKIP][50] ([i915#3282]) +2 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-snb:          NOTRUN -> [WARN][51] ([i915#2658])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-mtlp:         NOTRUN -> [SKIP][52] ([i915#4270])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gem_pxp@regular-baseline-src-copy-readible:
    - shard-tglu:         NOTRUN -> [SKIP][53] ([i915#4270])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@gem_pxp@regular-baseline-src-copy-readible.html

  * igt@gem_pxp@reject-modify-context-protection-on:
    - shard-rkl:          NOTRUN -> [SKIP][54] ([i915#4270]) +1 similar issue
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html

  * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
    - shard-mtlp:         NOTRUN -> [SKIP][55] ([i915#8428]) +2 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html

  * igt@gem_set_tiling_vs_blt@untiled-to-tiled:
    - shard-dg1:          NOTRUN -> [SKIP][56] ([i915#4079])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html

  * igt@gem_set_tiling_vs_pwrite:
    - shard-mtlp:         NOTRUN -> [SKIP][57] ([i915#4079])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_set_tiling_vs_pwrite.html

  * igt@gem_tiled_fence_blits@basic:
    - shard-dg1:          NOTRUN -> [SKIP][58] ([i915#4077])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_tiled_fence_blits@basic.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-rkl:          NOTRUN -> [SKIP][59] ([i915#3297]) +3 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@forbidden-operations:
    - shard-dg1:          NOTRUN -> [SKIP][60] ([i915#3282])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html
    - shard-mtlp:         NOTRUN -> [SKIP][61] ([i915#3282])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_userptr_blits@forbidden-operations.html

  * igt@gem_userptr_blits@unsync-unmap-after-close:
    - shard-dg2:          NOTRUN -> [SKIP][62] ([i915#3297])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap-after-close.html

  * igt@gen7_exec_parse@cmd-crossing-page:
    - shard-rkl:          NOTRUN -> [SKIP][63] ([fdo#109289])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gen7_exec_parse@cmd-crossing-page.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-dg1:          NOTRUN -> [SKIP][64] ([i915#2527])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-mtlp:         NOTRUN -> [SKIP][65] ([i915#2856])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@bb-start-far:
    - shard-tglu:         NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@gen9_exec_parse@bb-start-far.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#2856])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html
    - shard-rkl:          NOTRUN -> [SKIP][68] ([i915#2527]) +3 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gen9_exec_parse@shadow-peek.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-rkl:          NOTRUN -> [SKIP][69] ([i915#6590])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - shard-dg1:          [PASS][70] -> [FAIL][71] ([i915#7691])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@basic-pci-d3-state.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html

  * igt@i915_pm_rpm@cursor-dpms:
    - shard-tglu:         [PASS][72] -> [FAIL][73] ([i915#7940])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-3/igt@i915_pm_rpm@cursor-dpms.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-6/igt@i915_pm_rpm@cursor-dpms.html

  * igt@i915_pm_rpm@dpms-mode-unset-lpsp:
    - shard-dg1:          [PASS][74] -> [SKIP][75] ([i915#1397])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-dg2:          [PASS][76] -> [SKIP][77] ([i915#1397]) +2 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
    - shard-dg1:          NOTRUN -> [SKIP][78] ([i915#1397])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress:
    - shard-dg1:          [PASS][79] -> [FAIL][80] ([i915#7940]) +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp-stress.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [PASS][81] -> [SKIP][82] ([i915#1397]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@i915_pm_rpm@pm-caching:
    - shard-mtlp:         NOTRUN -> [SKIP][83] ([i915#4077]) +6 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pm_rpm@pm-caching.html

  * igt@i915_pm_rps@min-max-config-idle:
    - shard-mtlp:         NOTRUN -> [SKIP][84] ([i915#6621])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rps@min-max-config-idle.html

  * igt@i915_pm_rps@waitboost:
    - shard-mtlp:         NOTRUN -> [FAIL][85] ([i915#8346])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@i915_pm_rps@waitboost.html

  * igt@i915_pm_sseu@full-enable:
    - shard-rkl:          NOTRUN -> [SKIP][86] ([i915#4387])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@i915_pm_sseu@full-enable.html

  * igt@i915_query@test-query-geometry-subslices:
    - shard-tglu:         NOTRUN -> [SKIP][87] ([i915#5723])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@i915_query@test-query-geometry-subslices.html

  * igt@i915_selftest@live@slpc:
    - shard-mtlp:         [PASS][88] -> [DMESG-WARN][89] ([i915#6367])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@slpc.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@slpc.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-mtlp:         NOTRUN -> [SKIP][90] ([i915#4212])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][91] ([i915#8502]) +3 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html

  * igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [FAIL][92] ([i915#8247]) +3 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html

  * igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [FAIL][93] ([i915#8247]) +3 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-mtlp:         NOTRUN -> [SKIP][94] ([i915#1769])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-snb:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#1769])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#1769] / [i915#3555])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][97] ([i915#5286]) +2 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         [PASS][98] -> [FAIL][99] ([i915#5138]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-tglu:         NOTRUN -> [SKIP][100] ([fdo#111614])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
    - shard-rkl:          NOTRUN -> [SKIP][101] ([fdo#111614] / [i915#3638])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-mtlp:         NOTRUN -> [SKIP][102] ([fdo#111614])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-mtlp:         NOTRUN -> [SKIP][103] ([fdo#111615]) +3 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-dg1:          NOTRUN -> [SKIP][104] ([i915#4538])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][105] ([fdo#110723]) +1 similar issue
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-tglu:         NOTRUN -> [SKIP][106] ([fdo#111615]) +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs:
    - shard-tglu:         NOTRUN -> [SKIP][107] ([i915#3689] / [i915#5354] / [i915#6095])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][108] ([i915#5354] / [i915#6095]) +5 similar issues
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#3886]) +3 similar issues
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][110] ([i915#3886] / [i915#5354] / [i915#6095])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs:
    - shard-tglu:         NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +4 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][112] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][113] ([i915#6095]) +14 similar issues
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][114] ([i915#3886] / [i915#6095]) +4 similar issues
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
    - shard-dg1:          NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][116] ([i915#5354]) +15 similar issues
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs:
    - shard-dg2:          NOTRUN -> [SKIP][117] ([i915#5354]) +3 similar issues
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
    - shard-dg1:          NOTRUN -> [SKIP][118] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html

  * igt@kms_cdclk@plane-scaling@pipe-c-dp-2:
    - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#4087]) +3 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cdclk@plane-scaling@pipe-c-dp-2.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-rkl:          NOTRUN -> [SKIP][120] ([fdo#111827]) +1 similar issue
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-mtlp:         NOTRUN -> [SKIP][121] ([fdo#111827])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_edid@hdmi-mode-timings:
    - shard-tglu:         NOTRUN -> [SKIP][122] ([i915#7828])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@kms_chamelium_edid@hdmi-mode-timings.html

  * igt@kms_chamelium_edid@vga-edid-read:
    - shard-dg2:          NOTRUN -> [SKIP][123] ([i915#7828])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_chamelium_edid@vga-edid-read.html

  * igt@kms_chamelium_frames@dp-crc-fast:
    - shard-rkl:          NOTRUN -> [SKIP][124] ([i915#7828]) +3 similar issues
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_frames@dp-crc-fast.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-mtlp:         NOTRUN -> [SKIP][125] ([i915#7828]) +1 similar issue
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_color@deep-color:
    - shard-dg1:          NOTRUN -> [SKIP][126] ([i915#3555])
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_color@deep-color.html

  * igt@kms_concurrent@pipe-c:
    - shard-rkl:          NOTRUN -> [SKIP][127] ([i915#4070] / [i915#6768]) +1 similar issue
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_concurrent@pipe-c.html

  * igt@kms_content_protection@atomic@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [TIMEOUT][128] ([i915#7173])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-mtlp:         NOTRUN -> [SKIP][129] ([i915#3299])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@srm:
    - shard-tglu:         NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@uevent@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [FAIL][131] ([i915#1339])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-dg2:          NOTRUN -> [SKIP][132] ([i915#3555])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-dg1:          NOTRUN -> [SKIP][133] ([fdo#111767] / [fdo#111825])
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][134] ([i915#3546]) +1 similar issue
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
    - shard-tglu:         NOTRUN -> [SKIP][135] ([fdo#109274]) +1 similar issue
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-dg1:          NOTRUN -> [SKIP][136] ([fdo#111825]) +3 similar issues
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-dg2:          NOTRUN -> [SKIP][137] ([fdo#109274] / [fdo#111767] / [i915#5354])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
    - shard-rkl:          NOTRUN -> [SKIP][138] ([fdo#111767] / [fdo#111825]) +1 similar issue
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-mtlp:         [PASS][139] -> [FAIL][140] ([i915#2346])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-apl:          [PASS][141] -> [FAIL][142] ([i915#2346])
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_dsc@dsc-with-formats:
    - shard-mtlp:         NOTRUN -> [SKIP][143] ([i915#3840])
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html

  * igt@kms_fbcon_fbt@psr:
    - shard-rkl:          NOTRUN -> [SKIP][144] ([fdo#110189] / [i915#3955])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_fbcon_fbt@psr.html

  * igt@kms_flip@2x-flip-vs-fences-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#8381])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html

  * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][146] ([i915#3637]) +1 similar issue
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html

  * igt@kms_flip@2x-plain-flip-interruptible:
    - shard-rkl:          NOTRUN -> [SKIP][147] ([fdo#111825]) +4 similar issues
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip@2x-plain-flip-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][148] ([i915#8810])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
    - shard-rkl:          NOTRUN -> [SKIP][149] ([i915#2672]) +1 similar issue
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-mtlp:         NOTRUN -> [SKIP][150] ([fdo#109285])
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite:
    - shard-tglu:         NOTRUN -> [SKIP][151] ([fdo#109280]) +3 similar issues
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][152] ([i915#8708]) +1 similar issue
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
    - shard-dg2:          [PASS][153] -> [FAIL][154] ([i915#6880]) +1 similar issue
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
    - shard-dg1:          NOTRUN -> [SKIP][155] ([i915#3458]) +2 similar issues
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#8708]) +1 similar issue
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][157] ([fdo#111825] / [i915#1825]) +20 similar issues
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
    - shard-tglu:         NOTRUN -> [SKIP][158] ([fdo#110189]) +2 similar issues
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
    - shard-rkl:          NOTRUN -> [SKIP][159] ([i915#5439])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-apl:          NOTRUN -> [SKIP][160] ([fdo#109271]) +4 similar issues
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-mtlp:         NOTRUN -> [SKIP][161] ([i915#1825]) +6 similar issues
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
    - shard-rkl:          NOTRUN -> [SKIP][162] ([i915#3023]) +9 similar issues
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@psr-suspend:
    - shard-mtlp:         [PASS][163] -> [FAIL][164] ([fdo#103375]) +1 similar issue
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-suspend.html
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-suspend.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-tglu:         NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8228])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_hdr@invalid-hdr:
    - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_hdr@invalid-hdr.html

  * igt@kms_hdr@static-swap:
    - shard-dg2:          NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8228]) +1 similar issue
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@kms_hdr@static-swap.html

  * igt@kms_panel_fitting@legacy:
    - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#6301])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
    - shard-tglu:         NOTRUN -> [SKIP][169] ([fdo#109289])
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
    - shard-mtlp:         [PASS][170] -> [FAIL][171] ([i915#1623])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#3555]) +2 similar issues
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4:
    - shard-dg2:          NOTRUN -> [SKIP][173] ([i915#5176]) +7 similar issues
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][174] ([i915#5176]) +3 similar issues
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [SKIP][175] ([fdo#109271]) +193 similar issues
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1.html

  * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][176] ([i915#5176]) +19 similar issues
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1:
    - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#5235]) +15 similar issues
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][178] ([i915#5235]) +11 similar issues
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][179] ([i915#5235]) +3 similar issues
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html

  * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
    - shard-glk:          NOTRUN -> [SKIP][180] ([fdo#109271] / [i915#658]) +1 similar issue
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-rkl:          NOTRUN -> [SKIP][181] ([fdo#111068] / [i915#658])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-dg1:          NOTRUN -> [SKIP][182] ([i915#1072])
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_psr@psr2_cursor_mmap_cpu.html

  * igt@kms_psr@sprite_blt:
    - shard-rkl:          NOTRUN -> [SKIP][183] ([i915#1072]) +1 similar issue
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_psr@sprite_blt.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-rkl:          NOTRUN -> [SKIP][184] ([i915#5461] / [i915#658])
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
    - shard-tglu:         NOTRUN -> [SKIP][185] ([i915#5289])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#5289])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-mtlp:         NOTRUN -> [SKIP][187] ([i915#4235])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_setmode@basic@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [FAIL][188] ([i915#5465]) +1 similar issue
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#3555])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-mtlp:         NOTRUN -> [SKIP][190] ([i915#8623])
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vblank@pipe-d-query-busy:
    - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#4070] / [i915#533] / [i915#6768]) +3 similar issues
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_vblank@pipe-d-query-busy.html

  * igt@kms_vblank@pipe-d-wait-busy-hang:
    - shard-glk:          NOTRUN -> [SKIP][192] ([fdo#109271]) +30 similar issues
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_vblank@pipe-d-wait-busy-hang.html

  * igt@perf_pmu@event-wait@rcs0:
    - shard-rkl:          NOTRUN -> [SKIP][193] ([fdo#112283])
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_udl:
    - shard-mtlp:         NOTRUN -> [SKIP][194] ([fdo#109291])
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@prime_udl.html

  * igt@sysfs_heartbeat_interval@precise@vecs0:
    - shard-mtlp:         [PASS][195] -> [FAIL][196] ([i915#8332])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_heartbeat_interval@precise@vecs0.html
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_heartbeat_interval@precise@vecs0.html

  * igt@sysfs_preempt_timeout@timeout@vecs0:
    - shard-mtlp:         [PASS][197] -> [TIMEOUT][198] ([i915#7947])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html

  * igt@sysfs_timeslice_duration@timeout@vecs0:
    - shard-mtlp:         [PASS][199] -> [ABORT][200] ([i915#8521])
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_timeslice_duration@timeout@vecs0.html

  * igt@v3d/v3d_perfmon@get-values-invalid-pad:
    - shard-dg2:          NOTRUN -> [SKIP][201] ([i915#2575])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@v3d/v3d_perfmon@get-values-invalid-pad.html

  * igt@v3d/v3d_perfmon@get-values-invalid-pointer:
    - shard-tglu:         NOTRUN -> [SKIP][202] ([fdo#109315] / [i915#2575]) +2 similar issues
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html

  * igt@v3d/v3d_submit_cl@valid-submission:
    - shard-mtlp:         NOTRUN -> [SKIP][203] ([i915#2575]) +5 similar issues
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@v3d/v3d_submit_cl@valid-submission.html

  * igt@v3d/v3d_submit_csd@bad-multisync-in-sync:
    - shard-dg1:          NOTRUN -> [SKIP][204] ([i915#2575])
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-in-sync.html

  * igt@v3d/v3d_submit_csd@valid-multisync-submission:
    - shard-rkl:          NOTRUN -> [SKIP][205] ([fdo#109315]) +6 similar issues
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@v3d/v3d_submit_csd@valid-multisync-submission.html

  * igt@vc4/vc4_mmap@mmap-bo:
    - shard-rkl:          NOTRUN -> [SKIP][206] ([i915#7711]) +3 similar issues
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@vc4/vc4_mmap@mmap-bo.html

  * igt@vc4/vc4_perfmon@create-single-perfmon:
    - shard-tglu:         NOTRUN -> [SKIP][207] ([i915#2575])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@vc4/vc4_perfmon@create-single-perfmon.html

  * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
    - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#7711]) +1 similar issue
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html

  * igt@vc4/vc4_purgeable_bo@mark-purgeable:
    - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#7711]) +1 similar issue
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@vc4/vc4_purgeable_bo@mark-purgeable.html

  * igt@vc4/vc4_wait_bo@unused-bo-1ns:
    - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#7711])
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@vc4/vc4_wait_bo@unused-bo-1ns.html

  
#### Possible fixes ####

  * igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
    - shard-rkl:          [FAIL][211] ([i915#7742]) -> [PASS][212]
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html

  * igt@gem_barrier_race@remote-request@rcs0:
    - shard-apl:          [ABORT][213] ([i915#7461] / [i915#8211] / [i915#8234] / [i915#8690]) -> [PASS][214]
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html

  * igt@gem_caching@reads:
    - shard-dg1:          [DMESG-WARN][215] ([i915#4423]) -> [PASS][216]
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@gem_caching@reads.html
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_caching@reads.html

  * igt@gem_create@hog-create@smem0:
    - shard-dg2:          [FAIL][217] ([i915#5892] / [i915#8758]) -> [PASS][218]
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_create@hog-create@smem0.html
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@gem_create@hog-create@smem0.html

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-mtlp:         [FAIL][219] ([i915#6121] / [i915#7916]) -> [PASS][220]
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_ctx_persistence@engines-hang@vcs0:
    - shard-mtlp:         [FAIL][221] ([i915#2410]) -> [PASS][222]
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html

  * igt@gem_ctx_persistence@saturated-hostile@vecs0:
    - shard-mtlp:         [FAIL][223] ([i915#7816]) -> [PASS][224] +2 similar issues
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile@vecs0.html

  * igt@gem_eio@unwedge-stress:
    - shard-dg1:          [FAIL][225] ([i915#5784]) -> [PASS][226] +1 similar issue
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@gem_eio@unwedge-stress.html
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_balancer@full-pulse:
    - shard-dg2:          [FAIL][227] ([i915#6032]) -> [PASS][228]
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_exec_balancer@full-pulse.html
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_exec_balancer@full-pulse.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-tglu:         [FAIL][229] ([i915#2842]) -> [PASS][230]
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs0:
    - shard-rkl:          [FAIL][231] ([i915#2842]) -> [PASS][232]
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace@vcs0.html
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-mtlp:         [ABORT][233] ([i915#8489] / [i915#8668]) -> [PASS][234]
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pipe_stress@stress-xrgb8888-untiled:
    - shard-mtlp:         [FAIL][235] ([i915#8691]) -> [PASS][236]
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-2/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-untiled.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-apl:          [SKIP][237] ([fdo#109271]) -> [PASS][238]
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_pm_rc6_residency@rc6-idle@bcs0:
    - shard-dg1:          [FAIL][239] ([i915#3591]) -> [PASS][240]
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html

  * igt@i915_pm_rpm@modeset-lpsp-stress:
    - shard-dg1:          [SKIP][241] ([i915#1397]) -> [PASS][242]
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress.html

  * igt@i915_selftest@live@requests:
    - shard-mtlp:         [DMESG-FAIL][243] ([i915#7269]) -> [PASS][244]
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@requests.html
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@requests.html

  * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1:
    - shard-mtlp:         [FAIL][245] ([i915#2521]) -> [PASS][246]
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-0:
    - shard-mtlp:         [DMESG-WARN][247] ([i915#2017]) -> [PASS][248]
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
    - shard-mtlp:         [FAIL][249] ([i915#5138]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-mtlp:         [FAIL][251] ([i915#3743]) -> [PASS][252] +1 similar issue
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [FAIL][253] ([i915#2346]) -> [PASS][254] +1 similar issue
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
    - shard-apl:          [FAIL][255] ([i915#2346]) -> [PASS][256]
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html

  * igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4:
    - shard-dg1:          [FAIL][257] ([i915#8986]) -> [PASS][258]
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-dg2:          [FAIL][259] ([i915#6880]) -> [PASS][260]
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-rkl:          [ABORT][261] ([i915#8311]) -> [PASS][262]
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@perf@non-zero-reason@0-rcs0:
    - shard-dg2:          [FAIL][263] ([i915#7484]) -> [PASS][264]
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html

  * igt@perf@stress-open-close@0-rcs0:
    - shard-glk:          [ABORT][265] ([i915#5213] / [i915#7941]) -> [PASS][266]
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@perf@stress-open-close@0-rcs0.html
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@perf@stress-open-close@0-rcs0.html

  * igt@perf_pmu@busy-double-start@vecs1:
    - shard-dg2:          [FAIL][267] ([i915#4349]) -> [PASS][268] +3 similar issues
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html

  
#### Warnings ####

  * igt@gem_create@create-ext-set-pat:
    - shard-apl:          [FAIL][269] ([i915#8621]) -> [SKIP][270] ([fdo#109271])
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl1/igt@gem_create@create-ext-set-pat.html
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_create@create-ext-set-pat.html
    - shard-glk:          [FAIL][271] ([i915#8621]) -> [SKIP][272] ([fdo#109271])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk8/igt@gem_create@create-ext-set-pat.html
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk3/igt@gem_create@create-ext-set-pat.html
    - shard-dg2:          [FAIL][273] ([i915#8621]) -> [SKIP][274] ([i915#8562])
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
    - shard-rkl:          [FAIL][275] ([i915#8621]) -> [SKIP][276] ([i915#8562])
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
    - shard-snb:          [FAIL][277] ([i915#8621]) -> [SKIP][278] ([fdo#109271])
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-snb1/igt@gem_create@create-ext-set-pat.html
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_create@create-ext-set-pat.html
    - shard-dg1:          [FAIL][279] ([i915#8621]) -> [SKIP][280] ([i915#8562])
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@gem_create@create-ext-set-pat.html
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-14/igt@gem_create@create-ext-set-pat.html
    - shard-tglu:         [FAIL][281] ([i915#8621]) -> [SKIP][282] ([i915#8562])
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-5/igt@gem_create@create-ext-set-pat.html
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_create@create-ext-set-pat.html

  * igt@gem_exec_whisper@basic-contexts-priority-all:
    - shard-mtlp:         [ABORT][283] ([i915#8131]) -> [TIMEOUT][284] ([i915#7392])
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg2:          [DMESG-WARN][285] ([i915#4936] / [i915#5493]) -> [TIMEOUT][286] ([i915#5493])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-mtlp:         [SKIP][287] ([fdo#109289]) -> [SKIP][288] ([fdo#109289] / [i915#8403])
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
    - shard-mtlp:         [FAIL][289] ([i915#2346]) -> [DMESG-FAIL][290] ([i915#1982] / [i915#2017] / [i915#5954])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-rkl:          [SKIP][291] ([fdo#110189] / [i915#3955]) -> [SKIP][292] ([i915#3955])
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
    - shard-dg1:          [SKIP][293] ([fdo#111825] / [i915#4423]) -> [SKIP][294] ([fdo#111825])
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-rkl:          [SKIP][295] ([i915#4070] / [i915#4816]) -> [SKIP][296] ([i915#4816])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_psr@cursor_plane_move:
    - shard-dg1:          [SKIP][297] ([i915#1072]) -> [SKIP][298] ([i915#1072] / [i915#4078]) +1 similar issue
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_psr@cursor_plane_move.html
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_psr@cursor_plane_move.html

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

  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
  [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623
  [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
  [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
  [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
  [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
  [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
  [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
  [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
  [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
  [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
  [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
  [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892
  [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954
  [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
  [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
  [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
  [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
  [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
  [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
  [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
  [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
  [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
  [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691
  [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
  [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
  [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
  [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
  [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765
  [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
  [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916
  [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
  [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
  [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947
  [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
  [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131
  [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
  [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
  [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
  [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
  [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
  [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311
  [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332
  [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
  [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
  [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
  [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
  [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
  [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
  [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
  [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
  [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
  [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
  [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
  [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621
  [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
  [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
  [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
  [i915#8690]: https://gitlab.freedesktop.org/drm/intel/issues/8690
  [i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
  [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
  [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
  [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
  [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
  [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
  [i915#8986]: https://gitlab.freedesktop.org/drm/intel/issues/8986


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7405 -> IGTPW_9469
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_13426: 50f130ab3021dd575aca3fab9c08eae15cd323a8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_9469: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/index.html
  IGT_7405: 6745761cb6050514a12aac973d02aeccdff06255 @ 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_9469/index.html

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

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

* Re: [igt-dev] [PATCH 1/1] test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 ` [igt-dev] [PATCH 1/1] " fei.yang
@ 2023-07-27  8:47   ` Andi Shyti
  0 siblings, 0 replies; 9+ messages in thread
From: Andi Shyti @ 2023-07-27  8:47 UTC (permalink / raw)
  To: fei.yang; +Cc: igt-dev, tvrtko.ursulin

Hi Fei,

On Wed, Jul 26, 2023 at 05:10:39PM -0700, fei.yang@intel.com wrote:
> From: Fei Yang <fei.yang@intel.com>
> 
> Fix the logic checking for non-meteorlake devices.
> 
> Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
> Signed-off-by: Fei Yang <fei.yang@intel.com>
> Cc: Andi Shyti <andi.shyti@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
>  tests/i915/gem_create.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/i915/gem_create.c b/tests/i915/gem_create.c
> index 4b00fe6aa..87fde2963 100644
> --- a/tests/i915/gem_create.c
> +++ b/tests/i915/gem_create.c
> @@ -680,7 +680,7 @@ static void create_ext_set_pat(int fd)
>  	 * supported.
>  	 */
>  	igt_skip_on_f(ret == -EINVAL ||
> -		      (ret == -ENODEV && IS_METEORLAKE(devid)),
> +		      (ret == -ENODEV && !IS_METEORLAKE(devid)),

one day, I'm sure, we will get it right! :)

Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> 

Andi

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure  for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  5:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-07-27  9:39   ` Kamil Konieczny
  2023-07-27 11:25     ` Yedireswarapu, SaiX Nandan
  0 siblings, 1 reply; 9+ messages in thread
From: Kamil Konieczny @ 2023-07-27  9:39 UTC (permalink / raw)
  To: igt-dev
  Cc: SaiX Nandan Yedireswarapu, RavitejaX Veesam, Yang, Fei,
	SanjuX Marikkar

Hi Sai,

On 2023-07-27 at 05:30:22 -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: test/i915/gem_create: skip set_pat for non MTL devices
> URL   : https://patchwork.freedesktop.org/series/121397/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_13426_full -> IGTPW_9469_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_9469_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_9469_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_9469/index.html
> 
> Participating hosts (10 -> 10)
> ------------------------------
> 
>   Additional (1): shard-rkl0 
>   Missing    (1): pig-kbl-iris 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_9469_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@gem_exec_balancer@full-late-pulse:
>     - shard-mtlp:         [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@gem_exec_balancer@full-late-pulse.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_balancer@full-late-pulse.html
> 
>   * igt@gem_workarounds@suspend-resume-context:
>     - shard-tglu:         [PASS][3] -> [ABORT][4]
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_workarounds@suspend-resume-context.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_workarounds@suspend-resume-context.html
> 

Change is not related to gem_create, could you supress them?

Regards,
Kamil

>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_9469_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@api_intel_bb@object-reloc-keep-cache:
>     - shard-dg2:          NOTRUN -> [SKIP][5] ([i915#8411])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@api_intel_bb@object-reloc-keep-cache.html
>     - shard-rkl:          NOTRUN -> [SKIP][6] ([i915#8411])
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@api_intel_bb@object-reloc-keep-cache.html
> 
>   * igt@device_reset@cold-reset-bound:
>     - shard-tglu:         NOTRUN -> [SKIP][7] ([i915#7701])
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@device_reset@cold-reset-bound.html
> 
>   * igt@drm_fdinfo@busy-hang@rcs0:
>     - shard-mtlp:         NOTRUN -> [SKIP][8] ([i915#8414]) +11 similar issues
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@drm_fdinfo@busy-hang@rcs0.html
> 
>   * igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
>     - shard-dg1:          NOTRUN -> [SKIP][9] ([i915#8414]) +4 similar issues
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html
> 
>   * igt@feature_discovery@psr1:
>     - shard-rkl:          NOTRUN -> [SKIP][10] ([i915#658]) +1 similar issue
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@feature_discovery@psr1.html
> 
>   * igt@gem_basic@multigpu-create-close:
>     - shard-rkl:          NOTRUN -> [SKIP][11] ([i915#7697])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_basic@multigpu-create-close.html
> 
>   * igt@gem_ccs@ctrl-surf-copy:
>     - shard-mtlp:         NOTRUN -> [SKIP][12] ([i915#5325])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html
> 
>   * igt@gem_ccs@suspend-resume:
>     - shard-rkl:          NOTRUN -> [SKIP][13] ([i915#5325])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ccs@suspend-resume.html
> 
>   * igt@gem_create@create-ext-cpu-access-big:
>     - shard-dg2:          [PASS][14] -> [ABORT][15] ([i915#7461])
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html
> 
>   * igt@gem_ctx_exec@basic-nohangcheck:
>     - shard-rkl:          NOTRUN -> [FAIL][16] ([i915#6268])
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
> 
>   * igt@gem_ctx_persistence@file:
>     - shard-snb:          NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_ctx_persistence@file.html
> 
>   * igt@gem_ctx_persistence@heartbeat-hostile:
>     - shard-mtlp:         NOTRUN -> [SKIP][18] ([i915#8555])
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hostile.html
> 
>   * igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
>     - shard-mtlp:         [PASS][19] -> [FAIL][20] ([i915#2410]) +2 similar issues
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
> 
>   * igt@gem_ctx_sseu@mmap-args:
>     - shard-rkl:          NOTRUN -> [SKIP][21] ([i915#280])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html
> 
>   * igt@gem_eio@kms:
>     - shard-dg2:          [PASS][22] -> [INCOMPLETE][23] ([i915#7892])
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-8/igt@gem_eio@kms.html
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_eio@kms.html
> 
>   * igt@gem_exec_balancer@bonded-sync:
>     - shard-dg1:          NOTRUN -> [SKIP][24] ([i915#4771])
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html
> 
>   * igt@gem_exec_balancer@invalid-bonds:
>     - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#4036])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_balancer@invalid-bonds.html
> 
>   * igt@gem_exec_balancer@parallel-balancer:
>     - shard-rkl:          NOTRUN -> [SKIP][26] ([i915#4525]) +1 similar issue
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html
> 
>   * igt@gem_exec_capture@pi@ccs0:
>     - shard-mtlp:         [PASS][27] -> [FAIL][28] ([i915#7765])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_exec_capture@pi@ccs0.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_capture@pi@ccs0.html
> 
>   * igt@gem_exec_fair@basic-none-vip:
>     - shard-dg1:          NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gem_exec_fair@basic-none-vip.html
> 
>   * igt@gem_exec_fair@basic-pace-share@rcs0:
>     - shard-glk:          [PASS][30] -> [FAIL][31] ([i915#2842])
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html
>     - shard-rkl:          [PASS][32] -> [FAIL][33] ([i915#2842])
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace-solo@rcs0:
>     - shard-apl:          [PASS][34] -> [FAIL][35] ([i915#2842])
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
> 
>   * igt@gem_exec_fence@submit67:
>     - shard-mtlp:         NOTRUN -> [SKIP][36] ([i915#4812])
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_fence@submit67.html
> 
>   * igt@gem_exec_params@rsvd2-dirt:
>     - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#5107])
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_params@rsvd2-dirt.html
> 
>   * igt@gem_exec_reloc@basic-cpu-wc:
>     - shard-dg1:          NOTRUN -> [SKIP][38] ([i915#3281]) +1 similar issue
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_exec_reloc@basic-cpu-wc.html
> 
>   * igt@gem_exec_reloc@basic-range:
>     - shard-mtlp:         NOTRUN -> [SKIP][39] ([i915#3281]) +2 similar issues
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_exec_reloc@basic-range.html
> 
>   * igt@gem_exec_reloc@basic-write-read:
>     - shard-rkl:          NOTRUN -> [SKIP][40] ([i915#3281]) +2 similar issues
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_exec_reloc@basic-write-read.html
> 
>   * igt@gem_exec_suspend@basic-s3@smem:
>     - shard-snb:          NOTRUN -> [DMESG-WARN][41] ([i915#8841]) +5 similar issues
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_exec_suspend@basic-s3@smem.html
> 
>   * igt@gem_exec_suspend@basic-s4-devices@lmem0:
>     - shard-dg2:          [PASS][42] -> [ABORT][43] ([i915#7975] / [i915#8213])
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
> 
>   * igt@gem_lmem_swapping@heavy-random:
>     - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#4613])
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@gem_lmem_swapping@heavy-random.html
> 
>   * igt@gem_lmem_swapping@parallel-multi:
>     - shard-rkl:          NOTRUN -> [SKIP][45] ([i915#4613]) +2 similar issues
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html
> 
>   * igt@gem_lmem_swapping@verify:
>     - shard-mtlp:         NOTRUN -> [SKIP][46] ([i915#4613])
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_lmem_swapping@verify.html
> 
>   * igt@gem_media_vme:
>     - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#284])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gem_media_vme.html
>     - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#284])
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_media_vme.html
> 
>   * igt@gem_mmap_wc@set-cache-level:
>     - shard-dg2:          NOTRUN -> [SKIP][49] ([i915#4083])
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_mmap_wc@set-cache-level.html
> 
>   * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
>     - shard-rkl:          NOTRUN -> [SKIP][50] ([i915#3282]) +2 similar issues
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
> 
>   * igt@gem_pwrite@basic-exhaustion:
>     - shard-snb:          NOTRUN -> [WARN][51] ([i915#2658])
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_pwrite@basic-exhaustion.html
> 
>   * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
>     - shard-mtlp:         NOTRUN -> [SKIP][52] ([i915#4270])
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
> 
>   * igt@gem_pxp@regular-baseline-src-copy-readible:
>     - shard-tglu:         NOTRUN -> [SKIP][53] ([i915#4270])
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@gem_pxp@regular-baseline-src-copy-readible.html
> 
>   * igt@gem_pxp@reject-modify-context-protection-on:
>     - shard-rkl:          NOTRUN -> [SKIP][54] ([i915#4270]) +1 similar issue
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html
> 
>   * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
>     - shard-mtlp:         NOTRUN -> [SKIP][55] ([i915#8428]) +2 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html
> 
>   * igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>     - shard-dg1:          NOTRUN -> [SKIP][56] ([i915#4079])
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
> 
>   * igt@gem_set_tiling_vs_pwrite:
>     - shard-mtlp:         NOTRUN -> [SKIP][57] ([i915#4079])
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_set_tiling_vs_pwrite.html
> 
>   * igt@gem_tiled_fence_blits@basic:
>     - shard-dg1:          NOTRUN -> [SKIP][58] ([i915#4077])
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_tiled_fence_blits@basic.html
> 
>   * igt@gem_userptr_blits@coherency-unsync:
>     - shard-rkl:          NOTRUN -> [SKIP][59] ([i915#3297]) +3 similar issues
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_userptr_blits@coherency-unsync.html
> 
>   * igt@gem_userptr_blits@forbidden-operations:
>     - shard-dg1:          NOTRUN -> [SKIP][60] ([i915#3282])
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html
>     - shard-mtlp:         NOTRUN -> [SKIP][61] ([i915#3282])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_userptr_blits@forbidden-operations.html
> 
>   * igt@gem_userptr_blits@unsync-unmap-after-close:
>     - shard-dg2:          NOTRUN -> [SKIP][62] ([i915#3297])
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap-after-close.html
> 
>   * igt@gen7_exec_parse@cmd-crossing-page:
>     - shard-rkl:          NOTRUN -> [SKIP][63] ([fdo#109289])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gen7_exec_parse@cmd-crossing-page.html
> 
>   * igt@gen9_exec_parse@allowed-all:
>     - shard-dg1:          NOTRUN -> [SKIP][64] ([i915#2527])
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gen9_exec_parse@allowed-all.html
> 
>   * igt@gen9_exec_parse@allowed-single:
>     - shard-mtlp:         NOTRUN -> [SKIP][65] ([i915#2856])
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gen9_exec_parse@allowed-single.html
> 
>   * igt@gen9_exec_parse@bb-start-far:
>     - shard-tglu:         NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856])
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@gen9_exec_parse@bb-start-far.html
> 
>   * igt@gen9_exec_parse@shadow-peek:
>     - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#2856])
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html
>     - shard-rkl:          NOTRUN -> [SKIP][68] ([i915#2527]) +3 similar issues
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gen9_exec_parse@shadow-peek.html
> 
>   * igt@i915_pm_freq_mult@media-freq@gt0:
>     - shard-rkl:          NOTRUN -> [SKIP][69] ([i915#6590])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@i915_pm_freq_mult@media-freq@gt0.html
> 
>   * igt@i915_pm_rpm@basic-pci-d3-state:
>     - shard-dg1:          [PASS][70] -> [FAIL][71] ([i915#7691])
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@basic-pci-d3-state.html
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html
> 
>   * igt@i915_pm_rpm@cursor-dpms:
>     - shard-tglu:         [PASS][72] -> [FAIL][73] ([i915#7940])
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-3/igt@i915_pm_rpm@cursor-dpms.html
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-6/igt@i915_pm_rpm@cursor-dpms.html
> 
>   * igt@i915_pm_rpm@dpms-mode-unset-lpsp:
>     - shard-dg1:          [PASS][74] -> [SKIP][75] ([i915#1397])
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
> 
>   * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
>     - shard-dg2:          [PASS][76] -> [SKIP][77] ([i915#1397]) +2 similar issues
>    [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
>     - shard-dg1:          NOTRUN -> [SKIP][78] ([i915#1397])
>    [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress:
>     - shard-dg1:          [PASS][79] -> [FAIL][80] ([i915#7940]) +1 similar issue
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
>    [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
>     - shard-rkl:          [PASS][81] -> [SKIP][82] ([i915#1397]) +1 similar issue
>    [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
>    [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
> 
>   * igt@i915_pm_rpm@pm-caching:
>     - shard-mtlp:         NOTRUN -> [SKIP][83] ([i915#4077]) +6 similar issues
>    [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pm_rpm@pm-caching.html
> 
>   * igt@i915_pm_rps@min-max-config-idle:
>     - shard-mtlp:         NOTRUN -> [SKIP][84] ([i915#6621])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rps@min-max-config-idle.html
> 
>   * igt@i915_pm_rps@waitboost:
>     - shard-mtlp:         NOTRUN -> [FAIL][85] ([i915#8346])
>    [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@i915_pm_rps@waitboost.html
> 
>   * igt@i915_pm_sseu@full-enable:
>     - shard-rkl:          NOTRUN -> [SKIP][86] ([i915#4387])
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
> 
>   * igt@i915_query@test-query-geometry-subslices:
>     - shard-tglu:         NOTRUN -> [SKIP][87] ([i915#5723])
>    [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@i915_query@test-query-geometry-subslices.html
> 
>   * igt@i915_selftest@live@slpc:
>     - shard-mtlp:         [PASS][88] -> [DMESG-WARN][89] ([i915#6367])
>    [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@slpc.html
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@slpc.html
> 
>   * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
>     - shard-mtlp:         NOTRUN -> [SKIP][90] ([i915#4212])
>    [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
> 
>   * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][91] ([i915#8502]) +3 similar issues
>    [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
> 
>   * igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
>     - shard-dg2:          NOTRUN -> [FAIL][92] ([i915#8247]) +3 similar issues
>    [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html
> 
>   * igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
>     - shard-dg1:          NOTRUN -> [FAIL][93] ([i915#8247]) +3 similar issues
>    [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition:
>     - shard-mtlp:         NOTRUN -> [SKIP][94] ([i915#1769])
>    [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
>     - shard-snb:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#1769])
>    [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>     - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#1769] / [i915#3555])
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
> 
>   * igt@kms_big_fb@4-tiled-32bpp-rotate-0:
>     - shard-rkl:          NOTRUN -> [SKIP][97] ([i915#5286]) +2 similar issues
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
> 
>   * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>     - shard-mtlp:         [PASS][98] -> [FAIL][99] ([i915#5138]) +1 similar issue
>    [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
>    [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
> 
>   * igt@kms_big_fb@linear-64bpp-rotate-270:
>     - shard-tglu:         NOTRUN -> [SKIP][100] ([fdo#111614])
>    [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_big_fb@linear-64bpp-rotate-270.html
> 
>   * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
>     - shard-rkl:          NOTRUN -> [SKIP][101] ([fdo#111614] / [i915#3638])
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
> 
>   * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
>     - shard-mtlp:         NOTRUN -> [SKIP][102] ([fdo#111614])
>    [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][103] ([fdo#111615]) +3 similar issues
>    [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
>     - shard-dg1:          NOTRUN -> [SKIP][104] ([i915#4538])
>    [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
>     - shard-rkl:          NOTRUN -> [SKIP][105] ([fdo#110723]) +1 similar issue
>    [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>     - shard-tglu:         NOTRUN -> [SKIP][106] ([fdo#111615]) +1 similar issue
>    [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
> 
>   * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs:
>     - shard-tglu:         NOTRUN -> [SKIP][107] ([i915#3689] / [i915#5354] / [i915#6095])
>    [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][108] ([i915#5354] / [i915#6095]) +5 similar issues
>    [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
>     - shard-glk:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#3886]) +3 similar issues
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][110] ([i915#3886] / [i915#5354] / [i915#6095])
>    [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs:
>     - shard-tglu:         NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +4 similar issues
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][112] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue
>    [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs:
>     - shard-mtlp:         NOTRUN -> [SKIP][113] ([i915#6095]) +14 similar issues
>    [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
>     - shard-mtlp:         NOTRUN -> [SKIP][114] ([i915#3886] / [i915#6095]) +4 similar issues
>    [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
>     - shard-dg1:          NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095])
>    [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][116] ([i915#5354]) +15 similar issues
>    [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs:
>     - shard-dg2:          NOTRUN -> [SKIP][117] ([i915#5354]) +3 similar issues
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
>     - shard-dg1:          NOTRUN -> [SKIP][118] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
>    [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html
> 
>   * igt@kms_cdclk@plane-scaling@pipe-c-dp-2:
>     - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#4087]) +3 similar issues
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cdclk@plane-scaling@pipe-c-dp-2.html
> 
>   * igt@kms_chamelium_color@ctm-0-50:
>     - shard-rkl:          NOTRUN -> [SKIP][120] ([fdo#111827]) +1 similar issue
>    [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_color@ctm-0-50.html
> 
>   * igt@kms_chamelium_color@ctm-blue-to-red:
>     - shard-mtlp:         NOTRUN -> [SKIP][121] ([fdo#111827])
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_chamelium_color@ctm-blue-to-red.html
> 
>   * igt@kms_chamelium_edid@hdmi-mode-timings:
>     - shard-tglu:         NOTRUN -> [SKIP][122] ([i915#7828])
>    [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@kms_chamelium_edid@hdmi-mode-timings.html
> 
>   * igt@kms_chamelium_edid@vga-edid-read:
>     - shard-dg2:          NOTRUN -> [SKIP][123] ([i915#7828])
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_chamelium_edid@vga-edid-read.html
> 
>   * igt@kms_chamelium_frames@dp-crc-fast:
>     - shard-rkl:          NOTRUN -> [SKIP][124] ([i915#7828]) +3 similar issues
>    [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_frames@dp-crc-fast.html
> 
>   * igt@kms_chamelium_hpd@vga-hpd:
>     - shard-mtlp:         NOTRUN -> [SKIP][125] ([i915#7828]) +1 similar issue
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_chamelium_hpd@vga-hpd.html
> 
>   * igt@kms_color@deep-color:
>     - shard-dg1:          NOTRUN -> [SKIP][126] ([i915#3555])
>    [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_color@deep-color.html
> 
>   * igt@kms_concurrent@pipe-c:
>     - shard-rkl:          NOTRUN -> [SKIP][127] ([i915#4070] / [i915#6768]) +1 similar issue
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_concurrent@pipe-c.html
> 
>   * igt@kms_content_protection@atomic@pipe-a-dp-4:
>     - shard-dg2:          NOTRUN -> [TIMEOUT][128] ([i915#7173])
>    [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html
> 
>   * igt@kms_content_protection@dp-mst-lic-type-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][129] ([i915#3299])
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html
> 
>   * igt@kms_content_protection@srm:
>     - shard-tglu:         NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118])
>    [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_content_protection@srm.html
> 
>   * igt@kms_content_protection@uevent@pipe-a-dp-4:
>     - shard-dg2:          NOTRUN -> [FAIL][131] ([i915#1339])
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html
> 
>   * igt@kms_cursor_crc@cursor-random-32x32:
>     - shard-dg2:          NOTRUN -> [SKIP][132] ([i915#3555])
>    [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_cursor_crc@cursor-random-32x32.html
> 
>   * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
>     - shard-dg1:          NOTRUN -> [SKIP][133] ([fdo#111767] / [fdo#111825])
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
> 
>   * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
>     - shard-mtlp:         NOTRUN -> [SKIP][134] ([i915#3546]) +1 similar issue
>    [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
>     - shard-tglu:         NOTRUN -> [SKIP][135] ([fdo#109274]) +1 similar issue
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
>     - shard-dg1:          NOTRUN -> [SKIP][136] ([fdo#111825]) +3 similar issues
>    [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
>     - shard-dg2:          NOTRUN -> [SKIP][137] ([fdo#109274] / [fdo#111767] / [i915#5354])
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
>     - shard-rkl:          NOTRUN -> [SKIP][138] ([fdo#111767] / [fdo#111825]) +1 similar issue
>    [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
>     - shard-mtlp:         [PASS][139] -> [FAIL][140] ([i915#2346])
>    [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
>    [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>     - shard-apl:          [PASS][141] -> [FAIL][142] ([i915#2346])
>    [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
>    [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
> 
>   * igt@kms_dsc@dsc-with-formats:
>     - shard-mtlp:         NOTRUN -> [SKIP][143] ([i915#3840])
>    [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html
> 
>   * igt@kms_fbcon_fbt@psr:
>     - shard-rkl:          NOTRUN -> [SKIP][144] ([fdo#110189] / [i915#3955])
>    [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_fbcon_fbt@psr.html
> 
>   * igt@kms_flip@2x-flip-vs-fences-interruptible:
>     - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#8381])
>    [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
> 
>   * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
>     - shard-mtlp:         NOTRUN -> [SKIP][146] ([i915#3637]) +1 similar issue
>    [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
> 
>   * igt@kms_flip@2x-plain-flip-interruptible:
>     - shard-rkl:          NOTRUN -> [SKIP][147] ([fdo#111825]) +4 similar issues
>    [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip@2x-plain-flip-interruptible.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
>     - shard-mtlp:         NOTRUN -> [SKIP][148] ([i915#8810])
>    [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
>     - shard-rkl:          NOTRUN -> [SKIP][149] ([i915#2672]) +1 similar issue
>    [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
> 
>   * igt@kms_force_connector_basic@force-load-detect:
>     - shard-mtlp:         NOTRUN -> [SKIP][150] ([fdo#109285])
>    [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@kms_force_connector_basic@force-load-detect.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite:
>     - shard-tglu:         NOTRUN -> [SKIP][151] ([fdo#109280]) +3 similar issues
>    [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
>     - shard-dg2:          NOTRUN -> [SKIP][152] ([i915#8708]) +1 similar issue
>    [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
>     - shard-dg2:          [PASS][153] -> [FAIL][154] ([i915#6880]) +1 similar issue
>    [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
>    [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
>     - shard-dg1:          NOTRUN -> [SKIP][155] ([i915#3458]) +2 similar issues
>    [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
>     - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#8708]) +1 similar issue
>    [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
>     - shard-rkl:          NOTRUN -> [SKIP][157] ([fdo#111825] / [i915#1825]) +20 similar issues
>    [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
>     - shard-tglu:         NOTRUN -> [SKIP][158] ([fdo#110189]) +2 similar issues
>    [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
>     - shard-rkl:          NOTRUN -> [SKIP][159] ([i915#5439])
>    [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
>     - shard-apl:          NOTRUN -> [SKIP][160] ([fdo#109271]) +4 similar issues
>    [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
>     - shard-mtlp:         NOTRUN -> [SKIP][161] ([i915#1825]) +6 similar issues
>    [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
> 
>   * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
>     - shard-rkl:          NOTRUN -> [SKIP][162] ([i915#3023]) +9 similar issues
>    [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
> 
>   * igt@kms_frontbuffer_tracking@psr-suspend:
>     - shard-mtlp:         [PASS][163] -> [FAIL][164] ([fdo#103375]) +1 similar issue
>    [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-suspend.html
>    [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-suspend.html
> 
>   * igt@kms_hdr@bpc-switch-dpms:
>     - shard-tglu:         NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8228])
>    [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_hdr@bpc-switch-dpms.html
> 
>   * igt@kms_hdr@invalid-hdr:
>     - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228])
>    [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_hdr@invalid-hdr.html
> 
>   * igt@kms_hdr@static-swap:
>     - shard-dg2:          NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8228]) +1 similar issue
>    [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@kms_hdr@static-swap.html
> 
>   * igt@kms_panel_fitting@legacy:
>     - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#6301])
>    [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_panel_fitting@legacy.html
> 
>   * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
>     - shard-tglu:         NOTRUN -> [SKIP][169] ([fdo#109289])
>    [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html
> 
>   * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
>     - shard-mtlp:         [PASS][170] -> [FAIL][171] ([i915#1623])
>    [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
>    [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
> 
>   * igt@kms_plane_multiple@tiling-yf:
>     - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#3555]) +2 similar issues
>    [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
> 
>   * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4:
>     - shard-dg2:          NOTRUN -> [SKIP][173] ([i915#5176]) +7 similar issues
>    [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html
> 
>   * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1:
>     - shard-rkl:          NOTRUN -> [SKIP][174] ([i915#5176]) +3 similar issues
>    [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1.html
> 
>   * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1:
>     - shard-snb:          NOTRUN -> [SKIP][175] ([fdo#109271]) +193 similar issues
>    [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1.html
> 
>   * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4:
>     - shard-dg1:          NOTRUN -> [SKIP][176] ([i915#5176]) +19 similar issues
>    [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html
> 
>   * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1:
>     - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#5235]) +15 similar issues
>    [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html
> 
>   * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
>     - shard-dg2:          NOTRUN -> [SKIP][178] ([i915#5235]) +11 similar issues
>    [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
> 
>   * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
>     - shard-rkl:          NOTRUN -> [SKIP][179] ([i915#5235]) +3 similar issues
>    [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html
> 
>   * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
>     - shard-glk:          NOTRUN -> [SKIP][180] ([fdo#109271] / [i915#658]) +1 similar issue
>    [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
> 
>   * igt@kms_psr2_su@page_flip-xrgb8888:
>     - shard-rkl:          NOTRUN -> [SKIP][181] ([fdo#111068] / [i915#658])
>    [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html
> 
>   * igt@kms_psr@psr2_cursor_mmap_cpu:
>     - shard-dg1:          NOTRUN -> [SKIP][182] ([i915#1072])
>    [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_psr@psr2_cursor_mmap_cpu.html
> 
>   * igt@kms_psr@sprite_blt:
>     - shard-rkl:          NOTRUN -> [SKIP][183] ([i915#1072]) +1 similar issue
>    [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_psr@sprite_blt.html
> 
>   * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
>     - shard-rkl:          NOTRUN -> [SKIP][184] ([i915#5461] / [i915#658])
>    [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
> 
>   * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>     - shard-tglu:         NOTRUN -> [SKIP][185] ([i915#5289])
>    [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
> 
>   * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#5289])
>    [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
> 
>   * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>     - shard-mtlp:         NOTRUN -> [SKIP][187] ([i915#4235])
>    [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
> 
>   * igt@kms_setmode@basic@pipe-a-vga-1:
>     - shard-snb:          NOTRUN -> [FAIL][188] ([i915#5465]) +1 similar issue
>    [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html
> 
>   * igt@kms_setmode@clone-exclusive-crtc:
>     - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#3555])
>    [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_setmode@clone-exclusive-crtc.html
> 
>   * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
>     - shard-mtlp:         NOTRUN -> [SKIP][190] ([i915#8623])
>    [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
> 
>   * igt@kms_vblank@pipe-d-query-busy:
>     - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#4070] / [i915#533] / [i915#6768]) +3 similar issues
>    [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_vblank@pipe-d-query-busy.html
> 
>   * igt@kms_vblank@pipe-d-wait-busy-hang:
>     - shard-glk:          NOTRUN -> [SKIP][192] ([fdo#109271]) +30 similar issues
>    [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_vblank@pipe-d-wait-busy-hang.html
> 
>   * igt@perf_pmu@event-wait@rcs0:
>     - shard-rkl:          NOTRUN -> [SKIP][193] ([fdo#112283])
>    [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@perf_pmu@event-wait@rcs0.html
> 
>   * igt@prime_udl:
>     - shard-mtlp:         NOTRUN -> [SKIP][194] ([fdo#109291])
>    [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@prime_udl.html
> 
>   * igt@sysfs_heartbeat_interval@precise@vecs0:
>     - shard-mtlp:         [PASS][195] -> [FAIL][196] ([i915#8332])
>    [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_heartbeat_interval@precise@vecs0.html
>    [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_heartbeat_interval@precise@vecs0.html
> 
>   * igt@sysfs_preempt_timeout@timeout@vecs0:
>     - shard-mtlp:         [PASS][197] -> [TIMEOUT][198] ([i915#7947])
>    [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
>    [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html
> 
>   * igt@sysfs_timeslice_duration@timeout@vecs0:
>     - shard-mtlp:         [PASS][199] -> [ABORT][200] ([i915#8521])
>    [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html
>    [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_timeslice_duration@timeout@vecs0.html
> 
>   * igt@v3d/v3d_perfmon@get-values-invalid-pad:
>     - shard-dg2:          NOTRUN -> [SKIP][201] ([i915#2575])
>    [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@v3d/v3d_perfmon@get-values-invalid-pad.html
> 
>   * igt@v3d/v3d_perfmon@get-values-invalid-pointer:
>     - shard-tglu:         NOTRUN -> [SKIP][202] ([fdo#109315] / [i915#2575]) +2 similar issues
>    [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html
> 
>   * igt@v3d/v3d_submit_cl@valid-submission:
>     - shard-mtlp:         NOTRUN -> [SKIP][203] ([i915#2575]) +5 similar issues
>    [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@v3d/v3d_submit_cl@valid-submission.html
> 
>   * igt@v3d/v3d_submit_csd@bad-multisync-in-sync:
>     - shard-dg1:          NOTRUN -> [SKIP][204] ([i915#2575])
>    [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-in-sync.html
> 
>   * igt@v3d/v3d_submit_csd@valid-multisync-submission:
>     - shard-rkl:          NOTRUN -> [SKIP][205] ([fdo#109315]) +6 similar issues
>    [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
> 
>   * igt@vc4/vc4_mmap@mmap-bo:
>     - shard-rkl:          NOTRUN -> [SKIP][206] ([i915#7711]) +3 similar issues
>    [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@vc4/vc4_mmap@mmap-bo.html
> 
>   * igt@vc4/vc4_perfmon@create-single-perfmon:
>     - shard-tglu:         NOTRUN -> [SKIP][207] ([i915#2575])
>    [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@vc4/vc4_perfmon@create-single-perfmon.html
> 
>   * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
>     - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#7711]) +1 similar issue
>    [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html
> 
>   * igt@vc4/vc4_purgeable_bo@mark-purgeable:
>     - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#7711]) +1 similar issue
>    [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@vc4/vc4_purgeable_bo@mark-purgeable.html
> 
>   * igt@vc4/vc4_wait_bo@unused-bo-1ns:
>     - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#7711])
>    [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@vc4/vc4_wait_bo@unused-bo-1ns.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
>     - shard-rkl:          [FAIL][211] ([i915#7742]) -> [PASS][212]
>    [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
>    [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
> 
>   * igt@gem_barrier_race@remote-request@rcs0:
>     - shard-apl:          [ABORT][213] ([i915#7461] / [i915#8211] / [i915#8234] / [i915#8690]) -> [PASS][214]
>    [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html
>    [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html
> 
>   * igt@gem_caching@reads:
>     - shard-dg1:          [DMESG-WARN][215] ([i915#4423]) -> [PASS][216]
>    [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@gem_caching@reads.html
>    [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_caching@reads.html
> 
>   * igt@gem_create@hog-create@smem0:
>     - shard-dg2:          [FAIL][217] ([i915#5892] / [i915#8758]) -> [PASS][218]
>    [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_create@hog-create@smem0.html
>    [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@gem_create@hog-create@smem0.html
> 
>   * igt@gem_ctx_exec@basic-nohangcheck:
>     - shard-mtlp:         [FAIL][219] ([i915#6121] / [i915#7916]) -> [PASS][220]
>    [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html
>    [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_ctx_exec@basic-nohangcheck.html
> 
>   * igt@gem_ctx_persistence@engines-hang@vcs0:
>     - shard-mtlp:         [FAIL][221] ([i915#2410]) -> [PASS][222]
>    [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html
>    [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html
> 
>   * igt@gem_ctx_persistence@saturated-hostile@vecs0:
>     - shard-mtlp:         [FAIL][223] ([i915#7816]) -> [PASS][224] +2 similar issues
>    [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
>    [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
> 
>   * igt@gem_eio@unwedge-stress:
>     - shard-dg1:          [FAIL][225] ([i915#5784]) -> [PASS][226] +1 similar issue
>    [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@gem_eio@unwedge-stress.html
>    [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_eio@unwedge-stress.html
> 
>   * igt@gem_exec_balancer@full-pulse:
>     - shard-dg2:          [FAIL][227] ([i915#6032]) -> [PASS][228]
>    [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_exec_balancer@full-pulse.html
>    [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_exec_balancer@full-pulse.html
> 
>   * igt@gem_exec_fair@basic-pace-share@rcs0:
>     - shard-tglu:         [FAIL][229] ([i915#2842]) -> [PASS][230]
>    [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vcs0:
>     - shard-rkl:          [FAIL][231] ([i915#2842]) -> [PASS][232]
>    [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace@vcs0.html
>    [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html
> 
>   * igt@i915_module_load@reload-with-fault-injection:
>     - shard-mtlp:         [ABORT][233] ([i915#8489] / [i915#8668]) -> [PASS][234]
>    [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
>    [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
> 
>   * igt@i915_pipe_stress@stress-xrgb8888-untiled:
>     - shard-mtlp:         [FAIL][235] ([i915#8691]) -> [PASS][236]
>    [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-2/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
>    [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
> 
>   * igt@i915_pm_dc@dc9-dpms:
>     - shard-apl:          [SKIP][237] ([fdo#109271]) -> [PASS][238]
>    [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
>    [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
> 
>   * igt@i915_pm_rc6_residency@rc6-idle@bcs0:
>     - shard-dg1:          [FAIL][239] ([i915#3591]) -> [PASS][240]
>    [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
>    [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp-stress:
>     - shard-dg1:          [SKIP][241] ([i915#1397]) -> [PASS][242]
>    [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html
>    [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress.html
> 
>   * igt@i915_selftest@live@requests:
>     - shard-mtlp:         [DMESG-FAIL][243] ([i915#7269]) -> [PASS][244]
>    [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@requests.html
>    [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@requests.html
> 
>   * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1:
>     - shard-mtlp:         [FAIL][245] ([i915#2521]) -> [PASS][246]
>    [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
>    [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
> 
>   * igt@kms_big_fb@4-tiled-64bpp-rotate-0:
>     - shard-mtlp:         [DMESG-WARN][247] ([i915#2017]) -> [PASS][248]
>    [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
>    [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
>     - shard-mtlp:         [FAIL][249] ([i915#5138]) -> [PASS][250]
>    [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
>    [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
> 
>   * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
>     - shard-mtlp:         [FAIL][251] ([i915#3743]) -> [PASS][252] +1 similar issue
>    [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
>    [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>     - shard-glk:          [FAIL][253] ([i915#2346]) -> [PASS][254] +1 similar issue
>    [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
>    [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>     - shard-apl:          [FAIL][255] ([i915#2346]) -> [PASS][256]
>    [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
>    [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4:
>     - shard-dg1:          [FAIL][257] ([i915#8986]) -> [PASS][258]
>    [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
>    [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-tiling-4:
>     - shard-dg2:          [FAIL][259] ([i915#6880]) -> [PASS][260]
>    [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
>    [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
> 
>   * igt@kms_rotation_crc@primary-rotation-90:
>     - shard-rkl:          [ABORT][261] ([i915#8311]) -> [PASS][262]
>    [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html
>    [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html
> 
>   * igt@perf@non-zero-reason@0-rcs0:
>     - shard-dg2:          [FAIL][263] ([i915#7484]) -> [PASS][264]
>    [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
>    [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
> 
>   * igt@perf@stress-open-close@0-rcs0:
>     - shard-glk:          [ABORT][265] ([i915#5213] / [i915#7941]) -> [PASS][266]
>    [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@perf@stress-open-close@0-rcs0.html
>    [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@perf@stress-open-close@0-rcs0.html
> 
>   * igt@perf_pmu@busy-double-start@vecs1:
>     - shard-dg2:          [FAIL][267] ([i915#4349]) -> [PASS][268] +3 similar issues
>    [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
>    [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html
> 
>   
> #### Warnings ####
> 
>   * igt@gem_create@create-ext-set-pat:
>     - shard-apl:          [FAIL][269] ([i915#8621]) -> [SKIP][270] ([fdo#109271])
>    [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl1/igt@gem_create@create-ext-set-pat.html
>    [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_create@create-ext-set-pat.html
>     - shard-glk:          [FAIL][271] ([i915#8621]) -> [SKIP][272] ([fdo#109271])
>    [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk8/igt@gem_create@create-ext-set-pat.html
>    [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk3/igt@gem_create@create-ext-set-pat.html
>     - shard-dg2:          [FAIL][273] ([i915#8621]) -> [SKIP][274] ([i915#8562])
>    [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
>    [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
>     - shard-rkl:          [FAIL][275] ([i915#8621]) -> [SKIP][276] ([i915#8562])
>    [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
>    [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
>     - shard-snb:          [FAIL][277] ([i915#8621]) -> [SKIP][278] ([fdo#109271])
>    [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-snb1/igt@gem_create@create-ext-set-pat.html
>    [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_create@create-ext-set-pat.html
>     - shard-dg1:          [FAIL][279] ([i915#8621]) -> [SKIP][280] ([i915#8562])
>    [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@gem_create@create-ext-set-pat.html
>    [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-14/igt@gem_create@create-ext-set-pat.html
>     - shard-tglu:         [FAIL][281] ([i915#8621]) -> [SKIP][282] ([i915#8562])
>    [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-5/igt@gem_create@create-ext-set-pat.html
>    [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_create@create-ext-set-pat.html
> 
>   * igt@gem_exec_whisper@basic-contexts-priority-all:
>     - shard-mtlp:         [ABORT][283] ([i915#8131]) -> [TIMEOUT][284] ([i915#7392])
>    [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html
>    [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html
> 
>   * igt@gem_lmem_swapping@smem-oom@lmem0:
>     - shard-dg2:          [DMESG-WARN][285] ([i915#4936] / [i915#5493]) -> [TIMEOUT][286] ([i915#5493])
>    [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
>    [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
> 
>   * igt@i915_pm_rc6_residency@media-rc6-accuracy:
>     - shard-mtlp:         [SKIP][287] ([fdo#109289]) -> [SKIP][288] ([fdo#109289] / [i915#8403])
>    [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
>    [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>     - shard-mtlp:         [FAIL][289] ([i915#2346]) -> [DMESG-FAIL][290] ([i915#1982] / [i915#2017] / [i915#5954])
>    [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
>    [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
> 
>   * igt@kms_fbcon_fbt@psr-suspend:
>     - shard-rkl:          [SKIP][291] ([fdo#110189] / [i915#3955]) -> [SKIP][292] ([i915#3955])
>    [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
>    [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
> 
>   * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
>     - shard-dg1:          [SKIP][293] ([fdo#111825] / [i915#4423]) -> [SKIP][294] ([fdo#111825])
>    [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
>    [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
> 
>   * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>     - shard-rkl:          [SKIP][295] ([i915#4070] / [i915#4816]) -> [SKIP][296] ([i915#4816])
>    [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
>    [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
> 
>   * igt@kms_psr@cursor_plane_move:
>     - shard-dg1:          [SKIP][297] ([i915#1072]) -> [SKIP][298] ([i915#1072] / [i915#4078]) +1 similar issue
>    [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_psr@cursor_plane_move.html
>    [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_psr@cursor_plane_move.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
>   [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
>   [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
>   [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
>   [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
>   [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
>   [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
>   [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
>   [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
>   [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
>   [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
>   [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
>   [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
>   [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
>   [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
>   [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
>   [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
>   [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339
>   [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
>   [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623
>   [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
>   [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
>   [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
>   [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
>   [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
>   [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
>   [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
>   [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
>   [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
>   [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
>   [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
>   [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
>   [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
>   [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
>   [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
>   [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
>   [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
>   [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
>   [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
>   [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
>   [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
>   [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
>   [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
>   [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
>   [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
>   [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
>   [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
>   [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
>   [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
>   [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
>   [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
>   [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
>   [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
>   [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
>   [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
>   [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
>   [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
>   [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
>   [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
>   [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
>   [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
>   [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
>   [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
>   [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
>   [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
>   [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
>   [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
>   [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
>   [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
>   [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
>   [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
>   [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
>   [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
>   [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
>   [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
>   [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
>   [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
>   [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
>   [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
>   [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
>   [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
>   [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
>   [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
>   [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
>   [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
>   [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
>   [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
>   [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
>   [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
>   [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
>   [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892
>   [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954
>   [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032
>   [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
>   [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
>   [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
>   [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
>   [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
>   [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
>   [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
>   [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
>   [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
>   [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
>   [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
>   [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
>   [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
>   [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
>   [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
>   [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
>   [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
>   [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
>   [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691
>   [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
>   [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
>   [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
>   [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
>   [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765
>   [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816
>   [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
>   [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
>   [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916
>   [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
>   [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
>   [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947
>   [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
>   [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131
>   [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
>   [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
>   [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
>   [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
>   [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
>   [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311
>   [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332
>   [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
>   [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
>   [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
>   [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
>   [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
>   [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
>   [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
>   [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
>   [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
>   [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
>   [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
>   [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621
>   [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
>   [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
>   [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
>   [i915#8690]: https://gitlab.freedesktop.org/drm/intel/issues/8690
>   [i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
>   [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
>   [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
>   [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
>   [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
>   [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
>   [i915#8986]: https://gitlab.freedesktop.org/drm/intel/issues/8986
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_7405 -> IGTPW_9469
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_13426: 50f130ab3021dd575aca3fab9c08eae15cd323a8 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_9469: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/index.html
>   IGT_7405: 6745761cb6050514a12aac973d02aeccdff06255 @ 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_9469/index.html

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

* [igt-dev] ✓ Fi.CI.IGT: success for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
                   ` (3 preceding siblings ...)
  2023-07-27  5:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-07-27 11:20 ` Patchwork
  4 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-27 11:20 UTC (permalink / raw)
  To: Yang, Fei; +Cc: igt-dev

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

== Series Details ==

Series: test/i915/gem_create: skip set_pat for non MTL devices
URL   : https://patchwork.freedesktop.org/series/121397/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_13426_full -> IGTPW_9469_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (10 -> 10)
------------------------------

  Additional (1): shard-rkl0 
  Missing    (1): pig-kbl-iris 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@object-reloc-keep-cache:
    - shard-dg2:          NOTRUN -> [SKIP][1] ([i915#8411])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@api_intel_bb@object-reloc-keep-cache.html
    - shard-rkl:          NOTRUN -> [SKIP][2] ([i915#8411])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@api_intel_bb@object-reloc-keep-cache.html

  * igt@device_reset@cold-reset-bound:
    - shard-tglu:         NOTRUN -> [SKIP][3] ([i915#7701])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@device_reset@cold-reset-bound.html

  * igt@drm_fdinfo@busy-hang@rcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][4] ([i915#8414]) +11 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@drm_fdinfo@busy-hang@rcs0.html

  * igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
    - shard-dg1:          NOTRUN -> [SKIP][5] ([i915#8414]) +4 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html

  * igt@feature_discovery@psr1:
    - shard-rkl:          NOTRUN -> [SKIP][6] ([i915#658]) +1 similar issue
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@feature_discovery@psr1.html

  * igt@gem_basic@multigpu-create-close:
    - shard-rkl:          NOTRUN -> [SKIP][7] ([i915#7697])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_basic@multigpu-create-close.html

  * igt@gem_ccs@ctrl-surf-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][8] ([i915#5325])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html

  * igt@gem_ccs@suspend-resume:
    - shard-rkl:          NOTRUN -> [SKIP][9] ([i915#5325])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ccs@suspend-resume.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-dg2:          [PASS][10] -> [ABORT][11] ([i915#7461])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-rkl:          NOTRUN -> [FAIL][12] ([i915#6268])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_ctx_persistence@file:
    - shard-snb:          NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#1099])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_ctx_persistence@file.html

  * igt@gem_ctx_persistence@heartbeat-hostile:
    - shard-mtlp:         NOTRUN -> [SKIP][14] ([i915#8555])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hostile.html

  * igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
    - shard-mtlp:         [PASS][15] -> [FAIL][16] ([i915#2410]) +2 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-rkl:          NOTRUN -> [SKIP][17] ([i915#280])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_eio@kms:
    - shard-dg2:          [PASS][18] -> [INCOMPLETE][19] ([i915#7892])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-8/igt@gem_eio@kms.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_eio@kms.html

  * igt@gem_exec_balancer@bonded-sync:
    - shard-dg1:          NOTRUN -> [SKIP][20] ([i915#4771])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html

  * igt@gem_exec_balancer@full-late-pulse:
    - shard-mtlp:         [PASS][21] -> [FAIL][22] ([i915#6032])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@gem_exec_balancer@full-late-pulse.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_balancer@full-late-pulse.html

  * igt@gem_exec_balancer@invalid-bonds:
    - shard-mtlp:         NOTRUN -> [SKIP][23] ([i915#4036])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_balancer@invalid-bonds.html

  * igt@gem_exec_balancer@parallel-balancer:
    - shard-rkl:          NOTRUN -> [SKIP][24] ([i915#4525]) +1 similar issue
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html

  * igt@gem_exec_capture@pi@ccs0:
    - shard-mtlp:         [PASS][25] -> [FAIL][26] ([i915#7765])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_exec_capture@pi@ccs0.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_capture@pi@ccs0.html

  * igt@gem_exec_fair@basic-none-vip:
    - shard-dg1:          NOTRUN -> [SKIP][27] ([i915#3539] / [i915#4852])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gem_exec_fair@basic-none-vip.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-glk:          [PASS][28] -> [FAIL][29] ([i915#2842])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html
    - shard-rkl:          [PASS][30] -> [FAIL][31] ([i915#2842])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-apl:          [PASS][32] -> [FAIL][33] ([i915#2842])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fence@submit67:
    - shard-mtlp:         NOTRUN -> [SKIP][34] ([i915#4812])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_fence@submit67.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-mtlp:         NOTRUN -> [SKIP][35] ([i915#5107])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-cpu-wc:
    - shard-dg1:          NOTRUN -> [SKIP][36] ([i915#3281]) +1 similar issue
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_exec_reloc@basic-cpu-wc.html

  * igt@gem_exec_reloc@basic-range:
    - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#3281]) +2 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_exec_reloc@basic-range.html

  * igt@gem_exec_reloc@basic-write-read:
    - shard-rkl:          NOTRUN -> [SKIP][38] ([i915#3281]) +2 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_exec_reloc@basic-write-read.html

  * igt@gem_exec_suspend@basic-s3@smem:
    - shard-snb:          NOTRUN -> [DMESG-WARN][39] ([i915#8841]) +5 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_exec_suspend@basic-s3@smem.html

  * igt@gem_exec_suspend@basic-s4-devices@lmem0:
    - shard-dg2:          [PASS][40] -> [ABORT][41] ([i915#7975] / [i915#8213])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html

  * igt@gem_lmem_swapping@heavy-random:
    - shard-glk:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#4613])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@gem_lmem_swapping@heavy-random.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-rkl:          NOTRUN -> [SKIP][43] ([i915#4613]) +2 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@verify:
    - shard-mtlp:         NOTRUN -> [SKIP][44] ([i915#4613])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_lmem_swapping@verify.html

  * igt@gem_media_vme:
    - shard-dg2:          NOTRUN -> [SKIP][45] ([i915#284])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gem_media_vme.html
    - shard-rkl:          NOTRUN -> [SKIP][46] ([i915#284])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_media_vme.html

  * igt@gem_mmap_wc@set-cache-level:
    - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#4083])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_mmap_wc@set-cache-level.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
    - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#3282]) +2 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-snb:          NOTRUN -> [WARN][49] ([i915#2658])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-mtlp:         NOTRUN -> [SKIP][50] ([i915#4270])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gem_pxp@regular-baseline-src-copy-readible:
    - shard-tglu:         NOTRUN -> [SKIP][51] ([i915#4270])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@gem_pxp@regular-baseline-src-copy-readible.html

  * igt@gem_pxp@reject-modify-context-protection-on:
    - shard-rkl:          NOTRUN -> [SKIP][52] ([i915#4270]) +1 similar issue
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html

  * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
    - shard-mtlp:         NOTRUN -> [SKIP][53] ([i915#8428]) +2 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html

  * igt@gem_set_tiling_vs_blt@untiled-to-tiled:
    - shard-dg1:          NOTRUN -> [SKIP][54] ([i915#4079])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html

  * igt@gem_set_tiling_vs_pwrite:
    - shard-mtlp:         NOTRUN -> [SKIP][55] ([i915#4079])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_set_tiling_vs_pwrite.html

  * igt@gem_tiled_fence_blits@basic:
    - shard-dg1:          NOTRUN -> [SKIP][56] ([i915#4077])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_tiled_fence_blits@basic.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-rkl:          NOTRUN -> [SKIP][57] ([i915#3297]) +3 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@forbidden-operations:
    - shard-dg1:          NOTRUN -> [SKIP][58] ([i915#3282])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html
    - shard-mtlp:         NOTRUN -> [SKIP][59] ([i915#3282])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_userptr_blits@forbidden-operations.html

  * igt@gem_userptr_blits@unsync-unmap-after-close:
    - shard-dg2:          NOTRUN -> [SKIP][60] ([i915#3297])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap-after-close.html

  * igt@gem_workarounds@suspend-resume-context:
    - shard-tglu:         [PASS][61] -> [ABORT][62] ([i915#8987])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_workarounds@suspend-resume-context.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_workarounds@suspend-resume-context.html

  * igt@gen7_exec_parse@cmd-crossing-page:
    - shard-rkl:          NOTRUN -> [SKIP][63] ([fdo#109289])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gen7_exec_parse@cmd-crossing-page.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-dg1:          NOTRUN -> [SKIP][64] ([i915#2527])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-mtlp:         NOTRUN -> [SKIP][65] ([i915#2856])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@bb-start-far:
    - shard-tglu:         NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@gen9_exec_parse@bb-start-far.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#2856])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html
    - shard-rkl:          NOTRUN -> [SKIP][68] ([i915#2527]) +3 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gen9_exec_parse@shadow-peek.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-rkl:          NOTRUN -> [SKIP][69] ([i915#6590])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_rpm@basic-pci-d3-state:
    - shard-dg1:          [PASS][70] -> [FAIL][71] ([i915#7691])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@basic-pci-d3-state.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html

  * igt@i915_pm_rpm@cursor-dpms:
    - shard-tglu:         [PASS][72] -> [FAIL][73] ([i915#7940])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-3/igt@i915_pm_rpm@cursor-dpms.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-6/igt@i915_pm_rpm@cursor-dpms.html

  * igt@i915_pm_rpm@dpms-mode-unset-lpsp:
    - shard-dg1:          [PASS][74] -> [SKIP][75] ([i915#1397])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html

  * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-dg2:          [PASS][76] -> [SKIP][77] ([i915#1397]) +2 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
    - shard-dg1:          NOTRUN -> [SKIP][78] ([i915#1397])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress:
    - shard-dg1:          [PASS][79] -> [FAIL][80] ([i915#7940]) +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp-stress.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [PASS][81] -> [SKIP][82] ([i915#1397]) +1 similar issue
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@i915_pm_rpm@pm-caching:
    - shard-mtlp:         NOTRUN -> [SKIP][83] ([i915#4077]) +6 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pm_rpm@pm-caching.html

  * igt@i915_pm_rps@min-max-config-idle:
    - shard-mtlp:         NOTRUN -> [SKIP][84] ([i915#6621])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rps@min-max-config-idle.html

  * igt@i915_pm_rps@waitboost:
    - shard-mtlp:         NOTRUN -> [FAIL][85] ([i915#8346])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@i915_pm_rps@waitboost.html

  * igt@i915_pm_sseu@full-enable:
    - shard-rkl:          NOTRUN -> [SKIP][86] ([i915#4387])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@i915_pm_sseu@full-enable.html

  * igt@i915_query@test-query-geometry-subslices:
    - shard-tglu:         NOTRUN -> [SKIP][87] ([i915#5723])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@i915_query@test-query-geometry-subslices.html

  * igt@i915_selftest@live@slpc:
    - shard-mtlp:         [PASS][88] -> [DMESG-WARN][89] ([i915#6367])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@slpc.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@slpc.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-mtlp:         NOTRUN -> [SKIP][90] ([i915#4212])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][91] ([i915#8502]) +3 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html

  * igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [FAIL][92] ([i915#8247]) +3 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html

  * igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [FAIL][93] ([i915#8247]) +3 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-mtlp:         NOTRUN -> [SKIP][94] ([i915#1769])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-snb:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#1769])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
    - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#1769] / [i915#3555])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html

  * igt@kms_big_fb@4-tiled-32bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][97] ([i915#5286]) +2 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         [PASS][98] -> [FAIL][99] ([i915#5138]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-tglu:         NOTRUN -> [SKIP][100] ([fdo#111614])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
    - shard-rkl:          NOTRUN -> [SKIP][101] ([fdo#111614] / [i915#3638])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-mtlp:         NOTRUN -> [SKIP][102] ([fdo#111614])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-mtlp:         NOTRUN -> [SKIP][103] ([fdo#111615]) +3 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-dg1:          NOTRUN -> [SKIP][104] ([i915#4538])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][105] ([fdo#110723]) +1 similar issue
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-tglu:         NOTRUN -> [SKIP][106] ([fdo#111615]) +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs:
    - shard-tglu:         NOTRUN -> [SKIP][107] ([i915#3689] / [i915#5354] / [i915#6095])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][108] ([i915#5354] / [i915#6095]) +5 similar issues
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#3886]) +3 similar issues
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][110] ([i915#3886] / [i915#5354] / [i915#6095])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs:
    - shard-tglu:         NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +4 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][112] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][113] ([i915#6095]) +14 similar issues
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][114] ([i915#3886] / [i915#6095]) +4 similar issues
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
    - shard-dg1:          NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs:
    - shard-rkl:          NOTRUN -> [SKIP][116] ([i915#5354]) +15 similar issues
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs:
    - shard-dg2:          NOTRUN -> [SKIP][117] ([i915#5354]) +3 similar issues
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
    - shard-dg1:          NOTRUN -> [SKIP][118] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html

  * igt@kms_cdclk@plane-scaling@pipe-c-dp-2:
    - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#4087]) +3 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cdclk@plane-scaling@pipe-c-dp-2.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-rkl:          NOTRUN -> [SKIP][120] ([fdo#111827]) +1 similar issue
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-mtlp:         NOTRUN -> [SKIP][121] ([fdo#111827])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_edid@hdmi-mode-timings:
    - shard-tglu:         NOTRUN -> [SKIP][122] ([i915#7828])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@kms_chamelium_edid@hdmi-mode-timings.html

  * igt@kms_chamelium_edid@vga-edid-read:
    - shard-dg2:          NOTRUN -> [SKIP][123] ([i915#7828])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_chamelium_edid@vga-edid-read.html

  * igt@kms_chamelium_frames@dp-crc-fast:
    - shard-rkl:          NOTRUN -> [SKIP][124] ([i915#7828]) +3 similar issues
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_frames@dp-crc-fast.html

  * igt@kms_chamelium_hpd@vga-hpd:
    - shard-mtlp:         NOTRUN -> [SKIP][125] ([i915#7828]) +1 similar issue
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_chamelium_hpd@vga-hpd.html

  * igt@kms_color@deep-color:
    - shard-dg1:          NOTRUN -> [SKIP][126] ([i915#3555])
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_color@deep-color.html

  * igt@kms_concurrent@pipe-c:
    - shard-rkl:          NOTRUN -> [SKIP][127] ([i915#4070] / [i915#6768]) +1 similar issue
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_concurrent@pipe-c.html

  * igt@kms_content_protection@atomic@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [TIMEOUT][128] ([i915#7173])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-mtlp:         NOTRUN -> [SKIP][129] ([i915#3299])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@srm:
    - shard-tglu:         NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@uevent@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [FAIL][131] ([i915#1339])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-dg2:          NOTRUN -> [SKIP][132] ([i915#3555])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-dg1:          NOTRUN -> [SKIP][133] ([fdo#111767] / [fdo#111825])
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][134] ([i915#3546]) +1 similar issue
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
    - shard-tglu:         NOTRUN -> [SKIP][135] ([fdo#109274]) +1 similar issue
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-dg1:          NOTRUN -> [SKIP][136] ([fdo#111825]) +3 similar issues
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-dg2:          NOTRUN -> [SKIP][137] ([fdo#109274] / [fdo#111767] / [i915#5354])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
    - shard-rkl:          NOTRUN -> [SKIP][138] ([fdo#111767] / [fdo#111825]) +1 similar issue
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
    - shard-mtlp:         [PASS][139] -> [FAIL][140] ([i915#2346])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-apl:          [PASS][141] -> [FAIL][142] ([i915#2346])
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_dsc@dsc-with-formats:
    - shard-mtlp:         NOTRUN -> [SKIP][143] ([i915#3840])
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html

  * igt@kms_fbcon_fbt@psr:
    - shard-rkl:          NOTRUN -> [SKIP][144] ([fdo#110189] / [i915#3955])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_fbcon_fbt@psr.html

  * igt@kms_flip@2x-flip-vs-fences-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#8381])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html

  * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][146] ([i915#3637]) +1 similar issue
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html

  * igt@kms_flip@2x-plain-flip-interruptible:
    - shard-rkl:          NOTRUN -> [SKIP][147] ([fdo#111825]) +4 similar issues
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip@2x-plain-flip-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][148] ([i915#8810])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
    - shard-rkl:          NOTRUN -> [SKIP][149] ([i915#2672]) +1 similar issue
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-mtlp:         NOTRUN -> [SKIP][150] ([fdo#109285])
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite:
    - shard-tglu:         NOTRUN -> [SKIP][151] ([fdo#109280]) +3 similar issues
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][152] ([i915#8708]) +1 similar issue
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
    - shard-dg2:          [PASS][153] -> [FAIL][154] ([i915#6880]) +1 similar issue
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
    - shard-dg1:          NOTRUN -> [SKIP][155] ([i915#3458]) +2 similar issues
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#8708]) +1 similar issue
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][157] ([fdo#111825] / [i915#1825]) +20 similar issues
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
    - shard-tglu:         NOTRUN -> [SKIP][158] ([fdo#110189]) +2 similar issues
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
    - shard-rkl:          NOTRUN -> [SKIP][159] ([i915#5439])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-apl:          NOTRUN -> [SKIP][160] ([fdo#109271]) +4 similar issues
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-mtlp:         NOTRUN -> [SKIP][161] ([i915#1825]) +6 similar issues
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
    - shard-rkl:          NOTRUN -> [SKIP][162] ([i915#3023]) +9 similar issues
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@psr-suspend:
    - shard-mtlp:         [PASS][163] -> [FAIL][164] ([fdo#103375]) +1 similar issue
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-suspend.html
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-suspend.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-tglu:         NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8228])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_hdr@invalid-hdr:
    - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_hdr@invalid-hdr.html

  * igt@kms_hdr@static-swap:
    - shard-dg2:          NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8228]) +1 similar issue
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@kms_hdr@static-swap.html

  * igt@kms_panel_fitting@legacy:
    - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#6301])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
    - shard-tglu:         NOTRUN -> [SKIP][169] ([fdo#109289])
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
    - shard-mtlp:         [PASS][170] -> [FAIL][171] ([i915#1623])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#3555]) +2 similar issues
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4:
    - shard-dg2:          NOTRUN -> [SKIP][173] ([i915#5176]) +7 similar issues
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][174] ([i915#5176]) +3 similar issues
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [SKIP][175] ([fdo#109271]) +193 similar issues
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1.html

  * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][176] ([i915#5176]) +19 similar issues
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1:
    - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#5235]) +15 similar issues
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][178] ([i915#5235]) +11 similar issues
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][179] ([i915#5235]) +3 similar issues
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html

  * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
    - shard-glk:          NOTRUN -> [SKIP][180] ([fdo#109271] / [i915#658]) +1 similar issue
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-rkl:          NOTRUN -> [SKIP][181] ([fdo#111068] / [i915#658])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-dg1:          NOTRUN -> [SKIP][182] ([i915#1072])
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_psr@psr2_cursor_mmap_cpu.html

  * igt@kms_psr@sprite_blt:
    - shard-rkl:          NOTRUN -> [SKIP][183] ([i915#1072]) +1 similar issue
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_psr@sprite_blt.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-rkl:          NOTRUN -> [SKIP][184] ([i915#5461] / [i915#658])
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
    - shard-tglu:         NOTRUN -> [SKIP][185] ([i915#5289])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#5289])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-mtlp:         NOTRUN -> [SKIP][187] ([i915#4235])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_setmode@basic@pipe-a-vga-1:
    - shard-snb:          NOTRUN -> [FAIL][188] ([i915#5465]) +1 similar issue
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#3555])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-mtlp:         NOTRUN -> [SKIP][190] ([i915#8623])
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_vblank@pipe-d-query-busy:
    - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#4070] / [i915#533] / [i915#6768]) +3 similar issues
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_vblank@pipe-d-query-busy.html

  * igt@kms_vblank@pipe-d-wait-busy-hang:
    - shard-glk:          NOTRUN -> [SKIP][192] ([fdo#109271]) +30 similar issues
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_vblank@pipe-d-wait-busy-hang.html

  * igt@perf_pmu@event-wait@rcs0:
    - shard-rkl:          NOTRUN -> [SKIP][193] ([fdo#112283])
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_udl:
    - shard-mtlp:         NOTRUN -> [SKIP][194] ([fdo#109291])
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@prime_udl.html

  * igt@sysfs_heartbeat_interval@precise@vecs0:
    - shard-mtlp:         [PASS][195] -> [FAIL][196] ([i915#8332])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_heartbeat_interval@precise@vecs0.html
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_heartbeat_interval@precise@vecs0.html

  * igt@sysfs_preempt_timeout@timeout@vecs0:
    - shard-mtlp:         [PASS][197] -> [TIMEOUT][198] ([i915#7947])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html

  * igt@sysfs_timeslice_duration@timeout@vecs0:
    - shard-mtlp:         [PASS][199] -> [ABORT][200] ([i915#8521])
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_timeslice_duration@timeout@vecs0.html

  * igt@v3d/v3d_perfmon@get-values-invalid-pad:
    - shard-dg2:          NOTRUN -> [SKIP][201] ([i915#2575])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@v3d/v3d_perfmon@get-values-invalid-pad.html

  * igt@v3d/v3d_perfmon@get-values-invalid-pointer:
    - shard-tglu:         NOTRUN -> [SKIP][202] ([fdo#109315] / [i915#2575]) +2 similar issues
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html

  * igt@v3d/v3d_submit_cl@valid-submission:
    - shard-mtlp:         NOTRUN -> [SKIP][203] ([i915#2575]) +5 similar issues
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@v3d/v3d_submit_cl@valid-submission.html

  * igt@v3d/v3d_submit_csd@bad-multisync-in-sync:
    - shard-dg1:          NOTRUN -> [SKIP][204] ([i915#2575])
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-in-sync.html

  * igt@v3d/v3d_submit_csd@valid-multisync-submission:
    - shard-rkl:          NOTRUN -> [SKIP][205] ([fdo#109315]) +6 similar issues
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@v3d/v3d_submit_csd@valid-multisync-submission.html

  * igt@vc4/vc4_mmap@mmap-bo:
    - shard-rkl:          NOTRUN -> [SKIP][206] ([i915#7711]) +3 similar issues
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@vc4/vc4_mmap@mmap-bo.html

  * igt@vc4/vc4_perfmon@create-single-perfmon:
    - shard-tglu:         NOTRUN -> [SKIP][207] ([i915#2575])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@vc4/vc4_perfmon@create-single-perfmon.html

  * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
    - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#7711]) +1 similar issue
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html

  * igt@vc4/vc4_purgeable_bo@mark-purgeable:
    - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#7711]) +1 similar issue
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@vc4/vc4_purgeable_bo@mark-purgeable.html

  * igt@vc4/vc4_wait_bo@unused-bo-1ns:
    - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#7711])
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@vc4/vc4_wait_bo@unused-bo-1ns.html

  
#### Possible fixes ####

  * igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
    - shard-rkl:          [FAIL][211] ([i915#7742]) -> [PASS][212]
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html

  * igt@gem_barrier_race@remote-request@rcs0:
    - shard-apl:          [ABORT][213] ([i915#7461] / [i915#8211] / [i915#8234] / [i915#8690]) -> [PASS][214]
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html

  * igt@gem_caching@reads:
    - shard-dg1:          [DMESG-WARN][215] ([i915#4423]) -> [PASS][216]
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@gem_caching@reads.html
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_caching@reads.html

  * igt@gem_create@hog-create@smem0:
    - shard-dg2:          [FAIL][217] ([i915#5892] / [i915#8758]) -> [PASS][218]
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_create@hog-create@smem0.html
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@gem_create@hog-create@smem0.html

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-mtlp:         [FAIL][219] ([i915#6121] / [i915#7916]) -> [PASS][220]
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_ctx_persistence@engines-hang@vcs0:
    - shard-mtlp:         [FAIL][221] ([i915#2410]) -> [PASS][222]
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html

  * igt@gem_ctx_persistence@saturated-hostile@vecs0:
    - shard-mtlp:         [FAIL][223] ([i915#7816]) -> [PASS][224] +2 similar issues
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile@vecs0.html

  * igt@gem_eio@unwedge-stress:
    - shard-dg1:          [FAIL][225] ([i915#5784]) -> [PASS][226] +1 similar issue
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@gem_eio@unwedge-stress.html
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_balancer@full-pulse:
    - shard-dg2:          [FAIL][227] ([i915#6032]) -> [PASS][228]
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_exec_balancer@full-pulse.html
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_exec_balancer@full-pulse.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-tglu:         [FAIL][229] ([i915#2842]) -> [PASS][230]
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs0:
    - shard-rkl:          [FAIL][231] ([i915#2842]) -> [PASS][232]
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace@vcs0.html
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-mtlp:         [ABORT][233] ([i915#8489] / [i915#8668]) -> [PASS][234]
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pipe_stress@stress-xrgb8888-untiled:
    - shard-mtlp:         [FAIL][235] ([i915#8691]) -> [PASS][236]
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-2/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-untiled.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-apl:          [SKIP][237] ([fdo#109271]) -> [PASS][238]
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_pm_rc6_residency@rc6-idle@bcs0:
    - shard-dg1:          [FAIL][239] ([i915#3591]) -> [PASS][240]
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html

  * igt@i915_pm_rpm@modeset-lpsp-stress:
    - shard-dg1:          [SKIP][241] ([i915#1397]) -> [PASS][242]
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress.html

  * igt@i915_selftest@live@requests:
    - shard-mtlp:         [DMESG-FAIL][243] ([i915#7269]) -> [PASS][244]
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@requests.html
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@requests.html

  * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1:
    - shard-mtlp:         [FAIL][245] ([i915#2521]) -> [PASS][246]
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-0:
    - shard-mtlp:         [DMESG-WARN][247] ([i915#2017]) -> [PASS][248]
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
    - shard-mtlp:         [FAIL][249] ([i915#5138]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-mtlp:         [FAIL][251] ([i915#3743]) -> [PASS][252] +1 similar issue
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [FAIL][253] ([i915#2346]) -> [PASS][254] +1 similar issue
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
    - shard-apl:          [FAIL][255] ([i915#2346]) -> [PASS][256]
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html

  * igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4:
    - shard-dg1:          [FAIL][257] ([i915#8986]) -> [PASS][258]
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-dg2:          [FAIL][259] ([i915#6880]) -> [PASS][260]
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-rkl:          [ABORT][261] ([i915#8311]) -> [PASS][262]
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@perf@non-zero-reason@0-rcs0:
    - shard-dg2:          [FAIL][263] ([i915#7484]) -> [PASS][264]
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html

  * igt@perf@stress-open-close@0-rcs0:
    - shard-glk:          [ABORT][265] ([i915#5213] / [i915#7941]) -> [PASS][266]
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@perf@stress-open-close@0-rcs0.html
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@perf@stress-open-close@0-rcs0.html

  * igt@perf_pmu@busy-double-start@vecs1:
    - shard-dg2:          [FAIL][267] ([i915#4349]) -> [PASS][268] +3 similar issues
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html

  
#### Warnings ####

  * igt@gem_create@create-ext-set-pat:
    - shard-apl:          [FAIL][269] ([i915#8621]) -> [SKIP][270] ([fdo#109271])
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl1/igt@gem_create@create-ext-set-pat.html
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_create@create-ext-set-pat.html
    - shard-glk:          [FAIL][271] ([i915#8621]) -> [SKIP][272] ([fdo#109271])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk8/igt@gem_create@create-ext-set-pat.html
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk3/igt@gem_create@create-ext-set-pat.html
    - shard-dg2:          [FAIL][273] ([i915#8621]) -> [SKIP][274] ([i915#8562])
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
    - shard-rkl:          [FAIL][275] ([i915#8621]) -> [SKIP][276] ([i915#8562])
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
    - shard-snb:          [FAIL][277] ([i915#8621]) -> [SKIP][278] ([fdo#109271])
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-snb1/igt@gem_create@create-ext-set-pat.html
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_create@create-ext-set-pat.html
    - shard-dg1:          [FAIL][279] ([i915#8621]) -> [SKIP][280] ([i915#8562])
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@gem_create@create-ext-set-pat.html
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-14/igt@gem_create@create-ext-set-pat.html
    - shard-tglu:         [FAIL][281] ([i915#8621]) -> [SKIP][282] ([i915#8562])
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-5/igt@gem_create@create-ext-set-pat.html
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_create@create-ext-set-pat.html

  * igt@gem_exec_whisper@basic-contexts-priority-all:
    - shard-mtlp:         [ABORT][283] ([i915#8131]) -> [TIMEOUT][284] ([i915#7392])
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg2:          [DMESG-WARN][285] ([i915#4936] / [i915#5493]) -> [TIMEOUT][286] ([i915#5493])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-mtlp:         [SKIP][287] ([fdo#109289]) -> [SKIP][288] ([fdo#109289] / [i915#8403])
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
    - shard-mtlp:         [FAIL][289] ([i915#2346]) -> [DMESG-FAIL][290] ([i915#1982] / [i915#2017] / [i915#5954])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-rkl:          [SKIP][291] ([fdo#110189] / [i915#3955]) -> [SKIP][292] ([i915#3955])
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
    - shard-dg1:          [SKIP][293] ([fdo#111825] / [i915#4423]) -> [SKIP][294] ([fdo#111825])
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-rkl:          [SKIP][295] ([i915#4070] / [i915#4816]) -> [SKIP][296] ([i915#4816])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_psr@cursor_plane_move:
    - shard-dg1:          [SKIP][297] ([i915#1072]) -> [SKIP][298] ([i915#1072] / [i915#4078]) +1 similar issue
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_psr@cursor_plane_move.html
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_psr@cursor_plane_move.html

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

  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
  [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623
  [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
  [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
  [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
  [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
  [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
  [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
  [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
  [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
  [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
  [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
  [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892
  [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954
  [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
  [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
  [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
  [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
  [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
  [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
  [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
  [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
  [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
  [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691
  [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
  [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
  [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
  [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
  [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765
  [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
  [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916
  [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
  [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
  [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947
  [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
  [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131
  [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
  [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
  [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
  [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
  [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
  [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311
  [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332
  [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
  [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
  [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
  [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
  [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
  [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
  [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
  [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
  [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
  [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
  [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
  [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621
  [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
  [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
  [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
  [i915#8690]: https://gitlab.freedesktop.org/drm/intel/issues/8690
  [i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
  [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
  [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
  [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
  [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
  [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
  [i915#8986]: https://gitlab.freedesktop.org/drm/intel/issues/8986
  [i915#8987]: https://gitlab.freedesktop.org/drm/intel/issues/8987


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7405 -> IGTPW_9469
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_13426: 50f130ab3021dd575aca3fab9c08eae15cd323a8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_9469: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/index.html
  IGT_7405: 6745761cb6050514a12aac973d02aeccdff06255 @ 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_9469/index.html

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

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for test/i915/gem_create: skip set_pat for non MTL devices
  2023-07-27  9:39   ` Kamil Konieczny
@ 2023-07-27 11:25     ` Yedireswarapu, SaiX Nandan
  0 siblings, 0 replies; 9+ messages in thread
From: Yedireswarapu, SaiX Nandan @ 2023-07-27 11:25 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev@lists.freedesktop.org
  Cc: Veesam, RavitejaX, Yang, Fei, Marikkar, SanjuX

Hi,

Issue re-reported, https://patchwork.freedesktop.org/series/121397/

Thanks,
Y Sai Nandan

-----Original Message-----
From: Kamil Konieczny <kamil.konieczny@linux.intel.com> 
Sent: Thursday, July 27, 2023 3:10 PM
To: igt-dev@lists.freedesktop.org
Cc: Yang, Fei <fei.yang@intel.com>; Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>; Veesam, RavitejaX <ravitejax.veesam@intel.com>; Marikkar, SanjuX <sanjux.marikkar@intel.com>
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for test/i915/gem_create: skip set_pat for non MTL devices

Hi Sai,

On 2023-07-27 at 05:30:22 -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: test/i915/gem_create: skip set_pat for non MTL devices
> URL   : https://patchwork.freedesktop.org/series/121397/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_13426_full -> IGTPW_9469_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_9469_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_9469_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_9469/index.html
> 
> Participating hosts (10 -> 10)
> ------------------------------
> 
>   Additional (1): shard-rkl0 
>   Missing    (1): pig-kbl-iris 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_9469_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@gem_exec_balancer@full-late-pulse:
>     - shard-mtlp:         [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@gem_exec_balancer@full-late-pulse.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_balancer@full-late-pulse.html
> 
>   * igt@gem_workarounds@suspend-resume-context:
>     - shard-tglu:         [PASS][3] -> [ABORT][4]
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_workarounds@suspend-resume-context.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_workarounds@suspend-resume-context.html
> 

Change is not related to gem_create, could you supress them?

Regards,
Kamil

>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_9469_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@api_intel_bb@object-reloc-keep-cache:
>     - shard-dg2:          NOTRUN -> [SKIP][5] ([i915#8411])
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@api_intel_bb@object-reloc-keep-cache.html
>     - shard-rkl:          NOTRUN -> [SKIP][6] ([i915#8411])
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@api_intel_bb@object-reloc-keep-cache.html
> 
>   * igt@device_reset@cold-reset-bound:
>     - shard-tglu:         NOTRUN -> [SKIP][7] ([i915#7701])
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@device_reset@cold-reset-bound.html
> 
>   * igt@drm_fdinfo@busy-hang@rcs0:
>     - shard-mtlp:         NOTRUN -> [SKIP][8] ([i915#8414]) +11 similar issues
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@drm_fdinfo@busy-hang@rcs0.html
> 
>   * igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
>     - shard-dg1:          NOTRUN -> [SKIP][9] ([i915#8414]) +4 similar issues
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html
> 
>   * igt@feature_discovery@psr1:
>     - shard-rkl:          NOTRUN -> [SKIP][10] ([i915#658]) +1 similar issue
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@feature_discovery@psr1.html
> 
>   * igt@gem_basic@multigpu-create-close:
>     - shard-rkl:          NOTRUN -> [SKIP][11] ([i915#7697])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_basic@multigpu-create-close.html
> 
>   * igt@gem_ccs@ctrl-surf-copy:
>     - shard-mtlp:         NOTRUN -> [SKIP][12] ([i915#5325])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html
> 
>   * igt@gem_ccs@suspend-resume:
>     - shard-rkl:          NOTRUN -> [SKIP][13] ([i915#5325])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ccs@suspend-resume.html
> 
>   * igt@gem_create@create-ext-cpu-access-big:
>     - shard-dg2:          [PASS][14] -> [ABORT][15] ([i915#7461])
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html
> 
>   * igt@gem_ctx_exec@basic-nohangcheck:
>     - shard-rkl:          NOTRUN -> [FAIL][16] ([i915#6268])
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
> 
>   * igt@gem_ctx_persistence@file:
>     - shard-snb:          NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_ctx_persistence@file.html
> 
>   * igt@gem_ctx_persistence@heartbeat-hostile:
>     - shard-mtlp:         NOTRUN -> [SKIP][18] ([i915#8555])
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hostile.html
> 
>   * igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
>     - shard-mtlp:         [PASS][19] -> [FAIL][20] ([i915#2410]) +2 similar issues
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
> 
>   * igt@gem_ctx_sseu@mmap-args:
>     - shard-rkl:          NOTRUN -> [SKIP][21] ([i915#280])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html
> 
>   * igt@gem_eio@kms:
>     - shard-dg2:          [PASS][22] -> [INCOMPLETE][23] ([i915#7892])
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-8/igt@gem_eio@kms.html
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@gem_eio@kms.html
> 
>   * igt@gem_exec_balancer@bonded-sync:
>     - shard-dg1:          NOTRUN -> [SKIP][24] ([i915#4771])
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html
> 
>   * igt@gem_exec_balancer@invalid-bonds:
>     - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#4036])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_balancer@invalid-bonds.html
> 
>   * igt@gem_exec_balancer@parallel-balancer:
>     - shard-rkl:          NOTRUN -> [SKIP][26] ([i915#4525]) +1 similar issue
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html
> 
>   * igt@gem_exec_capture@pi@ccs0:
>     - shard-mtlp:         [PASS][27] -> [FAIL][28] ([i915#7765])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@gem_exec_capture@pi@ccs0.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_capture@pi@ccs0.html
> 
>   * igt@gem_exec_fair@basic-none-vip:
>     - shard-dg1:          NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gem_exec_fair@basic-none-vip.html
> 
>   * igt@gem_exec_fair@basic-pace-share@rcs0:
>     - shard-glk:          [PASS][30] -> [FAIL][31] ([i915#2842])
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html
>     - shard-rkl:          [PASS][32] -> [FAIL][33] ([i915#2842])
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace-solo@rcs0:
>     - shard-apl:          [PASS][34] -> [FAIL][35] ([i915#2842])
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
> 
>   * igt@gem_exec_fence@submit67:
>     - shard-mtlp:         NOTRUN -> [SKIP][36] ([i915#4812])
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_exec_fence@submit67.html
> 
>   * igt@gem_exec_params@rsvd2-dirt:
>     - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#5107])
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@gem_exec_params@rsvd2-dirt.html
> 
>   * igt@gem_exec_reloc@basic-cpu-wc:
>     - shard-dg1:          NOTRUN -> [SKIP][38] ([i915#3281]) +1 similar issue
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_exec_reloc@basic-cpu-wc.html
> 
>   * igt@gem_exec_reloc@basic-range:
>     - shard-mtlp:         NOTRUN -> [SKIP][39] ([i915#3281]) +2 similar issues
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_exec_reloc@basic-range.html
> 
>   * igt@gem_exec_reloc@basic-write-read:
>     - shard-rkl:          NOTRUN -> [SKIP][40] ([i915#3281]) +2 similar issues
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_exec_reloc@basic-write-read.html
> 
>   * igt@gem_exec_suspend@basic-s3@smem:
>     - shard-snb:          NOTRUN -> [DMESG-WARN][41] ([i915#8841]) +5 similar issues
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_exec_suspend@basic-s3@smem.html
> 
>   * igt@gem_exec_suspend@basic-s4-devices@lmem0:
>     - shard-dg2:          [PASS][42] -> [ABORT][43] ([i915#7975] / [i915#8213])
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
> 
>   * igt@gem_lmem_swapping@heavy-random:
>     - shard-glk:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#4613])
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@gem_lmem_swapping@heavy-random.html
> 
>   * igt@gem_lmem_swapping@parallel-multi:
>     - shard-rkl:          NOTRUN -> [SKIP][45] ([i915#4613]) +2 similar issues
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html
> 
>   * igt@gem_lmem_swapping@verify:
>     - shard-mtlp:         NOTRUN -> [SKIP][46] ([i915#4613])
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_lmem_swapping@verify.html
> 
>   * igt@gem_media_vme:
>     - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#284])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gem_media_vme.html
>     - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#284])
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@gem_media_vme.html
> 
>   * igt@gem_mmap_wc@set-cache-level:
>     - shard-dg2:          NOTRUN -> [SKIP][49] ([i915#4083])
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_mmap_wc@set-cache-level.html
> 
>   * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
>     - shard-rkl:          NOTRUN -> [SKIP][50] ([i915#3282]) +2 similar issues
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
> 
>   * igt@gem_pwrite@basic-exhaustion:
>     - shard-snb:          NOTRUN -> [WARN][51] ([i915#2658])
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb1/igt@gem_pwrite@basic-exhaustion.html
> 
>   * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
>     - shard-mtlp:         NOTRUN -> [SKIP][52] ([i915#4270])
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
> 
>   * igt@gem_pxp@regular-baseline-src-copy-readible:
>     - shard-tglu:         NOTRUN -> [SKIP][53] ([i915#4270])
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@gem_pxp@regular-baseline-src-copy-readible.html
> 
>   * igt@gem_pxp@reject-modify-context-protection-on:
>     - shard-rkl:          NOTRUN -> [SKIP][54] ([i915#4270]) +1 similar issue
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html
> 
>   * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled:
>     - shard-mtlp:         NOTRUN -> [SKIP][55] ([i915#8428]) +2 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html
> 
>   * igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>     - shard-dg1:          NOTRUN -> [SKIP][56] ([i915#4079])
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
> 
>   * igt@gem_set_tiling_vs_pwrite:
>     - shard-mtlp:         NOTRUN -> [SKIP][57] ([i915#4079])
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_set_tiling_vs_pwrite.html
> 
>   * igt@gem_tiled_fence_blits@basic:
>     - shard-dg1:          NOTRUN -> [SKIP][58] ([i915#4077])
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_tiled_fence_blits@basic.html
> 
>   * igt@gem_userptr_blits@coherency-unsync:
>     - shard-rkl:          NOTRUN -> [SKIP][59] ([i915#3297]) +3 similar issues
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gem_userptr_blits@coherency-unsync.html
> 
>   * igt@gem_userptr_blits@forbidden-operations:
>     - shard-dg1:          NOTRUN -> [SKIP][60] ([i915#3282])
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html
>     - shard-mtlp:         NOTRUN -> [SKIP][61] ([i915#3282])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_userptr_blits@forbidden-operations.html
> 
>   * igt@gem_userptr_blits@unsync-unmap-after-close:
>     - shard-dg2:          NOTRUN -> [SKIP][62] ([i915#3297])
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_userptr_blits@unsync-unmap-after-close.html
> 
>   * igt@gen7_exec_parse@cmd-crossing-page:
>     - shard-rkl:          NOTRUN -> [SKIP][63] ([fdo#109289])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gen7_exec_parse@cmd-crossing-page.html
> 
>   * igt@gen9_exec_parse@allowed-all:
>     - shard-dg1:          NOTRUN -> [SKIP][64] ([i915#2527])
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@gen9_exec_parse@allowed-all.html
> 
>   * igt@gen9_exec_parse@allowed-single:
>     - shard-mtlp:         NOTRUN -> [SKIP][65] ([i915#2856])
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gen9_exec_parse@allowed-single.html
> 
>   * igt@gen9_exec_parse@bb-start-far:
>     - shard-tglu:         NOTRUN -> [SKIP][66] ([i915#2527] / [i915#2856])
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@gen9_exec_parse@bb-start-far.html
> 
>   * igt@gen9_exec_parse@shadow-peek:
>     - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#2856])
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@gen9_exec_parse@shadow-peek.html
>     - shard-rkl:          NOTRUN -> [SKIP][68] ([i915#2527]) +3 similar issues
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@gen9_exec_parse@shadow-peek.html
> 
>   * igt@i915_pm_freq_mult@media-freq@gt0:
>     - shard-rkl:          NOTRUN -> [SKIP][69] ([i915#6590])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@i915_pm_freq_mult@media-freq@gt0.html
> 
>   * igt@i915_pm_rpm@basic-pci-d3-state:
>     - shard-dg1:          [PASS][70] -> [FAIL][71] ([i915#7691])
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@basic-pci-d3-state.html
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html
> 
>   * igt@i915_pm_rpm@cursor-dpms:
>     - shard-tglu:         [PASS][72] -> [FAIL][73] ([i915#7940])
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-3/igt@i915_pm_rpm@cursor-dpms.html
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-6/igt@i915_pm_rpm@cursor-dpms.html
> 
>   * igt@i915_pm_rpm@dpms-mode-unset-lpsp:
>     - shard-dg1:          [PASS][74] -> [SKIP][75] ([i915#1397])
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
> 
>   * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
>     - shard-dg2:          [PASS][76] -> [SKIP][77] ([i915#1397]) +2 similar issues
>    [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
>     - shard-dg1:          NOTRUN -> [SKIP][78] ([i915#1397])
>    [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress:
>     - shard-dg1:          [PASS][79] -> [FAIL][80] ([i915#7940]) +1 similar issue
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
>    [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
> 
>   * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
>     - shard-rkl:          [PASS][81] -> [SKIP][82] ([i915#1397]) +1 similar issue
>    [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
>    [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
> 
>   * igt@i915_pm_rpm@pm-caching:
>     - shard-mtlp:         NOTRUN -> [SKIP][83] ([i915#4077]) +6 similar issues
>    [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pm_rpm@pm-caching.html
> 
>   * igt@i915_pm_rps@min-max-config-idle:
>     - shard-mtlp:         NOTRUN -> [SKIP][84] ([i915#6621])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rps@min-max-config-idle.html
> 
>   * igt@i915_pm_rps@waitboost:
>     - shard-mtlp:         NOTRUN -> [FAIL][85] ([i915#8346])
>    [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@i915_pm_rps@waitboost.html
> 
>   * igt@i915_pm_sseu@full-enable:
>     - shard-rkl:          NOTRUN -> [SKIP][86] ([i915#4387])
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
> 
>   * igt@i915_query@test-query-geometry-subslices:
>     - shard-tglu:         NOTRUN -> [SKIP][87] ([i915#5723])
>    [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@i915_query@test-query-geometry-subslices.html
> 
>   * igt@i915_selftest@live@slpc:
>     - shard-mtlp:         [PASS][88] -> [DMESG-WARN][89] ([i915#6367])
>    [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@slpc.html
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@slpc.html
> 
>   * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
>     - shard-mtlp:         NOTRUN -> [SKIP][90] ([i915#4212])
>    [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
> 
>   * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][91] ([i915#8502]) +3 similar issues
>    [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
> 
>   * igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
>     - shard-dg2:          NOTRUN -> [FAIL][92] ([i915#8247]) +3 similar issues
>    [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html
> 
>   * igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
>     - shard-dg1:          NOTRUN -> [FAIL][93] ([i915#8247]) +3 similar issues
>    [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition:
>     - shard-mtlp:         NOTRUN -> [SKIP][94] ([i915#1769])
>    [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
>     - shard-snb:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#1769])
>    [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
> 
>   * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>     - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#1769] / [i915#3555])
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
> 
>   * igt@kms_big_fb@4-tiled-32bpp-rotate-0:
>     - shard-rkl:          NOTRUN -> [SKIP][97] ([i915#5286]) +2 similar issues
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
> 
>   * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>     - shard-mtlp:         [PASS][98] -> [FAIL][99] ([i915#5138]) +1 similar issue
>    [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
>    [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
> 
>   * igt@kms_big_fb@linear-64bpp-rotate-270:
>     - shard-tglu:         NOTRUN -> [SKIP][100] ([fdo#111614])
>    [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_big_fb@linear-64bpp-rotate-270.html
> 
>   * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
>     - shard-rkl:          NOTRUN -> [SKIP][101] ([fdo#111614] / [i915#3638])
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
> 
>   * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
>     - shard-mtlp:         NOTRUN -> [SKIP][102] ([fdo#111614])
>    [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][103] ([fdo#111615]) +3 similar issues
>    [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
>     - shard-dg1:          NOTRUN -> [SKIP][104] ([i915#4538])
>    [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
> 
>   * igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
>     - shard-rkl:          NOTRUN -> [SKIP][105] ([fdo#110723]) +1 similar issue
>    [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>     - shard-tglu:         NOTRUN -> [SKIP][106] ([fdo#111615]) +1 similar issue
>    [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
> 
>   * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs:
>     - shard-tglu:         NOTRUN -> [SKIP][107] ([i915#3689] / [i915#5354] / [i915#6095])
>    [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][108] ([i915#5354] / [i915#6095]) +5 similar issues
>    [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
>     - shard-glk:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#3886]) +3 similar issues
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk7/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][110] ([i915#3886] / [i915#5354] / [i915#6095])
>    [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs:
>     - shard-tglu:         NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +4 similar issues
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][112] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue
>    [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs:
>     - shard-mtlp:         NOTRUN -> [SKIP][113] ([i915#6095]) +14 similar issues
>    [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
>     - shard-mtlp:         NOTRUN -> [SKIP][114] ([i915#3886] / [i915#6095]) +4 similar issues
>    [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
>     - shard-dg1:          NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095])
>    [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs:
>     - shard-rkl:          NOTRUN -> [SKIP][116] ([i915#5354]) +15 similar issues
>    [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html
> 
>   * igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs:
>     - shard-dg2:          NOTRUN -> [SKIP][117] ([i915#5354]) +3 similar issues
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_ccs@pipe-d-bad-aux-stride-4_tiled_mtl_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
>     - shard-dg1:          NOTRUN -> [SKIP][118] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
>    [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html
> 
>   * igt@kms_cdclk@plane-scaling@pipe-c-dp-2:
>     - shard-dg2:          NOTRUN -> [SKIP][119] ([i915#4087]) +3 similar issues
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cdclk@plane-scaling@pipe-c-dp-2.html
> 
>   * igt@kms_chamelium_color@ctm-0-50:
>     - shard-rkl:          NOTRUN -> [SKIP][120] ([fdo#111827]) +1 similar issue
>    [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_color@ctm-0-50.html
> 
>   * igt@kms_chamelium_color@ctm-blue-to-red:
>     - shard-mtlp:         NOTRUN -> [SKIP][121] ([fdo#111827])
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_chamelium_color@ctm-blue-to-red.html
> 
>   * igt@kms_chamelium_edid@hdmi-mode-timings:
>     - shard-tglu:         NOTRUN -> [SKIP][122] ([i915#7828])
>    [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-8/igt@kms_chamelium_edid@hdmi-mode-timings.html
> 
>   * igt@kms_chamelium_edid@vga-edid-read:
>     - shard-dg2:          NOTRUN -> [SKIP][123] ([i915#7828])
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_chamelium_edid@vga-edid-read.html
> 
>   * igt@kms_chamelium_frames@dp-crc-fast:
>     - shard-rkl:          NOTRUN -> [SKIP][124] ([i915#7828]) +3 similar issues
>    [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_chamelium_frames@dp-crc-fast.html
> 
>   * igt@kms_chamelium_hpd@vga-hpd:
>     - shard-mtlp:         NOTRUN -> [SKIP][125] ([i915#7828]) +1 similar issue
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_chamelium_hpd@vga-hpd.html
> 
>   * igt@kms_color@deep-color:
>     - shard-dg1:          NOTRUN -> [SKIP][126] ([i915#3555])
>    [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_color@deep-color.html
> 
>   * igt@kms_concurrent@pipe-c:
>     - shard-rkl:          NOTRUN -> [SKIP][127] ([i915#4070] / [i915#6768]) +1 similar issue
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-3/igt@kms_concurrent@pipe-c.html
> 
>   * igt@kms_content_protection@atomic@pipe-a-dp-4:
>     - shard-dg2:          NOTRUN -> [TIMEOUT][128] ([i915#7173])
>    [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html
> 
>   * igt@kms_content_protection@dp-mst-lic-type-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][129] ([i915#3299])
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html
> 
>   * igt@kms_content_protection@srm:
>     - shard-tglu:         NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118])
>    [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_content_protection@srm.html
> 
>   * igt@kms_content_protection@uevent@pipe-a-dp-4:
>     - shard-dg2:          NOTRUN -> [FAIL][131] ([i915#1339])
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html
> 
>   * igt@kms_cursor_crc@cursor-random-32x32:
>     - shard-dg2:          NOTRUN -> [SKIP][132] ([i915#3555])
>    [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_cursor_crc@cursor-random-32x32.html
> 
>   * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
>     - shard-dg1:          NOTRUN -> [SKIP][133] ([fdo#111767] / [fdo#111825])
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
> 
>   * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
>     - shard-mtlp:         NOTRUN -> [SKIP][134] ([i915#3546]) +1 similar issue
>    [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
>     - shard-tglu:         NOTRUN -> [SKIP][135] ([fdo#109274]) +1 similar issue
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
>     - shard-dg1:          NOTRUN -> [SKIP][136] ([fdo#111825]) +3 similar issues
>    [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
> 
>   * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
>     - shard-dg2:          NOTRUN -> [SKIP][137] ([fdo#109274] / [fdo#111767] / [i915#5354])
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
>     - shard-rkl:          NOTRUN -> [SKIP][138] ([fdo#111767] / [fdo#111825]) +1 similar issue
>    [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic:
>     - shard-mtlp:         [PASS][139] -> [FAIL][140] ([i915#2346])
>    [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
>    [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>     - shard-apl:          [PASS][141] -> [FAIL][142] ([i915#2346])
>    [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
>    [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
> 
>   * igt@kms_dsc@dsc-with-formats:
>     - shard-mtlp:         NOTRUN -> [SKIP][143] ([i915#3840])
>    [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html
> 
>   * igt@kms_fbcon_fbt@psr:
>     - shard-rkl:          NOTRUN -> [SKIP][144] ([fdo#110189] / [i915#3955])
>    [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_fbcon_fbt@psr.html
> 
>   * igt@kms_flip@2x-flip-vs-fences-interruptible:
>     - shard-mtlp:         NOTRUN -> [SKIP][145] ([i915#8381])
>    [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
> 
>   * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
>     - shard-mtlp:         NOTRUN -> [SKIP][146] ([i915#3637]) +1 similar issue
>    [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
> 
>   * igt@kms_flip@2x-plain-flip-interruptible:
>     - shard-rkl:          NOTRUN -> [SKIP][147] ([fdo#111825]) +4 similar issues
>    [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip@2x-plain-flip-interruptible.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
>     - shard-mtlp:         NOTRUN -> [SKIP][148] ([i915#8810])
>    [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
> 
>   * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
>     - shard-rkl:          NOTRUN -> [SKIP][149] ([i915#2672]) +1 similar issue
>    [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
> 
>   * igt@kms_force_connector_basic@force-load-detect:
>     - shard-mtlp:         NOTRUN -> [SKIP][150] ([fdo#109285])
>    [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@kms_force_connector_basic@force-load-detect.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite:
>     - shard-tglu:         NOTRUN -> [SKIP][151] ([fdo#109280]) +3 similar issues
>    [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
>     - shard-dg2:          NOTRUN -> [SKIP][152] ([i915#8708]) +1 similar issue
>    [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt:
>     - shard-dg2:          [PASS][153] -> [FAIL][154] ([i915#6880]) +1 similar issue
>    [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
>    [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
>     - shard-dg1:          NOTRUN -> [SKIP][155] ([i915#3458]) +2 similar issues
>    [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
>     - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#8708]) +1 similar issue
>    [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
>     - shard-rkl:          NOTRUN -> [SKIP][157] ([fdo#111825] / [i915#1825]) +20 similar issues
>    [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy:
>     - shard-tglu:         NOTRUN -> [SKIP][158] ([fdo#110189]) +2 similar issues
>    [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-modesetfrombusy.html
> 
>   * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
>     - shard-rkl:          NOTRUN -> [SKIP][159] ([i915#5439])
>    [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc:
>     - shard-apl:          NOTRUN -> [SKIP][160] ([fdo#109271]) +4 similar issues
>    [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
>     - shard-mtlp:         NOTRUN -> [SKIP][161] ([i915#1825]) +6 similar issues
>    [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
> 
>   * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
>     - shard-rkl:          NOTRUN -> [SKIP][162] ([i915#3023]) +9 similar issues
>    [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
> 
>   * igt@kms_frontbuffer_tracking@psr-suspend:
>     - shard-mtlp:         [PASS][163] -> [FAIL][164] ([fdo#103375]) +1 similar issue
>    [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-suspend.html
>    [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-suspend.html
> 
>   * igt@kms_hdr@bpc-switch-dpms:
>     - shard-tglu:         NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8228])
>    [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@kms_hdr@bpc-switch-dpms.html
> 
>   * igt@kms_hdr@invalid-hdr:
>     - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8228])
>    [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_hdr@invalid-hdr.html
> 
>   * igt@kms_hdr@static-swap:
>     - shard-dg2:          NOTRUN -> [SKIP][167] ([i915#3555] / [i915#8228]) +1 similar issue
>    [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-5/igt@kms_hdr@static-swap.html
> 
>   * igt@kms_panel_fitting@legacy:
>     - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#6301])
>    [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@kms_panel_fitting@legacy.html
> 
>   * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
>     - shard-tglu:         NOTRUN -> [SKIP][169] ([fdo#109289])
>    [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html
> 
>   * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
>     - shard-mtlp:         [PASS][170] -> [FAIL][171] ([i915#1623])
>    [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
>    [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
> 
>   * igt@kms_plane_multiple@tiling-yf:
>     - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#3555]) +2 similar issues
>    [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
> 
>   * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4:
>     - shard-dg2:          NOTRUN -> [SKIP][173] ([i915#5176]) +7 similar issues
>    [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html
> 
>   * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1:
>     - shard-rkl:          NOTRUN -> [SKIP][174] ([i915#5176]) +3 similar issues
>    [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1.html
> 
>   * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1:
>     - shard-snb:          NOTRUN -> [SKIP][175] ([fdo#109271]) +193 similar issues
>    [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-vga-1.html
> 
>   * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4:
>     - shard-dg1:          NOTRUN -> [SKIP][176] ([i915#5176]) +19 similar issues
>    [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-15/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html
> 
>   * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1:
>     - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#5235]) +15 similar issues
>    [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html
> 
>   * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
>     - shard-dg2:          NOTRUN -> [SKIP][178] ([i915#5235]) +11 similar issues
>    [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
> 
>   * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
>     - shard-rkl:          NOTRUN -> [SKIP][179] ([i915#5235]) +3 similar issues
>    [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html
> 
>   * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
>     - shard-glk:          NOTRUN -> [SKIP][180] ([fdo#109271] / [i915#658]) +1 similar issue
>    [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
> 
>   * igt@kms_psr2_su@page_flip-xrgb8888:
>     - shard-rkl:          NOTRUN -> [SKIP][181] ([fdo#111068] / [i915#658])
>    [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html
> 
>   * igt@kms_psr@psr2_cursor_mmap_cpu:
>     - shard-dg1:          NOTRUN -> [SKIP][182] ([i915#1072])
>    [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@kms_psr@psr2_cursor_mmap_cpu.html
> 
>   * igt@kms_psr@sprite_blt:
>     - shard-rkl:          NOTRUN -> [SKIP][183] ([i915#1072]) +1 similar issue
>    [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-2/igt@kms_psr@sprite_blt.html
> 
>   * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
>     - shard-rkl:          NOTRUN -> [SKIP][184] ([i915#5461] / [i915#658])
>    [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
> 
>   * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>     - shard-tglu:         NOTRUN -> [SKIP][185] ([i915#5289])
>    [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
> 
>   * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>     - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#5289])
>    [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
> 
>   * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>     - shard-mtlp:         NOTRUN -> [SKIP][187] ([i915#4235])
>    [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
> 
>   * igt@kms_setmode@basic@pipe-a-vga-1:
>     - shard-snb:          NOTRUN -> [FAIL][188] ([i915#5465]) +1 similar issue
>    [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html
> 
>   * igt@kms_setmode@clone-exclusive-crtc:
>     - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#3555])
>    [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-2/igt@kms_setmode@clone-exclusive-crtc.html
> 
>   * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
>     - shard-mtlp:         NOTRUN -> [SKIP][190] ([i915#8623])
>    [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
> 
>   * igt@kms_vblank@pipe-d-query-busy:
>     - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#4070] / [i915#533] / [i915#6768]) +3 similar issues
>    [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_vblank@pipe-d-query-busy.html
> 
>   * igt@kms_vblank@pipe-d-wait-busy-hang:
>     - shard-glk:          NOTRUN -> [SKIP][192] ([fdo#109271]) +30 similar issues
>    [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_vblank@pipe-d-wait-busy-hang.html
> 
>   * igt@perf_pmu@event-wait@rcs0:
>     - shard-rkl:          NOTRUN -> [SKIP][193] ([fdo#112283])
>    [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@perf_pmu@event-wait@rcs0.html
> 
>   * igt@prime_udl:
>     - shard-mtlp:         NOTRUN -> [SKIP][194] ([fdo#109291])
>    [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@prime_udl.html
> 
>   * igt@sysfs_heartbeat_interval@precise@vecs0:
>     - shard-mtlp:         [PASS][195] -> [FAIL][196] ([i915#8332])
>    [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_heartbeat_interval@precise@vecs0.html
>    [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_heartbeat_interval@precise@vecs0.html
> 
>   * igt@sysfs_preempt_timeout@timeout@vecs0:
>     - shard-mtlp:         [PASS][197] -> [TIMEOUT][198] ([i915#7947])
>    [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
>    [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@sysfs_preempt_timeout@timeout@vecs0.html
> 
>   * igt@sysfs_timeslice_duration@timeout@vecs0:
>     - shard-mtlp:         [PASS][199] -> [ABORT][200] ([i915#8521])
>    [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html
>    [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@sysfs_timeslice_duration@timeout@vecs0.html
> 
>   * igt@v3d/v3d_perfmon@get-values-invalid-pad:
>     - shard-dg2:          NOTRUN -> [SKIP][201] ([i915#2575])
>    [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@v3d/v3d_perfmon@get-values-invalid-pad.html
> 
>   * igt@v3d/v3d_perfmon@get-values-invalid-pointer:
>     - shard-tglu:         NOTRUN -> [SKIP][202] ([fdo#109315] / [i915#2575]) +2 similar issues
>    [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html
> 
>   * igt@v3d/v3d_submit_cl@valid-submission:
>     - shard-mtlp:         NOTRUN -> [SKIP][203] ([i915#2575]) +5 similar issues
>    [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-8/igt@v3d/v3d_submit_cl@valid-submission.html
> 
>   * igt@v3d/v3d_submit_csd@bad-multisync-in-sync:
>     - shard-dg1:          NOTRUN -> [SKIP][204] ([i915#2575])
>    [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-multisync-in-sync.html
> 
>   * igt@v3d/v3d_submit_csd@valid-multisync-submission:
>     - shard-rkl:          NOTRUN -> [SKIP][205] ([fdo#109315]) +6 similar issues
>    [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-1/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
> 
>   * igt@vc4/vc4_mmap@mmap-bo:
>     - shard-rkl:          NOTRUN -> [SKIP][206] ([i915#7711]) +3 similar issues
>    [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@vc4/vc4_mmap@mmap-bo.html
> 
>   * igt@vc4/vc4_perfmon@create-single-perfmon:
>     - shard-tglu:         NOTRUN -> [SKIP][207] ([i915#2575])
>    [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-4/igt@vc4/vc4_perfmon@create-single-perfmon.html
> 
>   * igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
>     - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#7711]) +1 similar issue
>    [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html
> 
>   * igt@vc4/vc4_purgeable_bo@mark-purgeable:
>     - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#7711]) +1 similar issue
>    [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@vc4/vc4_purgeable_bo@mark-purgeable.html
> 
>   * igt@vc4/vc4_wait_bo@unused-bo-1ns:
>     - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#7711])
>    [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@vc4/vc4_wait_bo@unused-bo-1ns.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
>     - shard-rkl:          [FAIL][211] ([i915#7742]) -> [PASS][212]
>    [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
>    [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
> 
>   * igt@gem_barrier_race@remote-request@rcs0:
>     - shard-apl:          [ABORT][213] ([i915#7461] / [i915#8211] / [i915#8234] / [i915#8690]) -> [PASS][214]
>    [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html
>    [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_barrier_race@remote-request@rcs0.html
> 
>   * igt@gem_caching@reads:
>     - shard-dg1:          [DMESG-WARN][215] ([i915#4423]) -> [PASS][216]
>    [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@gem_caching@reads.html
>    [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@gem_caching@reads.html
> 
>   * igt@gem_create@hog-create@smem0:
>     - shard-dg2:          [FAIL][217] ([i915#5892] / [i915#8758]) -> [PASS][218]
>    [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_create@hog-create@smem0.html
>    [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@gem_create@hog-create@smem0.html
> 
>   * igt@gem_ctx_exec@basic-nohangcheck:
>     - shard-mtlp:         [FAIL][219] ([i915#6121] / [i915#7916]) -> [PASS][220]
>    [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html
>    [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@gem_ctx_exec@basic-nohangcheck.html
> 
>   * igt@gem_ctx_persistence@engines-hang@vcs0:
>     - shard-mtlp:         [FAIL][221] ([i915#2410]) -> [PASS][222]
>    [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html
>    [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html
> 
>   * igt@gem_ctx_persistence@saturated-hostile@vecs0:
>     - shard-mtlp:         [FAIL][223] ([i915#7816]) -> [PASS][224] +2 similar issues
>    [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
>    [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile@vecs0.html
> 
>   * igt@gem_eio@unwedge-stress:
>     - shard-dg1:          [FAIL][225] ([i915#5784]) -> [PASS][226] +1 similar issue
>    [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@gem_eio@unwedge-stress.html
>    [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@gem_eio@unwedge-stress.html
> 
>   * igt@gem_exec_balancer@full-pulse:
>     - shard-dg2:          [FAIL][227] ([i915#6032]) -> [PASS][228]
>    [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-5/igt@gem_exec_balancer@full-pulse.html
>    [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-2/igt@gem_exec_balancer@full-pulse.html
> 
>   * igt@gem_exec_fair@basic-pace-share@rcs0:
>     - shard-tglu:         [FAIL][229] ([i915#2842]) -> [PASS][230]
>    [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
>    [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vcs0:
>     - shard-rkl:          [FAIL][231] ([i915#2842]) -> [PASS][232]
>    [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-2/igt@gem_exec_fair@basic-pace@vcs0.html
>    [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@gem_exec_fair@basic-pace@vcs0.html
> 
>   * igt@i915_module_load@reload-with-fault-injection:
>     - shard-mtlp:         [ABORT][233] ([i915#8489] / [i915#8668]) -> [PASS][234]
>    [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
>    [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
> 
>   * igt@i915_pipe_stress@stress-xrgb8888-untiled:
>     - shard-mtlp:         [FAIL][235] ([i915#8691]) -> [PASS][236]
>    [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-2/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
>    [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
> 
>   * igt@i915_pm_dc@dc9-dpms:
>     - shard-apl:          [SKIP][237] ([fdo#109271]) -> [PASS][238]
>    [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
>    [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
> 
>   * igt@i915_pm_rc6_residency@rc6-idle@bcs0:
>     - shard-dg1:          [FAIL][239] ([i915#3591]) -> [PASS][240]
>    [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
>    [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp-stress:
>     - shard-dg1:          [SKIP][241] ([i915#1397]) -> [PASS][242]
>    [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html
>    [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress.html
> 
>   * igt@i915_selftest@live@requests:
>     - shard-mtlp:         [DMESG-FAIL][243] ([i915#7269]) -> [PASS][244]
>    [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-1/igt@i915_selftest@live@requests.html
>    [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@i915_selftest@live@requests.html
> 
>   * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1:
>     - shard-mtlp:         [FAIL][245] ([i915#2521]) -> [PASS][246]
>    [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
>    [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-3/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-edp-1.html
> 
>   * igt@kms_big_fb@4-tiled-64bpp-rotate-0:
>     - shard-mtlp:         [DMESG-WARN][247] ([i915#2017]) -> [PASS][248]
>    [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
>    [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
> 
>   * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
>     - shard-mtlp:         [FAIL][249] ([i915#5138]) -> [PASS][250]
>    [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
>    [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
> 
>   * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
>     - shard-mtlp:         [FAIL][251] ([i915#3743]) -> [PASS][252] +1 similar issue
>    [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
>    [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>     - shard-glk:          [FAIL][253] ([i915#2346]) -> [PASS][254] +1 similar issue
>    [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
>    [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>     - shard-apl:          [FAIL][255] ([i915#2346]) -> [PASS][256]
>    [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
>    [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4:
>     - shard-dg1:          [FAIL][257] ([i915#8986]) -> [PASS][258]
>    [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
>    [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-tiling-4:
>     - shard-dg2:          [FAIL][259] ([i915#6880]) -> [PASS][260]
>    [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
>    [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
> 
>   * igt@kms_rotation_crc@primary-rotation-90:
>     - shard-rkl:          [ABORT][261] ([i915#8311]) -> [PASS][262]
>    [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html
>    [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html
> 
>   * igt@perf@non-zero-reason@0-rcs0:
>     - shard-dg2:          [FAIL][263] ([i915#7484]) -> [PASS][264]
>    [263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
>    [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
> 
>   * igt@perf@stress-open-close@0-rcs0:
>     - shard-glk:          [ABORT][265] ([i915#5213] / [i915#7941]) -> [PASS][266]
>    [265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk6/igt@perf@stress-open-close@0-rcs0.html
>    [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk2/igt@perf@stress-open-close@0-rcs0.html
> 
>   * igt@perf_pmu@busy-double-start@vecs1:
>     - shard-dg2:          [FAIL][267] ([i915#4349]) -> [PASS][268] +3 similar issues
>    [267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
>    [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-12/igt@perf_pmu@busy-double-start@vecs1.html
> 
>   
> #### Warnings ####
> 
>   * igt@gem_create@create-ext-set-pat:
>     - shard-apl:          [FAIL][269] ([i915#8621]) -> [SKIP][270] ([fdo#109271])
>    [269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-apl1/igt@gem_create@create-ext-set-pat.html
>    [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-apl3/igt@gem_create@create-ext-set-pat.html
>     - shard-glk:          [FAIL][271] ([i915#8621]) -> [SKIP][272] ([fdo#109271])
>    [271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-glk8/igt@gem_create@create-ext-set-pat.html
>    [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-glk3/igt@gem_create@create-ext-set-pat.html
>     - shard-dg2:          [FAIL][273] ([i915#8621]) -> [SKIP][274] ([i915#8562])
>    [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
>    [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
>     - shard-rkl:          [FAIL][275] ([i915#8621]) -> [SKIP][276] ([i915#8562])
>    [275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
>    [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
>     - shard-snb:          [FAIL][277] ([i915#8621]) -> [SKIP][278] ([fdo#109271])
>    [277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-snb1/igt@gem_create@create-ext-set-pat.html
>    [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-snb2/igt@gem_create@create-ext-set-pat.html
>     - shard-dg1:          [FAIL][279] ([i915#8621]) -> [SKIP][280] ([i915#8562])
>    [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-19/igt@gem_create@create-ext-set-pat.html
>    [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-14/igt@gem_create@create-ext-set-pat.html
>     - shard-tglu:         [FAIL][281] ([i915#8621]) -> [SKIP][282] ([i915#8562])
>    [281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-tglu-5/igt@gem_create@create-ext-set-pat.html
>    [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-tglu-9/igt@gem_create@create-ext-set-pat.html
> 
>   * igt@gem_exec_whisper@basic-contexts-priority-all:
>     - shard-mtlp:         [ABORT][283] ([i915#8131]) -> [TIMEOUT][284] ([i915#7392])
>    [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@gem_exec_whisper@basic-contexts-priority-all.html
>    [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html
> 
>   * igt@gem_lmem_swapping@smem-oom@lmem0:
>     - shard-dg2:          [DMESG-WARN][285] ([i915#4936] / [i915#5493]) -> [TIMEOUT][286] ([i915#5493])
>    [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
>    [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
> 
>   * igt@i915_pm_rc6_residency@media-rc6-accuracy:
>     - shard-mtlp:         [SKIP][287] ([fdo#109289]) -> [SKIP][288] ([fdo#109289] / [i915#8403])
>    [287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-7/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
>    [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>     - shard-mtlp:         [FAIL][289] ([i915#2346]) -> [DMESG-FAIL][290] ([i915#1982] / [i915#2017] / [i915#5954])
>    [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
>    [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-mtlp-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
> 
>   * igt@kms_fbcon_fbt@psr-suspend:
>     - shard-rkl:          [SKIP][291] ([fdo#110189] / [i915#3955]) -> [SKIP][292] ([i915#3955])
>    [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
>    [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
> 
>   * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
>     - shard-dg1:          [SKIP][293] ([fdo#111825] / [i915#4423]) -> [SKIP][294] ([fdo#111825])
>    [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-15/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
>    [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-18/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
> 
>   * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>     - shard-rkl:          [SKIP][295] ([i915#4070] / [i915#4816]) -> [SKIP][296] ([i915#4816])
>    [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
>    [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
> 
>   * igt@kms_psr@cursor_plane_move:
>     - shard-dg1:          [SKIP][297] ([i915#1072]) -> [SKIP][298] ([i915#1072] / [i915#4078]) +1 similar issue
>    [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13426/shard-dg1-17/igt@kms_psr@cursor_plane_move.html
>    [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/shard-dg1-13/igt@kms_psr@cursor_plane_move.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
>   [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
>   [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
>   [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
>   [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
>   [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
>   [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
>   [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
>   [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
>   [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
>   [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
>   [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
>   [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
>   [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
>   [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
>   [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
>   [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
>   [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339
>   [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
>   [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623
>   [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
>   [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
>   [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
>   [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
>   [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
>   [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
>   [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
>   [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
>   [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
>   [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
>   [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
>   [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
>   [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
>   [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
>   [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
>   [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
>   [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
>   [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
>   [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
>   [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
>   [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
>   [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
>   [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
>   [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
>   [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
>   [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
>   [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
>   [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
>   [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
>   [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
>   [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
>   [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
>   [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
>   [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
>   [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
>   [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
>   [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
>   [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
>   [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
>   [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
>   [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
>   [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
>   [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
>   [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
>   [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
>   [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
>   [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
>   [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
>   [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
>   [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
>   [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
>   [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
>   [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
>   [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
>   [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
>   [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
>   [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
>   [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
>   [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
>   [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
>   [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
>   [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
>   [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
>   [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
>   [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
>   [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
>   [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
>   [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
>   [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
>   [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
>   [i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892
>   [i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954
>   [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032
>   [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
>   [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
>   [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
>   [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
>   [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
>   [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
>   [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
>   [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
>   [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
>   [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
>   [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
>   [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
>   [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
>   [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
>   [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
>   [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
>   [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
>   [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484
>   [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691
>   [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
>   [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
>   [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
>   [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
>   [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765
>   [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816
>   [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
>   [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
>   [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916
>   [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
>   [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
>   [i915#7947]: https://gitlab.freedesktop.org/drm/intel/issues/7947
>   [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
>   [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131
>   [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
>   [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
>   [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
>   [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
>   [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
>   [i915#8311]: https://gitlab.freedesktop.org/drm/intel/issues/8311
>   [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332
>   [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
>   [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
>   [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
>   [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
>   [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
>   [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
>   [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
>   [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
>   [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
>   [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
>   [i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
>   [i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621
>   [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
>   [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
>   [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
>   [i915#8690]: https://gitlab.freedesktop.org/drm/intel/issues/8690
>   [i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
>   [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
>   [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
>   [i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
>   [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
>   [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
>   [i915#8986]: https://gitlab.freedesktop.org/drm/intel/issues/8986
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_7405 -> IGTPW_9469
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_13426: 50f130ab3021dd575aca3fab9c08eae15cd323a8 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_9469: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9469/index.html
>   IGT_7405: 6745761cb6050514a12aac973d02aeccdff06255 @ 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_9469/index.html

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

end of thread, other threads:[~2023-07-27 11:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  0:10 [igt-dev] [PATCH 0/1] test/i915/gem_create: skip set_pat for non MTL devices fei.yang
2023-07-27  0:10 ` [igt-dev] [PATCH 1/1] " fei.yang
2023-07-27  8:47   ` Andi Shyti
2023-07-27  2:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-07-27  3:35 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-07-27  5:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-07-27  9:39   ` Kamil Konieczny
2023-07-27 11:25     ` Yedireswarapu, SaiX Nandan
2023-07-27 11:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox