All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs
@ 2024-01-10  1:03 Juan Escamilla
  2024-01-10  1:36 ` ✓ Fi.CI.BAT: success for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Juan Escamilla @ 2024-01-10  1:03 UTC (permalink / raw)
  To: intel-gfx; +Cc: Juan Escamilla

Currently if rc6 is supported, it gets enabled and the sysfs files for
rc6_enable_show and rc6_enable_dev_show uses masks to check information
from drm_i915_private.

However rc6_support functions take more variables and conditions into
consideration and thus these masks are not enough for most of the modern
hardware and it is simpley lyting to the user.

Let's fix it by at least use the rc6.supported flag from intel_gt
information.

Signed-off-by: Juan Escamilla <jcescami@wasd.net>
---
 drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
index f0dea54880af..2d3c4dab6d21 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
+++ b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
@@ -176,27 +176,13 @@ static u32 get_residency(struct intel_gt *gt, enum intel_rc6_res_type id)
 	return DIV_ROUND_CLOSEST_ULL(res, 1000);
 }
 
-static u8 get_rc6_mask(struct intel_gt *gt)
-{
-	u8 mask = 0;
-
-	if (HAS_RC6(gt->i915))
-		mask |= BIT(0);
-	if (HAS_RC6p(gt->i915))
-		mask |= BIT(1);
-	if (HAS_RC6pp(gt->i915))
-		mask |= BIT(2);
-
-	return mask;
-}
-
 static ssize_t rc6_enable_show(struct kobject *kobj,
 			       struct kobj_attribute *attr,
 			       char *buff)
 {
 	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name);
 
-	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
+	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
 }
 
 static ssize_t rc6_enable_dev_show(struct device *dev,
@@ -205,7 +191,7 @@ static ssize_t rc6_enable_dev_show(struct device *dev,
 {
 	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(&dev->kobj, attr->attr.name);
 
-	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
+	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
 }
 
 static u32 __rc6_residency_ms_show(struct intel_gt *gt)
-- 
2.43.0


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

* ✓ Fi.CI.BAT: success for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2)
  2024-01-10  1:03 [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Juan Escamilla
@ 2024-01-10  1:36 ` Patchwork
  2024-01-10  8:50 ` ✗ Fi.CI.IGT: failure " Patchwork
  2024-01-10 20:11 ` [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Rodrigo Vivi
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-01-10  1:36 UTC (permalink / raw)
  To: Juan Escamilla; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2)
