Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
@ 2025-02-10  5:58 ` Sharma, Swati2
  2025-02-10  8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Sharma, Swati2 @ 2025-02-10  5:58 UTC (permalink / raw)
  To: Jeevan B, igt-dev; +Cc: pranay.samala

LGTM

Reviewed-by: Swati Sharma <swati2.sharma@intel.com>


On 10-02-2025 11:40 am, Jeevan B wrote:
> extended mode test needs minimum 2 display to run, so add igt_require
> to check if the required criteria is met or not.
>
> v2: Fix commit message.
> v3: Update subject.
>
> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
>   tests/kms_display_modes.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/kms_display_modes.c b/tests/kms_display_modes.c
> index e41c60cc0..117f82325 100644
> --- a/tests/kms_display_modes.c
> +++ b/tests/kms_display_modes.c
> @@ -335,8 +335,10 @@ igt_main
>   	}
>   
>   	igt_describe("Test for validating display extended mode with a pair of connected displays");
> -	igt_subtest_with_dynamic("extended-mode-basic")
> +	igt_subtest_with_dynamic("extended-mode-basic") {
> +		igt_require_f(count > 1, "Minimum 2 outputs are required\n");
>   		run_extendedmode_test(&data);
> +	}
>   
>   	igt_describe("Negative test for validating display extended mode with a pair of connected "
>   		     "2k-4k or 4k-4k displays");


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

* [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
@ 2025-02-10  6:10 Jeevan B
  2025-02-10  5:58 ` Sharma, Swati2
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jeevan B @ 2025-02-10  6:10 UTC (permalink / raw)
  To: igt-dev; +Cc: swati2.sharma, pranay.samala, Jeevan B

extended mode test needs minimum 2 display to run, so add igt_require
to check if the required criteria is met or not.

v2: Fix commit message.
v3: Update subject.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/kms_display_modes.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/kms_display_modes.c b/tests/kms_display_modes.c
index e41c60cc0..117f82325 100644
--- a/tests/kms_display_modes.c
+++ b/tests/kms_display_modes.c
@@ -335,8 +335,10 @@ igt_main
 	}
 
 	igt_describe("Test for validating display extended mode with a pair of connected displays");
-	igt_subtest_with_dynamic("extended-mode-basic")
+	igt_subtest_with_dynamic("extended-mode-basic") {
+		igt_require_f(count > 1, "Minimum 2 outputs are required\n");
 		run_extendedmode_test(&data);
+	}
 
 	igt_describe("Negative test for validating display extended mode with a pair of connected "
 		     "2k-4k or 4k-4k displays");
-- 
2.25.1


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

* ✓ Xe.CI.BAT: success for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
  2025-02-10  5:58 ` Sharma, Swati2
@ 2025-02-10  8:43 ` Patchwork
  2025-02-10  8:55 ` ✓ i915.CI.BAT: " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-02-10  8:43 UTC (permalink / raw)
  To: Jeevan B; +Cc: igt-dev

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

== Series Details ==

Series: tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL   : https://patchwork.freedesktop.org/series/144570/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_8227_BAT -> XEIGTPW_12567_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (8 -> 8)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8227 -> IGTPW_12567
  * Linux: xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7 -> xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe

  IGTPW_12567: 12567
  IGT_8227: 8227
  xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7: e886a5edb53ade13f69b5809cbe03d7aa73885a7
  xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe: 24a5696cb262c7829956cc708c7fc715fefc92fe

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/index.html

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

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

* ✓ i915.CI.BAT: success for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
  2025-02-10  5:58 ` Sharma, Swati2
  2025-02-10  8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2025-02-10  8:55 ` Patchwork
  2025-02-10 10:17 ` ✗ Xe.CI.Full: failure " Patchwork
  2025-02-10 11:01 ` ✗ i915.CI.Full: " Patchwork
  4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2025-02-10  8:55 UTC (permalink / raw)
  To: Jeevan B; +Cc: igt-dev

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

== Series Details ==

Series: tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL   : https://patchwork.freedesktop.org/series/144570/
State : success

== Summary ==

CI Bug Log - changes from IGT_8227 -> IGTPW_12567
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

  Additional (2): fi-rkl-11600 fi-bsw-n3050 
  Missing    (3): fi-blb-e6850 fi-glk-j4005 fi-snb-2520m 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@debugfs_test@basic-hwmon:
    - fi-rkl-11600:       NOTRUN -> [SKIP][1] ([i915#9318])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@debugfs_test@basic-hwmon.html

  * igt@gem_huc_copy@huc-copy:
    - fi-rkl-11600:       NOTRUN -> [SKIP][2] ([i915#2190])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html

  * igt@gem_lmem_swapping@basic:
    - fi-rkl-11600:       NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@gem_lmem_swapping@basic.html

  * igt@gem_tiled_pread_basic:
    - fi-rkl-11600:       NOTRUN -> [SKIP][4] ([i915#3282])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@gem_tiled_pread_basic.html

  * igt@i915_module_load@load:
    - bat-mtlp-9:         [PASS][5] -> [DMESG-WARN][6] ([i915#13494])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8227/bat-mtlp-9/igt@i915_module_load@load.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/bat-mtlp-9/igt@i915_module_load@load.html

  * igt@i915_selftest@live@workarounds:
    - bat-mtlp-6:         [PASS][7] -> [DMESG-FAIL][8] ([i915#12061]) +1 other test dmesg-fail
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8227/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
    - bat-arls-6:         [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8227/bat-arls-6/igt@i915_selftest@live@workarounds.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/bat-arls-6/igt@i915_selftest@live@workarounds.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - fi-rkl-11600:       NOTRUN -> [SKIP][11] ([i915#4103]) +1 other test skip
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_dsc@dsc-basic:
    - fi-rkl-11600:       NOTRUN -> [SKIP][12] ([i915#3555] / [i915#3840])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_dsc@dsc-basic.html

  * igt@kms_force_connector_basic@force-load-detect:
    - fi-rkl-11600:       NOTRUN -> [SKIP][13]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_pm_backlight@basic-brightness:
    - fi-rkl-11600:       NOTRUN -> [SKIP][14] ([i915#5354])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr@psr-primary-mmap-gtt:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][15] +20 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-bsw-n3050/igt@kms_psr@psr-primary-mmap-gtt.html

  * igt@kms_psr@psr-primary-page-flip:
    - fi-rkl-11600:       NOTRUN -> [SKIP][16] ([i915#1072] / [i915#9732]) +3 other tests skip
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_psr@psr-primary-page-flip.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - fi-rkl-11600:       NOTRUN -> [SKIP][17] ([i915#3555])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@prime_vgem@basic-read:
    - fi-rkl-11600:       NOTRUN -> [SKIP][18] ([i915#3291] / [i915#3708]) +2 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-rkl-11600/igt@prime_vgem@basic-read.html

  
#### Possible fixes ####

  * igt@i915_selftest@live:
    - bat-rplp-1:         [DMESG-WARN][19] ([i915#13570]) -> [PASS][20] +1 other test pass
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8227/bat-rplp-1/igt@i915_selftest@live.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/bat-rplp-1/igt@i915_selftest@live.html

  * igt@i915_selftest@live@late_gt_pm:
    - fi-cfl-8109u:       [DMESG-WARN][21] ([i915#11621]) -> [PASS][22] +132 other tests pass
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8227/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html

  
  [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
  [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
  [i915#13494]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13494
  [i915#13570]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13570
  [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
  [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
  [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
  [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
  [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
  [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
  [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
  [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
  [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
  [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
  [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732


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

  * CI: CI-20190529 -> None
  * IGT: IGT_8227 -> IGTPW_12567
  * Linux: CI_DRM_16090 -> CI_DRM_16094

  CI-20190529: 20190529
  CI_DRM_16090: 4f934139887fd60bd4ac9027b7eec3e86ade8085 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_16094: 24a5696cb262c7829956cc708c7fc715fefc92fe @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_12567: 12567
  IGT_8227: 8227

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
                   ` (2 preceding siblings ...)
  2025-02-10  8:55 ` ✓ i915.CI.BAT: " Patchwork
@ 2025-02-10 10:17 ` Patchwork
  2025-02-10 14:59   ` B, Jeevan
  2025-02-10 11:01 ` ✗ i915.CI.Full: " Patchwork
  4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2025-02-10 10:17 UTC (permalink / raw)
  To: Jeevan B; +Cc: igt-dev

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

== Series Details ==

Series: tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL   : https://patchwork.freedesktop.org/series/144570/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8227_full -> XEIGTPW_12567_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_12567_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_12567_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 (4 -> 4)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
    - shard-dg2-set2:     [PASS][1] -> [DMESG-WARN][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html

  * igt@kms_async_flips@crc:
    - shard-bmg:          [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_async_flips@crc.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_async_flips@crc.html

  * igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm:
    - shard-dg2-set2:     [PASS][5] -> [INCOMPLETE][6] +2 other tests incomplete
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-dg2-set2:     [PASS][7] -> [SKIP][8]
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_joiner@basic-force-big-joiner.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_joiner@basic-force-big-joiner.html

  * igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen:
    - shard-bmg:          [PASS][9] -> [FAIL][10]
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html

  * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race:
    - shard-bmg:          NOTRUN -> [DMESG-FAIL][11]
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race.html

  * igt@xe_sriov_flr@flr-twice:
    - shard-lnl:          NOTRUN -> [SKIP][12]
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_sriov_flr@flr-twice.html

  
#### Warnings ####

  * igt@kms_color@deep-color:
    - shard-dg2-set2:     [DMESG-WARN][13] ([Intel XE#1033]) -> [INCOMPLETE][14]
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_color@deep-color.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_color@deep-color.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-dg2-set2:     [SKIP][15] ([Intel XE#455]) -> [SKIP][16]
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_display_modes@extended-mode-basic.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_display_modes@extended-mode-basic.html
    - shard-lnl:          [SKIP][17] ([Intel XE#3383]) -> [SKIP][18]
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_display_modes@extended-mode-basic.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_display_modes@extended-mode-basic.html

  * igt@xe_pm@s4-vm-bind-userptr:
    - shard-dg2-set2:     [ABORT][19] ([Intel XE#4268]) -> [ABORT][20]
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s4-vm-bind-userptr.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_pm@s4-vm-bind-userptr.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2233])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][22] ([Intel XE#623])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1466])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2:
    - shard-bmg:          [PASS][24] -> [FAIL][25] ([Intel XE#827])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
    - shard-lnl:          [PASS][26] -> [FAIL][27] ([Intel XE#911]) +3 other tests fail
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#3658])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#2327]) +2 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-270:
    - shard-dg2-set2:     NOTRUN -> [SKIP][30] ([Intel XE#316]) +2 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][31] ([Intel XE#1407]) +3 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-180:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#1124]) +10 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
    - shard-lnl:          NOTRUN -> [SKIP][33] ([Intel XE#1124]) +11 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][34] ([Intel XE#1124]) +10 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-bmg:          [PASS][35] -> [SKIP][36] ([Intel XE#2314] / [Intel XE#2894])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][37] ([Intel XE#2191])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
    - shard-lnl:          NOTRUN -> [SKIP][38] ([Intel XE#1512]) +2 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#2314] / [Intel XE#2894])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-2-displays-1920x1080p:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#367]) +3 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html

  * igt@kms_bw@linear-tiling-2-displays-3840x2160p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][41] ([Intel XE#367]) +4 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
    - shard-lnl:          NOTRUN -> [SKIP][42] ([Intel XE#367]) +1 other test skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#2887]) +16 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2887]) +14 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2:
    - shard-bmg:          NOTRUN -> [SKIP][45] ([Intel XE#2652] / [Intel XE#787]) +7 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#3432])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#3432])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][48] ([Intel XE#787]) +115 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html

  * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [SKIP][49] ([Intel XE#455] / [Intel XE#787]) +38 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][50] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010])
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][51] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4010])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][52] ([Intel XE#3124] / [Intel XE#4010])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][53] ([Intel XE#1727] / [Intel XE#3113])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#2724])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][55] ([Intel XE#314])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#314])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_edid@dp-edid-change-during-suspend:
    - shard-dg2-set2:     NOTRUN -> [SKIP][57] ([Intel XE#373]) +8 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#373]) +11 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#2252]) +10 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-dg2-set2:     NOTRUN -> [FAIL][60] ([Intel XE#1178]) +1 other test fail
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_content_protection@dp-mst-lic-type-1:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#2390])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_content_protection@dp-mst-lic-type-1.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][62] ([Intel XE#307])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_content_protection@dp-mst-lic-type-1.html
    - shard-lnl:          NOTRUN -> [SKIP][63] ([Intel XE#307])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_content_protection@dp-mst-lic-type-1.html

  * igt@kms_content_protection@lic-type-0:
    - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#3278]) +2 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_content_protection@lic-type-0.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][65] ([Intel XE#1178]) +1 other test fail
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html

  * igt@kms_content_protection@mei-interface:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#2341]) +2 other tests skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_content_protection@mei-interface.html
    - shard-lnl:          NOTRUN -> [SKIP][67] ([Intel XE#1468])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_content_protection@mei-interface.html

  * igt@kms_content_protection@uevent@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][68] ([Intel XE#1188])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_content_protection@uevent@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-random-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#2320]) +1 other test skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cursor_crc@cursor-random-32x32.html
    - shard-lnl:          NOTRUN -> [SKIP][70] ([Intel XE#1424]) +2 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_cursor_crc@cursor-random-32x32.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-dg2-set2:     NOTRUN -> [SKIP][71] ([Intel XE#308]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
    - shard-lnl:          NOTRUN -> [SKIP][72] ([Intel XE#2321]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#2321]) +1 other test skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
    - shard-lnl:          NOTRUN -> [SKIP][74] ([Intel XE#309]) +5 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
    - shard-dg2-set2:     [PASS][75] -> [SKIP][76] ([Intel XE#309]) +6 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [PASS][77] -> [SKIP][78] ([Intel XE#2291]) +3 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
    - shard-bmg:          NOTRUN -> [SKIP][79] ([Intel XE#2291])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-dg2-set2:     NOTRUN -> [SKIP][80] ([Intel XE#323])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
    - shard-lnl:          NOTRUN -> [SKIP][81] ([Intel XE#323])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
    - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#2286])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][83] ([Intel XE#1508])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc:
    - shard-dg2-set2:     [PASS][84] -> [SKIP][85] ([Intel XE#455]) +1 other test skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#3070])
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#4156])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_feature_discovery@display-4x:
    - shard-bmg:          NOTRUN -> [SKIP][88] ([Intel XE#1138])
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_feature_discovery@display-4x.html
    - shard-lnl:          NOTRUN -> [SKIP][89] ([Intel XE#1138])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_feature_discovery@display-4x.html

  * igt@kms_feature_discovery@psr1:
    - shard-bmg:          NOTRUN -> [SKIP][90] ([Intel XE#2374])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_feature_discovery@psr1.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][91] ([Intel XE#1135])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_feature_discovery@psr1.html

  * igt@kms_flip@2x-blocking-absolute-wf_vblank:
    - shard-lnl:          NOTRUN -> [SKIP][92] ([Intel XE#1421]) +8 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_flip@2x-blocking-absolute-wf_vblank.html

  * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
    - shard-dg2-set2:     [PASS][93] -> [SKIP][94] ([Intel XE#310]) +4 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
    - shard-dg2-set2:     [PASS][95] -> [FAIL][96] ([Intel XE#301]) +5 other tests fail
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html

  * igt@kms_flip@2x-flip-vs-modeset:
    - shard-dg2-set2:     NOTRUN -> [SKIP][97] ([Intel XE#310]) +2 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@2x-flip-vs-modeset.html

  * igt@kms_flip@2x-plain-flip:
    - shard-bmg:          [PASS][98] -> [SKIP][99] ([Intel XE#2316]) +3 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_flip@2x-plain-flip.html
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_flip@2x-plain-flip.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-bmg:          [PASS][100] -> [FAIL][101] ([Intel XE#2882]) +1 other test fail
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@2x-wf_vblank-ts-check:
    - shard-bmg:          [PASS][102] -> [DMESG-FAIL][103] ([Intel XE#4172]) +1 other test dmesg-fail
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_flip@2x-wf_vblank-ts-check.html
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check.html

  * igt@kms_flip@bo-too-big-interruptible@a-edp1:
    - shard-lnl:          NOTRUN -> [INCOMPLETE][104] ([Intel XE#1504]) +1 other test incomplete
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_flip@bo-too-big-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6:
    - shard-dg2-set2:     NOTRUN -> [FAIL][105] ([Intel XE#301]) +4 other tests fail
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6.html

  * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:
    - shard-bmg:          [PASS][106] -> [FAIL][107] ([Intel XE#3321])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html

  * igt@kms_flip@flip-vs-expired-vblank@b-dp4:
    - shard-dg2-set2:     [PASS][108] -> [FAIL][109] ([Intel XE#301] / [Intel XE#3321])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html

  * igt@kms_flip@flip-vs-expired-vblank@d-dp2:
    - shard-bmg:          NOTRUN -> [FAIL][110] ([Intel XE#3321])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html

  * igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset:
    - shard-dg2-set2:     [PASS][111] -> [DMESG-WARN][112] ([Intel XE#2955])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html

  * igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset@d-hdmi-a3:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][113] ([Intel XE#4172]) +12 other tests dmesg-warn
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset@d-hdmi-a3.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2:
    - shard-bmg:          NOTRUN -> [FAIL][114] ([Intel XE#2882])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1:
    - shard-lnl:          [PASS][115] -> [FAIL][116] ([Intel XE#886]) +1 other test fail
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6:
    - shard-dg2-set2:     [PASS][117] -> [FAIL][118] ([Intel XE#886])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][119] ([Intel XE#2293] / [Intel XE#2380]) +3 other tests skip
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][120] ([Intel XE#1401]) +4 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][121] ([Intel XE#1397] / [Intel XE#1745])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][122] ([Intel XE#1397])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][123] ([Intel XE#1401] / [Intel XE#1745]) +4 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][124] ([Intel XE#2293]) +3 other tests skip
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@force-connector-state:
    - shard-lnl:          NOTRUN -> [SKIP][125] ([Intel XE#352])
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_force_connector_basic@force-connector-state.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][126] ([Intel XE#2312]) +12 other tests skip
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt:
    - shard-lnl:          NOTRUN -> [SKIP][127] ([Intel XE#656]) +45 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][128] ([Intel XE#2311]) +22 other tests skip
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
    - shard-dg2-set2:     NOTRUN -> [SKIP][129] ([Intel XE#656]) +11 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][130] ([Intel XE#4141]) +9 other tests skip
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
    - shard-dg2-set2:     [PASS][131] -> [SKIP][132] ([Intel XE#656]) +5 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move:
    - shard-lnl:          NOTRUN -> [SKIP][133] ([Intel XE#651]) +15 other tests skip
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render:
    - shard-dg2-set2:     NOTRUN -> [SKIP][134] ([Intel XE#651]) +21 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
    - shard-dg2-set2:     NOTRUN -> [SKIP][135] ([Intel XE#653]) +22 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][136] ([Intel XE#2313]) +22 other tests skip
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html

  * igt@kms_getfb@getfb-reject-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][137] ([Intel XE#2502])
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_getfb@getfb-reject-ccs.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][138] ([Intel XE#605])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_getfb@getfb-reject-ccs.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][139] ([Intel XE#2927])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_joiner@basic-ultra-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][140] ([Intel XE#2927])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_joiner@basic-ultra-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][141] ([Intel XE#2927])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][142] ([Intel XE#346])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][143] ([Intel XE#346])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_joiner@invalid-modeset-big-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][144] ([Intel XE#346])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-bmg:          NOTRUN -> [SKIP][145] ([Intel XE#2501])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][146] ([Intel XE#356])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-lnl:          NOTRUN -> [SKIP][147] ([Intel XE#356])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][148] ([Intel XE#599]) +4 other tests skip
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html

  * igt@kms_plane_lowres@tiling-y:
    - shard-dg2-set2:     NOTRUN -> [SKIP][149] ([Intel XE#455]) +18 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_plane_lowres@tiling-y.html
    - shard-bmg:          NOTRUN -> [SKIP][150] ([Intel XE#2393])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a:
    - shard-lnl:          NOTRUN -> [SKIP][151] ([Intel XE#2763]) +23 other tests skip
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
    - shard-bmg:          NOTRUN -> [SKIP][152] ([Intel XE#2763]) +14 other tests skip
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][153] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b:
    - shard-dg2-set2:     NOTRUN -> [SKIP][154] ([Intel XE#2763]) +5 other tests skip
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][155] ([Intel XE#2938])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_pm_backlight@brightness-with-dpms.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][156] ([Intel XE#2938])
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-bmg:          NOTRUN -> [SKIP][157] ([Intel XE#2391])
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][158] ([Intel XE#1122]) +1 other test skip
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html
    - shard-lnl:          NOTRUN -> [SKIP][159] ([Intel XE#736])
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc5-dpms:
    - shard-lnl:          [PASS][160] -> [FAIL][161] ([Intel XE#718])
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-dg2-set2:     NOTRUN -> [SKIP][162] ([Intel XE#3309])
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-lnl:          NOTRUN -> [SKIP][163] ([Intel XE#3309])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_pm_dc@dc5-retention-flops.html
    - shard-bmg:          NOTRUN -> [SKIP][164] ([Intel XE#3309])
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-lnl:          NOTRUN -> [SKIP][165] ([Intel XE#1439] / [Intel XE#3141])
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
    - shard-lnl:          NOTRUN -> [SKIP][166] ([Intel XE#2893]) +3 other tests skip
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
    - shard-bmg:          NOTRUN -> [SKIP][167] ([Intel XE#1489]) +5 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][168] ([Intel XE#1489]) +5 other tests skip
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-bmg:          NOTRUN -> [SKIP][169] ([Intel XE#2387])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_psr2_su@page_flip-xrgb8888.html
    - shard-lnl:          NOTRUN -> [SKIP][170] ([Intel XE#1128])
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@fbc-psr2-sprite-plane-move:
    - shard-dg2-set2:     NOTRUN -> [SKIP][171] ([Intel XE#2850] / [Intel XE#929]) +15 other tests skip
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html

  * igt@kms_psr@pr-primary-blt:
    - shard-lnl:          NOTRUN -> [SKIP][172] ([Intel XE#1406]) +1 other test skip
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_psr@pr-primary-blt.html

  * igt@kms_psr@psr2-sprite-blt:
    - shard-bmg:          NOTRUN -> [SKIP][173] ([Intel XE#2234] / [Intel XE#2850]) +13 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_psr@psr2-sprite-blt.html

  * igt@kms_rotation_crc@bad-pixel-format:
    - shard-bmg:          NOTRUN -> [SKIP][174] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_rotation_crc@bad-pixel-format.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][175] ([Intel XE#1127])
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][176] ([Intel XE#3414]) +2 other tests skip
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
    - shard-lnl:          NOTRUN -> [SKIP][177] ([Intel XE#3414] / [Intel XE#3904]) +3 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_sequence@get-busy:
    - shard-bmg:          [PASS][178] -> [DMESG-WARN][179] ([Intel XE#4172]) +20 other tests dmesg-warn
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@kms_sequence@get-busy.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_sequence@get-busy.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][180] ([Intel XE#2426])
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][181] ([Intel XE#362])
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
    - shard-lnl:          NOTRUN -> [SKIP][182] ([Intel XE#362])
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
    - shard-lnl:          [PASS][183] -> [FAIL][184] ([Intel XE#899])
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html

  * igt@kms_vblank@query-idle-hang@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][185] ([Intel XE#1033]) +7 other tests dmesg-warn
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_vblank@query-idle-hang@pipe-d-dp-4.html

  * igt@kms_vrr@flip-basic:
    - shard-lnl:          NOTRUN -> [FAIL][186] ([Intel XE#1522]) +3 other tests fail
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_vrr@flip-basic.html

  * igt@kms_vrr@max-min:
    - shard-bmg:          NOTRUN -> [SKIP][187] ([Intel XE#1499]) +2 other tests skip
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_vrr@max-min.html

  * igt@kms_vrr@negative-basic:
    - shard-lnl:          NOTRUN -> [SKIP][188] ([Intel XE#1499]) +1 other test skip
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_vrr@negative-basic.html
    - shard-bmg:          [PASS][189] -> [SKIP][190] ([Intel XE#1499])
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@kms_vrr@negative-basic.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_vrr@negative-basic.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [PASS][191] -> [FAIL][192] ([Intel XE#2142]) +1 other test fail
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-dg2-set2:     NOTRUN -> [SKIP][193] ([Intel XE#756])
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_writeback@writeback-fb-id.html

  * igt@sriov_basic@enable-vfs-autoprobe-off:
    - shard-bmg:          NOTRUN -> [SKIP][194] ([Intel XE#1091] / [Intel XE#2849])
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@sriov_basic@enable-vfs-autoprobe-off.html
    - shard-lnl:          NOTRUN -> [SKIP][195] ([Intel XE#1091] / [Intel XE#2849])
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@sriov_basic@enable-vfs-autoprobe-off.html

  * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
    - shard-dg2-set2:     NOTRUN -> [SKIP][196] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html

  * igt@testdisplay:
    - shard-dg2-set2:     [PASS][197] -> [DMESG-WARN][198] ([Intel XE#2705] / [Intel XE#4212])
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@testdisplay.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@testdisplay.html

  * igt@xe_compute@ccs-mode-compute-kernel:
    - shard-lnl:          NOTRUN -> [SKIP][199] ([Intel XE#1447])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_compute@ccs-mode-compute-kernel.html

  * igt@xe_copy_basic@mem-copy-linear-0x3fff:
    - shard-dg2-set2:     NOTRUN -> [SKIP][200] ([Intel XE#1123])
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x3fff.html

  * igt@xe_create@multigpu-create-massive-size:
    - shard-bmg:          NOTRUN -> [SKIP][201] ([Intel XE#2504])
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_create@multigpu-create-massive-size.html

  * igt@xe_drm_fdinfo@utilization-others-idle:
    - shard-dg2-set2:     [PASS][202] -> [DMESG-WARN][203] ([Intel XE#1033]) +24 other tests dmesg-warn
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-idle.html
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-idle.html

  * igt@xe_eudebug@basic-read-event:
    - shard-bmg:          NOTRUN -> [SKIP][204] ([Intel XE#2905]) +9 other tests skip
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_eudebug@basic-read-event.html

  * igt@xe_eudebug@basic-vm-access-parameters-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][205] ([Intel XE#3889])
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][206] ([Intel XE#3889])
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
    - shard-lnl:          NOTRUN -> [SKIP][207] ([Intel XE#3889])
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_eudebug@basic-vm-access-parameters-userptr.html

  * igt@xe_evict@evict-large-multi-vm:
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][208] ([Intel XE#1033] / [Intel XE#1473])
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_evict@evict-large-multi-vm.html

  * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
    - shard-lnl:          NOTRUN -> [SKIP][209] ([Intel XE#688]) +6 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
    - shard-bmg:          NOTRUN -> [SKIP][210] ([Intel XE#2322]) +3 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html

  * igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][211] ([Intel XE#1392]) +6 other tests skip
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html

  * igt@xe_exec_fault_mode@once-rebind-prefetch:
    - shard-dg2-set2:     NOTRUN -> [SKIP][212] ([Intel XE#288]) +15 other tests skip
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_exec_fault_mode@once-rebind-prefetch.html

  * igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
    - shard-dg2-set2:     NOTRUN -> [SKIP][213] ([Intel XE#2360])
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html

  * igt@xe_exec_sip_eudebug@breakpoint-writesip:
    - shard-dg2-set2:     NOTRUN -> [SKIP][214] ([Intel XE#2905]) +8 other tests skip
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
    - shard-lnl:          NOTRUN -> [SKIP][215] ([Intel XE#2905]) +10 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_exec_sip_eudebug@breakpoint-writesip.html

  * igt@xe_live_ktest@xe_eudebug:
    - shard-bmg:          NOTRUN -> [SKIP][216] ([Intel XE#2833])
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_live_ktest@xe_eudebug.html
    - shard-lnl:          NOTRUN -> [SKIP][217] ([Intel XE#1192] / [Intel XE#3026])
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_live_ktest@xe_eudebug.html

  * igt@xe_live_ktest@xe_mocs:
    - shard-lnl:          NOTRUN -> [SKIP][218] ([Intel XE#1192])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_live_ktest@xe_mocs.html

  * igt@xe_mmap@pci-membarrier-parallel:
    - shard-lnl:          NOTRUN -> [SKIP][219] ([Intel XE#4045])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_mmap@pci-membarrier-parallel.html

  * igt@xe_noexec_ping_pong:
    - shard-lnl:          NOTRUN -> [SKIP][220] ([Intel XE#379])
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_noexec_ping_pong.html

  * igt@xe_oa@non-privileged-map-oa-buffer:
    - shard-dg2-set2:     NOTRUN -> [SKIP][221] ([Intel XE#2541] / [Intel XE#3573]) +5 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_oa@non-privileged-map-oa-buffer.html

  * igt@xe_oa@unprivileged-single-ctx-counters:
    - shard-bmg:          NOTRUN -> [SKIP][222] ([Intel XE#2248])
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_oa@unprivileged-single-ctx-counters.html
    - shard-lnl:          NOTRUN -> [SKIP][223] ([Intel XE#2248])
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_oa@unprivileged-single-ctx-counters.html

  * igt@xe_pm@d3cold-basic:
    - shard-lnl:          NOTRUN -> [SKIP][224] ([Intel XE#2284] / [Intel XE#366]) +4 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_pm@d3cold-basic.html

  * igt@xe_pm@d3cold-basic-exec:
    - shard-dg2-set2:     NOTRUN -> [SKIP][225] ([Intel XE#2284] / [Intel XE#366]) +4 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@d3cold-basic-exec.html

  * igt@xe_pm@s2idle-d3cold-basic-exec:
    - shard-bmg:          NOTRUN -> [SKIP][226] ([Intel XE#2284]) +3 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s2idle-d3cold-basic-exec.html

  * igt@xe_pm@s3-d3hot-basic-exec:
    - shard-bmg:          NOTRUN -> [DMESG-WARN][227] ([Intel XE#4172] / [Intel XE#569])
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s3-d3hot-basic-exec.html
    - shard-dg2-set2:     NOTRUN -> [DMESG-WARN][228] ([Intel XE#1033] / [Intel XE#569])
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@s3-d3hot-basic-exec.html
    - shard-lnl:          NOTRUN -> [SKIP][229] ([Intel XE#584])
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_pm@s3-d3hot-basic-exec.html

  * igt@xe_pm@s3-multiple-execs:
    - shard-bmg:          [PASS][230] -> [DMESG-WARN][231] ([Intel XE#4172] / [Intel XE#569])
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_pm@s3-multiple-execs.html
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_pm@s3-multiple-execs.html
    - shard-dg2-set2:     [PASS][232] -> [DMESG-WARN][233] ([Intel XE#1033] / [Intel XE#569])
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s3-multiple-execs.html
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s3-multiple-execs.html

  * igt@xe_pm@s4-vm-bind-unbind-all:
    - shard-dg2-set2:     NOTRUN -> [ABORT][234] ([Intel XE#4268])
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s4-vm-bind-unbind-all.html

  * igt@xe_query@multigpu-query-engines:
    - shard-dg2-set2:     NOTRUN -> [SKIP][235] ([Intel XE#944]) +2 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_query@multigpu-query-engines.html
    - shard-bmg:          NOTRUN -> [SKIP][236] ([Intel XE#944]) +1 other test skip
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_query@multigpu-query-engines.html

  * igt@xe_query@multigpu-query-mem-usage:
    - shard-lnl:          NOTRUN -> [SKIP][237] ([Intel XE#944]) +1 other test skip
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_query@multigpu-query-mem-usage.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-lnl:          NOTRUN -> [SKIP][238] ([Intel XE#3342])
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_sriov_flr@flr-vf1-clear.html

  
#### Possible fixes ####

  * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2:
    - shard-bmg:          [FAIL][239] ([Intel XE#827]) -> [PASS][240]
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
    - shard-lnl:          [FAIL][241] ([Intel XE#3719] / [Intel XE#911]) -> [PASS][242] +3 other tests pass
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-180:
    - shard-dg2-set2:     [DMESG-WARN][243] -> [PASS][244]
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-0:
    - shard-bmg:          [DMESG-WARN][245] ([Intel XE#4172]) -> [PASS][246] +17 other tests pass
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html

  * igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
    - shard-dg2-set2:     [SKIP][247] ([Intel XE#2191]) -> [PASS][248] +1 other test pass
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
    - shard-dg2-set2:     [INCOMPLETE][249] ([Intel XE#4010]) -> [PASS][250]
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html

  * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
    - shard-dg2-set2:     [SKIP][251] ([Intel XE#309]) -> [PASS][252]
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
    - shard-bmg:          [SKIP][253] ([Intel XE#2291]) -> [PASS][254] +5 other tests pass
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc:
    - shard-bmg:          [SKIP][255] ([Intel XE#1340]) -> [PASS][256]
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-bmg:          [SKIP][257] ([Intel XE#2316]) -> [PASS][258] +6 other tests pass
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-dg2-set2:     [SKIP][259] ([Intel XE#310]) -> [PASS][260] +4 other tests pass
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3:
    - shard-bmg:          [FAIL][261] ([Intel XE#3321]) -> [PASS][262]
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html

  * igt@kms_flip@plain-flip-ts-check-interruptible:
    - shard-lnl:          [FAIL][263] ([Intel XE#3149] / [Intel XE#886]) -> [PASS][264]
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip@plain-flip-ts-check-interruptible.html

  * igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1:
    - shard-lnl:          [FAIL][265] ([Intel XE#886]) -> [PASS][266] +2 other tests pass
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html

  * igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6:
    - shard-dg2-set2:     [INCOMPLETE][267] ([Intel XE#2049]) -> [PASS][268] +1 other test pass
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
    - shard-dg2-set2:     [SKIP][269] ([Intel XE#656]) -> [PASS][270] +3 other tests pass
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6:
    - shard-dg2-set2:     [DMESG-WARN][271] ([Intel XE#1033]) -> [PASS][272] +25 other tests pass
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6.html

  * igt@kms_pm_rpm@modeset-non-lpsp:
    - shard-dg2-set2:     [SKIP][273] ([Intel XE#836]) -> [PASS][274]
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_pm_rpm@modeset-non-lpsp.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-dg2-set2:     [SKIP][275] ([Intel XE#455]) -> [PASS][276]
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_setmode@clone-exclusive-crtc.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_setmode@invalid-clone-single-crtc:
    - shard-bmg:          [SKIP][277] ([Intel XE#1435]) -> [PASS][278]
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_setmode@invalid-clone-single-crtc.html

  * igt@xe_exec_threads@threads-hang-rebind:
    - shard-dg2-set2:     [DMESG-WARN][279] ([Intel XE#3876]) -> [PASS][280]
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_exec_threads@threads-hang-rebind.html
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_exec_threads@threads-hang-rebind.html

  * igt@xe_module_load@load:
    - shard-lnl:          ([PASS][281], [PASS][282], [SKIP][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306]) ([Intel XE#378]) -> ([PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325], [PASS][326], [PASS][327], [PASS][328], [PASS][329], [PASS][330], [PASS][331])
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-2/igt@xe_module_load@load.html
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html
   [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html
   [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html
   [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html
   [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html
   [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html
   [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html
   [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html
   [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html
   [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-2/igt@xe_module_load@load.html
   [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html
   [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html
   [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html
   [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html
   [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html
   [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_module_load@load.html
   [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html
   [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html
   [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html
   [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html
   [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html
   [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html
   [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html
   [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html
   [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html
   [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_module_load@load.html
   [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html
   [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html
   [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html
   [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html
   [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html
   [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html
   [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html
   [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html
   [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html
   [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html
   [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html
   [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html
   [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html
   [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html
    - shard-bmg:          ([PASS][332], [SKIP][333], [PASS][334], [PASS][335], [PASS][336], [PASS][337], [PASS][338], [PASS][339], [PASS][340], [PASS][341], [PASS][342], [PASS][343], [PASS][344], [PASS][345], [PASS][346], [PASS][347], [PASS][348], [PASS][349], [PASS][350], [PASS][351], [PASS][352], [PASS][353], [PASS][354], [PASS][355], [PASS][356], [PASS][357]) ([Intel XE#2457]) -> ([PASS][358], [PASS][359], [PASS][360], [PASS][361], [PASS][362], [PASS][363], [PASS][364], [PASS][365], [PASS][366], [PASS][367], [PASS][368], [PASS][369], [PASS][370], [PASS][371], [PASS][372], [PASS][373], [PASS][374], [PASS][375], [PASS][376], [PASS][377], [PASS][378], [PASS][379], [PASS][380], [PASS][381], [PASS][382])
   [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html
   [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html
   [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html
   [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_module_load@load.html
   [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html
   [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html
   [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html
   [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html
   [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html
   [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html
   [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html
   [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html
   [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html
   [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_module_load@load.html
   [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html
   [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html
   [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html
   [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html
   [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html
   [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html
   [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html
   [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html
   [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html
   [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html
   [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html
   [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html
   [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html
   [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html
   [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html
   [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html
   [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html
   [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html
   [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html
   [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html
   [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html
   [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html
   [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html
   [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html
   [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html
   [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html
   [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html
   [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html
   [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html
   [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html
   [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html
   [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html
   [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html
   [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html
   [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html
   [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html
   [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html
    - shard-dg2-set2:     ([PASS][383], [PASS][384], [PASS][385], [PASS][386], [PASS][387], [PASS][388], [PASS][389], [PASS][390], [PASS][391], [PASS][392], [PASS][393], [PASS][394], [SKIP][395], [PASS][396], [PASS][397], [PASS][398], [PASS][399], [PASS][400], [PASS][401], [PASS][402], [PASS][403], [PASS][404], [PASS][405], [PASS][406], [PASS][407], [PASS][408]) ([Intel XE#378]) -> ([PASS][409], [PASS][410], [PASS][411], [PASS][412], [PASS][413], [PASS][414], [PASS][415], [PASS][416], [PASS][417], [PASS][418], [PASS][419], [PASS][420], [PASS][421], [PASS][422], [PASS][423], [PASS][424], [PASS][425], [PASS][426], [PASS][427], [PASS][428], [PASS][429], [PASS][430], [PASS][431], [PASS][432], [PASS][433])
   [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html
   [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html
   [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html
   [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html
   [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html
   [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html
   [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html
   [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html
   [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html
   [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html
   [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html
   [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html
   [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html
   [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html
   [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html
   [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html
   [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html

  * igt@xe_pm@s3-vm-bind-prefetch:
    - shard-bmg:          [DMESG-WARN][434] ([Intel XE#4172] / [Intel XE#569]) -> [PASS][435]
   [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_pm@s3-vm-bind-prefetch.html
   [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s3-vm-bind-prefetch.html

  
#### Warnings ####

  * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     [SKIP][436] ([Intel XE#787]) -> [SKIP][437] ([Intel XE#455] / [Intel XE#787]) +6 other tests skip
   [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html
   [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html

  * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6:
    - shard-dg2-set2:     [SKIP][438] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][439] ([Intel XE#787]) +8 other tests skip
   [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html
   [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][440] ([Intel XE#4010]) -> [INCOMPLETE][441] ([Intel XE#1727] / [Intel XE#3124] / [Intel XE#4010])
   [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-set2:     [SKIP][442] ([Intel XE#455]) -> [FAIL][443] ([Intel XE#1188])
   [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_content_protection@uevent.html
   [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
    - shard-bmg:          [SKIP][444] ([Intel XE#2291]) -> [DMESG-WARN][445] ([Intel XE#4172])
   [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
   [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
    - shard-dg2-set2:     [SKIP][446] ([Intel XE#309]) -> [DMESG-WARN][447] ([Intel XE#1033])
   [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
   [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [SKIP][448] ([i915#3804]) -> [SKIP][449] ([Intel XE#455] / [i915#3804])
   [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
   [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html

  * igt@kms_flip@2x-flip-vs-expired-vblank:
    - shard-bmg:          [FAIL][450] ([Intel XE#3321]) -> [SKIP][451] ([Intel XE#2316])
   [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html
   [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible:
    - shard-dg2-set2:     [DMESG-WARN][452] ([Intel XE#1033]) -> [DMESG-WARN][453] ([Intel XE#2955])
   [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
   [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@2x-flip-vs-suspend-interruptible.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible:
    - shard-bmg:          [DMESG-WARN][454] ([Intel XE#4172]) -> [FAIL][455] ([Intel XE#2882])
   [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check-interruptible.html
   [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html
    - shard-dg2-set2:     [DMESG-WARN][456] ([Intel XE#1033]) -> [FAIL][457] ([Intel XE#2882])
   [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible.html
   [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible.html

  * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:
    - shard-bmg:          [SKIP][458] ([Intel XE#2312]) -> [SKIP][459] ([Intel XE#2311]) +17 other tests skip
   [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html
   [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt:
    - shard-dg2-set2:     [SKIP][460] ([Intel XE#651]) -> [SKIP][461] ([Intel XE#656]) +10 other tests skip
   [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt.html
   [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][462] ([Intel XE#2311]) -> [SKIP][463] ([Intel XE#2312]) +10 other tests skip
   [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
    - shard-dg2-set2:     [SKIP][464] ([Intel XE#656]) -> [SKIP][465] ([Intel XE#651]) +8 other tests skip
   [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
   [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][466] ([Intel XE#2312]) -> [SKIP][467] ([Intel XE#4141]) +6 other tests skip
   [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          [SKIP][468] ([Intel XE#4141]) -> [SKIP][469] ([Intel XE#2312]) +4 other tests skip
   [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt:
    - shard-bmg:          [SKIP][470] ([Intel XE#2313]) -> [SKIP][471] ([Intel XE#2312]) +15 other tests skip
   [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html
   [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][472] ([Intel XE#2312]) -> [SKIP][473] ([Intel XE#2313]) +13 other tests skip
   [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
   [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][474] ([Intel XE#656]) -> [SKIP][475] ([Intel XE#653]) +10 other tests skip
   [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html
   [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][476] ([Intel XE#653]) -> [SKIP][477] ([Intel XE#656]) +12 other tests skip
   [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
   [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-bmg:          [DMESG-FAIL][478] ([Intel XE#4172]) -> [FAIL][479] ([Intel XE#1430])
   [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_pm_dc@dc6-dpms.html
   [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_pm_dc@dc6-dpms.html

  * igt@xe_pm@s4-basic:
    - shard-dg2-set2:     [ABORT][480] ([Intel XE#1033]) -> [ABORT][481] ([Intel XE#4268])
   [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s4-basic.html
   [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@s4-basic.html
    - shard-bmg:          [ABORT][482] ([Intel XE#4172]) -> [ABORT][483] ([Intel XE#4268])
   [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_pm@s4-basic.html
   [483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_pm@s4-basic.html

  * igt@xe_pm@s4-vm-bind-prefetch:
    - shard-bmg:          [ABORT][484] ([Intel XE#4268]) -> [ABORT][485] ([Intel XE#4172] / [Intel XE#4268])
   [484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_pm@s4-vm-bind-prefetch.html
   [485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_pm@s4-vm-bind-prefetch.html
    - shard-dg2-set2:     [ABORT][486] ([Intel XE#4268]) -> [ABORT][487] ([Intel XE#1033] / [Intel XE#4268]) +1 other test abort
   [486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_pm@s4-vm-bind-prefetch.html
   [487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s4-vm-bind-prefetch.html

  
  [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
  [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
  [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
  [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
  [Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
  [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
  [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [Intel XE#1522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1522
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
  [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
  [Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502
  [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
  [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
  [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
  [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
  [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
  [Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026
  [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#3070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070
  [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
  [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
  [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
  [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#3383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
  [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
  [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
  [Intel XE#379]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/379
  [Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
  [Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4268]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
  [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
  [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
  [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
  [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
  [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
  [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804


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

  * IGT: IGT_8227 -> IGTPW_12567
  * Linux: xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7 -> xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe

  IGTPW_12567: 12567
  IGT_8227: 8227
  xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7: e886a5edb53ade13f69b5809cbe03d7aa73885a7
  xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe: 24a5696cb262c7829956cc708c7fc715fefc92fe

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/index.html

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

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

* ✗ i915.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
                   ` (3 preceding siblings ...)
  2025-02-10 10:17 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-02-10 11:01 ` Patchwork
  2025-02-10 14:59   ` B, Jeevan
  4 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2025-02-10 11:01 UTC (permalink / raw)
  To: Jeevan B; +Cc: igt-dev

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

== Series Details ==

Series: tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL   : https://patchwork.freedesktop.org/series/144570/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_16094_full -> IGTPW_12567_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_12567_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_12567_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.

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

Participating hosts (11 -> 12)
------------------------------

  Additional (1): shard-dg2-set2 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_compute@compute-square:
    - shard-dg2:          NOTRUN -> [FAIL][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@gem_compute@compute-square.html

  * igt@gem_softpin@noreloc-s3:
    - shard-glk:          [PASS][2] -> [INCOMPLETE][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk3/igt@gem_softpin@noreloc-s3.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk1/igt@gem_softpin@noreloc-s3.html

  * igt@i915_pm_rps@engine-order:
    - shard-glk:          [PASS][4] -> [FAIL][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk8/igt@i915_pm_rps@engine-order.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@i915_pm_rps@engine-order.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-tglu:         NOTRUN -> [SKIP][6]
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-9/igt@kms_display_modes@extended-mode-basic.html

  * igt@perf_pmu@invalid-init:
    - shard-glk:          NOTRUN -> [FAIL][7]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@perf_pmu@invalid-init.html

  * igt@sysfs_heartbeat_interval@nopreempt@vcs0:
    - shard-mtlp:         [PASS][8] -> [DMESG-WARN][9] +1 other test dmesg-warn
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html

  
#### Warnings ####

  * igt@kms_display_modes@extended-mode-basic:
    - shard-dg2:          [SKIP][10] ([i915#3555]) -> [SKIP][11]
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@kms_display_modes@extended-mode-basic.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_display_modes@extended-mode-basic.html
    - shard-rkl:          [SKIP][12] ([i915#3555]) -> [SKIP][13]
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-3/igt@kms_display_modes@extended-mode-basic.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_display_modes@extended-mode-basic.html
    - shard-dg1:          [SKIP][14] ([i915#3555]) -> [SKIP][15]
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg1-14/igt@kms_display_modes@extended-mode-basic.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_display_modes@extended-mode-basic.html
    - shard-mtlp:         [SKIP][16] ([i915#3555] / [i915#8827]) -> [SKIP][17]
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-2/igt@kms_display_modes@extended-mode-basic.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html

  
New tests
---------

  New tests have been introduced between CI_DRM_16094_full and IGTPW_12567_full:

### New IGT tests (16) ###

  * igt@gem_ctx_isolation@nonpriv-switch@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [1.01] s

  * igt@gem_ctx_isolation@preservation-reset@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.56] s

  * igt@gem_exec_schedule@fifo@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.20] s

  * igt@gem_exec_schedule@preempt-engines@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [2.30] s

  * igt@gem_exec_schedule@preempt-user@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.03] s

  * igt@gem_exec_schedule@thriceslice@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.04] s

  * igt@gem_exec_schedule@wide@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [10.52] s

  * igt@gem_exec_store@pages@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.09] s

  * igt@gem_userptr_blits@map-fixed-invalidate-busy@gtt:
    - Statuses : 4 pass(s)
    - Exec time: [0.71, 3.24] s

  * igt@gem_userptr_blits@map-fixed-invalidate-busy@uc:
    - Statuses : 4 pass(s)
    - Exec time: [0.66, 3.20] s

  * igt@gem_userptr_blits@map-fixed-invalidate-busy@wb:
    - Statuses : 4 pass(s)
    - Exec time: [0.67, 3.21] s

  * igt@gem_userptr_blits@map-fixed-invalidate-busy@wc:
    - Statuses : 4 pass(s)
    - Exec time: [0.67, 3.19] s

  * igt@kms_plane_scaling@invalid-num-scalers@pipe-c-hdmi-a-2-invalid-num-scalers:
    - Statuses : 1 pass(s)
    - Exec time: [0.03] s

  * igt@prime_busy@before-wait@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.04] s

  * igt@prime_mmap@test_correct@test_correct-lmem0:
    - Statuses : 2 pass(s)
    - Exec time: [0.07, 0.45] s

  * igt@sysfs_defaults@readonly@vecs1:
    - Statuses : 1 pass(s)
    - Exec time: [0.0] s

  

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

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

### IGT changes ###

#### Issues hit ####

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

  * igt@api_intel_bb@object-reloc-purge-cache:
    - shard-mtlp:         NOTRUN -> [SKIP][19] ([i915#8411])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@api_intel_bb@object-reloc-purge-cache.html
    - shard-dg2:          NOTRUN -> [SKIP][20] ([i915#8411])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@api_intel_bb@object-reloc-purge-cache.html
    - shard-rkl:          NOTRUN -> [SKIP][21] ([i915#8411])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@api_intel_bb@object-reloc-purge-cache.html

  * igt@debugfs_test@basic-hwmon:
    - shard-rkl:          NOTRUN -> [SKIP][22] ([i915#9318])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@debugfs_test@basic-hwmon.html

  * igt@device_reset@cold-reset-bound:
    - shard-dg1:          NOTRUN -> [SKIP][23] ([i915#11078])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@device_reset@cold-reset-bound.html
    - shard-tglu:         NOTRUN -> [SKIP][24] ([i915#11078])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@device_reset@cold-reset-bound.html
    - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#11078])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@device_reset@cold-reset-bound.html

  * igt@device_reset@unbind-cold-reset-rebind:
    - shard-rkl:          NOTRUN -> [SKIP][26] ([i915#11078]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@device_reset@unbind-cold-reset-rebind.html
    - shard-dg2-9:        NOTRUN -> [SKIP][27] ([i915#11078])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@device_reset@unbind-cold-reset-rebind.html

  * igt@dmabuf@all-tests@dma_fence_chain:
    - shard-rkl:          [PASS][28] -> [DMESG-WARN][29] ([i915#12964]) +37 other tests dmesg-warn
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-1/igt@dmabuf@all-tests@dma_fence_chain.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@dmabuf@all-tests@dma_fence_chain.html

  * igt@drm_fdinfo@busy-check-all@vecs1:
    - shard-dg2:          NOTRUN -> [SKIP][30] ([i915#8414]) +10 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@drm_fdinfo@busy-check-all@vecs1.html

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

  * igt@drm_fdinfo@virtual-busy-idle-all:
    - shard-dg2-9:        NOTRUN -> [SKIP][32] ([i915#8414])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@drm_fdinfo@virtual-busy-idle-all.html

  * igt@gem_bad_reloc@negative-reloc-bltcopy:
    - shard-mtlp:         NOTRUN -> [SKIP][33] ([i915#3281]) +10 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_bad_reloc@negative-reloc-bltcopy.html

  * igt@gem_busy@semaphore:
    - shard-dg2:          NOTRUN -> [SKIP][34] ([i915#3936])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_busy@semaphore.html

  * igt@gem_ccs@block-multicopy-compressed:
    - shard-tglu-1:       NOTRUN -> [SKIP][35] ([i915#9323])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_ccs@block-multicopy-compressed.html

  * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
    - shard-dg2:          [PASS][36] -> [INCOMPLETE][37] ([i915#13356])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html

  * igt@gem_close_race@multigpu-basic-process:
    - shard-tglu:         NOTRUN -> [SKIP][38] ([i915#7697])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@gem_close_race@multigpu-basic-process.html
    - shard-mtlp:         NOTRUN -> [SKIP][39] ([i915#7697])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_close_race@multigpu-basic-process.html
    - shard-dg2-9:        NOTRUN -> [SKIP][40] ([i915#7697])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_close_race@multigpu-basic-process.html
    - shard-dg1:          NOTRUN -> [SKIP][41] ([i915#7697])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_close_race@multigpu-basic-process.html

  * igt@gem_close_race@multigpu-basic-threads:
    - shard-rkl:          NOTRUN -> [SKIP][42] ([i915#7697])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_close_race@multigpu-basic-threads.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-mtlp:         NOTRUN -> [SKIP][43] ([i915#6335])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html
    - shard-rkl:          NOTRUN -> [SKIP][44] ([i915#6335])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_ctx_persistence@heartbeat-close:
    - shard-dg1:          NOTRUN -> [SKIP][45] ([i915#8555]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-close.html
    - shard-dg2:          NOTRUN -> [SKIP][46] ([i915#8555])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-close.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-dg2:          NOTRUN -> [SKIP][47] ([i915#280])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_ctx_sseu@mmap-args.html
    - shard-rkl:          NOTRUN -> [SKIP][48] ([i915#280])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html
    - shard-dg1:          NOTRUN -> [SKIP][49] ([i915#280])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_ctx_sseu@mmap-args.html
    - shard-tglu:         NOTRUN -> [SKIP][50] ([i915#280])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_ctx_sseu@mmap-args.html
    - shard-mtlp:         NOTRUN -> [SKIP][51] ([i915#280])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_eio@hibernate:
    - shard-mtlp:         NOTRUN -> [ABORT][52] ([i915#7975])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_eio@hibernate.html

  * igt@gem_eio@in-flight-immediate:
    - shard-mtlp:         [PASS][53] -> [ABORT][54] ([i915#13193]) +2 other tests abort
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-1/igt@gem_eio@in-flight-immediate.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_eio@in-flight-immediate.html

  * igt@gem_eio@reset-stress:
    - shard-dg1:          NOTRUN -> [FAIL][55] ([i915#12543] / [i915#5784])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_eio@reset-stress.html

  * igt@gem_exec_balancer@bonded-semaphore:
    - shard-dg1:          NOTRUN -> [SKIP][56] ([i915#4812]) +2 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_exec_balancer@bonded-semaphore.html

  * igt@gem_exec_balancer@bonded-true-hang:
    - shard-dg2:          NOTRUN -> [SKIP][57] ([i915#4812])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_balancer@bonded-true-hang.html

  * igt@gem_exec_balancer@invalid-bonds:
    - shard-dg2-9:        NOTRUN -> [SKIP][58] ([i915#4036])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_balancer@invalid-bonds.html

  * igt@gem_exec_balancer@parallel-balancer:
    - shard-tglu:         NOTRUN -> [SKIP][59] ([i915#4525]) +1 other test skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@gem_exec_balancer@parallel-balancer.html

  * igt@gem_exec_balancer@parallel-keep-submit-fence:
    - shard-rkl:          NOTRUN -> [SKIP][60] ([i915#4525]) +2 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html

  * igt@gem_exec_balancer@parallel-out-fence:
    - shard-tglu-1:       NOTRUN -> [SKIP][61] ([i915#4525])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_exec_balancer@parallel-out-fence.html

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

  * igt@gem_exec_capture@capture-recoverable:
    - shard-rkl:          NOTRUN -> [SKIP][63] ([i915#6344])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@gem_exec_capture@capture-recoverable.html
    - shard-tglu:         NOTRUN -> [SKIP][64] ([i915#6344])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_exec_capture@capture-recoverable.html

  * igt@gem_exec_endless@dispatch@ccs0:
    - shard-dg2:          [PASS][65] -> [TIMEOUT][66] ([i915#3778] / [i915#7016]) +1 other test timeout
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_endless@dispatch@ccs0.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_endless@dispatch@ccs0.html

  * igt@gem_exec_flush@basic-uc-prw-default:
    - shard-dg1:          NOTRUN -> [SKIP][67] ([i915#3539]) +1 other test skip
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_exec_flush@basic-uc-prw-default.html

  * igt@gem_exec_flush@basic-uc-rw-default:
    - shard-dg1:          NOTRUN -> [SKIP][68] ([i915#3539] / [i915#4852]) +1 other test skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@gem_exec_flush@basic-uc-rw-default.html
    - shard-dg2-9:        NOTRUN -> [SKIP][69] ([i915#3539] / [i915#4852])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_flush@basic-uc-rw-default.html

  * igt@gem_exec_flush@basic-uc-set-default:
    - shard-dg2:          NOTRUN -> [SKIP][70] ([i915#3539]) +1 other test skip
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_flush@basic-uc-set-default.html

  * igt@gem_exec_flush@basic-wb-set-default:
    - shard-dg2:          NOTRUN -> [SKIP][71] ([i915#3539] / [i915#4852]) +2 other tests skip
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_exec_flush@basic-wb-set-default.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-dg2:          NOTRUN -> [SKIP][72] ([i915#5107])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_exec_reloc@basic-active:
    - shard-dg2:          NOTRUN -> [SKIP][73] ([i915#3281]) +7 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_exec_reloc@basic-active.html

  * igt@gem_exec_reloc@basic-concurrent0:
    - shard-dg1:          NOTRUN -> [SKIP][74] ([i915#3281]) +10 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_exec_reloc@basic-concurrent0.html

  * igt@gem_exec_reloc@basic-gtt-read-active:
    - shard-dg2-9:        NOTRUN -> [SKIP][75] ([i915#3281]) +5 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_reloc@basic-gtt-read-active.html

  * igt@gem_exec_reloc@basic-gtt-read-noreloc:
    - shard-rkl:          NOTRUN -> [SKIP][76] ([i915#3281]) +11 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html

  * igt@gem_exec_schedule@preempt-queue-contexts-chain:
    - shard-dg2-9:        NOTRUN -> [SKIP][77] ([i915#4537] / [i915#4812])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts-chain.html

  * igt@gem_exec_schedule@semaphore-power:
    - shard-dg2:          NOTRUN -> [SKIP][78] ([i915#4537] / [i915#4812])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_exec_schedule@semaphore-power.html

  * igt@gem_exec_schedule@thriceslice:
    - shard-snb:          NOTRUN -> [SKIP][79] +125 other tests skip
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb1/igt@gem_exec_schedule@thriceslice.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-dg2:          [PASS][80] -> [INCOMPLETE][81] ([i915#11441] / [i915#13304])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_exec_suspend@basic-s0@lmem0:
    - shard-dg2:          [PASS][82] -> [INCOMPLETE][83] ([i915#11441])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_suspend@basic-s0@lmem0.html
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_exec_suspend@basic-s0@lmem0.html

  * igt@gem_exec_suspend@basic-s4-devices:
    - shard-tglu:         NOTRUN -> [ABORT][84] ([i915#7975]) +1 other test abort
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-8/igt@gem_exec_suspend@basic-s4-devices.html
    - shard-rkl:          NOTRUN -> [ABORT][85] ([i915#7975]) +1 other test abort
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@gem_exec_suspend@basic-s4-devices.html

  * igt@gem_fence_thrash@bo-write-verify-none:
    - shard-dg1:          NOTRUN -> [SKIP][86] ([i915#4860])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-none.html

  * igt@gem_fence_thrash@bo-write-verify-x:
    - shard-dg2:          NOTRUN -> [SKIP][87] ([i915#4860]) +1 other test skip
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-x.html

  * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][88] ([i915#4860])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html

  * igt@gem_lmem_swapping@heavy-verify-multi:
    - shard-tglu-1:       NOTRUN -> [SKIP][89] ([i915#4613]) +1 other test skip
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-multi.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][90] ([i915#4613]) +5 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
    - shard-tglu:         NOTRUN -> [SKIP][91] ([i915#4613]) +4 other tests skip
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_lmem_swapping@parallel-random-verify-ccs.html

  * igt@gem_lmem_swapping@random:
    - shard-glk:          NOTRUN -> [SKIP][92] ([i915#4613]) +4 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk6/igt@gem_lmem_swapping@random.html

  * igt@gem_lmem_swapping@smem-oom@lmem0:
    - shard-dg1:          NOTRUN -> [TIMEOUT][93] ([i915#5493]) +1 other test timeout
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html

  * igt@gem_lmem_swapping@verify-random:
    - shard-mtlp:         NOTRUN -> [SKIP][94] ([i915#4613]) +2 other tests skip
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@gem_lmem_swapping@verify-random.html

  * igt@gem_media_vme:
    - shard-dg2:          NOTRUN -> [SKIP][95] ([i915#284])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_media_vme.html
    - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#284])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_media_vme.html

  * igt@gem_mmap@bad-object:
    - shard-dg1:          NOTRUN -> [SKIP][97] ([i915#4083]) +5 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_mmap@bad-object.html

  * igt@gem_mmap@basic:
    - shard-dg2-9:        NOTRUN -> [SKIP][98] ([i915#4083]) +3 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_mmap@basic.html

  * igt@gem_mmap@short-mmap:
    - shard-mtlp:         NOTRUN -> [SKIP][99] ([i915#4083]) +1 other test skip
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@gem_mmap@short-mmap.html

  * igt@gem_mmap_gtt@cpuset-big-copy-odd:
    - shard-dg2:          NOTRUN -> [SKIP][100] ([i915#4077]) +9 other tests skip
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_mmap_gtt@cpuset-big-copy-odd.html

  * igt@gem_mmap_gtt@fault-concurrent-x:
    - shard-dg2-9:        NOTRUN -> [SKIP][101] ([i915#4077]) +5 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_mmap_gtt@fault-concurrent-x.html

  * igt@gem_mmap_wc@bad-offset:
    - shard-dg2:          NOTRUN -> [SKIP][102] ([i915#4083]) +4 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@gem_mmap_wc@bad-offset.html

  * igt@gem_partial_pwrite_pread@reads-snoop:
    - shard-dg1:          NOTRUN -> [SKIP][103] ([i915#3282]) +5 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_partial_pwrite_pread@reads-snoop.html

  * igt@gem_partial_pwrite_pread@writes-after-reads:
    - shard-mtlp:         NOTRUN -> [SKIP][104] ([i915#3282]) +3 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_partial_pwrite_pread@writes-after-reads.html

  * igt@gem_pread@display:
    - shard-dg2-9:        NOTRUN -> [SKIP][105] ([i915#3282]) +1 other test skip
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_pread@display.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-rkl:          NOTRUN -> [SKIP][106] ([i915#3282]) +8 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@gem_pwrite@basic-exhaustion.html
    - shard-glk:          NOTRUN -> [WARN][107] ([i915#2658])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@reject-modify-context-protection-off-2:
    - shard-dg2:          NOTRUN -> [SKIP][108] ([i915#4270]) +3 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_pxp@reject-modify-context-protection-off-2.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-dg1:          NOTRUN -> [SKIP][109] ([i915#4270]) +2 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-3.html
    - shard-rkl:          NOTRUN -> [TIMEOUT][110] ([i915#12917] / [i915#12964]) +2 other tests timeout
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
    - shard-dg2-9:        NOTRUN -> [SKIP][111] ([i915#4270])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html

  * igt@gem_readwrite@beyond-eob:
    - shard-dg2:          NOTRUN -> [SKIP][112] ([i915#3282]) +2 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@gem_readwrite@beyond-eob.html

  * igt@gem_render_copy@linear-to-vebox-yf-tiled:
    - shard-dg2:          NOTRUN -> [SKIP][113] ([i915#5190] / [i915#8428]) +4 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@gem_render_copy@linear-to-vebox-yf-tiled.html

  * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][114] ([i915#8428]) +4 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
    - shard-dg2-9:        NOTRUN -> [SKIP][115] ([i915#5190] / [i915#8428]) +3 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html

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

  * igt@gem_tiled_partial_pwrite_pread@writes-after-reads:
    - shard-dg1:          NOTRUN -> [SKIP][117] ([i915#4077]) +9 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html

  * igt@gem_tiled_pread_basic:
    - shard-dg2-9:        NOTRUN -> [SKIP][118] ([i915#4079]) +1 other test skip
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_tiled_pread_basic.html

  * igt@gem_tiled_swapping@non-threaded:
    - shard-tglu:         [PASS][119] -> [FAIL][120] ([i915#12941])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-tglu-10/igt@gem_tiled_swapping@non-threaded.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@gem_tiled_swapping@non-threaded.html

  * igt@gem_tiling_max_stride:
    - shard-mtlp:         NOTRUN -> [SKIP][121] ([i915#4077]) +5 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@gem_tiling_max_stride.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-dg2:          NOTRUN -> [SKIP][122] ([i915#3297]) +1 other test skip
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@gem_userptr_blits@forbidden-operations:
    - shard-dg1:          NOTRUN -> [SKIP][123] ([i915#3282] / [i915#3297])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_userptr_blits@forbidden-operations.html

  * igt@gem_userptr_blits@invalid-mmap-offset-unsync:
    - shard-tglu:         NOTRUN -> [SKIP][124] ([i915#3297]) +2 other tests skip
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy:
    - shard-mtlp:         NOTRUN -> [SKIP][125] ([i915#3297]) +1 other test skip
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
    - shard-dg2:          NOTRUN -> [SKIP][126] ([i915#3297] / [i915#4880])
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
    - shard-dg1:          NOTRUN -> [SKIP][127] ([i915#3297] / [i915#4880])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate-busy.html

  * igt@gem_userptr_blits@readonly-unsync:
    - shard-dg2-9:        NOTRUN -> [SKIP][128] ([i915#3297])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_userptr_blits@readonly-unsync.html

  * igt@gem_userptr_blits@relocations:
    - shard-rkl:          NOTRUN -> [SKIP][129] ([i915#3281] / [i915#3297])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_userptr_blits@relocations.html

  * igt@gem_userptr_blits@unsync-unmap:
    - shard-dg1:          NOTRUN -> [SKIP][130] ([i915#3297])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_userptr_blits@unsync-unmap.html

  * igt@gem_userptr_blits@unsync-unmap-after-close:
    - shard-rkl:          NOTRUN -> [SKIP][131] ([i915#3297]) +3 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@gem_userptr_blits@unsync-unmap-after-close.html

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

  * igt@gen7_exec_parse@bitmasks:
    - shard-dg2-9:        NOTRUN -> [SKIP][133] +4 other tests skip
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gen7_exec_parse@bitmasks.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-glk:          [PASS][134] -> [ABORT][135] ([i915#5566])
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk4/igt@gen9_exec_parse@allowed-all.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk7/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@basic-rejected:
    - shard-dg2-9:        NOTRUN -> [SKIP][136] ([i915#2856]) +1 other test skip
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gen9_exec_parse@basic-rejected.html

  * igt@gen9_exec_parse@bb-chained:
    - shard-rkl:          NOTRUN -> [SKIP][137] ([i915#2527]) +5 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gen9_exec_parse@bb-chained.html
    - shard-dg1:          NOTRUN -> [SKIP][138] ([i915#2527]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gen9_exec_parse@bb-chained.html
    - shard-mtlp:         NOTRUN -> [SKIP][139] ([i915#2856]) +1 other test skip
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@gen9_exec_parse@bb-chained.html

  * igt@gen9_exec_parse@bb-large:
    - shard-tglu-1:       NOTRUN -> [SKIP][140] ([i915#2527] / [i915#2856])
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gen9_exec_parse@bb-large.html

  * igt@gen9_exec_parse@bb-start-cmd:
    - shard-tglu:         NOTRUN -> [SKIP][141] ([i915#2527] / [i915#2856]) +3 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@gen9_exec_parse@bb-start-cmd.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-dg2:          NOTRUN -> [SKIP][142] ([i915#2856]) +2 other tests skip
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@gen9_exec_parse@bb-start-param.html

  * igt@i915_hangman@hangcheck-unterminated:
    - shard-rkl:          NOTRUN -> [DMESG-WARN][143] ([i915#12964]) +22 other tests dmesg-warn
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@i915_hangman@hangcheck-unterminated.html

  * igt@i915_module_load@load:
    - shard-dg2:          ([PASS][144], [PASS][145], [PASS][146], [PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165]) -> ([PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175], [PASS][176], [PASS][177], [PASS][178], [PASS][179], [PASS][180], [PASS][181], [DMESG-WARN][182], [PASS][183], [PASS][184], [PASS][185], [PASS][186], [PASS][187], [PASS][188]) ([i915#13368])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-2/igt@i915_module_load@load.html
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@i915_module_load@load.html
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-2/igt@i915_module_load@load.html
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@i915_module_load@load.html
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-5/igt@i915_module_load@load.html
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-1/igt@i915_module_load@load.html
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-7/igt@i915_module_load@load.html
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-1/igt@i915_module_load@load.html
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-3/igt@i915_module_load@load.html
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-6/igt@i915_module_load@load.html
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@i915_module_load@load.html
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-5/igt@i915_module_load@load.html
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@i915_module_load@load.html
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-3/igt@i915_module_load@load.html
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-7/igt@i915_module_load@load.html
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-6/igt@i915_module_load@load.html
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@i915_module_load@load.html
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@i915_module_load@load.html
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@i915_module_load@load.html
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@i915_module_load@load.html
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@i915_module_load@load.html
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@i915_module_load@load.html
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@i915_module_load@load.html
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@i915_module_load@load.html
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@i915_module_load@load.html
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@i915_module_load@load.html
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_module_load@load.html
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_module_load@load.html
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@i915_module_load@load.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-dg2:          NOTRUN -> [ABORT][189] ([i915#9820])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-tglu:         NOTRUN -> [SKIP][190] ([i915#6590]) +1 other test skip
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-8/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-tglu-1:       NOTRUN -> [WARN][191] ([i915#2681]) +1 other test warn
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@i915_pm_rpm@system-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][192] ([i915#12797]) +1 other test incomplete
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk6/igt@i915_pm_rpm@system-suspend.html

  * igt@i915_pm_rps@min-max-config-loaded:
    - shard-dg2:          NOTRUN -> [SKIP][193] ([i915#11681] / [i915#6621])
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html

  * igt@i915_pm_rps@thresholds:
    - shard-dg1:          NOTRUN -> [SKIP][194] ([i915#11681]) +1 other test skip
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@i915_pm_rps@thresholds.html

  * igt@i915_pm_rps@thresholds-idle:
    - shard-dg2-9:        NOTRUN -> [SKIP][195] ([i915#11681])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@i915_pm_rps@thresholds-idle.html

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

  * igt@i915_power@sanity:
    - shard-rkl:          NOTRUN -> [SKIP][197] ([i915#7984])
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@i915_power@sanity.html

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

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

  * igt@i915_suspend@fence-restore-untiled:
    - shard-glk:          NOTRUN -> [INCOMPLETE][201] ([i915#4817])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@i915_suspend@fence-restore-untiled.html

  * igt@kms_addfb_basic@addfb25-x-tiled-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][202] ([i915#4212]) +1 other test skip
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][203] ([i915#5190]) +2 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-mtlp:         NOTRUN -> [SKIP][204] ([i915#5190])
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@basic-y-tiled-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][205] ([i915#4215] / [i915#5190])
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html

  * igt@kms_addfb_basic@bo-too-small-due-to-tiling:
    - shard-dg1:          NOTRUN -> [SKIP][206] ([i915#4212]) +2 other tests skip
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html

  * igt@kms_addfb_basic@tile-pitch-mismatch:
    - shard-mtlp:         NOTRUN -> [SKIP][207] ([i915#4212])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_addfb_basic@tile-pitch-mismatch.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][208] ([i915#8709]) +7 other tests skip
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs.html

  * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
    - shard-rkl:          NOTRUN -> [SKIP][209] ([i915#8709]) +2 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/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-c-dp-4-4-rc-ccs-cc:
    - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#8709]) +15 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc.html

  * igt@kms_async_flips@invalid-async-flip:
    - shard-dg2:          NOTRUN -> [SKIP][211] ([i915#12967] / [i915#6228])
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_async_flips@invalid-async-flip.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-mtlp:         [PASS][212] -> [FAIL][213] ([i915#11808] / [i915#5956]) +1 other test fail
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-tglu-1:       NOTRUN -> [SKIP][214] ([i915#1769] / [i915#3555])
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

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

  * igt@kms_big_fb@4-tiled-64bpp-rotate-270:
    - shard-tglu-1:       NOTRUN -> [SKIP][216] ([i915#5286]) +3 other tests skip
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][217] ([i915#4538] / [i915#5286]) +4 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
    - shard-dg1:          NOTRUN -> [SKIP][218] ([i915#5286])
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
    - shard-rkl:          NOTRUN -> [SKIP][219] ([i915#5286]) +5 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         [PASS][220] -> [FAIL][221] ([i915#5138])
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/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-180:
    - shard-tglu:         NOTRUN -> [SKIP][222] ([i915#5286]) +4 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-mtlp:         NOTRUN -> [SKIP][223] +19 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-rkl:          NOTRUN -> [SKIP][224] ([i915#3638]) +3 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][225] ([i915#3638]) +2 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-270:
    - shard-dg2-9:        NOTRUN -> [SKIP][226] ([i915#4538] / [i915#5190]) +4 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-dg2:          NOTRUN -> [SKIP][227] ([i915#4538] / [i915#5190]) +10 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
    - shard-dg1:          NOTRUN -> [SKIP][228] ([i915#4538]) +6 other tests skip
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-dg2-9:        NOTRUN -> [SKIP][229] ([i915#5190])
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
    - shard-mtlp:         NOTRUN -> [SKIP][230] ([i915#6187]) +1 other test skip
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
    - shard-tglu-1:       NOTRUN -> [SKIP][231] ([i915#6095]) +29 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][232] ([i915#12313]) +1 other test skip
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
    - shard-tglu:         NOTRUN -> [SKIP][233] ([i915#12313])
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
    - shard-mtlp:         NOTRUN -> [SKIP][234] ([i915#12313])
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][235] ([i915#6095]) +44 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3:
    - shard-dg2:          NOTRUN -> [SKIP][236] ([i915#10307] / [i915#6095]) +153 other tests skip
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
    - shard-dg2:          NOTRUN -> [SKIP][237] ([i915#12313])
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
    - shard-dg2-9:        NOTRUN -> [SKIP][238] ([i915#12313])
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][239] ([i915#6095]) +113 other tests skip
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][240] ([i915#6095]) +34 other tests skip
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][241] ([i915#6095]) +11 other tests skip
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
    - shard-tglu-1:       NOTRUN -> [SKIP][242] ([i915#12313])
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][243] ([i915#12313]) +2 other tests skip
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][244] ([i915#10307] / [i915#10434] / [i915#6095])
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-2:
    - shard-dg2-9:        NOTRUN -> [SKIP][245] ([i915#10307] / [i915#6095]) +34 other tests skip
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-2.html

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

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-dg1:          NOTRUN -> [SKIP][247] ([i915#3742])
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-dg2:          NOTRUN -> [SKIP][248] ([i915#11616] / [i915#7213])
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][249] ([i915#11151] / [i915#7828]) +13 other tests skip
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium_frames@dp-crc-single:
    - shard-dg1:          NOTRUN -> [SKIP][250] ([i915#11151] / [i915#7828]) +10 other tests skip
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_chamelium_frames@dp-crc-single.html

  * igt@kms_chamelium_frames@dp-frame-dump:
    - shard-dg2-9:        NOTRUN -> [SKIP][251] ([i915#11151] / [i915#7828]) +3 other tests skip
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_chamelium_frames@dp-frame-dump.html

  * igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
    - shard-tglu-1:       NOTRUN -> [SKIP][252] ([i915#11151] / [i915#7828]) +1 other test skip
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html

  * igt@kms_chamelium_frames@hdmi-crc-multiple:
    - shard-dg2:          NOTRUN -> [SKIP][253] ([i915#11151] / [i915#7828]) +7 other tests skip
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-multiple.html

  * igt@kms_chamelium_hpd@hdmi-hpd-storm:
    - shard-tglu:         NOTRUN -> [SKIP][254] ([i915#11151] / [i915#7828]) +8 other tests skip
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_chamelium_hpd@hdmi-hpd-storm.html

  * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][255] ([i915#11151] / [i915#7828]) +3 other tests skip
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-dg2:          NOTRUN -> [SKIP][256] ([i915#7118] / [i915#9424])
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html
    - shard-tglu-1:       NOTRUN -> [SKIP][257] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_content_protection@content-type-change:
    - shard-tglu-1:       NOTRUN -> [SKIP][258] ([i915#6944] / [i915#9424])
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_content_protection@content-type-change.html

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

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-rkl:          NOTRUN -> [SKIP][260] ([i915#3116]) +1 other test skip
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@legacy:
    - shard-tglu:         NOTRUN -> [SKIP][261] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@lic-type-0:
    - shard-mtlp:         NOTRUN -> [SKIP][262] ([i915#6944] / [i915#9424]) +3 other tests skip
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_content_protection@lic-type-0.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [FAIL][263] ([i915#7173])
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html

  * igt@kms_content_protection@mei-interface:
    - shard-rkl:          NOTRUN -> [SKIP][264] ([i915#9424])
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_content_protection@mei-interface.html
    - shard-tglu:         NOTRUN -> [SKIP][265] ([i915#6944] / [i915#9424])
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_content_protection@mei-interface.html

  * igt@kms_content_protection@uevent:
    - shard-dg2-9:        NOTRUN -> [SKIP][266] ([i915#7118] / [i915#9424])
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_content_protection@uevent.html
    - shard-rkl:          NOTRUN -> [SKIP][267] ([i915#7118] / [i915#9424])
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_content_protection@uevent.html
    - shard-dg1:          NOTRUN -> [SKIP][268] ([i915#7116] / [i915#9424])
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-offscreen-512x512:
    - shard-mtlp:         NOTRUN -> [SKIP][269] ([i915#13049])
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html
    - shard-dg2-9:        NOTRUN -> [SKIP][270] ([i915#13049]) +1 other test skip
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html
    - shard-rkl:          NOTRUN -> [SKIP][271] ([i915#13049])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-128x42:
    - shard-mtlp:         NOTRUN -> [SKIP][272] ([i915#8814]) +2 other tests skip
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-128x42.html

  * igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
    - shard-rkl:          [PASS][273] -> [FAIL][274] ([i915#13566])
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-tglu:         NOTRUN -> [SKIP][275] ([i915#13049]) +1 other test skip
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-5/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-32x10:
    - shard-mtlp:         NOTRUN -> [SKIP][276] ([i915#3555] / [i915#8814])
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html

  * igt@kms_cursor_crc@cursor-rapid-movement-max-size:
    - shard-dg1:          NOTRUN -> [SKIP][277] ([i915#3555]) +3 other tests skip
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [FAIL][278] ([i915#13566]) +1 other test fail
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-dg1:          NOTRUN -> [SKIP][279] ([i915#13049]) +2 other tests skip
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_crc@cursor-sliding-64x21:
    - shard-tglu:         NOTRUN -> [FAIL][280] ([i915#13566]) +1 other test fail
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-64x21.html

  * igt@kms_cursor_crc@cursor-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][281] ([i915#12358] / [i915#7882])
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_cursor_crc@cursor-suspend.html

  * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:
    - shard-glk:          NOTRUN -> [INCOMPLETE][282] ([i915#12358])
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][283] ([i915#9809]) +5 other tests skip
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
    - shard-rkl:          NOTRUN -> [SKIP][284] +29 other tests skip
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - shard-rkl:          NOTRUN -> [SKIP][285] ([i915#4103])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
    - shard-dg2:          NOTRUN -> [SKIP][286] ([i915#4103] / [i915#4213])
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-dg2-9:        NOTRUN -> [SKIP][287] ([i915#13046] / [i915#5354]) +1 other test skip
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
    - shard-dg2:          NOTRUN -> [SKIP][288] ([i915#13046] / [i915#5354]) +5 other tests skip
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic:
    - shard-mtlp:         [PASS][289] -> [FAIL][290] ([i915#2346])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html

  * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
    - shard-dg1:          NOTRUN -> [SKIP][291] ([i915#9067])
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-mtlp:         NOTRUN -> [SKIP][292] ([i915#4213])
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
    - shard-tglu:         NOTRUN -> [SKIP][293] ([i915#4103])
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html

  * igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
    - shard-mtlp:         NOTRUN -> [SKIP][294] ([i915#9833])
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-rkl:          NOTRUN -> [SKIP][295] ([i915#9723])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
    - shard-tglu:         NOTRUN -> [SKIP][296] ([i915#9723])
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_display_modes@mst-extended-mode-negative:
    - shard-dg2-9:        NOTRUN -> [SKIP][297] ([i915#8588])
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_display_modes@mst-extended-mode-negative.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc:
    - shard-dg2:          [PASS][298] -> [SKIP][299] ([i915#3555])
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html

  * igt@kms_draw_crc@draw-method-mmap-wc:
    - shard-dg2-9:        NOTRUN -> [SKIP][300] ([i915#8812])
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_draw_crc@draw-method-mmap-wc.html

  * igt@kms_dsc@dsc-basic:
    - shard-dg1:          NOTRUN -> [SKIP][301] ([i915#3555] / [i915#3840]) +1 other test skip
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_dsc@dsc-basic.html

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

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-mtlp:         NOTRUN -> [SKIP][303] ([i915#3555] / [i915#3840])
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_dsc@dsc-with-bpc-formats.html
    - shard-dg2:          NOTRUN -> [SKIP][304] ([i915#3555] / [i915#3840])
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_dsc@dsc-with-bpc-formats.html
    - shard-rkl:          NOTRUN -> [SKIP][305] ([i915#3555] / [i915#3840])
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_dsc@dsc-with-bpc-formats.html
    - shard-tglu:         NOTRUN -> [SKIP][306] ([i915#3555] / [i915#3840])
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][307] ([i915#9878])
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_feature_discovery@display-4x:
    - shard-dg2-9:        NOTRUN -> [SKIP][308] ([i915#1839])
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_feature_discovery@display-4x.html

  * igt@kms_fence_pin_leak:
    - shard-dg2:          NOTRUN -> [SKIP][309] ([i915#4881])
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_fence_pin_leak.html

  * igt@kms_flip@2x-absolute-wf_vblank:
    - shard-tglu-1:       NOTRUN -> [SKIP][310] ([i915#3637]) +1 other test skip
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip@2x-absolute-wf_vblank.html

  * igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
    - shard-snb:          [PASS][311] -> [FAIL][312] ([i915#11989]) +3 other tests fail
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-snb6/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html

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

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][314] ([i915#9934]) +7 other tests skip
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-dg1:          NOTRUN -> [SKIP][315] ([i915#9934]) +7 other tests skip
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@2x-flip-vs-rmfb-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][316] ([i915#3637]) +3 other tests skip
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
    - shard-dg2-9:        NOTRUN -> [SKIP][317] ([i915#9934]) +2 other tests skip
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
    - shard-dg2:          NOTRUN -> [SKIP][318] ([i915#9934]) +6 other tests skip
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html

  * igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
    - shard-glk:          NOTRUN -> [FAIL][319] ([i915#11989]) +2 other tests fail
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html

  * igt@kms_flip@absolute-wf_vblank:
    - shard-glk:          NOTRUN -> [DMESG-WARN][320] ([i915#118] / [i915#1982])
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@kms_flip@absolute-wf_vblank.html

  * igt@kms_flip@absolute-wf_vblank@c-hdmi-a1:
    - shard-glk:          NOTRUN -> [DMESG-WARN][321] ([i915#118])
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@kms_flip@absolute-wf_vblank@c-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-dg1:          [PASS][322] -> [DMESG-WARN][323] ([i915#4423]) +3 other tests dmesg-warn
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg1-12/igt@kms_flip@flip-vs-suspend.html
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-suspend@d-hdmi-a4:
    - shard-dg1:          NOTRUN -> [DMESG-WARN][324] ([i915#4423])
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_flip@flip-vs-suspend@d-hdmi-a4.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-tglu:         NOTRUN -> [SKIP][325] ([i915#2672] / [i915#3555]) +5 other tests skip
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
    - shard-rkl:          NOTRUN -> [SKIP][326] ([i915#2672]) +4 other tests skip
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
    - shard-mtlp:         NOTRUN -> [SKIP][327] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
    - shard-dg2-9:        NOTRUN -> [SKIP][328] ([i915#2672] / [i915#3555]) +1 other test skip
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][329] ([i915#2672] / [i915#8813]) +2 other tests skip
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
    - shard-tglu:         NOTRUN -> [SKIP][330] ([i915#2587] / [i915#2672]) +5 other tests skip
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
    - shard-dg2:          NOTRUN -> [SKIP][331] ([i915#2672] / [i915#3555]) +2 other tests skip
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
    - shard-dg2:          NOTRUN -> [SKIP][332] ([i915#2672]) +2 other tests skip
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-tglu-1:       NOTRUN -> [SKIP][333] ([i915#2587] / [i915#2672]) +2 other tests skip
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
    - shard-dg1:          NOTRUN -> [SKIP][334] ([i915#2587] / [i915#2672]) +4 other tests skip
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
    - shard-tglu-1:       NOTRUN -> [SKIP][335] ([i915#2587] / [i915#2672] / [i915#3555])
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
    - shard-dg2-9:        NOTRUN -> [SKIP][336] ([i915#2672] / [i915#3555] / [i915#5190])
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode:
    - shard-dg2-9:        NOTRUN -> [SKIP][337] ([i915#2672]) +2 other tests skip
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
    - shard-dg1:          NOTRUN -> [SKIP][338] ([i915#2587] / [i915#2672] / [i915#3555])
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
    - shard-tglu-1:       NOTRUN -> [SKIP][339] ([i915#2672] / [i915#3555]) +1 other test skip
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
    - shard-mtlp:         NOTRUN -> [SKIP][340] ([i915#3555] / [i915#8810] / [i915#8813])
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html

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

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
    - shard-dg1:          NOTRUN -> [SKIP][342] ([i915#2672] / [i915#3555]) +3 other tests skip
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
    - shard-rkl:          NOTRUN -> [SKIP][343] ([i915#2672] / [i915#3555]) +4 other tests skip
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][344] ([i915#8708]) +5 other tests skip
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
    - shard-dg2:          NOTRUN -> [SKIP][345] ([i915#5354]) +26 other tests skip
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-rkl:          NOTRUN -> [SKIP][346] ([i915#1825]) +57 other tests skip
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-rkl:          [PASS][347] -> [DMESG-FAIL][348] ([i915#12964]) +1 other test dmesg-fail
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][349] ([i915#8708]) +17 other tests skip
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
    - shard-dg2:          NOTRUN -> [SKIP][350] ([i915#3458]) +19 other tests skip
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][351] ([i915#8708]) +13 other tests skip
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:
    - shard-dg2-9:        NOTRUN -> [SKIP][352] ([i915#8708]) +4 other tests skip
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
    - shard-tglu-1:       NOTRUN -> [SKIP][353] +35 other tests skip
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
    - shard-dg1:          NOTRUN -> [SKIP][354] +44 other tests skip
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
    - shard-rkl:          NOTRUN -> [SKIP][355] ([i915#3023]) +30 other tests skip
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
    - shard-dg2:          NOTRUN -> [SKIP][356] ([i915#10055])
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-dg2:          NOTRUN -> [SKIP][357] ([i915#9766])
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:
    - shard-dg1:          NOTRUN -> [SKIP][358] ([i915#3458]) +17 other tests skip
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:
    - shard-dg2-9:        NOTRUN -> [SKIP][359] ([i915#3458]) +6 other tests skip
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
    - shard-dg2-9:        NOTRUN -> [SKIP][360] ([i915#5354]) +12 other tests skip
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html

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

  * igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
    - shard-tglu:         NOTRUN -> [SKIP][362] +81 other tests skip
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html

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

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-tglu:         NOTRUN -> [SKIP][364] ([i915#3555] / [i915#8228]) +2 other tests skip
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_hdr@invalid-metadata-sizes:
    - shard-mtlp:         NOTRUN -> [SKIP][365] ([i915#3555] / [i915#8228]) +1 other test skip
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_hdr@invalid-metadata-sizes.html
    - shard-dg2:          NOTRUN -> [SKIP][366] ([i915#3555] / [i915#8228])
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html

  * igt@kms_hdr@static-toggle-dpms:
    - shard-dg2:          [PASS][367] -> [SKIP][368] ([i915#3555] / [i915#8228]) +1 other test skip
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@kms_hdr@static-toggle-dpms.html
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html
    - shard-tglu-1:       NOTRUN -> [SKIP][369] ([i915#3555] / [i915#8228])
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_hdr@static-toggle-dpms.html
    - shard-dg1:          NOTRUN -> [SKIP][370] ([i915#3555] / [i915#8228]) +1 other test skip
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_hdr@static-toggle-dpms.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][371] ([i915#3555] / [i915#8228]) +3 other tests skip
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_invalid_mode@clock-too-high:
    - shard-mtlp:         NOTRUN -> [SKIP][372] ([i915#3555] / [i915#6403] / [i915#8826])
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_invalid_mode@clock-too-high.html

  * igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][373] ([i915#9457]) +3 other tests skip
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-mtlp:         NOTRUN -> [SKIP][374] ([i915#10656])
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-tglu:         NOTRUN -> [SKIP][375] ([i915#12388])
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_joiner@basic-force-big-joiner.html
    - shard-rkl:          NOTRUN -> [SKIP][376] ([i915#12388])
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-dg2-9:        NOTRUN -> [SKIP][377] ([i915#12339])
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_joiner@basic-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-tglu-1:       NOTRUN -> [SKIP][378] ([i915#12394])
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-mtlp:         NOTRUN -> [SKIP][379] ([i915#12339])
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-dg1:          NOTRUN -> [SKIP][380] ([i915#13522])
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-tglu:         NOTRUN -> [SKIP][381] ([i915#6301])
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@kms_panel_fitting@atomic-fastset.html
    - shard-dg2:          NOTRUN -> [SKIP][382] ([i915#6301]) +1 other test skip
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_panel_fitting@atomic-fastset.html
    - shard-rkl:          NOTRUN -> [SKIP][383] ([i915#6301])
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html
    - shard-dg1:          NOTRUN -> [SKIP][384] ([i915#6301])
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
    - shard-dg2:          NOTRUN -> [SKIP][385] +10 other tests skip
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html

  * igt@kms_plane@plane-panning-bottom-right-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][386] ([i915#13026]) +1 other test incomplete
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk4/igt@kms_plane@plane-panning-bottom-right-suspend.html

  * igt@kms_plane_alpha_blend@alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][387] ([i915#12178])
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@kms_plane_alpha_blend@alpha-basic.html

  * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1:
    - shard-glk:          NOTRUN -> [FAIL][388] ([i915#7862]) +1 other test fail
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-dg2:          NOTRUN -> [SKIP][389] ([i915#3555] / [i915#8806])
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@2x-scaler-multi-pipe:
    - shard-dg2:          NOTRUN -> [SKIP][390] ([i915#13046] / [i915#5354] / [i915#9423])
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html

  * igt@kms_plane_scaling@intel-max-src-size:
    - shard-rkl:          NOTRUN -> [SKIP][391] ([i915#6953])
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:
    - shard-dg1:          NOTRUN -> [SKIP][392] ([i915#12247]) +4 other tests skip
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25:
    - shard-dg2:          NOTRUN -> [SKIP][393] ([i915#12247] / [i915#6953] / [i915#9423])
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
    - shard-rkl:          NOTRUN -> [SKIP][394] ([i915#12247] / [i915#6953])
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
    - shard-tglu:         NOTRUN -> [SKIP][395] ([i915#12247] / [i915#6953])
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
    - shard-mtlp:         NOTRUN -> [SKIP][396] ([i915#12247] / [i915#6953])
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
    - shard-tglu-1:       NOTRUN -> [SKIP][397] ([i915#12247] / [i915#6953])
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
    - shard-tglu-1:       NOTRUN -> [SKIP][398] ([i915#12247]) +3 other tests skip
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
    - shard-rkl:          NOTRUN -> [SKIP][399] ([i915#12247]) +5 other tests skip
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
    - shard-tglu:         NOTRUN -> [SKIP][400] ([i915#12247]) +3 other tests skip
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d:
    - shard-mtlp:         NOTRUN -> [SKIP][401] ([i915#12247]) +18 other tests skip
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
    - shard-dg2:          NOTRUN -> [SKIP][402] ([i915#12247] / [i915#3555] / [i915#9423])
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html

  * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d:
    - shard-dg2:          NOTRUN -> [SKIP][403] ([i915#12247]) +7 other tests skip
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][404] ([i915#12343])
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade:
    - shard-tglu-1:       NOTRUN -> [SKIP][405] ([i915#9812])
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_backlight@fade.html
    - shard-dg1:          NOTRUN -> [SKIP][406] ([i915#5354])
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][407] ([i915#5354]) +1 other test skip
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html
    - shard-tglu:         NOTRUN -> [SKIP][408] ([i915#9812])
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-5/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-mtlp:         NOTRUN -> [SKIP][409] ([i915#3828])
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-mtlp:         NOTRUN -> [FAIL][410] ([i915#12913])
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_pm_dc@dc6-dpms.html
    - shard-dg2:          NOTRUN -> [SKIP][411] ([i915#5978])
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_pm_dc@dc6-dpms.html
    - shard-rkl:          NOTRUN -> [SKIP][412] ([i915#3361])
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_pm_dc@dc6-dpms.html
    - shard-dg1:          NOTRUN -> [SKIP][413] ([i915#3361])
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_pm_dc@dc6-dpms.html
    - shard-tglu:         NOTRUN -> [FAIL][414] ([i915#9295])
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-mtlp:         NOTRUN -> [FAIL][415] ([i915#12912])
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_pm_dc@dc6-psr.html
    - shard-rkl:          NOTRUN -> [SKIP][416] ([i915#9685])
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html
    - shard-tglu:         NOTRUN -> [SKIP][417] ([i915#9685])
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_pm_dc@dc9-dpms:
    - shard-tglu-1:       NOTRUN -> [SKIP][418] ([i915#4281])
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_dc@dc9-dpms.html

  * igt@kms_pm_lpsp@screens-disabled:
    - shard-rkl:          NOTRUN -> [SKIP][419] ([i915#8430])
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html

  * igt@kms_pm_rpm@basic-pci-d3-state:
    - shard-rkl:          [PASS][420] -> [SKIP][421] ([i915#12916])
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-5/igt@kms_pm_rpm@basic-pci-d3-state.html
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_pm_rpm@basic-pci-d3-state.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-dg2:          [PASS][422] -> [SKIP][423] ([i915#9519]) +1 other test skip
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@dpms-non-lpsp:
    - shard-tglu:         NOTRUN -> [SKIP][424] ([i915#9519])
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_pm_rpm@dpms-non-lpsp.html
    - shard-mtlp:         NOTRUN -> [SKIP][425] ([i915#9519]) +1 other test skip
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_pm_rpm@dpms-non-lpsp.html

  * igt@kms_pm_rpm@drm-resources-equal:
    - shard-rkl:          NOTRUN -> [SKIP][426] ([i915#12916])
   [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_pm_rpm@drm-resources-equal.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-dg2:          NOTRUN -> [SKIP][427] ([i915#9519])
   [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-tglu-1:       NOTRUN -> [SKIP][428] ([i915#9519])
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

  * igt@kms_prime@d3hot:
    - shard-rkl:          NOTRUN -> [SKIP][429] ([i915#6524])
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_prime@d3hot.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
    - shard-tglu:         NOTRUN -> [SKIP][430] ([i915#11520]) +8 other tests skip
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
    - shard-mtlp:         NOTRUN -> [SKIP][431] ([i915#12316]) +5 other tests skip
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
    - shard-dg1:          NOTRUN -> [SKIP][432] ([i915#11520]) +12 other tests skip
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
    - shard-dg2-9:        NOTRUN -> [SKIP][433] ([i915#11520]) +1 other test skip
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
    - shard-tglu-1:       NOTRUN -> [SKIP][434] ([i915#11520]) +3 other tests skip
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
    - shard-rkl:          NOTRUN -> [SKIP][435] ([i915#11520]) +10 other tests skip
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html
    - shard-snb:          NOTRUN -> [SKIP][436] ([i915#11520]) +2 other tests skip
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb7/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
    -

== Logs ==

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

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

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

* RE: ✗ i915.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10 11:01 ` ✗ i915.CI.Full: " Patchwork
@ 2025-02-10 14:59   ` B, Jeevan
  0 siblings, 0 replies; 8+ messages in thread
From: B, Jeevan @ 2025-02-10 14:59 UTC (permalink / raw)
  To: igt-dev@lists.freedesktop.org

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

Failure is not related to the patch, Please re-report.

Thanks
Jeevan B

From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Monday, February 10, 2025 4:31 PM
To: B, Jeevan <jeevan.b@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ i915.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test

Patch Details
Series:
tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL:
https://patchwork.freedesktop.org/series/144570/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/index.html
CI Bug Log - changes from CI_DRM_16094_full -> IGTPW_12567_full
Summary

FAILURE

Serious unknown changes coming with IGTPW_12567_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12567_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto:I915-ci-infra@lists.freedesktop.org>) to allow them
to document this new failure mode, which will reduce false positives in CI.

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

Participating hosts (11 -> 12)

Additional (1): shard-dg2-set2

Possible new issues

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

IGT changes
Possible regressions

  *   igt@gem_compute@compute-square:

     *   shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@gem_compute@compute-square.html>

  *   igt@gem_softpin@noreloc-s3:

     *   shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk3/igt@gem_softpin@noreloc-s3.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk1/igt@gem_softpin@noreloc-s3.html>

  *   igt@i915_pm_rps@engine-order:

     *   shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk8/igt@i915_pm_rps@engine-order.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@i915_pm_rps@engine-order.html>

  *   igt@kms_display_modes@extended-mode-basic:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-9/igt@kms_display_modes@extended-mode-basic.html>

  *   igt@perf_pmu@invalid-init:

     *   shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@perf_pmu@invalid-init.html>

  *   igt@sysfs_heartbeat_interval@nopreempt@vcs0:

     *   shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> +1 other test dmesg-warn

Warnings

  *   igt@kms_display_modes@extended-mode-basic:

     *   shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_display_modes@extended-mode-basic.html>
     *   shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-3/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_display_modes@extended-mode-basic.html>
     *   shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg1-14/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_display_modes@extended-mode-basic.html>
     *   shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-2/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555] / [i915#8827]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html>

New tests

New tests have been introduced between CI_DRM_16094_full and IGTPW_12567_full:

New IGT tests (16)

  *   igt@gem_ctx_isolation@nonpriv-switch@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [1.01] s

  *   igt@gem_ctx_isolation@preservation-reset@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.56] s

  *   igt@gem_exec_schedule@fifo@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.20] s

  *   igt@gem_exec_schedule@preempt-engines@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [2.30] s

  *   igt@gem_exec_schedule@preempt-user@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.03] s

  *   igt@gem_exec_schedule@thriceslice@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.04] s

  *   igt@gem_exec_schedule@wide@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [10.52] s

  *   igt@gem_exec_store@pages@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.09] s

  *   igt@gem_userptr_blits@map-fixed-invalidate-busy@gtt:

     *   Statuses : 4 pass(s)
     *   Exec time: [0.71, 3.24] s

  *   igt@gem_userptr_blits@map-fixed-invalidate-busy@uc:

     *   Statuses : 4 pass(s)
     *   Exec time: [0.66, 3.20] s

  *   igt@gem_userptr_blits@map-fixed-invalidate-busy@wb:

     *   Statuses : 4 pass(s)
     *   Exec time: [0.67, 3.21] s

  *   igt@gem_userptr_blits@map-fixed-invalidate-busy@wc:

     *   Statuses : 4 pass(s)
     *   Exec time: [0.67, 3.19] s

  *   igt@kms_plane_scaling@invalid-num-scalers@pipe-c-hdmi-a-2-invalid-num-scalers:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.03] s

  *   igt@prime_busy@before-wait@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.04] s

  *   igt@prime_mmap@test_correct@test_correct-lmem0:

     *   Statuses : 2 pass(s)
     *   Exec time: [0.07, 0.45] s

  *   igt@sysfs_defaults@readonly@vecs1:

     *   Statuses : 1 pass(s)
     *   Exec time: [0.0] s

Known issues

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

IGT changes
Issues hit

  *   igt@api_intel_bb@object-reloc-keep-cache:

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

  *   igt@api_intel_bb@object-reloc-purge-cache:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@api_intel_bb@object-reloc-purge-cache.html> ([i915#8411])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@api_intel_bb@object-reloc-purge-cache.html> ([i915#8411])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@api_intel_bb@object-reloc-purge-cache.html> ([i915#8411])

  *   igt@debugfs_test@basic-hwmon:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@debugfs_test@basic-hwmon.html> ([i915#9318])

  *   igt@device_reset@cold-reset-bound:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@device_reset@cold-reset-bound.html> ([i915#11078])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@device_reset@cold-reset-bound.html> ([i915#11078])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@device_reset@cold-reset-bound.html> ([i915#11078])

  *   igt@device_reset@unbind-cold-reset-rebind:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@device_reset@unbind-cold-reset-rebind.html> ([i915#11078]) +1 other test skip
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@device_reset@unbind-cold-reset-rebind.html> ([i915#11078])

  *   igt@dmabuf@all-tests@dma_fence_chain:

     *   shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-1/igt@dmabuf@all-tests@dma_fence_chain.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@dmabuf@all-tests@dma_fence_chain.html> ([i915#12964]) +37 other tests dmesg-warn

  *   igt@drm_fdinfo@busy-check-all@vecs1:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@drm_fdinfo@busy-check-all@vecs1.html> ([i915#8414]) +10 other tests skip

  *   igt@drm_fdinfo@busy@vcs1:

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

  *   igt@drm_fdinfo@virtual-busy-idle-all:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@drm_fdinfo@virtual-busy-idle-all.html> ([i915#8414])

  *   igt@gem_bad_reloc@negative-reloc-bltcopy:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_bad_reloc@negative-reloc-bltcopy.html> ([i915#3281]) +10 other tests skip

  *   igt@gem_busy@semaphore:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_busy@semaphore.html> ([i915#3936])

  *   igt@gem_ccs@block-multicopy-compressed:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_ccs@block-multicopy-compressed.html> ([i915#9323])

  *   igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html> ([i915#13356])

  *   igt@gem_close_race@multigpu-basic-process:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@gem_close_race@multigpu-basic-process.html> ([i915#7697])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_close_race@multigpu-basic-process.html> ([i915#7697])
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_close_race@multigpu-basic-process.html> ([i915#7697])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_close_race@multigpu-basic-process.html> ([i915#7697])

  *   igt@gem_close_race@multigpu-basic-threads:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_close_race@multigpu-basic-threads.html> ([i915#7697])

  *   igt@gem_create@create-ext-cpu-access-big:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html> ([i915#6335])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_create@create-ext-cpu-access-big.html> ([i915#6335])

  *   igt@gem_ctx_persistence@heartbeat-close:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-close.html> ([i915#8555]) +1 other test skip
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-close.html> ([i915#8555])

  *   igt@gem_ctx_sseu@mmap-args:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])

  *   igt@gem_eio@hibernate:

     *   shard-mtlp: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@gem_eio@hibernate.html> ([i915#7975])

  *   igt@gem_eio@in-flight-immediate:

     *   shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-1/igt@gem_eio@in-flight-immediate.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_eio@in-flight-immediate.html> ([i915#13193]) +2 other tests abort

  *   igt@gem_eio@reset-stress:

     *   shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_eio@reset-stress.html> ([i915#12543] / [i915#5784])

  *   igt@gem_exec_balancer@bonded-semaphore:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_exec_balancer@bonded-semaphore.html> ([i915#4812]) +2 other tests skip

  *   igt@gem_exec_balancer@bonded-true-hang:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_balancer@bonded-true-hang.html> ([i915#4812])

  *   igt@gem_exec_balancer@invalid-bonds:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_balancer@invalid-bonds.html> ([i915#4036])

  *   igt@gem_exec_balancer@parallel-balancer:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@gem_exec_balancer@parallel-balancer.html> ([i915#4525]) +1 other test skip

  *   igt@gem_exec_balancer@parallel-keep-submit-fence:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html> ([i915#4525]) +2 other tests skip

  *   igt@gem_exec_balancer@parallel-out-fence:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_exec_balancer@parallel-out-fence.html> ([i915#4525])

  *   igt@gem_exec_capture@capture-invisible:

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

  *   igt@gem_exec_capture@capture-recoverable:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@gem_exec_capture@capture-recoverable.html> ([i915#6344])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_exec_capture@capture-recoverable.html> ([i915#6344])

  *   igt@gem_exec_endless@dispatch@ccs0:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_endless@dispatch@ccs0.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_endless@dispatch@ccs0.html> ([i915#3778] / [i915#7016]) +1 other test timeout

  *   igt@gem_exec_flush@basic-uc-prw-default:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_exec_flush@basic-uc-prw-default.html> ([i915#3539]) +1 other test skip

  *   igt@gem_exec_flush@basic-uc-rw-default:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@gem_exec_flush@basic-uc-rw-default.html> ([i915#3539] / [i915#4852]) +1 other test skip
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_flush@basic-uc-rw-default.html> ([i915#3539] / [i915#4852])

  *   igt@gem_exec_flush@basic-uc-set-default:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@gem_exec_flush@basic-uc-set-default.html> ([i915#3539]) +1 other test skip

  *   igt@gem_exec_flush@basic-wb-set-default:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_exec_flush@basic-wb-set-default.html> ([i915#3539] / [i915#4852]) +2 other tests skip

  *   igt@gem_exec_params@rsvd2-dirt:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_exec_params@rsvd2-dirt.html> ([i915#5107])

  *   igt@gem_exec_reloc@basic-active:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_exec_reloc@basic-active.html> ([i915#3281]) +7 other tests skip

  *   igt@gem_exec_reloc@basic-concurrent0:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_exec_reloc@basic-concurrent0.html> ([i915#3281]) +10 other tests skip

  *   igt@gem_exec_reloc@basic-gtt-read-active:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_reloc@basic-gtt-read-active.html> ([i915#3281]) +5 other tests skip

  *   igt@gem_exec_reloc@basic-gtt-read-noreloc:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html> ([i915#3281]) +11 other tests skip

  *   igt@gem_exec_schedule@preempt-queue-contexts-chain:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts-chain.html> ([i915#4537] / [i915#4812])

  *   igt@gem_exec_schedule@semaphore-power:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_exec_schedule@semaphore-power.html> ([i915#4537] / [i915#4812])

  *   igt@gem_exec_schedule@thriceslice:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb1/igt@gem_exec_schedule@thriceslice.html> +125 other tests skip

  *   igt@gem_exec_suspend@basic-s0:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_exec_suspend@basic-s0.html> ([i915#11441] / [i915#13304])

  *   igt@gem_exec_suspend@basic-s0@lmem0:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@gem_exec_suspend@basic-s0@lmem0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_exec_suspend@basic-s0@lmem0.html> ([i915#11441])

  *   igt@gem_exec_suspend@basic-s4-devices:

     *   shard-tglu: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-8/igt@gem_exec_suspend@basic-s4-devices.html> ([i915#7975]) +1 other test abort
     *   shard-rkl: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@gem_exec_suspend@basic-s4-devices.html> ([i915#7975]) +1 other test abort

  *   igt@gem_fence_thrash@bo-write-verify-none:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-none.html> ([i915#4860])

  *   igt@gem_fence_thrash@bo-write-verify-x:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-x.html> ([i915#4860]) +1 other test skip

  *   igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html> ([i915#4860])

  *   igt@gem_lmem_swapping@heavy-verify-multi:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-multi.html> ([i915#4613]) +1 other test skip

  *   igt@gem_lmem_swapping@parallel-random-verify-ccs:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> ([i915#4613]) +5 other tests skip
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> ([i915#4613]) +4 other tests skip

  *   igt@gem_lmem_swapping@random:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk6/igt@gem_lmem_swapping@random.html> ([i915#4613]) +4 other tests skip

  *   igt@gem_lmem_swapping@smem-oom@lmem0:

     *   shard-dg1: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html> ([i915#5493]) +1 other test timeout

  *   igt@gem_lmem_swapping@verify-random:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@gem_lmem_swapping@verify-random.html> ([i915#4613]) +2 other tests skip

  *   igt@gem_media_vme:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@gem_media_vme.html> ([i915#284])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gem_media_vme.html> ([i915#284])

  *   igt@gem_mmap@bad-object:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_mmap@bad-object.html> ([i915#4083]) +5 other tests skip

  *   igt@gem_mmap@basic:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_mmap@basic.html> ([i915#4083]) +3 other tests skip

  *   igt@gem_mmap@short-mmap:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@gem_mmap@short-mmap.html> ([i915#4083]) +1 other test skip

  *   igt@gem_mmap_gtt@cpuset-big-copy-odd:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@gem_mmap_gtt@cpuset-big-copy-odd.html> ([i915#4077]) +9 other tests skip

  *   igt@gem_mmap_gtt@fault-concurrent-x:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_mmap_gtt@fault-concurrent-x.html> ([i915#4077]) +5 other tests skip

  *   igt@gem_mmap_wc@bad-offset:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@gem_mmap_wc@bad-offset.html> ([i915#4083]) +4 other tests skip

  *   igt@gem_partial_pwrite_pread@reads-snoop:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_partial_pwrite_pread@reads-snoop.html> ([i915#3282]) +5 other tests skip

  *   igt@gem_partial_pwrite_pread@writes-after-reads:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@gem_partial_pwrite_pread@writes-after-reads.html> ([i915#3282]) +3 other tests skip

  *   igt@gem_pread@display:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_pread@display.html> ([i915#3282]) +1 other test skip

  *   igt@gem_pwrite@basic-exhaustion:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@gem_pwrite@basic-exhaustion.html> ([i915#3282]) +8 other tests skip
     *   shard-glk: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])

  *   igt@gem_pxp@reject-modify-context-protection-off-2:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_pxp@reject-modify-context-protection-off-2.html> ([i915#4270]) +3 other tests skip

  *   igt@gem_pxp@reject-modify-context-protection-off-3:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-3.html> ([i915#4270]) +2 other tests skip
     *   shard-rkl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-off-3.html> ([i915#12917] / [i915#12964]) +2 other tests timeout

  *   igt@gem_pxp@verify-pxp-stale-buf-optout-execution:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> ([i915#4270])

  *   igt@gem_readwrite@beyond-eob:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@gem_readwrite@beyond-eob.html> ([i915#3282]) +2 other tests skip

  *   igt@gem_render_copy@linear-to-vebox-yf-tiled:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@gem_render_copy@linear-to-vebox-yf-tiled.html> ([i915#5190] / [i915#8428]) +4 other tests skip

  *   igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html> ([i915#8428]) +4 other tests skip

  *   igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html> ([i915#5190] / [i915#8428]) +3 other tests skip

  *   igt@gem_set_tiling_vs_blt@untiled-to-tiled:

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

  *   igt@gem_tiled_partial_pwrite_pread@writes-after-reads:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html> ([i915#4077]) +9 other tests skip

  *   igt@gem_tiled_pread_basic:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_tiled_pread_basic.html> ([i915#4079]) +1 other test skip

  *   igt@gem_tiled_swapping@non-threaded:

     *   shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-tglu-10/igt@gem_tiled_swapping@non-threaded.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@gem_tiled_swapping@non-threaded.html> ([i915#12941])

  *   igt@gem_tiling_max_stride:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@gem_tiling_max_stride.html> ([i915#4077]) +5 other tests skip

  *   igt@gem_userptr_blits@dmabuf-unsync:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@gem_userptr_blits@dmabuf-unsync.html> ([i915#3297]) +1 other test skip

  *   igt@gem_userptr_blits@forbidden-operations:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@gem_userptr_blits@forbidden-operations.html> ([i915#3282] / [i915#3297])

  *   igt@gem_userptr_blits@invalid-mmap-offset-unsync:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html> ([i915#3297]) +2 other tests skip

  *   igt@gem_userptr_blits@map-fixed-invalidate-busy:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#3297]) +1 other test skip
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#3297] / [i915#4880])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#3297] / [i915#4880])

  *   igt@gem_userptr_blits@readonly-unsync:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gem_userptr_blits@readonly-unsync.html> ([i915#3297])

  *   igt@gem_userptr_blits@relocations:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@gem_userptr_blits@relocations.html> ([i915#3281] / [i915#3297])

  *   igt@gem_userptr_blits@unsync-unmap:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@gem_userptr_blits@unsync-unmap.html> ([i915#3297])

  *   igt@gem_userptr_blits@unsync-unmap-after-close:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@gem_userptr_blits@unsync-unmap-after-close.html> ([i915#3297]) +3 other tests skip

  *   igt@gem_userptr_blits@unsync-unmap-cycles:

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

  *   igt@gen7_exec_parse@bitmasks:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gen7_exec_parse@bitmasks.html> +4 other tests skip

  *   igt@gen9_exec_parse@allowed-all:

     *   shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-glk4/igt@gen9_exec_parse@allowed-all.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk7/igt@gen9_exec_parse@allowed-all.html> ([i915#5566])

  *   igt@gen9_exec_parse@basic-rejected:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@gen9_exec_parse@basic-rejected.html> ([i915#2856]) +1 other test skip

  *   igt@gen9_exec_parse@bb-chained:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@gen9_exec_parse@bb-chained.html> ([i915#2527]) +5 other tests skip
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@gen9_exec_parse@bb-chained.html> ([i915#2527]) +1 other test skip
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@gen9_exec_parse@bb-chained.html> ([i915#2856]) +1 other test skip

  *   igt@gen9_exec_parse@bb-large:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@gen9_exec_parse@bb-large.html> ([i915#2527] / [i915#2856])

  *   igt@gen9_exec_parse@bb-start-cmd:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@gen9_exec_parse@bb-start-cmd.html> ([i915#2527] / [i915#2856]) +3 other tests skip

  *   igt@gen9_exec_parse@bb-start-param:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@gen9_exec_parse@bb-start-param.html> ([i915#2856]) +2 other tests skip

  *   igt@i915_hangman@hangcheck-unterminated:

     *   shard-rkl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@i915_hangman@hangcheck-unterminated.html> ([i915#12964]) +22 other tests dmesg-warn

  *   igt@i915_module_load@load:

     *   shard-dg2: (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-2/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-2/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-4/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-5/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-1/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-7/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-1/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-3/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-6/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-5/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-8/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-3/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-7/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-6/igt@i915_module_load@load.html>) -> (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html>, DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@i915_module_load@load.html>) ([i915#13368])

  *   igt@i915_module_load@reload-with-fault-injection:

     *   shard-dg2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820])

  *   igt@i915_pm_freq_mult@media-freq@gt0:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-8/igt@i915_pm_freq_mult@media-freq@gt0.html> ([i915#6590]) +1 other test skip

  *   igt@i915_pm_rc6_residency@rc6-fence:

     *   shard-tglu-1: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-fence.html> ([i915#2681]) +1 other test warn

  *   igt@i915_pm_rpm@system-suspend:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk6/igt@i915_pm_rpm@system-suspend.html> ([i915#12797]) +1 other test incomplete

  *   igt@i915_pm_rps@min-max-config-loaded:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html> ([i915#11681] / [i915#6621])

  *   igt@i915_pm_rps@thresholds:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@i915_pm_rps@thresholds.html> ([i915#11681]) +1 other test skip

  *   igt@i915_pm_rps@thresholds-idle:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@i915_pm_rps@thresholds-idle.html> ([i915#11681])

  *   igt@i915_pm_sseu@full-enable:

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

  *   igt@i915_power@sanity:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@i915_power@sanity.html> ([i915#7984])

  *   igt@i915_query@hwconfig_table:

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

  *   igt@i915_query@test-query-geometry-subslices:

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

  *   igt@i915_suspend@fence-restore-untiled:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@i915_suspend@fence-restore-untiled.html> ([i915#4817])

  *   igt@kms_addfb_basic@addfb25-x-tiled-legacy:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html> ([i915#4212]) +1 other test skip

  *   igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> ([i915#5190]) +2 other tests skip
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> ([i915#5190])

  *   igt@kms_addfb_basic@basic-y-tiled-legacy:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html> ([i915#4215] / [i915#5190])

  *   igt@kms_addfb_basic@bo-too-small-due-to-tiling:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html> ([i915#4212]) +2 other tests skip

  *   igt@kms_addfb_basic@tile-pitch-mismatch:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_addfb_basic@tile-pitch-mismatch.html> ([i915#4212])

  *   igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs.html> ([i915#8709]) +7 other tests skip

  *   igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:

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

  *   igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc.html> ([i915#8709]) +15 other tests skip

  *   igt@kms_async_flips@invalid-async-flip:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_async_flips@invalid-async-flip.html> ([i915#12967] / [i915#6228])

  *   igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:

     *   shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> ([i915#11808] / [i915#5956]) +1 other test fail
     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> ([i915#1769] / [i915#3555])

  *   igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:

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

  *   igt@kms_big_fb@4-tiled-64bpp-rotate-270:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html> ([i915#5286]) +3 other tests skip

  *   igt@kms_big_fb@4-tiled-8bpp-rotate-90:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html> ([i915#4538] / [i915#5286]) +4 other tests skip

  *   igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html> ([i915#5286])

  *   igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html> ([i915#5286]) +5 other tests skip

  *   igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:

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

  *   igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html> ([i915#5286]) +4 other tests skip

  *   igt@kms_big_fb@linear-64bpp-rotate-270:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-270.html> +19 other tests skip

  *   igt@kms_big_fb@linear-64bpp-rotate-90:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html> ([i915#3638]) +3 other tests skip

  *   igt@kms_big_fb@y-tiled-64bpp-rotate-90:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html> ([i915#3638]) +2 other tests skip

  *   igt@kms_big_fb@y-tiled-8bpp-rotate-270:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> ([i915#4538] / [i915#5190]) +4 other tests skip

  *   igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> ([i915#4538] / [i915#5190]) +10 other tests skip

  *   igt@kms_big_fb@yf-tiled-16bpp-rotate-270:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html> ([i915#4538]) +6 other tests skip

  *   igt@kms_big_fb@yf-tiled-addfb-size-overflow:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html> ([i915#5190])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html> ([i915#6187]) +1 other test skip

  *   igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html> ([i915#6095]) +29 other tests skip

  *   igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> ([i915#12313]) +1 other test skip
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> ([i915#12313])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> ([i915#12313])

  *   igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html> ([i915#6095]) +44 other tests skip

  *   igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3.html> ([i915#10307] / [i915#6095]) +153 other tests skip

  *   igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html> ([i915#12313])

  *   igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html> ([i915#12313])

  *   igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html> ([i915#6095]) +113 other tests skip

  *   igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-edp-1:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html> ([i915#6095]) +34 other tests skip

  *   igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html> ([i915#6095]) +11 other tests skip

  *   igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html> ([i915#12313])

  *   igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html> ([i915#12313]) +2 other tests skip

  *   igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html> ([i915#10307] / [i915#10434] / [i915#6095])

  *   igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-2:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-2.html> ([i915#10307] / [i915#6095]) +34 other tests skip

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3:

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

  *   igt@kms_cdclk@mode-transition-all-outputs:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_cdclk@mode-transition-all-outputs.html> ([i915#3742])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_cdclk@mode-transition-all-outputs.html> ([i915#11616] / [i915#7213])

  *   igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html> ([i915#11151] / [i915#7828]) +13 other tests skip

  *   igt@kms_chamelium_frames@dp-crc-single:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_chamelium_frames@dp-crc-single.html> ([i915#11151] / [i915#7828]) +10 other tests skip

  *   igt@kms_chamelium_frames@dp-frame-dump:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_chamelium_frames@dp-frame-dump.html> ([i915#11151] / [i915#7828]) +3 other tests skip

  *   igt@kms_chamelium_frames@hdmi-cmp-planar-formats:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html> ([i915#11151] / [i915#7828]) +1 other test skip

  *   igt@kms_chamelium_frames@hdmi-crc-multiple:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-multiple.html> ([i915#11151] / [i915#7828]) +7 other tests skip

  *   igt@kms_chamelium_hpd@hdmi-hpd-storm:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_chamelium_hpd@hdmi-hpd-storm.html> ([i915#11151] / [i915#7828]) +8 other tests skip

  *   igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html> ([i915#11151] / [i915#7828]) +3 other tests skip

  *   igt@kms_content_protection@atomic-dpms:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html> ([i915#7118] / [i915#9424])
     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html> ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])

  *   igt@kms_content_protection@content-type-change:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_content_protection@content-type-change.html> ([i915#6944] / [i915#9424])

  *   igt@kms_content_protection@dp-mst-lic-type-0:

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

  *   igt@kms_content_protection@dp-mst-type-0:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_content_protection@dp-mst-type-0.html> ([i915#3116]) +1 other test skip

  *   igt@kms_content_protection@legacy:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_content_protection@legacy.html> ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip

  *   igt@kms_content_protection@lic-type-0:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_content_protection@lic-type-0.html> ([i915#6944] / [i915#9424]) +3 other tests skip

  *   igt@kms_content_protection@lic-type-0@pipe-a-dp-4:

     *   shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html> ([i915#7173])

  *   igt@kms_content_protection@mei-interface:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_content_protection@mei-interface.html> ([i915#9424])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_content_protection@mei-interface.html> ([i915#6944] / [i915#9424])

  *   igt@kms_content_protection@uevent:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_content_protection@uevent.html> ([i915#7118] / [i915#9424])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_content_protection@uevent.html> ([i915#7118] / [i915#9424])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_content_protection@uevent.html> ([i915#7116] / [i915#9424])

  *   igt@kms_cursor_crc@cursor-offscreen-512x512:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html> ([i915#13049])
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html> ([i915#13049]) +1 other test skip
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-512x512.html> ([i915#13049])

  *   igt@kms_cursor_crc@cursor-random-128x42:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-128x42.html> ([i915#8814]) +2 other tests skip

  *   igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:

     *   shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html> ([i915#13566])

  *   igt@kms_cursor_crc@cursor-random-512x170:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-5/igt@kms_cursor_crc@cursor-random-512x170.html> ([i915#13049]) +1 other test skip

  *   igt@kms_cursor_crc@cursor-rapid-movement-32x10:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html> ([i915#3555] / [i915#8814])

  *   igt@kms_cursor_crc@cursor-rapid-movement-max-size:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> ([i915#3555]) +3 other tests skip

  *   igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2:

     *   shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2.html> ([i915#13566]) +1 other test fail

  *   igt@kms_cursor_crc@cursor-sliding-512x512:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_cursor_crc@cursor-sliding-512x512.html> ([i915#13049]) +2 other tests skip

  *   igt@kms_cursor_crc@cursor-sliding-64x21:

     *   shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-64x21.html> ([i915#13566]) +1 other test fail

  *   igt@kms_cursor_crc@cursor-suspend:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_cursor_crc@cursor-suspend.html> ([i915#12358] / [i915#7882])

  *   igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-1.html> ([i915#12358])

  *   igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html> ([i915#9809]) +5 other tests skip

  *   igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html> +29 other tests skip

  *   igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> ([i915#4103])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> ([i915#4103] / [i915#4213])

  *   igt@kms_cursor_legacy@cursora-vs-flipb-atomic:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html> ([i915#13046] / [i915#5354]) +1 other test skip

  *   igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html> ([i915#13046] / [i915#5354]) +5 other tests skip

  *   igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic:

     *   shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html> ([i915#2346])

  *   igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html> ([i915#9067])

  *   igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> ([i915#4213])

  *   igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> ([i915#4103])

  *   igt@kms_dirtyfb@drrs-dirtyfb-ioctl:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html> ([i915#9833])

  *   igt@kms_dirtyfb@psr-dirtyfb-ioctl:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> ([i915#9723])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> ([i915#9723])

  *   igt@kms_display_modes@mst-extended-mode-negative:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_display_modes@mst-extended-mode-negative.html> ([i915#8588])

  *   igt@kms_dither@fb-8bpc-vs-panel-6bpc:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> ([i915#3555])

  *   igt@kms_draw_crc@draw-method-mmap-wc:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_draw_crc@draw-method-mmap-wc.html> ([i915#8812])

  *   igt@kms_dsc@dsc-basic:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_dsc@dsc-basic.html> ([i915#3555] / [i915#3840]) +1 other test skip

  *   igt@kms_dsc@dsc-fractional-bpp-with-bpc:

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

  *   igt@kms_dsc@dsc-with-bpc-formats:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_dsc@dsc-with-bpc-formats.html> ([i915#3555] / [i915#3840])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_dsc@dsc-with-bpc-formats.html> ([i915#3555] / [i915#3840])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_dsc@dsc-with-bpc-formats.html> ([i915#3555] / [i915#3840])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_dsc@dsc-with-bpc-formats.html> ([i915#3555] / [i915#3840])

  *   igt@kms_fbcon_fbt@fbc-suspend:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk9/igt@kms_fbcon_fbt@fbc-suspend.html> ([i915#9878])

  *   igt@kms_feature_discovery@display-4x:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_feature_discovery@display-4x.html> ([i915#1839])

  *   igt@kms_fence_pin_leak:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_fence_pin_leak.html> ([i915#4881])

  *   igt@kms_flip@2x-absolute-wf_vblank:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip@2x-absolute-wf_vblank.html> ([i915#3637]) +1 other test skip

  *   igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:

     *   shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-snb6/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html> ([i915#11989]) +3 other tests fail

  *   igt@kms_flip@2x-flip-vs-absolute-wf_vblank:

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

  *   igt@kms_flip@2x-flip-vs-dpms:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html> ([i915#9934]) +7 other tests skip

  *   igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html> ([i915#9934]) +7 other tests skip

  *   igt@kms_flip@2x-flip-vs-rmfb-interruptible:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html> ([i915#3637]) +3 other tests skip
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html> ([i915#9934]) +2 other tests skip

  *   igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html> ([i915#9934]) +6 other tests skip

  *   igt@kms_flip@2x-wf_vblank-ts-check-interruptible:

     *   shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> ([i915#11989]) +2 other tests fail

  *   igt@kms_flip@absolute-wf_vblank:

     *   shard-glk: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@kms_flip@absolute-wf_vblank.html> ([i915#118] / [i915#1982])

  *   igt@kms_flip@absolute-wf_vblank@c-hdmi-a1:

     *   shard-glk: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk8/igt@kms_flip@absolute-wf_vblank@c-hdmi-a1.html> ([i915#118])

  *   igt@kms_flip@flip-vs-suspend:

     *   shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg1-12/igt@kms_flip@flip-vs-suspend.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_flip@flip-vs-suspend.html> ([i915#4423]) +3 other tests dmesg-warn

  *   igt@kms_flip@flip-vs-suspend@d-hdmi-a4:

     *   shard-dg1: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_flip@flip-vs-suspend@d-hdmi-a4.html> ([i915#4423])

  *   igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html> ([i915#2672] / [i915#3555]) +5 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html> ([i915#2672]) +4 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html> ([i915#2672] / [i915#3555]) +1 other test skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html> ([i915#2672] / [i915#8813]) +2 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> ([i915#2587] / [i915#2672]) +5 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html> ([i915#2672] / [i915#3555]) +2 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> ([i915#2672]) +2 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> ([i915#2587] / [i915#2672]) +2 other tests skip
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html> ([i915#2587] / [i915#2672]) +4 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html> ([i915#2587] / [i915#2672] / [i915#3555])

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html> ([i915#2672] / [i915#3555] / [i915#5190])

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html> ([i915#2672]) +2 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html> ([i915#2587] / [i915#2672] / [i915#3555])

  *   igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> ([i915#2672] / [i915#3555]) +1 other test skip

  *   igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html> ([i915#3555] / [i915#8810] / [i915#8813])

  *   igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode:

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

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html> ([i915#2672] / [i915#3555]) +3 other tests skip

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html> ([i915#2672] / [i915#3555]) +4 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html> ([i915#8708]) +5 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html> ([i915#5354]) +26 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html> ([i915#1825]) +57 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-suspend:

     *   shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html> ([i915#12964]) +1 other test dmesg-fail

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html> ([i915#8708]) +17 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html> ([i915#3458]) +19 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html> ([i915#8708]) +13 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html> ([i915#8708]) +4 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html> +35 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html> +44 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html> ([i915#3023]) +30 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html> ([i915#10055])

  *   igt@kms_frontbuffer_tracking@pipe-fbc-rte:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> ([i915#9766])

  *   igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html> ([i915#3458]) +17 other tests skip

  *   igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html> ([i915#3458]) +6 other tests skip

  *   igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html> ([i915#5354]) +12 other tests skip

  *   igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:

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

  *   igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html> +81 other tests skip

  *   igt@kms_hdr@bpc-switch:

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

  *   igt@kms_hdr@bpc-switch-suspend:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-6/igt@kms_hdr@bpc-switch-suspend.html> ([i915#3555] / [i915#8228]) +2 other tests skip

  *   igt@kms_hdr@invalid-metadata-sizes:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-8/igt@kms_hdr@invalid-metadata-sizes.html> ([i915#3555] / [i915#8228]) +1 other test skip
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_hdr@invalid-metadata-sizes.html> ([i915#3555] / [i915#8228])

  *   igt@kms_hdr@static-toggle-dpms:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-11/igt@kms_hdr@static-toggle-dpms.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-3/igt@kms_hdr@static-toggle-dpms.html> ([i915#3555] / [i915#8228]) +1 other test skip
     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_hdr@static-toggle-dpms.html> ([i915#3555] / [i915#8228])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_hdr@static-toggle-dpms.html> ([i915#3555] / [i915#8228]) +1 other test skip

  *   igt@kms_hdr@static-toggle-suspend:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html> ([i915#3555] / [i915#8228]) +3 other tests skip

  *   igt@kms_invalid_mode@clock-too-high:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_invalid_mode@clock-too-high.html> ([i915#3555] / [i915#6403] / [i915#8826])

  *   igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-4/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html> ([i915#9457]) +3 other tests skip

  *   igt@kms_joiner@basic-big-joiner:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-5/igt@kms_joiner@basic-big-joiner.html> ([i915#10656])

  *   igt@kms_joiner@basic-force-big-joiner:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_joiner@basic-force-big-joiner.html> ([i915#12388])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_joiner@basic-force-big-joiner.html> ([i915#12388])

  *   igt@kms_joiner@basic-ultra-joiner:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_joiner@basic-ultra-joiner.html> ([i915#12339])

  *   igt@kms_joiner@invalid-modeset-force-ultra-joiner:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html> ([i915#12394])

  *   igt@kms_joiner@invalid-modeset-ultra-joiner:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html> ([i915#12339])

  *   igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html> ([i915#13522])

  *   igt@kms_panel_fitting@atomic-fastset:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-10/igt@kms_panel_fitting@atomic-fastset.html> ([i915#6301])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_panel_fitting@atomic-fastset.html> ([i915#6301]) +1 other test skip
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html> ([i915#6301])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-18/igt@kms_panel_fitting@atomic-fastset.html> ([i915#6301])

  *   igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html> +10 other tests skip

  *   igt@kms_plane@plane-panning-bottom-right-suspend:

     *   shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk4/igt@kms_plane@plane-panning-bottom-right-suspend.html> ([i915#13026]) +1 other test incomplete

  *   igt@kms_plane_alpha_blend@alpha-basic:

     *   shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@kms_plane_alpha_blend@alpha-basic.html> ([i915#12178])

  *   igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1:

     *   shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-glk3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html> ([i915#7862]) +1 other test fail

  *   igt@kms_plane_multiple@tiling-yf:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-2/igt@kms_plane_multiple@tiling-yf.html> ([i915#3555] / [i915#8806])

  *   igt@kms_plane_scaling@2x-scaler-multi-pipe:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> ([i915#13046] / [i915#5354] / [i915#9423])

  *   igt@kms_plane_scaling@intel-max-src-size:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size.html> ([i915#6953])

  *   igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html> ([i915#12247]) +4 other tests skip

  *   igt@kms_plane_scaling@planes-downscale-factor-0-25:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> ([i915#12247] / [i915#6953] / [i915#9423])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> ([i915#12247] / [i915#6953])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> ([i915#12247] / [i915#6953])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> ([i915#12247] / [i915#6953])

  *   igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html> ([i915#12247] / [i915#6953])

  *   igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html> ([i915#12247]) +3 other tests skip

  *   igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html> ([i915#12247]) +5 other tests skip
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html> ([i915#12247]) +3 other tests skip

  *   igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html> ([i915#12247]) +18 other tests skip

  *   igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> ([i915#12247] / [i915#3555] / [i915#9423])

  *   igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html> ([i915#12247]) +7 other tests skip

  *   igt@kms_pm_backlight@brightness-with-dpms:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_pm_backlight@brightness-with-dpms.html> ([i915#12343])

  *   igt@kms_pm_backlight@fade:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_backlight@fade.html> ([i915#9812])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-12/igt@kms_pm_backlight@fade.html> ([i915#5354])

  *   igt@kms_pm_backlight@fade-with-dpms:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-8/igt@kms_pm_backlight@fade-with-dpms.html> ([i915#5354]) +1 other test skip
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-5/igt@kms_pm_backlight@fade-with-dpms.html> ([i915#9812])

  *   igt@kms_pm_dc@dc5-retention-flops:

     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_pm_dc@dc5-retention-flops.html> ([i915#3828])

  *   igt@kms_pm_dc@dc6-dpms:

     *   shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-1/igt@kms_pm_dc@dc6-dpms.html> ([i915#12913])
     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-4/igt@kms_pm_dc@dc6-dpms.html> ([i915#5978])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-6/igt@kms_pm_dc@dc6-dpms.html> ([i915#3361])
     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-14/igt@kms_pm_dc@dc6-dpms.html> ([i915#3361])
     *   shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html> ([i915#9295])

  *   igt@kms_pm_dc@dc6-psr:

     *   shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-6/igt@kms_pm_dc@dc6-psr.html> ([i915#12912])
     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-3/igt@kms_pm_dc@dc6-psr.html> ([i915#9685])
     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-4/igt@kms_pm_dc@dc6-psr.html> ([i915#9685])

  *   igt@kms_pm_dc@dc9-dpms:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_dc@dc9-dpms.html> ([i915#4281])

  *   igt@kms_pm_lpsp@screens-disabled:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430])

  *   igt@kms_pm_rpm@basic-pci-d3-state:

     *   shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-rkl-5/igt@kms_pm_rpm@basic-pci-d3-state.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-1/igt@kms_pm_rpm@basic-pci-d3-state.html> ([i915#12916])

  *   igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:

     *   shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16094/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> ([i915#9519]) +1 other test skip

  *   igt@kms_pm_rpm@dpms-non-lpsp:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-3/igt@kms_pm_rpm@dpms-non-lpsp.html> ([i915#9519])
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-3/igt@kms_pm_rpm@dpms-non-lpsp.html> ([i915#9519]) +1 other test skip

  *   igt@kms_pm_rpm@drm-resources-equal:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-7/igt@kms_pm_rpm@drm-resources-equal.html> ([i915#12916])

  *   igt@kms_pm_rpm@modeset-lpsp:

     *   shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#9519])

  *   igt@kms_pm_rpm@modeset-non-lpsp-stress:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> ([i915#9519])

  *   igt@kms_prime@d3hot:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-5/igt@kms_prime@d3hot.html> ([i915#6524])

  *   igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:

     *   shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-2/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html> ([i915#11520]) +8 other tests skip
     *   shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-mtlp-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html> ([i915#12316]) +5 other tests skip

  *   igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:

     *   shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html> ([i915#11520]) +12 other tests skip

  *   igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:

     *   shard-dg2-9: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-dg2-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html> ([i915#11520]) +1 other test skip

  *   igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:

     *   shard-tglu-1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html> ([i915#11520]) +3 other tests skip

  *   igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:

     *   shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-rkl-4/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html> ([i915#11520]) +10 other tests skip
     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12567/shard-snb7/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html> ([i915#11520]) +2 other tests skip

  *   igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
-

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

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

* RE: ✗ Xe.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
  2025-02-10 10:17 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-02-10 14:59   ` B, Jeevan
  0 siblings, 0 replies; 8+ messages in thread
From: B, Jeevan @ 2025-02-10 14:59 UTC (permalink / raw)
  To: igt-dev@lists.freedesktop.org

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

Failure is not related to the patch, Please re-report.

Thanks
Jeevan B


From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Monday, February 10, 2025 3:48 PM
To: B, Jeevan <jeevan.b@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Xe.CI.Full: failure for tests/kms_display_modes: Add check for ≥2 outputs in extended mode test

Patch Details
Series:
tests/kms_display_modes: Add check for ≥2 outputs in extended mode test
URL:
https://patchwork.freedesktop.org/series/144570/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/index.html
CI Bug Log - changes from XEIGT_8227_full -> XEIGTPW_12567_full
Summary

FAILURE

Serious unknown changes coming with XEIGTPW_12567_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12567_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto:I915-ci-infra@lists.freedesktop.org>) to allow them
to document this new failure mode, which will reduce false positives in CI.

Participating hosts (4 -> 4)

No changes in participating hosts

Possible new issues

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

IGT changes
Possible regressions

  *   igt@kms_async_flips@async-flip-with-page-flip-events-atomic:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html>

  *   igt@kms_async_flips@crc:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_async_flips@crc.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_async_flips@crc.html> +1 other test incomplete

  *   igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_color@deep-color@pipe-a-hdmi-a-6-ctm.html> +2 other tests incomplete

  *   igt@kms_joiner@basic-force-big-joiner:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_joiner@basic-force-big-joiner.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_joiner@basic-force-big-joiner.html>

  *   igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_evict_ccs@evict-overcommit-parallel-instantfree-reopen.html>

  *   igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race:

     *   shard-bmg: NOTRUN -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate-race.html>

  *   igt@xe_sriov_flr@flr-twice:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_sriov_flr@flr-twice.html>

Warnings

  *   igt@kms_color@deep-color:

     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_color@deep-color.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_color@deep-color.html>

  *   igt@kms_display_modes@extended-mode-basic:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_display_modes@extended-mode-basic.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_display_modes@extended-mode-basic.html>
     *   shard-lnl: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_display_modes@extended-mode-basic.html> (Intel XE#3383<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_display_modes@extended-mode-basic.html>

  *   igt@xe_pm@s4-vm-bind-userptr:

     *   shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s4-vm-bind-userptr.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_pm@s4-vm-bind-userptr.html>

Known issues

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

IGT changes
Issues hit

  *   igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (Intel XE#2233<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (Intel XE#623<https://gitlab.freedesktop.org/drm/xe/kernel/issues/623>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> (Intel XE#1466<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466>)

  *   igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-dp-2.html> (Intel XE#827<https://gitlab.freedesktop.org/drm/xe/kernel/issues/827>)

  *   igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:

     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html> (Intel XE#911<https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) +3 other tests fail

  *   igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html> (Intel XE#3658<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658>)

  *   igt@kms_big_fb@x-tiled-64bpp-rotate-270:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +2 other tests skip

  *   igt@kms_big_fb@x-tiled-8bpp-rotate-270:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +2 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html> (Intel XE#1407<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) +3 other tests skip

  *   igt@kms_big_fb@y-tiled-16bpp-rotate-180:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +10 other tests skip

  *   igt@kms_big_fb@yf-tiled-8bpp-rotate-270:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +11 other tests skip

  *   igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +10 other tests skip

  *   igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html> (Intel XE#2314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> / Intel XE#2894<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)

  *   igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#1512<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512>) +2 other tests skip
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#2314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> / Intel XE#2894<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)

  *   igt@kms_bw@linear-tiling-2-displays-1920x1080p:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +3 other tests skip

  *   igt@kms_bw@linear-tiling-2-displays-3840x2160p:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +4 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1 other test skip

  *   igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +16 other tests skip

  *   igt@kms_ccs@crc-primary-basic-y-tiled-ccs:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +14 other tests skip

  *   igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-b-dp-2.html> (Intel XE#2652<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +7 other tests skip

  *   igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>)
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>)

  *   igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +115 other tests skip

  *   igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +38 other tests skip

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:

     *   shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6:

     *   shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-6.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113> / Intel XE#3124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4:

     *   shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4.html> (Intel XE#3124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6:

     *   shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)

  *   igt@kms_cdclk@mode-transition-all-outputs:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cdclk@mode-transition-all-outputs.html> (Intel XE#2724<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_cdclk@mode-transition-all-outputs.html> (Intel XE#314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_cdclk@mode-transition-all-outputs.html> (Intel XE#314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/314>)

  *   igt@kms_chamelium_edid@dp-edid-change-during-suspend:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +8 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +11 other tests skip

  *   igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +10 other tests skip

  *   igt@kms_content_protection@atomic-dpms:

     *   shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_content_protection@atomic-dpms.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail

  *   igt@kms_content_protection@dp-mst-lic-type-1:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_content_protection@dp-mst-lic-type-1.html> (Intel XE#2390<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_content_protection@dp-mst-lic-type-1.html> (Intel XE#307<https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_content_protection@dp-mst-lic-type-1.html> (Intel XE#307<https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)

  *   igt@kms_content_protection@lic-type-0:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_content_protection@lic-type-0.html> (Intel XE#3278<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278>) +2 other tests skip

  *   igt@kms_content_protection@lic-type-0@pipe-a-dp-2:

     *   shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail

  *   igt@kms_content_protection@mei-interface:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_content_protection@mei-interface.html> (Intel XE#2341<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>) +2 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_content_protection@mei-interface.html> (Intel XE#1468<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468>)

  *   igt@kms_content_protection@uevent@pipe-a-dp-4:

     *   shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_content_protection@uevent@pipe-a-dp-4.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>)

  *   igt@kms_cursor_crc@cursor-random-32x32:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cursor_crc@cursor-random-32x32.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +1 other test skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_cursor_crc@cursor-random-32x32.html> (Intel XE#1424<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) +2 other tests skip

  *   igt@kms_cursor_crc@cursor-rapid-movement-512x170:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (Intel XE#308<https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) +1 other test skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>) +1 other test skip
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>) +1 other test skip

  *   igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +5 other tests skip

  *   igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +6 other tests skip

  *   igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) +3 other tests skip

  *   igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>)

  *   igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> (Intel XE#323<https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> (Intel XE#323<https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> (Intel XE#2286<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286>)

  *   igt@kms_dirtyfb@psr-dirtyfb-ioctl:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> (Intel XE#1508<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508>)

  *   igt@kms_dither@fb-8bpc-vs-panel-6bpc:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip

  *   igt@kms_dp_linktrain_fallback@dp-fallback:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html> (Intel XE#3070<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070>)

  *   igt@kms_fbcon_fbt@fbc-suspend:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_fbcon_fbt@fbc-suspend.html> (Intel XE#4156<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156>)

  *   igt@kms_feature_discovery@display-4x:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_feature_discovery@display-4x.html> (Intel XE#1138<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_feature_discovery@display-4x.html> (Intel XE#1138<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138>)

  *   igt@kms_feature_discovery@psr1:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_feature_discovery@psr1.html> (Intel XE#2374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_feature_discovery@psr1.html> (Intel XE#1135<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135>)

  *   igt@kms_flip@2x-blocking-absolute-wf_vblank:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@kms_flip@2x-blocking-absolute-wf_vblank.html> (Intel XE#1421<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +8 other tests skip

  *   igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) +4 other tests skip

  *   igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +5 other tests fail

  *   igt@kms_flip@2x-flip-vs-modeset:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@2x-flip-vs-modeset.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) +2 other tests skip

  *   igt@kms_flip@2x-plain-flip:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_flip@2x-plain-flip.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_flip@2x-plain-flip.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) +3 other tests skip

  *   igt@kms_flip@2x-plain-flip-ts-check-interruptible:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) +1 other test fail

  *   igt@kms_flip@2x-wf_vblank-ts-check:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_flip@2x-wf_vblank-ts-check.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) +1 other test dmesg-fail

  *   igt@kms_flip@bo-too-big-interruptible@a-edp1:

     *   shard-lnl: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_flip@bo-too-big-interruptible@a-edp1.html> (Intel XE#1504<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504>) +1 other test incomplete

  *   igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6:

     *   shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +4 other tests fail

  *   igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>)

  *   igt@kms_flip@flip-vs-expired-vblank@b-dp4:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> / Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>)

  *   igt@kms_flip@flip-vs-expired-vblank@d-dp2:

     *   shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>)

  *   igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>)

  *   igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset@d-hdmi-a3:

     *   shard-bmg: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset@d-hdmi-a3.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) +12 other tests dmesg-warn

  *   igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2:

     *   shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp2.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>)

  *   igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1:

     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +1 other test fail

  *   igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a6.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>)

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> / Intel XE#2380<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>) +3 other tests skip

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>) +4 other tests skip

  *   igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>)

  *   igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397>)

  *   igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>) +4 other tests skip

  *   igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +3 other tests skip

  *   igt@kms_force_connector_basic@force-connector-state:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_force_connector_basic@force-connector-state.html> (Intel XE#352<https://gitlab.freedesktop.org/drm/xe/kernel/issues/352>)

  *   igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +12 other tests skip

  *   igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +45 other tests skip

  *   igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +22 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +11 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +9 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +5 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +15 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +21 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +22 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +22 other tests skip

  *   igt@kms_getfb@getfb-reject-ccs:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_getfb@getfb-reject-ccs.html> (Intel XE#2502<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_getfb@getfb-reject-ccs.html> (Intel XE#605<https://gitlab.freedesktop.org/drm/xe/kernel/issues/605>)

  *   igt@kms_joiner@basic-ultra-joiner:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_joiner@basic-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_joiner@basic-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@kms_joiner@basic-ultra-joiner.html> (Intel XE#2927<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)

  *   igt@kms_joiner@invalid-modeset-big-joiner:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)

  *   igt@kms_multipipe_modeset@basic-max-pipe-crc-check:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (Intel XE#2501<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (Intel XE#356<https://gitlab.freedesktop.org/drm/xe/kernel/issues/356>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (Intel XE#356<https://gitlab.freedesktop.org/drm/xe/kernel/issues/356>)

  *   igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html> (Intel XE#599<https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) +4 other tests skip

  *   igt@kms_plane_lowres@tiling-y:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_plane_lowres@tiling-y.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +18 other tests skip
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_plane_lowres@tiling-y.html> (Intel XE#2393<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393>)

  *   igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +23 other tests skip

  *   igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +14 other tests skip
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3 other tests skip

  *   igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +5 other tests skip

  *   igt@kms_pm_backlight@brightness-with-dpms:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_pm_backlight@brightness-with-dpms.html> (Intel XE#2938<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html> (Intel XE#2938<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938>)

  *   igt@kms_pm_dc@dc3co-vpb-simulation:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation.html> (Intel XE#2391<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_pm_dc@dc3co-vpb-simulation.html> (Intel XE#1122<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>) +1 other test skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html> (Intel XE#736<https://gitlab.freedesktop.org/drm/xe/kernel/issues/736>)

  *   igt@kms_pm_dc@dc5-dpms:

     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html> (Intel XE#718<https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>)

  *   igt@kms_pm_dc@dc5-retention-flops:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_pm_dc@dc5-retention-flops.html> (Intel XE#3309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_pm_dc@dc5-retention-flops.html> (Intel XE#3309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309>)
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_pm_dc@dc5-retention-flops.html> (Intel XE#3309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309>)

  *   igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> (Intel XE#1439<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439> / Intel XE#3141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141>)

  *   igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html> (Intel XE#2893<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>) +3 other tests skip

  *   igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +5 other tests skip
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +5 other tests skip

  *   igt@kms_psr2_su@page_flip-xrgb8888:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_psr2_su@page_flip-xrgb8888.html> (Intel XE#2387<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_psr2_su@page_flip-xrgb8888.html> (Intel XE#1128<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128>)

  *   igt@kms_psr@fbc-psr2-sprite-plane-move:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +15 other tests skip

  *   igt@kms_psr@pr-primary-blt:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_psr@pr-primary-blt.html> (Intel XE#1406<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) +1 other test skip

  *   igt@kms_psr@psr2-sprite-blt:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_psr@psr2-sprite-blt.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +13 other tests skip

  *   igt@kms_rotation_crc@bad-pixel-format:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_rotation_crc@bad-pixel-format.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +2 other tests skip

  *   igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html> (Intel XE#1127<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127>)

  *   igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>) +2 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +3 other tests skip

  *   igt@kms_sequence@get-busy:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@kms_sequence@get-busy.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_sequence@get-busy.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) +20 other tests dmesg-warn

  *   igt@kms_tiled_display@basic-test-pattern-with-chamelium:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#362<https://gitlab.freedesktop.org/drm/xe/kernel/issues/362>)

  *   igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:

     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>)

  *   igt@kms_vblank@query-idle-hang@pipe-d-dp-4:

     *   shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_vblank@query-idle-hang@pipe-d-dp-4.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) +7 other tests dmesg-warn

  *   igt@kms_vrr@flip-basic:

     *   shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_vrr@flip-basic.html> (Intel XE#1522<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1522>) +3 other tests fail

  *   igt@kms_vrr@max-min:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_vrr@max-min.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>) +2 other tests skip

  *   igt@kms_vrr@negative-basic:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@kms_vrr@negative-basic.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>) +1 other test skip
     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@kms_vrr@negative-basic.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_vrr@negative-basic.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>)

  *   igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:

     *   shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html> (Intel XE#2142<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142>) +1 other test fail

  *   igt@kms_writeback@writeback-fb-id:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_writeback@writeback-fb-id.html> (Intel XE#756<https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)

  *   igt@sriov_basic@enable-vfs-autoprobe-off:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@sriov_basic@enable-vfs-autoprobe-off.html> (Intel XE#1091<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091> / Intel XE#2849<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@sriov_basic@enable-vfs-autoprobe-off.html> (Intel XE#1091<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091> / Intel XE#2849<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849>)

  *   igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html> (Intel XE#1091<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091> / Intel XE#2849<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849>) +1 other test skip

  *   igt@testdisplay:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@testdisplay.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@testdisplay.html> (Intel XE#2705<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705> / Intel XE#4212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212>)

  *   igt@xe_compute@ccs-mode-compute-kernel:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_compute@ccs-mode-compute-kernel.html> (Intel XE#1447<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447>)

  *   igt@xe_copy_basic@mem-copy-linear-0x3fff:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0x3fff.html> (Intel XE#1123<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123>)

  *   igt@xe_create@multigpu-create-massive-size:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_create@multigpu-create-massive-size.html> (Intel XE#2504<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504>)

  *   igt@xe_drm_fdinfo@utilization-others-idle:

     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-idle.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_drm_fdinfo@utilization-others-idle.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) +24 other tests dmesg-warn

  *   igt@xe_eudebug@basic-read-event:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_eudebug@basic-read-event.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +9 other tests skip

  *   igt@xe_eudebug@basic-vm-access-parameters-userptr:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_eudebug@basic-vm-access-parameters-userptr.html> (Intel XE#3889<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889>)
     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_eudebug@basic-vm-access-parameters-userptr.html> (Intel XE#3889<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_eudebug@basic-vm-access-parameters-userptr.html> (Intel XE#3889<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889>)

  *   igt@xe_evict@evict-large-multi-vm:

     *   shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_evict@evict-large-multi-vm.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>)

  *   igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +6 other tests skip

  *   igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +3 other tests skip

  *   igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +6 other tests skip

  *   igt@xe_exec_fault_mode@once-rebind-prefetch:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_exec_fault_mode@once-rebind-prefetch.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +15 other tests skip

  *   igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html> (Intel XE#2360<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>)

  *   igt@xe_exec_sip_eudebug@breakpoint-writesip:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_exec_sip_eudebug@breakpoint-writesip.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +8 other tests skip
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_exec_sip_eudebug@breakpoint-writesip.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +10 other tests skip

  *   igt@xe_live_ktest@xe_eudebug:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_live_ktest@xe_eudebug.html> (Intel XE#2833<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_live_ktest@xe_eudebug.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192> / Intel XE#3026<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026>)

  *   igt@xe_live_ktest@xe_mocs:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_live_ktest@xe_mocs.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)

  *   igt@xe_mmap@pci-membarrier-parallel:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_mmap@pci-membarrier-parallel.html> (Intel XE#4045<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045>)

  *   igt@xe_noexec_ping_pong:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_noexec_ping_pong.html> (Intel XE#379<https://gitlab.freedesktop.org/drm/xe/kernel/issues/379>)

  *   igt@xe_oa@non-privileged-map-oa-buffer:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_oa@non-privileged-map-oa-buffer.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541> / Intel XE#3573<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) +5 other tests skip

  *   igt@xe_oa@unprivileged-single-ctx-counters:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_oa@unprivileged-single-ctx-counters.html> (Intel XE#2248<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_oa@unprivileged-single-ctx-counters.html> (Intel XE#2248<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248>)

  *   igt@xe_pm@d3cold-basic:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_pm@d3cold-basic.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366<https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) +4 other tests skip

  *   igt@xe_pm@d3cold-basic-exec:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@d3cold-basic-exec.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366<https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) +4 other tests skip

  *   igt@xe_pm@s2idle-d3cold-basic-exec:

     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s2idle-d3cold-basic-exec.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284>) +3 other tests skip

  *   igt@xe_pm@s3-d3hot-basic-exec:

     *   shard-bmg: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)
     *   shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)
     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#584<https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>)

  *   igt@xe_pm@s3-multiple-execs:

     *   shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_pm@s3-multiple-execs.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_pm@s3-multiple-execs.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)
     *   shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s3-multiple-execs.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s3-multiple-execs.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)

  *   igt@xe_pm@s4-vm-bind-unbind-all:

     *   shard-dg2-set2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>)

  *   igt@xe_query@multigpu-query-engines:

     *   shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_query@multigpu-query-engines.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2 other tests skip
     *   shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_query@multigpu-query-engines.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +1 other test skip

  *   igt@xe_query@multigpu-query-mem-usage:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_query@multigpu-query-mem-usage.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +1 other test skip

  *   igt@xe_sriov_flr@flr-vf1-clear:

     *   shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_sriov_flr@flr-vf1-clear.html> (Intel XE#3342<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342>)

Possible fixes

  *   igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2:

     *   shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2.html> (Intel XE#827<https://gitlab.freedesktop.org/drm/xe/kernel/issues/827>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-dp-2.html>

  *   igt@kms_async_flips@async-flip-with-page-flip-events-atomic:

     *   shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> (Intel XE#3719<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719> / Intel XE#911<https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> +3 other tests pass

  *   igt@kms_big_fb@x-tiled-16bpp-rotate-180:

     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html>

  *   igt@kms_big_fb@x-tiled-8bpp-rotate-0:

     *   shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html> +17 other tests pass

  *   igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html> +1 other test pass

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:

     *   shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html> (Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html>

  *   igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>

  *   igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> +5 other tests pass

  *   igt@kms_dither@fb-8bpc-vs-panel-6bpc:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (Intel XE#1340<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html>

  *   igt@kms_flip@2x-plain-flip-fb-recreate:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate.html> +6 other tests pass

  *   igt@kms_flip@2x-plain-flip-ts-check-interruptible:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html> +4 other tests pass

  *   igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3:

     *   shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a3.html>

  *   igt@kms_flip@plain-flip-ts-check-interruptible:

     *   shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible.html> (Intel XE#3149<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149> / Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip@plain-flip-ts-check-interruptible.html>

  *   igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1:

     *   shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html> +2 other tests pass

  *   igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6:

     *   shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check@c-hdmi-a6.html> +1 other test pass

  *   igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html> +3 other tests pass

  *   igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6:

     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-6.html> +25 other tests pass

  *   igt@kms_pm_rpm@modeset-non-lpsp:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html> (Intel XE#836<https://gitlab.freedesktop.org/drm/xe/kernel/issues/836>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_pm_rpm@modeset-non-lpsp.html>

  *   igt@kms_setmode@clone-exclusive-crtc:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_setmode@clone-exclusive-crtc.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_setmode@clone-exclusive-crtc.html>

  *   igt@kms_setmode@invalid-clone-single-crtc:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc.html> (Intel XE#1435<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_setmode@invalid-clone-single-crtc.html>

  *   igt@xe_exec_threads@threads-hang-rebind:

     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_exec_threads@threads-hang-rebind.html> (Intel XE#3876<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_exec_threads@threads-hang-rebind.html>

  *   igt@xe_module_load@load:

     *   shard-lnl: (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html>, SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-lnl-8/igt@xe_module_load@load.html>) (Intel XE#378<https://gitlab.freedesktop.org/drm/xe/kernel/issues/378>) -> (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-3/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-lnl-8/igt@xe_module_load@load.html>)
     *   shard-bmg: (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html>, SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_module_load@load.html>) (Intel XE#2457<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457>) -> (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-7/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-2/igt@xe_module_load@load.html>)
     *   shard-dg2-set2: (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_module_load@load.html>) (Intel XE#378<https://gitlab.freedesktop.org/drm/xe/kernel/issues/378>) -> (PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>, PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_module_load@load.html>)

  *   igt@xe_pm@s3-vm-bind-prefetch:

     *   shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@xe_pm@s3-vm-bind-prefetch.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@xe_pm@s3-vm-bind-prefetch.html>

Warnings

  *   igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +6 other tests skip

  *   igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +8 other tests skip

  *   igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:

     *   shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> (Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)

  *   igt@kms_content_protection@uevent:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_content_protection@uevent.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_content_protection@uevent.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>)

  *   igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>)

  *   igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>)

  *   igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html> (i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>)

  *   igt@kms_flip@2x-flip-vs-expired-vblank:

     *   shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>)

  *   igt@kms_flip@2x-flip-vs-suspend-interruptible:

     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>)

  *   igt@kms_flip@wf_vblank-ts-check-interruptible:

     *   shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check-interruptible.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>)
     *   shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_flip@wf_vblank-ts-check-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>)

  *   igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +17 other tests skip

  *   igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +10 other tests skip

  *   igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +10 other tests skip

  *   igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +8 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +6 other tests skip

  *   igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +4 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +15 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:

     *   shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +13 other tests skip

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +10 other tests skip

  *   igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:

     *   shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +12 other tests skip

  *   igt@kms_pm_dc@dc6-dpms:

     *   shard-bmg: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@kms_pm_dc@dc6-dpms.html> (Intel XE#1430<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430>)

  *   igt@xe_pm@s4-basic:

     *   shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-464/igt@xe_pm@s4-basic.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-436/igt@xe_pm@s4-basic.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>)
     *   shard-bmg: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-6/igt@xe_pm@s4-basic.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_pm@s4-basic.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>)

  *   igt@xe_pm@s4-vm-bind-prefetch:

     *   shard-bmg: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-bmg-7/igt@xe_pm@s4-vm-bind-prefetch.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-bmg-5/igt@xe_pm@s4-vm-bind-prefetch.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>)
     *   shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8227/shard-dg2-435/igt@xe_pm@s4-vm-bind-prefetch.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12567/shard-dg2-464/igt@xe_pm@s4-vm-bind-prefetch.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) +1 other test abort

Build changes

  *   IGT: IGT_8227 -> IGTPW_12567
  *   Linux: xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7 -> xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe

IGTPW_12567: 12567
IGT_8227: 8227
xe-2620-e886a5edb53ade13f69b5809cbe03d7aa73885a7: e886a5edb53ade13f69b5809cbe03d7aa73885a7
xe-2625-24a5696cb262c7829956cc708c7fc715fefc92fe: 24a5696cb262c7829956cc708c7fc715fefc92fe

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

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

end of thread, other threads:[~2025-02-10 14:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10  6:10 [PATCH i-g-t] tests/kms_display_modes: Add check for ≥2 outputs in extended mode test Jeevan B
2025-02-10  5:58 ` Sharma, Swati2
2025-02-10  8:43 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-02-10  8:55 ` ✓ i915.CI.BAT: " Patchwork
2025-02-10 10:17 ` ✗ Xe.CI.Full: failure " Patchwork
2025-02-10 14:59   ` B, Jeevan
2025-02-10 11:01 ` ✗ i915.CI.Full: " Patchwork
2025-02-10 14:59   ` B, Jeevan

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