URL   : https://patchwork.freedesktop.org/series/128343/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_14103 -> Patchwork_128343v2
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (37 -> 36)
------------------------------

  Additional (1): bat-kbl-2 
  Missing    (2): bat-rpls-2 fi-snb-2520m 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@fbdev@info:
    - bat-kbl-2:          NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1849])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/bat-kbl-2/igt@fbdev@info.html

  * igt@gem_exec_suspend@basic-s0@smem:
    - bat-dg2-9:          [PASS][2] -> [INCOMPLETE][3] ([i915#9275])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-kbl-2:          NOTRUN -> [SKIP][4] ([fdo#109271]) +36 other tests skip
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@i915_suspend@basic-s3-without-i915:
    - bat-adlp-6:         [PASS][5] -> [INCOMPLETE][6] ([i915#7443])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/bat-adlp-6/igt@i915_suspend@basic-s3-without-i915.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/bat-adlp-6/igt@i915_suspend@basic-s3-without-i915.html

  * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1:
    - bat-dg2-8:          [PASS][7] -> [INCOMPLETE][8] ([i915#1982] / [i915#9280])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/bat-dg2-8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/bat-dg2-8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html

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

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
  [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
  [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
  [i915#9280]: https://gitlab.freedesktop.org/drm/intel/issues/9280


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

  * Linux: CI_DRM_14103 -> Patchwork_128343v2

  CI-20190529: 20190529
  CI_DRM_14103: e727f148b7ccd42555b101f35fe28b0d0b1d34f0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_7664: 5b8a8dcca7711c73f9cfeb66b5deb27751290fb4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_128343v2: e727f148b7ccd42555b101f35fe28b0d0b1d34f0 @ git://anongit.freedesktop.org/gfx-ci/linux


### Linux commits

0cba1204bc6e drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs

== Logs ==

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

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

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

* ✗ Fi.CI.IGT: failure for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2)
  2024-01-10  1:03 [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Juan Escamilla
  2024-01-10  1:36 ` ✓ Fi.CI.BAT: success for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2) Patchwork
@ 2024-01-10  8:50 ` Patchwork
  2024-01-10 20:11 ` [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Rodrigo Vivi
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2024-01-10  8:50 UTC (permalink / raw)
  To: Juan Escamilla; +Cc: intel-gfx

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

== Series Details ==

Series: drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2)
URL   : https://patchwork.freedesktop.org/series/128343/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_14103_full -> Patchwork_128343v2_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Patchwork_128343v2_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_128343v2_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

Participating hosts (9 -> 9)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@core_setmaster@master-drop-set-root:
    - shard-dg2:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@core_setmaster@master-drop-set-root.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html

  * igt@i915_selftest@live@objects:
    - shard-dg2:          NOTRUN -> [FAIL][3] +36 other tests fail
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@i915_selftest@live@objects.html

  * igt@sysfs_timeslice_duration@timeout@ccs3:
    - shard-dg2:          [PASS][4] -> [ABORT][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@sysfs_timeslice_duration@timeout@ccs3.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@sysfs_timeslice_duration@timeout@ccs3.html

  
#### Warnings ####

  * igt@kms_prime@basic-crc-hybrid:
    - shard-dg2:          [SKIP][6] ([i915#6524] / [i915#6805]) -> [SKIP][7] +1 other test skip
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@kms_prime@basic-crc-hybrid.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_prime@basic-crc-hybrid.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@object-reloc-purge-cache:
    - shard-rkl:          NOTRUN -> [SKIP][8] ([i915#8411]) +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@api_intel_bb@object-reloc-purge-cache.html

  * igt@drm_fdinfo@busy-idle-check-all@ccs3:
    - shard-dg2:          NOTRUN -> [SKIP][9] ([i915#8414]) +9 other tests skip
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@drm_fdinfo@busy-idle-check-all@ccs3.html

  * igt@drm_fdinfo@busy@bcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][10] ([i915#8414]) +6 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@drm_fdinfo@busy@bcs0.html

  * igt@drm_fdinfo@busy@vcs1:
    - shard-dg1:          NOTRUN -> [SKIP][11] ([i915#8414]) +5 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@drm_fdinfo@busy@vcs1.html

  * igt@fbdev@unaligned-write:
    - shard-dg2:          [PASS][12] -> [SKIP][13] ([i915#2582])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@fbdev@unaligned-write.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@fbdev@unaligned-write.html

  * igt@gem_bad_reloc@negative-reloc:
    - shard-rkl:          NOTRUN -> [SKIP][14] ([i915#3281]) +3 other tests skip
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_bad_reloc@negative-reloc.html

  * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
    - shard-dg2:          NOTRUN -> [INCOMPLETE][15] ([i915#7297])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html

  * igt@gem_create@create-ext-set-pat:
    - shard-dg1:          NOTRUN -> [SKIP][16] ([i915#8562])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_create@create-ext-set-pat.html

  * igt@gem_ctx_param@invalid-param-set:
    - shard-dg2:          [PASS][17] -> [SKIP][18] ([i915#2575]) +167 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_ctx_param@invalid-param-set.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_ctx_param@invalid-param-set.html

  * igt@gem_ctx_persistence@heartbeat-hostile:
    - shard-dg2:          NOTRUN -> [SKIP][19] ([i915#8555])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-hostile.html

  * igt@gem_ctx_sseu@invalid-sseu:
    - shard-dg2:          NOTRUN -> [SKIP][20] ([i915#280])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_ctx_sseu@invalid-sseu.html

  * igt@gem_eio@hibernate:
    - shard-tglu:         [PASS][21] -> [ABORT][22] ([i915#10030] / [i915#7975] / [i915#8213] / [i915#8398])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-6/igt@gem_eio@hibernate.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@gem_eio@hibernate.html

  * igt@gem_exec_balancer@parallel-contexts:
    - shard-rkl:          NOTRUN -> [SKIP][23] ([i915#4525])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_exec_balancer@parallel-contexts.html

  * igt@gem_exec_capture@capture-invisible@lmem0:
    - shard-dg1:          NOTRUN -> [SKIP][24] ([i915#6334]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html

  * igt@gem_exec_capture@capture-invisible@smem0:
    - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#6334])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_exec_capture@capture-invisible@smem0.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-glk:          NOTRUN -> [FAIL][26] ([i915#2846])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk7/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-glk:          NOTRUN -> [FAIL][27] ([i915#2842])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-rkl:          NOTRUN -> [FAIL][28] ([i915#2842])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none@bcs0:
    - shard-rkl:          [PASS][29] -> [FAIL][30] ([i915#2842]) +2 other tests fail
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html

  * igt@gem_exec_fair@basic-pace-share:
    - shard-dg2:          NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_exec_fair@basic-pace-share.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-glk:          [PASS][32] -> [FAIL][33] ([i915#2842])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-tglu:         [PASS][34] -> [FAIL][35] ([i915#2842])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-5/igt@gem_exec_fair@basic-pace@rcs0.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_flush@basic-wb-ro-before-default:
    - shard-dg1:          NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_exec_flush@basic-wb-ro-before-default.html

  * igt@gem_exec_params@no-bsd:
    - shard-dg2:          [PASS][37] -> [SKIP][38] ([fdo#109283] / [i915#2575])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@gem_exec_params@no-bsd.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_params@no-bsd.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-rkl:          NOTRUN -> [SKIP][39] ([fdo#109283])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-cpu-wc-active:
    - shard-dg2:          NOTRUN -> [SKIP][40] ([i915#3281])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_exec_reloc@basic-cpu-wc-active.html

  * igt@gem_exec_reloc@basic-gtt-wc-noreloc:
    - shard-dg1:          NOTRUN -> [SKIP][41] ([i915#3281]) +4 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html

  * igt@gem_exec_reloc@basic-write-wc-active:
    - shard-mtlp:         NOTRUN -> [SKIP][42] ([i915#3281]) +4 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc-active.html

  * igt@gem_lmem_evict@dontneed-evict-race:
    - shard-dg1:          [PASS][43] -> [DMESG-WARN][44] ([i915#4391] / [i915#4423])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-18/igt@gem_lmem_evict@dontneed-evict-race.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@gem_lmem_evict@dontneed-evict-race.html

  * igt@gem_lmem_swapping@heavy-verify-multi-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][45] ([i915#4613])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html

  * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
    - shard-dg1:          NOTRUN -> [SKIP][46] ([i915#4565])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#9643]) +4 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_lmem_swapping@parallel-multi.html
    - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#4613]) +1 other test skip
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs:
    - shard-glk:          NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#4613]) +1 other test skip
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html

  * igt@gem_lmem_swapping@random:
    - shard-tglu:         NOTRUN -> [SKIP][50] ([i915#4613])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@gem_lmem_swapping@random.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg1:          [PASS][51] -> [TIMEOUT][52] ([i915#5493])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@gem_mmap@bad-size:
    - shard-mtlp:         NOTRUN -> [SKIP][53] ([i915#4083])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_mmap@bad-size.html
    - shard-dg1:          NOTRUN -> [SKIP][54] ([i915#4083])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_mmap@bad-size.html

  * igt@gem_mmap@basic-small-bo:
    - shard-dg2:          NOTRUN -> [SKIP][55] ([i915#4083])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_mmap@basic-small-bo.html

  * igt@gem_mmap_gtt@basic-write-cpu-read-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][56] ([i915#4077])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html
    - shard-dg1:          NOTRUN -> [SKIP][57] ([i915#4077])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html

  * igt@gem_mmap_gtt@zero-extend:
    - shard-dg2:          NOTRUN -> [SKIP][58] ([i915#4077]) +2 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_mmap_gtt@zero-extend.html

  * igt@gem_mmap_offset@pf-nonblock:
    - shard-dg1:          [PASS][59] -> [DMESG-WARN][60] ([i915#4423])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-18/igt@gem_mmap_offset@pf-nonblock.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@gem_mmap_offset@pf-nonblock.html

  * igt@gem_pread@bench:
    - shard-dg1:          NOTRUN -> [SKIP][61] ([i915#3282]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_pread@bench.html
    - shard-mtlp:         NOTRUN -> [SKIP][62] ([i915#3282]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_pread@bench.html

  * igt@gem_pread@self:
    - shard-rkl:          NOTRUN -> [SKIP][63] ([i915#3282]) +1 other test skip
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_pread@self.html

  * igt@gem_pxp@display-protected-crc:
    - shard-dg2:          NOTRUN -> [SKIP][64] ([i915#4270])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_pxp@display-protected-crc.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-tglu:         NOTRUN -> [SKIP][65] ([i915#4270])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@gem_pxp@reject-modify-context-protection-off-3.html
    - shard-rkl:          NOTRUN -> [SKIP][66] ([i915#4270])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs:
    - shard-dg2:          NOTRUN -> [SKIP][67] ([i915#2575] / [i915#5190])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html

  * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
    - shard-mtlp:         NOTRUN -> [SKIP][68] ([i915#8428]) +1 other test skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html

  * igt@gem_tiled_pread_basic:
    - shard-dg2:          NOTRUN -> [SKIP][69] ([i915#4079])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_tiled_pread_basic.html

  * igt@gen3_render_tiledy_blits:
    - shard-dg2:          NOTRUN -> [SKIP][70] ([fdo#109289])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gen3_render_tiledy_blits.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-mtlp:         NOTRUN -> [SKIP][71] ([i915#2856]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-rkl:          NOTRUN -> [SKIP][72] ([i915#2527]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@gen9_exec_parse@allowed-single.html
    - shard-tglu:         NOTRUN -> [SKIP][73] ([i915#2527] / [i915#2856])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@secure-batches:
    - shard-dg2:          NOTRUN -> [SKIP][74] ([i915#2856])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gen9_exec_parse@secure-batches.html

  * igt@gen9_exec_parse@valid-registers:
    - shard-dg1:          NOTRUN -> [SKIP][75] ([i915#2527]) +1 other test skip
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gen9_exec_parse@valid-registers.html

  * igt@i915_module_load@load:
    - shard-glk:          NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#6227])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk7/igt@i915_module_load@load.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-snb:          [PASS][77] -> [INCOMPLETE][78] ([i915#9200] / [i915#9849])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html
    - shard-dg1:          [PASS][79] -> [INCOMPLETE][80] ([i915#9820] / [i915#9849])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-13/igt@i915_module_load@reload-with-fault-injection.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_freq_api@freq-reset:
    - shard-rkl:          NOTRUN -> [SKIP][81] ([i915#8399])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@i915_pm_freq_api@freq-reset.html

  * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0:
    - shard-tglu:         NOTRUN -> [WARN][82] ([i915#2681]) +3 other tests warn
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html

  * igt@i915_pm_rps@thresholds-idle@gt0:
    - shard-dg2:          NOTRUN -> [SKIP][83] ([i915#8925])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@i915_pm_rps@thresholds-idle@gt0.html

  * igt@i915_query@hwconfig_table:
    - shard-tglu:         NOTRUN -> [SKIP][84] ([i915#6245])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@i915_query@hwconfig_table.html
    - shard-rkl:          NOTRUN -> [SKIP][85] ([i915#6245])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@i915_query@hwconfig_table.html

  * igt@i915_suspend@basic-s3-without-i915:
    - shard-rkl:          [PASS][86] -> [FAIL][87] ([i915#10031])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html

  * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][88] ([i915#4212])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
    - shard-rkl:          NOTRUN -> [SKIP][89] ([i915#8709]) +3 other tests skip
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][90] ([i915#8709]) +7 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html

  * igt@kms_async_flips@crc@pipe-c-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [FAIL][91] ([i915#8247]) +3 other tests fail
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@kms_async_flips@crc@pipe-c-hdmi-a-3.html

  * igt@kms_async_flips@crc@pipe-d-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [FAIL][92] ([i915#8247]) +3 other tests fail
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html

  * igt@kms_async_flips@invalid-async-flip:
    - shard-mtlp:         NOTRUN -> [SKIP][93] ([i915#6228])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_async_flips@invalid-async-flip.html

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

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

  * igt@kms_big_fb@4-tiled-32bpp-rotate-180:
    - shard-rkl:          NOTRUN -> [SKIP][97] ([i915#5286]) +1 other test skip
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
    - shard-tglu:         NOTRUN -> [SKIP][98] ([fdo#111615] / [i915#5286])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         [PASS][99] -> [FAIL][100] ([i915#5138])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-dg1:          NOTRUN -> [SKIP][101] ([i915#4538] / [i915#5286])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][102] ([i915#3638])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
    - shard-mtlp:         NOTRUN -> [SKIP][103] ([fdo#111614])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-180:
    - shard-dg2:          [PASS][104] -> [SKIP][105] ([fdo#109315]) +50 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-tglu:         [PASS][106] -> [FAIL][107] ([i915#3743]) +3 other tests fail
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-0:
    - shard-dg2:          NOTRUN -> [SKIP][108] ([i915#5190]) +2 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-180:
    - shard-dg2:          NOTRUN -> [SKIP][109] ([fdo#109315] / [i915#5190]) +4 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-tglu:         NOTRUN -> [FAIL][110] ([i915#3743])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-dg1:          NOTRUN -> [SKIP][111] ([i915#4538]) +1 other test skip
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-tglu:         NOTRUN -> [SKIP][112] ([fdo#111615])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         NOTRUN -> [SKIP][113] ([fdo#111615]) +2 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-rkl:          NOTRUN -> [SKIP][114] ([fdo#110723]) +1 other test skip
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-dg2:          NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5190])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc:
    - shard-dg2:          NOTRUN -> [SKIP][116] ([i915#5354]) +14 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][117] ([i915#5354] / [i915#6095]) +12 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-yf-tiled-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][118] ([i915#5354] / [i915#6095]) +9 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_ccs@pipe-b-bad-pixel-format-yf-tiled-ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][119] ([i915#5354] / [i915#6095]) +9 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
    - shard-mtlp:         NOTRUN -> [SKIP][120] ([i915#5354] / [i915#6095]) +10 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@pipe-d-bad-pixel-format-y-tiled-gen12-rc-ccs-cc:
    - shard-dg1:          [PASS][121] -> [DMESG-WARN][122] ([i915#1982] / [i915#4423])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-18/igt@kms_ccs@pipe-d-bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@kms_ccs@pipe-d-bad-pixel-format-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@pipe-d-ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:
    - shard-rkl:          NOTRUN -> [SKIP][123] ([i915#5354]) +11 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_ccs@pipe-d-ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][124] ([i915#4087] / [i915#7213]) +3 other tests skip
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-tglu:         NOTRUN -> [SKIP][125] ([i915#7828]) +1 other test skip
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-0-75:
    - shard-tglu:         NOTRUN -> [SKIP][126] ([fdo#111827])
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_chamelium_color@ctm-0-75.html
    - shard-rkl:          NOTRUN -> [SKIP][127] ([fdo#111827])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_chamelium_color@ctm-0-75.html

  * igt@kms_chamelium_color@ctm-blue-to-red:
    - shard-glk:          NOTRUN -> [SKIP][128] ([fdo#109271]) +120 other tests skip
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk7/igt@kms_chamelium_color@ctm-blue-to-red.html

  * igt@kms_chamelium_color@ctm-red-to-blue:
    - shard-dg1:          NOTRUN -> [SKIP][129] ([fdo#111827])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_chamelium_color@ctm-red-to-blue.html
    - shard-mtlp:         NOTRUN -> [SKIP][130] ([fdo#111827])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_chamelium_color@ctm-red-to-blue.html

  * igt@kms_chamelium_frames@dp-crc-fast:
    - shard-dg2:          NOTRUN -> [SKIP][131] ([i915#7828]) +1 other test skip
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_chamelium_frames@dp-crc-fast.html

  * igt@kms_chamelium_hpd@hdmi-hpd-fast:
    - shard-dg1:          NOTRUN -> [SKIP][132] ([i915#7828])
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
    - shard-mtlp:         NOTRUN -> [SKIP][133] ([i915#7828])
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html

  * igt@kms_chamelium_hpd@vga-hpd-fast:
    - shard-rkl:          NOTRUN -> [SKIP][134] ([i915#7828]) +4 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_chamelium_hpd@vga-hpd-fast.html

  * igt@kms_content_protection@legacy:
    - shard-dg2:          NOTRUN -> [SKIP][135] ([i915#7118])
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_content_protection@legacy.html

  * igt@kms_cursor_crc@cursor-offscreen-32x10:
    - shard-rkl:          NOTRUN -> [SKIP][136] ([i915#3555]) +2 other tests skip
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-tglu:         NOTRUN -> [SKIP][137] ([i915#3359])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html
    - shard-rkl:          NOTRUN -> [SKIP][138] ([i915#3359]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-rapid-movement-64x21:
    - shard-mtlp:         NOTRUN -> [SKIP][139] ([i915#8814])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html

  * igt@kms_cursor_crc@cursor-sliding-max-size:
    - shard-dg2:          NOTRUN -> [SKIP][140] ([i915#3555])
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-max-size.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-snb:          [PASS][141] -> [SKIP][142] ([fdo#109271] / [fdo#111767])
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb7/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb4/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-tglu:         NOTRUN -> [SKIP][143] ([fdo#109274]) +1 other test skip
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - shard-mtlp:         NOTRUN -> [SKIP][144] ([i915#4213])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    - shard-dg1:          NOTRUN -> [SKIP][145] ([i915#4103] / [i915#4213])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
    - shard-snb:          [PASS][146] -> [SKIP][147] ([fdo#109271]) +10 other tests skip
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb7/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][148] ([i915#9723])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-vga-1:
    - shard-snb:          NOTRUN -> [SKIP][149] ([fdo#109271])
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb7/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-vga-1.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-dg1:          NOTRUN -> [SKIP][150] ([i915#9723]) +1 other test skip
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-rkl:          NOTRUN -> [SKIP][151] ([i915#3840])
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-rkl:          NOTRUN -> [SKIP][152] ([i915#3555] / [i915#3840])
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
    - shard-tglu:         NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840])
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_feature_discovery@psr1:
    - shard-dg2:          NOTRUN -> [SKIP][154] ([i915#658])
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@2x-absolute-wf_vblank:
    - shard-dg1:          NOTRUN -> [SKIP][155] ([fdo#111825] / [i915#9934])
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_flip@2x-absolute-wf_vblank.html
    - shard-mtlp:         NOTRUN -> [SKIP][156] ([i915#3637])
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_flip@2x-absolute-wf_vblank.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
    - shard-tglu:         NOTRUN -> [SKIP][157] ([fdo#109274] / [i915#3637]) +2 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-dg2:          NOTRUN -> [SKIP][158] ([fdo#109274]) +1 other test skip
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip@flip-vs-fences:
    - shard-mtlp:         NOTRUN -> [SKIP][159] ([i915#8381])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_flip@flip-vs-fences.html
    - shard-dg1:          NOTRUN -> [SKIP][160] ([i915#8381])
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_flip@flip-vs-fences.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
    - shard-rkl:          NOTRUN -> [SKIP][161] ([i915#2672]) +1 other test skip
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
    - shard-tglu:         NOTRUN -> [SKIP][162] ([i915#2587] / [i915#2672])
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][163] ([i915#2672] / [i915#3555])
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
    - shard-dg2:          NOTRUN -> [SKIP][164] ([i915#2672]) +4 other tests skip
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
    - shard-dg2:          NOTRUN -> [SKIP][165] ([i915#2672] / [i915#3555])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@basic:
    - shard-dg2:          NOTRUN -> [SKIP][166] ([fdo#109315]) +29 other tests skip
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
    - shard-dg1:          NOTRUN -> [SKIP][167] ([fdo#111825]) +5 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#8708]) +1 other test skip
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
    - shard-rkl:          NOTRUN -> [SKIP][169] ([fdo#111825] / [i915#1825]) +16 other tests skip
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
    - shard-rkl:          NOTRUN -> [SKIP][170] ([fdo#111825]) +6 other tests skip
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
    - shard-dg2:          NOTRUN -> [SKIP][171] ([i915#3458]) +6 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt:
    - shard-rkl:          NOTRUN -> [SKIP][172] ([i915#3023]) +6 other tests skip
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-msflip-blt.html

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

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render:
    - shard-dg1:          NOTRUN -> [SKIP][174] ([i915#3458]) +1 other test skip
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite:
    - shard-tglu:         NOTRUN -> [SKIP][175] ([fdo#110189]) +2 other tests skip
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt:
    - shard-tglu:         NOTRUN -> [SKIP][176] ([fdo#109280]) +7 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
    - shard-mtlp:         NOTRUN -> [SKIP][177] ([i915#1825]) +7 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][178] ([i915#8708]) +6 other tests skip
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
    - shard-mtlp:         NOTRUN -> [SKIP][179] ([i915#8708]) +4 other tests skip
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
    - shard-rkl:          NOTRUN -> [SKIP][180] ([fdo#109289])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html

  * igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
    - shard-mtlp:         NOTRUN -> [SKIP][181] ([fdo#109289])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
    - shard-dg1:          NOTRUN -> [SKIP][182] ([fdo#109289])
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-dg1:          NOTRUN -> [SKIP][183] ([i915#3555])
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_plane_lowres@tiling-yf.html
    - shard-mtlp:         NOTRUN -> [SKIP][184] ([i915#3555] / [i915#8821])
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [FAIL][185] ([i915#8292])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][186] ([i915#9423]) +7 other tests skip
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][187] ([i915#9423]) +7 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][188] ([i915#9423]) +9 other tests skip
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][189] ([i915#9423]) +3 other tests skip
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][190] ([i915#5176] / [i915#9423]) +1 other test skip
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][191] ([i915#5235]) +11 other tests skip
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html

  * igt@kms_plane_scaling@planes-scaler-unity-scaling:
    - shard-dg2:          NOTRUN -> [SKIP][192] ([i915#2575] / [i915#9423]) +11 other tests skip
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_plane_scaling@planes-scaler-unity-scaling.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][193] ([i915#5235]) +3 other tests skip
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][194] ([i915#5235]) +3 other tests skip
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3:
    - shard-dg1:          NOTRUN -> [SKIP][195] ([i915#5235]) +11 other tests skip
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][196] ([i915#5235] / [i915#9423]) +11 other tests skip
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-rkl:          NOTRUN -> [FAIL][197] ([i915#9295])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-mtlp:         NOTRUN -> [FAIL][198] ([i915#9298])
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_pm_dc@dc6-psr.html
    - shard-dg1:          NOTRUN -> [SKIP][199] ([i915#9685])
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_pm_lpsp@screens-disabled:
    - shard-dg2:          NOTRUN -> [SKIP][200] ([i915#8430])
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_pm_lpsp@screens-disabled.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-rkl:          [PASS][201] -> [SKIP][202] ([i915#9519]) +2 other tests skip
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-tglu:         NOTRUN -> [SKIP][203] ([i915#9519])
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@drm-resources-equal:
    - shard-dg2:          [PASS][204] -> [SKIP][205] ([i915#9980]) +1 other test skip
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_pm_rpm@drm-resources-equal.html
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_pm_rpm@drm-resources-equal.html

  * igt@kms_prime@basic-crc-hybrid:
    - shard-rkl:          NOTRUN -> [SKIP][206] ([i915#6524])
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@kms_prime@basic-crc-hybrid.html

  * igt@kms_prime@basic-modeset-hybrid:
    - shard-dg1:          NOTRUN -> [SKIP][207] ([i915#6524])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html
    - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#6524])
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_prime@basic-modeset-hybrid.html

  * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
    - shard-dg2:          NOTRUN -> [SKIP][209] ([i915#9683])
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf:
    - shard-dg1:          NOTRUN -> [SKIP][210] ([i915#9683])
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_rotation_crc@bad-pixel-format:
    - shard-rkl:          [PASS][211] -> [INCOMPLETE][212] ([i915#8875] / [i915#9569])
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-6/igt@kms_rotation_crc@bad-pixel-format.html
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-4/igt@kms_rotation_crc@bad-pixel-format.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-dg2:          NOTRUN -> [SKIP][213] ([i915#4235] / [i915#5190])
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_rotation_crc@sprite-rotation-270:
    - shard-dg2:          NOTRUN -> [SKIP][214] ([i915#4235])
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-270.html

  * igt@kms_scaling_modes@scaling-mode-center:
    - shard-tglu:         NOTRUN -> [SKIP][215] ([i915#3555]) +1 other test skip
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-center.html

  * igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1:
    - shard-snb:          NOTRUN -> [FAIL][216] ([i915#5465]) +3 other tests fail
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb7/igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1.html

  * igt@kms_vblank@ts-continuation-modeset:
    - shard-dg2:          NOTRUN -> [SKIP][217] ([i915#2575]) +143 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_vblank@ts-continuation-modeset.html

  * igt@kms_writeback@writeback-fb-id-xrgb2101010:
    - shard-dg1:          NOTRUN -> [SKIP][218] ([i915#2437] / [i915#9412])
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
    - shard-mtlp:         NOTRUN -> [SKIP][219] ([i915#2437] / [i915#9412])
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html

  * igt@perf@global-sseu-config:
    - shard-mtlp:         NOTRUN -> [SKIP][220] ([i915#7387])
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@perf@global-sseu-config.html

  * igt@perf@stress-open-close:
    - shard-dg2:          NOTRUN -> [SKIP][221] ([i915#5608]) +21 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@perf@stress-open-close.html

  * igt@perf_pmu@all-busy-check-all:
    - shard-dg2:          [PASS][222] -> [SKIP][223] ([i915#5608]) +4 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@perf_pmu@all-busy-check-all.html
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@perf_pmu@all-busy-check-all.html

  * igt@perf_pmu@busy-double-start@rcs0:
    - shard-mtlp:         [PASS][224] -> [FAIL][225] ([i915#4349])
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html

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

  * igt@prime_vgem@basic-fence-read:
    - shard-dg1:          NOTRUN -> [SKIP][227] ([i915#3708])
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@prime_vgem@basic-fence-read.html
    - shard-mtlp:         NOTRUN -> [SKIP][228] ([i915#3708])
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@prime_vgem@basic-fence-read.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - shard-rkl:          NOTRUN -> [SKIP][229] ([i915#9917])
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@syncobj_timeline@invalid-wait-zero-handles:
    - shard-dg1:          NOTRUN -> [FAIL][230] ([i915#9781])
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@syncobj_timeline@invalid-wait-zero-handles.html
    - shard-mtlp:         NOTRUN -> [FAIL][231] ([i915#9781])
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@syncobj_timeline@invalid-wait-zero-handles.html

  * igt@tools_test@sysfs_l3_parity:
    - shard-dg2:          NOTRUN -> [SKIP][232] ([i915#4818])
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@tools_test@sysfs_l3_parity.html

  * igt@v3d/v3d_submit_cl@bad-pad:
    - shard-dg1:          NOTRUN -> [SKIP][233] ([i915#2575]) +2 other tests skip
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@v3d/v3d_submit_cl@bad-pad.html

  * igt@v3d/v3d_submit_cl@single-out-sync:
    - shard-mtlp:         NOTRUN -> [SKIP][234] ([i915#2575]) +2 other tests skip
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@v3d/v3d_submit_cl@single-out-sync.html

  * igt@v3d/v3d_submit_csd@multiple-job-submission:
    - shard-tglu:         NOTRUN -> [SKIP][235] ([fdo#109315] / [i915#2575])
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@v3d/v3d_submit_csd@multiple-job-submission.html

  * igt@v3d/v3d_wait_bo@bad-bo:
    - shard-rkl:          NOTRUN -> [SKIP][236] ([fdo#109315]) +3 other tests skip
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@v3d/v3d_wait_bo@bad-bo.html

  * igt@vc4/vc4_create_bo@create-bo-4096:
    - shard-mtlp:         NOTRUN -> [SKIP][237] ([i915#7711]) +2 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@vc4/vc4_create_bo@create-bo-4096.html

  * igt@vc4/vc4_label_bo@set-kernel-name:
    - shard-rkl:          NOTRUN -> [SKIP][238] ([i915#7711]) +2 other tests skip
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@vc4/vc4_label_bo@set-kernel-name.html

  * igt@vc4/vc4_perfmon@destroy-valid-perfmon:
    - shard-tglu:         NOTRUN -> [SKIP][239] ([i915#2575])
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html

  * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained:
    - shard-dg2:          NOTRUN -> [SKIP][240] ([i915#7711])
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html

  * igt@vc4/vc4_wait_bo@bad-bo:
    - shard-dg1:          NOTRUN -> [SKIP][241] ([i915#7711]) +2 other tests skip
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@vc4/vc4_wait_bo@bad-bo.html

  
#### Possible fixes ####

  * igt@core_setmaster@master-drop-set-shared-fd:
    - shard-dg2:          [SKIP][242] -> [PASS][243]
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@core_setmaster@master-drop-set-shared-fd.html

  * igt@device_reset@unbind-reset-rebind:
    - shard-dg2:          [FAIL][244] -> [PASS][245] +3 other tests pass
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@device_reset@unbind-reset-rebind.html
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@device_reset@unbind-reset-rebind.html

  * igt@gem_eio@kms:
    - shard-dg1:          [FAIL][246] ([i915#5784]) -> [PASS][247]
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-12/igt@gem_eio@kms.html
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-15/igt@gem_eio@kms.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-rkl:          [FAIL][248] ([i915#2842]) -> [PASS][249]
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
    - shard-tglu:         [FAIL][250] ([i915#2842]) -> [PASS][251]
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_params@no-blt:
    - shard-dg2:          [SKIP][252] ([fdo#109283] / [i915#2575]) -> [PASS][253]
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_params@no-blt.html
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_exec_params@no-blt.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-glk:          [INCOMPLETE][254] ([i915#5566]) -> [PASS][255]
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-glk9/igt@gen9_exec_parse@allowed-single.html
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-glk4/igt@gen9_exec_parse@allowed-single.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-rkl:          [INCOMPLETE][256] ([i915#9849]) -> [PASS][257]
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html
    - shard-tglu:         [INCOMPLETE][258] ([i915#9200]) -> [PASS][259]
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_rpm@gem-idle:
    - shard-dg2:          [SKIP][260] ([i915#9980]) -> [PASS][261] +5 other tests pass
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@i915_pm_rpm@gem-idle.html
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@i915_pm_rpm@gem-idle.html

  * igt@kms_addfb_basic@addfb25-yf-tiled-legacy:
    - shard-dg2:          [SKIP][262] ([i915#2575] / [i915#5190]) -> [PASS][263]
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-mtlp:         [FAIL][264] ([i915#5138]) -> [PASS][265]
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_fb@linear-64bpp-rotate-180:
    - shard-dg2:          [SKIP][266] ([fdo#109315]) -> [PASS][267] +44 other tests pass
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_big_fb@linear-64bpp-rotate-180.html
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_big_fb@linear-64bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-tglu:         [FAIL][268] ([i915#3743]) -> [PASS][269]
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_cursor_legacy@single-move@all-pipes:
    - shard-mtlp:         [DMESG-WARN][270] ([i915#2017]) -> [PASS][271]
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-5/igt@kms_cursor_legacy@single-move@all-pipes.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
    - shard-snb:          [SKIP][272] ([fdo#109271]) -> [PASS][273] +4 other tests pass
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_pm_rpm@i2c:
    - shard-dg2:          [FAIL][274] ([i915#8717]) -> [PASS][275]
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@kms_pm_rpm@i2c.html
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@kms_pm_rpm@i2c.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [SKIP][276] ([i915#9519]) -> [PASS][277] +3 other tests pass
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_sysfs_edid_timing:
    - shard-dg2:          [FAIL][278] ([IGT#2]) -> [PASS][279]
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@kms_sysfs_edid_timing.html
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_sysfs_edid_timing.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
    - shard-snb:          [FAIL][280] ([i915#9196]) -> [PASS][281]
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html

  * igt@perf_pmu@invalid-init:
    - shard-dg2:          [SKIP][282] ([i915#5608]) -> [PASS][283] +9 other tests pass
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@perf_pmu@invalid-init.html
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@perf_pmu@invalid-init.html

  * igt@syncobj_timeline@wait-all-for-submit-delayed-submit:
    - shard-dg2:          [SKIP][284] ([i915#2575]) -> [PASS][285] +162 other tests pass
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html

  
#### Warnings ####

  * igt@api_intel_bb@object-reloc-purge-cache:
    - shard-dg2:          [SKIP][286] ([i915#8411]) -> [SKIP][287] ([i915#2575]) +1 other test skip
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@api_intel_bb@object-reloc-purge-cache.html
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@api_intel_bb@object-reloc-purge-cache.html

  * igt@api_intel_bb@render-ccs:
    - shard-dg2:          [FAIL][288] ([i915#6122]) -> [SKIP][289] ([i915#2575])
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@api_intel_bb@render-ccs.html
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@api_intel_bb@render-ccs.html

  * igt@device_reset@unbind-reset-rebind:
    - shard-dg1:          [ABORT][290] ([i915#9618]) -> [INCOMPLETE][291] ([i915#9408] / [i915#9618])
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@device_reset@unbind-reset-rebind.html

  * igt@drm_fdinfo@virtual-busy-all:
    - shard-dg2:          [SKIP][292] ([i915#8414]) -> [SKIP][293] ([i915#5608]) +3 other tests skip
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@drm_fdinfo@virtual-busy-all.html
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@drm_fdinfo@virtual-busy-all.html

  * igt@drm_fdinfo@virtual-busy-hang-all:
    - shard-dg2:          [SKIP][294] ([i915#5608]) -> [SKIP][295] ([i915#8414])
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@drm_fdinfo@virtual-busy-hang-all.html
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@drm_fdinfo@virtual-busy-hang-all.html

  * igt@gem_close_race@multigpu-basic-process:
    - shard-dg2:          [SKIP][296] ([i915#7697]) -> [SKIP][297] ([i915#2575])
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_close_race@multigpu-basic-process.html
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-dg2:          [SKIP][298] ([i915#2575]) -> [INCOMPLETE][299] ([i915#9364])
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_create@create-ext-set-pat:
    - shard-dg2:          [SKIP][300] ([i915#8562]) -> [SKIP][301] ([i915#2575])
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@gem_create@create-ext-set-pat.html
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_create@create-ext-set-pat.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-dg2:          [SKIP][302] ([i915#2575]) -> [SKIP][303] ([fdo#109314])
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_ctx_param@set-priority-not-supported.html
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@hang:
    - shard-dg2:          [SKIP][304] ([i915#2575]) -> [SKIP][305] ([i915#8555]) +1 other test skip
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_ctx_persistence@hang.html
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_ctx_persistence@hang.html

  * igt@gem_ctx_persistence@heartbeat-close:
    - shard-dg2:          [SKIP][306] ([i915#8555]) -> [SKIP][307] ([i915#2575])
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-close.html
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-close.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-dg2:          [SKIP][308] ([i915#2575]) -> [SKIP][309] ([i915#280]) +1 other test skip
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_eio@hibernate:
    - shard-dg2:          [ABORT][310] ([i915#10030] / [i915#7975] / [i915#8213]) -> [SKIP][311] ([i915#2575])
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@gem_eio@hibernate.html
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_eio@hibernate.html

  * igt@gem_exec_balancer@bonded-pair:
    - shard-dg2:          [SKIP][312] ([i915#4771]) -> [SKIP][313] ([i915#2575])
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@gem_exec_balancer@bonded-pair.html
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_balancer@bonded-pair.html

  * igt@gem_exec_balancer@bonded-semaphore:
    - shard-dg2:          [SKIP][314] ([i915#4812]) -> [SKIP][315] ([i915#2575])
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_exec_balancer@bonded-semaphore.html
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_balancer@bonded-semaphore.html

  * igt@gem_exec_balancer@bonded-true-hang:
    - shard-dg2:          [SKIP][316] ([i915#2575]) -> [SKIP][317] ([i915#4812])
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_balancer@bonded-true-hang.html
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@gem_exec_balancer@bonded-true-hang.html

  * igt@gem_exec_balancer@invalid-bonds:
    - shard-dg2:          [SKIP][318] ([i915#2575]) -> [SKIP][319] ([i915#4036])
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_exec_balancer@invalid-bonds.html

  * igt@gem_exec_capture@many-4k-incremental:
    - shard-dg2:          [FAIL][320] ([i915#9606]) -> [SKIP][321] ([i915#2575])
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_exec_capture@many-4k-incremental.html
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_capture@many-4k-incremental.html

  * igt@gem_exec_fair@basic-none-rrul:
    - shard-dg2:          [SKIP][322] ([i915#3539] / [i915#4852]) -> [SKIP][323] ([i915#2575]) +3 other tests skip
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_exec_fair@basic-none-rrul.html
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_fair@basic-none-rrul.html

  * igt@gem_exec_fair@basic-none-share:
    - shard-dg2:          [SKIP][324] ([i915#2575]) -> [SKIP][325] ([i915#3539] / [i915#4852]) +4 other tests skip
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_fair@basic-none-share.html
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_exec_fair@basic-none-share.html

  * igt@gem_exec_fair@basic-pace-solo:
    - shard-dg2:          [SKIP][326] ([i915#2575]) -> [SKIP][327] ([i915#3539]) +2 other tests skip
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_exec_fair@basic-pace-solo.html

  * igt@gem_exec_fair@basic-sync:
    - shard-dg2:          [SKIP][328] ([i915#3539]) -> [SKIP][329] ([i915#2575])
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_fair@basic-sync.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-dg2:          [SKIP][330] ([fdo#109283] / [i915#5107]) -> [SKIP][331] ([fdo#109283] / [i915#2575])
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_exec_params@rsvd2-dirt.html
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-active:
    - shard-dg2:          [SKIP][332] ([i915#3281]) -> [SKIP][333] ([i915#2575]) +13 other tests skip
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@gem_exec_reloc@basic-active.html
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_reloc@basic-active.html

  * igt@gem_exec_reloc@basic-write-read-active:
    - shard-dg2:          [SKIP][334] ([i915#2575]) -> [SKIP][335] ([i915#3281]) +15 other tests skip
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_exec_reloc@basic-write-read-active.html

  * igt@gem_exec_schedule@preempt-queue-contexts:
    - shard-dg2:          [SKIP][336] ([i915#4537] / [i915#4812]) -> [SKIP][337] ([i915#2575])
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-contexts.html
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-contexts.html

  * igt@gem_exec_schedule@reorder-wide:
    - shard-dg2:          [SKIP][338] ([i915#2575]) -> [SKIP][339] ([i915#4537] / [i915#4812])
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_exec_schedule@reorder-wide.html

  * igt@gem_fence_thrash@bo-write-verify-y:
    - shard-dg2:          [SKIP][340] ([i915#4860]) -> [SKIP][341] ([i915#2575])
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_fence_thrash@bo-write-verify-y.html
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-y.html

  * igt@gem_fenced_exec_thrash@too-many-fences:
    - shard-dg2:          [SKIP][342] ([i915#2575]) -> [SKIP][343] ([i915#4860])
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_fenced_exec_thrash@too-many-fences.html
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_fenced_exec_thrash@too-many-fences.html

  * igt@gem_media_fill@media-fill:
    - shard-dg2:          [SKIP][344] ([i915#2575]) -> [SKIP][345] ([i915#8289])
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_media_fill@media-fill.html
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_media_fill@media-fill.html

  * igt@gem_mmap_gtt@fault-concurrent-x:
    - shard-dg2:          [SKIP][346] ([i915#4077]) -> [SKIP][347] ([i915#2575]) +14 other tests skip
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_mmap_gtt@fault-concurrent-x.html
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_mmap_gtt@fault-concurrent-x.html

  * igt@gem_mmap_gtt@hang:
    - shard-dg2:          [SKIP][348] ([i915#2575]) -> [SKIP][349] ([i915#4077]) +10 other tests skip
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_mmap_gtt@hang.html
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_mmap_gtt@hang.html

  * igt@gem_mmap_wc@write-cpu-read-wc:
    - shard-dg2:          [SKIP][350] ([i915#4083]) -> [SKIP][351] ([i915#2575]) +4 other tests skip
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@gem_mmap_wc@write-cpu-read-wc.html
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_mmap_wc@write-cpu-read-wc.html

  * igt@gem_mmap_wc@write-prefaulted:
    - shard-dg2:          [SKIP][352] ([i915#2575]) -> [SKIP][353] ([i915#4083]) +8 other tests skip
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_mmap_wc@write-prefaulted.html
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_mmap_wc@write-prefaulted.html

  * igt@gem_partial_pwrite_pread@reads:
    - shard-dg2:          [SKIP][354] ([i915#3282]) -> [SKIP][355] ([i915#2575]) +3 other tests skip
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@gem_partial_pwrite_pread@reads.html
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_partial_pwrite_pread@reads.html

  * igt@gem_partial_pwrite_pread@reads-uncached:
    - shard-dg2:          [SKIP][356] ([i915#2575]) -> [SKIP][357] ([i915#3282]) +8 other tests skip
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_partial_pwrite_pread@reads-uncached.html
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_partial_pwrite_pread@reads-uncached.html

  * igt@gem_pxp@protected-raw-src-copy-not-readible:
    - shard-dg2:          [SKIP][358] ([i915#2575]) -> [SKIP][359] ([i915#4270]) +3 other tests skip
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_pxp@protected-raw-src-copy-not-readible.html
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_pxp@protected-raw-src-copy-not-readible.html

  * igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
    - shard-dg2:          [SKIP][360] ([i915#4270]) -> [SKIP][361] ([i915#2575]) +5 other tests skip
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html

  * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
    - shard-dg2:          [SKIP][362] ([i915#5190]) -> [SKIP][363] ([i915#2575] / [i915#5190]) +6 other tests skip
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html

  * igt@gem_set_tiling_vs_blt@untiled-to-tiled:
    - shard-dg2:          [SKIP][364] ([i915#2575]) -> [SKIP][365] ([i915#4079]) +1 other test skip
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html

  * igt@gem_softpin@evict-snoop:
    - shard-dg2:          [SKIP][366] ([i915#2575]) -> [SKIP][367] ([i915#4885])
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_softpin@evict-snoop.html
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@gem_softpin@evict-snoop.html

  * igt@gem_softpin@evict-snoop-interruptible:
    - shard-dg2:          [SKIP][368] ([i915#4885]) -> [SKIP][369] ([i915#2575])
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_softpin@evict-snoop-interruptible.html
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_softpin@evict-snoop-interruptible.html

  * igt@gem_tiled_pread_pwrite:
    - shard-dg2:          [SKIP][370] ([i915#4079]) -> [SKIP][371] ([i915#2575])
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@gem_tiled_pread_pwrite.html
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_tiled_pread_pwrite.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-dg2:          [SKIP][372] ([i915#2575]) -> [SKIP][373] ([i915#3297]) +1 other test skip
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-dg2:          [SKIP][374] ([i915#3297]) -> [SKIP][375] ([i915#2575]) +4 other tests skip
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gem_userptr_blits@dmabuf-unsync.html
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy:
    - shard-dg2:          [SKIP][376] ([i915#3297] / [i915#4880]) -> [SKIP][377] ([i915#2575]) +1 other test skip
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
    - shard-dg2:          [SKIP][378] ([i915#2575]) -> [SKIP][379] ([i915#3297] / [i915#4880])
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html

  * igt@gen3_render_mixed_blits:
    - shard-dg2:          [SKIP][380] ([i915#2575]) -> [SKIP][381] ([fdo#109289]) +4 other tests skip
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gen3_render_mixed_blits.html
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-6/igt@gen3_render_mixed_blits.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-dg2:          [SKIP][382] ([i915#2575]) -> [SKIP][383] ([i915#2856]) +3 other tests skip
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@gen9_exec_parse@shadow-peek.html
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@gen9_exec_parse@shadow-peek.html

  * igt@gen9_exec_parse@unaligned-access:
    - shard-dg2:          [SKIP][384] ([i915#2856]) -> [SKIP][385] ([i915#2575]) +6 other tests skip
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@gen9_exec_parse@unaligned-access.html
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@gen9_exec_parse@unaligned-access.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-mtlp:         [ABORT][386] ([i915#9697]) -> [ABORT][387] ([i915#9820])
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
    - shard-dg2:          [SKIP][388] ([fdo#109293] / [fdo#109506]) -> [SKIP][389] ([i915#9980])
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html

  * igt@i915_pm_rps@min-max-config-loaded:
    - shard-dg2:          [SKIP][390] ([i915#2575]) -> [SKIP][391] ([i915#6621])
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@i915_pm_rps@min-max-config-loaded.html

  * igt@i915_pm_sseu@full-enable:
    - shard-dg2:          [SKIP][392] ([i915#2575]) -> [SKIP][393] ([i915#4387])
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@i915_pm_sseu@full-enable.html
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@i915_pm_sseu@full-enable.html

  * igt@kms_addfb_basic@basic-y-tiled-legacy:
    - shard-dg2:          [SKIP][394] ([i915#2575] / [i915#5190]) -> [SKIP][395] ([i915#4215] / [i915#5190])
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_addfb_basic@basic-y-tiled-legacy.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-dg2:          [SKIP][396] ([i915#2575]) -> [SKIP][397] ([i915#4212]) +1 other test skip
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_async_flips@crc@pipe-d-edp-1:
    - shard-mtlp:         [DMESG-FAIL][398] ([i915#8561]) -> [FAIL][399] ([i915#8247]) +1 other test fail
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-mtlp-2/igt@kms_async_flips@crc@pipe-d-edp-1.html
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-mtlp-7/igt@kms_async_flips@crc@pipe-d-edp-1.html

  * igt@kms_async_flips@invalid-async-flip:
    - shard-dg2:          [SKIP][400] ([i915#6228]) -> [SKIP][401] ([i915#2575])
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@kms_async_flips@invalid-async-flip.html
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-dg2:          [SKIP][402] ([i915#9531]) -> [SKIP][403] ([i915#2575])
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-dg2:          [SKIP][404] ([i915#2575]) -> [SKIP][405] ([i915#1769] / [i915#3555])
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-270:
    - shard-dg2:          [SKIP][406] ([fdo#109315]) -> [SKIP][407] ([fdo#111614]) +5 other tests skip
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-dg2:          [SKIP][408] ([fdo#111614]) -> [SKIP][409] ([fdo#109315]) +2 other tests skip
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-0:
    - shard-dg2:          [SKIP][410] ([fdo#109315] / [i915#5190]) -> [SKIP][411] ([i915#5190]) +8 other tests skip
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-dg2:          [SKIP][412] ([i915#5190]) -> [SKIP][413] ([fdo#109315] / [i915#5190]) +6 other tests skip
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-dg2:          [SKIP][414] ([i915#4538] / [i915#5190]) -> [SKIP][415] ([fdo#109315] / [i915#5190]) +8 other tests skip
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
    - shard-dg2:          [SKIP][416] ([fdo#109315] / [i915#5190]) -> [SKIP][417] ([i915#4538] / [i915#5190]) +4 other tests skip
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html

  * igt@kms_big_joiner@basic:
    - shard-dg2:          [SKIP][418] ([fdo#109315]) -> [SKIP][419] ([i915#2705]) +1 other test skip
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_big_joiner@basic.html
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-7/igt@kms_big_joiner@basic.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-mtl-mc-ccs:
    - shard-dg2:          [SKIP][420] ([fdo#109315]) -> [SKIP][421] ([i915#5354]) +105 other tests skip
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-mtl-mc-ccs.html
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-4-tiled-mtl-mc-ccs:
    - shard-dg2:          [SKIP][422] ([i915#5354]) -> [SKIP][423] ([fdo#109315]) +101 other tests skip
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_ccs@pipe-d-missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_ccs@pipe-d-missing-ccs-buffer-4-tiled-mtl-mc-ccs.html

  * igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-dg2-rc-ccs:
    - shard-dg1:          [SKIP][424] ([i915#5354] / [i915#6095]) -> [SKIP][425] ([i915#4423] / [i915#5354] / [i915#6095])
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-18/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-dg2-rc-ccs.html
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-19/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-dg2-rc-ccs.html

  * igt@kms_chamelium_color@ctm-green-to-red:
    - shard-dg2:          [SKIP][426] ([i915#2575]) -> [SKIP][427] ([fdo#111827]) +1 other test skip
   [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_chamelium_color@ctm-green-to-red.html
   [427]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_chamelium_color@ctm-green-to-red.html

  * igt@kms_chamelium_color@ctm-red-to-blue:
    - shard-dg2:          [SKIP][428] ([fdo#111827]) -> [SKIP][429] ([i915#2575])
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-1/igt@kms_chamelium_color@ctm-red-to-blue.html
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_chamelium_color@ctm-red-to-blue.html

  * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
    - shard-dg2:          [SKIP][430] ([i915#7828]) -> [SKIP][431] ([i915#2575]) +14 other tests skip
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-7/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html

  * igt@kms_chamelium_frames@hdmi-crc-fast:
    - shard-dg2:          [SKIP][432] ([i915#2575]) -> [SKIP][433] ([i915#7828]) +10 other tests skip
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-fast.html
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@kms_chamelium_frames@hdmi-crc-fast.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-dg2:          [SKIP][434] ([i915#3299]) -> [SKIP][435] ([i915#2575]) +1 other test skip
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-0.html
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-dg2:          [SKIP][436] ([i915#2575]) -> [SKIP][437] ([i915#3299])
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html
   [437]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-5/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@lic:
    - shard-dg2:          [SKIP][438] ([i915#7118]) -> [SKIP][439] ([i915#2575])
   [438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-2/igt@kms_content_protection@lic.html
   [439]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_content_protection@lic.html

  * igt@kms_content_protection@mei-interface:
    - shard-dg2:          [SKIP][440] ([i915#9424]) -> [SKIP][441] ([i915#2575])
   [440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_content_protection@mei-interface.html
   [441]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_content_protection@mei-interface.html
    - shard-dg1:          [SKIP][442] ([i915#9424]) -> [SKIP][443] ([i915#9433])
   [442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg1-16/igt@kms_content_protection@mei-interface.html
   [443]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg1-13/igt@kms_content_protection@mei-interface.html
    - shard-snb:          [SKIP][444] ([fdo#109271]) -> [INCOMPLETE][445] ([i915#9878])
   [444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-snb6/igt@kms_content_protection@mei-interface.html
   [445]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-snb7/igt@kms_content_protection@mei-interface.html

  * igt@kms_content_protection@srm:
    - shard-dg2:          [SKIP][446] ([i915#2575]) -> [SKIP][447] ([i915#7118]) +1 other test skip
   [446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_content_protection@srm.html
   [447]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@cursor-random-512x512:
    - shard-dg2:          [SKIP][448] ([i915#3359]) -> [SKIP][449] ([i915#2575]) +3 other tests skip
   [448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x512.html
   [449]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-dg2:          [SKIP][450] ([i915#2575]) -> [SKIP][451] ([i915#3359])
   [450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
   [451]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-max-size:
    - shard-dg2:          [SKIP][452] ([i915#2575]) -> [SKIP][453] ([i915#3555]) +12 other tests skip
   [452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
   [453]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-1/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-32x10:
    - shard-dg2:          [SKIP][454] ([i915#3555]) -> [SKIP][455] ([i915#2575]) +5 other tests skip
   [454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
   [455]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-32x10.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-dg2:          [SKIP][456] ([i915#2575]) -> [SKIP][457] ([fdo#109274] / [fdo#111767] / [i915#5354])
   [456]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14103/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
   [457]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_128343v2/shard-dg2-10/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
    - shard-dg2:          [SKIP][458] ([i915#2575]) -> [SKIP][459] ([fdo#109274] / [i915#5354]) +5 other tests skip
   [458]: https://int

== Logs ==

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

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

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

* Re: [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs
  2024-01-10  1:03 [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Juan Escamilla
  2024-01-10  1:36 ` ✓ Fi.CI.BAT: success for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2) Patchwork
  2024-01-10  8:50 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2024-01-10 20:11 ` Rodrigo Vivi
  2 siblings, 0 replies; 5+ messages in thread
From: Rodrigo Vivi @ 2024-01-10 20:11 UTC (permalink / raw)
  To: Juan Escamilla; +Cc: intel-gfx


On Tue, Jan 09, 2024 at 05:03:00PM -0800, Juan Escamilla wrote:
> Currently if rc6 is supported, it gets enabled and the sysfs files for
> rc6_enable_show and rc6_enable_dev_show uses masks to check information
> from drm_i915_private.
> 
> However rc6_support functions take more variables and conditions into
> consideration and thus these masks are not enough for most of the modern
> hardware and it is simpley lyting to the user.
> 
> Let's fix it by at least use the rc6.supported flag from intel_gt
> information.
> 
> Signed-off-by: Juan Escamilla <jcescami@wasd.net>


Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
and pushing this right now, thanks for your patch

> ---
>  drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 18 ++----------------
>  1 file changed, 2 insertions(+), 16 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
> index f0dea54880af..2d3c4dab6d21 100644
> --- a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
> +++ b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
> @@ -176,27 +176,13 @@ static u32 get_residency(struct intel_gt *gt, enum intel_rc6_res_type id)
>  	return DIV_ROUND_CLOSEST_ULL(res, 1000);
>  }
>  
> -static u8 get_rc6_mask(struct intel_gt *gt)
> -{
> -	u8 mask = 0;
> -
> -	if (HAS_RC6(gt->i915))
> -		mask |= BIT(0);
> -	if (HAS_RC6p(gt->i915))
> -		mask |= BIT(1);
> -	if (HAS_RC6pp(gt->i915))
> -		mask |= BIT(2);
> -
> -	return mask;
> -}
> -
>  static ssize_t rc6_enable_show(struct kobject *kobj,
>  			       struct kobj_attribute *attr,
>  			       char *buff)
>  {
>  	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name);
>  
> -	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
> +	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
>  }
>  
>  static ssize_t rc6_enable_dev_show(struct device *dev,
> @@ -205,7 +191,7 @@ static ssize_t rc6_enable_dev_show(struct device *dev,
>  {
>  	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(&dev->kobj, attr->attr.name);
>  
> -	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
> +	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
>  }
>  
>  static u32 __rc6_residency_ms_show(struct intel_gt *gt)
> -- 
> 2.43.0
> 

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

* [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs
@ 2024-01-09  1:30 Juan Escamilla
  0 siblings, 0 replies; 5+ messages in thread
From: Juan Escamilla @ 2024-01-09  1:30 UTC (permalink / raw)
  To: intel-gfx; +Cc: Juan Escamilla

Currently if rc6 is supported, it gets enabled and the sysfs files for
rc6_enable_show and rc6_enable_dev_show uses masks to check information
from drm_i915_private.

However rc6_support functions take more variables and conditions into
consideration and thus these masks are not enough for most of the modern
hardware and it is simpley lyting to the user.

Let's fix it by at least use the rc6.supported flag from intel_gt information.

Signed-off-by: Juan Escamilla <jcescami@wasd.net>
---
 drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
index f0dea54880af..2d3c4dab6d21 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
+++ b/drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c
@@ -176,27 +176,13 @@ static u32 get_residency(struct intel_gt *gt, enum intel_rc6_res_type id)
 	return DIV_ROUND_CLOSEST_ULL(res, 1000);
 }
 
-static u8 get_rc6_mask(struct intel_gt *gt)
-{
-	u8 mask = 0;
-
-	if (HAS_RC6(gt->i915))
-		mask |= BIT(0);
-	if (HAS_RC6p(gt->i915))
-		mask |= BIT(1);
-	if (HAS_RC6pp(gt->i915))
-		mask |= BIT(2);
-
-	return mask;
-}
-
 static ssize_t rc6_enable_show(struct kobject *kobj,
 			       struct kobj_attribute *attr,
 			       char *buff)
 {
 	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(kobj, attr->attr.name);
 
-	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
+	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
 }
 
 static ssize_t rc6_enable_dev_show(struct device *dev,
@@ -205,7 +191,7 @@ static ssize_t rc6_enable_dev_show(struct device *dev,
 {
 	struct intel_gt *gt = intel_gt_sysfs_get_drvdata(&dev->kobj, attr->attr.name);
 
-	return sysfs_emit(buff, "%x\n", get_rc6_mask(gt));
+	return sysfs_emit(buff, "%x\n", gt->rc6.supported);
 }
 
 static u32 __rc6_residency_ms_show(struct intel_gt *gt)
-- 
2.43.0


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

end of thread, other threads:[~2024-01-10 20:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10  1:03 [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Juan Escamilla
2024-01-10  1:36 ` ✓ Fi.CI.BAT: success for drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs (rev2) Patchwork
2024-01-10  8:50 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-01-10 20:11 ` [PATCH] drm/i915/gt: Use rc6.supported flag from intel_gt for rc6_enable sysfs Rodrigo Vivi
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09  1:30 Juan Escamilla

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