Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tools: rename HDMI compliance utility
@ 2026-08-27 18:53 Swati Sharma
  2026-08-27 21:13 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Swati Sharma @ 2026-08-27 18:53 UTC (permalink / raw)
  To: igt-dev; +Cc: chaitanya.kumar.borah, Swati Sharma

Rename the AMD-specific HDMI compliance utility to a generic
igt_hdmi_compliance binary and update the build rule.

Keep the existing AMD debugfs flow for pixel-format forcing. Skip
that operation on Intel devices until a driver-supported interface
for selecting the pixel encoding is available.

Assisted-by: GitHub Copilot:Claude Opus 4.6
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
 tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
 tools/meson.build                                      | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
 rename tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)

diff --git a/tools/amd_hdmi_compliance.c b/tools/igt_hdmi_compliance.c
similarity index 99%
rename from tools/amd_hdmi_compliance.c
rename to tools/igt_hdmi_compliance.c
index 2af4c0bab..ece0abd1d 100644
--- a/tools/amd_hdmi_compliance.c
+++ b/tools/igt_hdmi_compliance.c
@@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data, int pixel_format, int conn_id)
 
 	test_init(data, conn_id);
 
-	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
-	igt_assert(fd >= 0);
-
 	igt_info("Setting %d on connector id %d\n",
 			pixel_format, data->output->config.connector->connector_id);
 
+	igt_skip_on_f(is_intel_device(data->fd),
+			      "pixel-format forcing is not supported on Intel devices\n");
+
+	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
+	igt_assert(fd >= 0);
+
 	switch (pixel_format) {
 	case 1:
 		entry_name = "force_rgb_output";
diff --git a/tools/meson.build b/tools/meson.build
index fbc6c0a00..68c31da92 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
 	   dependencies : [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
 	                   lib_igt_drm_stub, lib_igt_tools_stub, math])
 
-executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
+executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
 	   dependencies : [tool_deps],
 	   install_rpath : bindir_rpathdir,
 	   install : true)
-- 
2.25.1


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

* ✓ Xe.CI.BAT: success for tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
@ 2026-08-27 21:13 ` Patchwork
  2026-08-27 21:26 ` ✓ i915.CI.BAT: " Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2026-08-27 21:13 UTC (permalink / raw)
  To: Swati Sharma; +Cc: igt-dev

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

== Series Details ==

Series: tools: rename HDMI compliance utility
URL   : https://patchwork.freedesktop.org/series/172907/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_9078_BAT -> XEIGTPW_15748_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (13 -> 13)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_9078 -> IGTPW_15748

  IGTPW_15748: 15748
  IGT_9078: 9078
  xe-5656-108b145a702212f7cb6d40611f46c7ee7959d39e: 108b145a702212f7cb6d40611f46c7ee7959d39e

== Logs ==

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

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

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

* ✓ i915.CI.BAT: success for tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
  2026-08-27 21:13 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-08-27 21:26 ` Patchwork
  2026-08-27 23:17 ` ✓ Xe.CI.FULL: " Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2026-08-27 21:26 UTC (permalink / raw)
  To: Swati Sharma; +Cc: igt-dev

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

== Series Details ==

Series: tools: rename HDMI compliance utility
URL   : https://patchwork.freedesktop.org/series/172907/
State : success

== Summary ==

CI Bug Log - changes from IGT_9078 -> IGTPW_15748
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (40 -> 37)
------------------------------

  Missing    (3): bat-dg2-13 fi-snb-2520m fi-bsw-n3050 


Changes
-------

  No changes found


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

  * CI: CI-20190529 -> None
  * IGT: IGT_9078 -> IGTPW_15748

  CI-20190529: 20190529
  CI_DRM_19054: 108b145a702212f7cb6d40611f46c7ee7959d39e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_15748: 15748
  IGT_9078: 9078

== Logs ==

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

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

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

* ✓ Xe.CI.FULL: success for tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
  2026-08-27 21:13 ` ✓ Xe.CI.BAT: success for " Patchwork
  2026-08-27 21:26 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-08-27 23:17 ` Patchwork
  2026-08-28  3:23 ` ✗ i915.CI.Full: failure " Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2026-08-27 23:17 UTC (permalink / raw)
  To: Swati Sharma; +Cc: igt-dev

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

== Series Details ==

Series: tools: rename HDMI compliance utility
URL   : https://patchwork.freedesktop.org/series/172907/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_9078_FULL -> XEIGTPW_15748_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Issues hit ####

  * igt@kms_big_fb@4-tiled-8bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][1] ([Intel XE#2327]) +1 other test skip
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-lnl:          NOTRUN -> [SKIP][2] ([Intel XE#1407])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][3] ([Intel XE#7059] / [Intel XE#7085])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#1124])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#1124])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_bw@connected-linear-tiling-2-displays-target-1920x1080p:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7679])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-8/igt@kms_bw@connected-linear-tiling-2-displays-target-1920x1080p.html

  * igt@kms_bw@linear-tiling-4-displays-target-2560x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#367]) +2 other tests skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-6/igt@kms_bw@linear-tiling-4-displays-target-2560x1440p.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#2669] / [Intel XE#7389]) +3 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html

  * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#2887])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#2887]) +2 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html

  * igt@kms_chamelium_color@ctm-negative:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#306] / [Intel XE#7358])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-5/igt@kms_chamelium_color@ctm-negative.html

  * igt@kms_chamelium_color_pipeline@plane-ctm3x4:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#7358])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@kms_chamelium_color_pipeline@plane-ctm3x4.html

  * igt@kms_chamelium_edid@dp-edid-resolution-list:
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#373])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-8/igt@kms_chamelium_edid@dp-edid-resolution-list.html

  * igt@kms_chamelium_sharpness_filter@filter-basic:
    - shard-bmg:          NOTRUN -> [SKIP][14] ([Intel XE#6507])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@kms_chamelium_sharpness_filter@filter-basic.html

  * igt@kms_content_protection@atomic:
    - shard-bmg:          NOTRUN -> [FAIL][15] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@legacy-hdcp14:
    - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#7642])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@kms_content_protection@legacy-hdcp14.html

  * igt@kms_cursor_crc@cursor-offscreen-256x85:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#2320]) +2 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-256x85.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#4331] / [Intel XE#7227])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-with-formats:
    - shard-lnl:          NOTRUN -> [SKIP][19] ([Intel XE#8265])
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@kms_dsc@dsc-with-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
    - shard-bmg:          NOTRUN -> [SKIP][20] ([Intel XE#4422] / [Intel XE#7442])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-8/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html

  * igt@kms_flip@2x-blocking-wf_vblank:
    - shard-bmg:          [PASS][21] -> [FAIL][22] ([Intel XE#6266]) +1 other test fail
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-9/igt@kms_flip@2x-blocking-wf_vblank.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@kms_flip@2x-blocking-wf_vblank.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1421])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [PASS][24] -> [FAIL][25] ([Intel XE#301])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#7178] / [Intel XE#7349])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][27] ([Intel XE#7178] / [Intel XE#7351])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
    - shard-bmg:          NOTRUN -> [SKIP][28] ([Intel XE#7179])
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#7178] / [Intel XE#7351])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt:
    - shard-bmg:          NOTRUN -> [SKIP][30] ([Intel XE#2311]) +11 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary:
    - shard-lnl:          NOTRUN -> [SKIP][31] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][32] ([Intel XE#4141]) +1 other test skip
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][33] ([Intel XE#656] / [Intel XE#7905]) +5 other tests skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][34] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-abgr161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-spr-indfb-move:
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#6312]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-spr-indfb-move.html

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

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-argb161616f-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][38] ([Intel XE#7061])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcpsrhdr-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-indfb-msflip-blt:
    - shard-lnl:          NOTRUN -> [SKIP][39] ([Intel XE#7905]) +7 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@psrhdr-suspend:
    - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#7865]) +5 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-5/igt@kms_frontbuffer_tracking@psrhdr-suspend.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
    - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#7283])
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html

  * igt@kms_plane_lowres@tiling-y:
    - shard-lnl:          NOTRUN -> [SKIP][42] ([Intel XE#599])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_plane_lowres@tiling-y.html

  * igt@kms_plane_multiple@2x-tiling-x:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#4596] / [Intel XE#5854])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_plane_multiple@2x-tiling-x.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#8395] / [Intel XE#8396]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc3co-vpb-simulation@psr2-yuv420:
    - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#8396]) +1 other test skip
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@kms_pm_dc@dc3co-vpb-simulation@psr2-yuv420.html

  * igt@kms_pm_dc@dc5-dpms-negative:
    - shard-lnl:          NOTRUN -> [SKIP][47] ([Intel XE#1131])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-7/igt@kms_pm_dc@dc5-dpms-negative.html

  * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#1489])
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#2387] / [Intel XE#7429])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@pr-no-drrs:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@kms_psr@pr-no-drrs.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-lnl:          NOTRUN -> [SKIP][51] ([Intel XE#1127] / [Intel XE#5813])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_scaling_modes@scaling-mode-full-aspect:
    - shard-bmg:          NOTRUN -> [SKIP][52] ([Intel XE#2413])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_scaling_modes@scaling-mode-full-aspect.html

  * igt@kms_vrr@negative-basic:
    - shard-lnl:          NOTRUN -> [SKIP][53] ([Intel XE#1499])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-1/igt@kms_vrr@negative-basic.html

  * igt@xe_evict@evict-beng-mixed-threads-large:
    - shard-lnl:          NOTRUN -> [SKIP][54] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-1/igt@xe_evict@evict-beng-mixed-threads-large.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [PASS][55] -> [INCOMPLETE][56] ([Intel XE#6321] / [Intel XE#8355]) +1 other test incomplete
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-1/igt@xe_evict@evict-mixed-many-threads-small.html
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_evict@evict-mixed-threads-small-multi-queue:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#8370])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@xe_evict@evict-mixed-threads-small-multi-queue.html

  * igt@xe_exec_balancer@once-cm-parallel-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][58] ([Intel XE#7482]) +1 other test skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-1/igt@xe_exec_balancer@once-cm-parallel-userptr.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#2322] / [Intel XE#7372]) +4 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html

  * igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind:
    - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#1392])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html

  * igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#8374]) +1 other test skip
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@xe_exec_fault_mode@twice-multi-queue-rebind-prefetch.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][62] ([Intel XE#8374]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate.html

  * igt@xe_exec_multi_queue@few-execs-preempt-mode-basic-smem:
    - shard-lnl:          NOTRUN -> [SKIP][63] ([Intel XE#8364]) +4 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@xe_exec_multi_queue@few-execs-preempt-mode-basic-smem.html

  * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-basic:
    - shard-bmg:          NOTRUN -> [SKIP][64] ([Intel XE#8364]) +7 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-basic.html

  * igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race:
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#8378]) +4 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race.html

  * igt@xe_exec_threads@threads-multi-queue-userptr-rebind:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#8378]) +1 other test skip
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@xe_exec_threads@threads-multi-queue-userptr-rebind.html

  * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute:
    - shard-bmg:          NOTRUN -> [ABORT][67] ([Intel XE#8007])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html

  * igt@xe_gt_freq@freq_suspend:
    - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#584] / [Intel XE#7369])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-8/igt@xe_gt_freq@freq_suspend.html

  * igt@xe_multigpu_svm@mgpu-migration-basic:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6964])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_multigpu_svm@mgpu-migration-basic.html

  * igt@xe_multigpu_svm@mgpu-pagefault-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][70] ([Intel XE#6964])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-6/igt@xe_multigpu_svm@mgpu-pagefault-prefetch.html

  * igt@xe_pat@l2-flush-opt-svm-pat-restrict:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#7590] / [Intel XE#7772])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@xe_pat@l2-flush-opt-svm-pat-restrict.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-lnl:          NOTRUN -> [SKIP][72] ([Intel XE#1420] / [Intel XE#2838] / [Intel XE#7590])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-sw-hw-reset-compare:
    - shard-bmg:          NOTRUN -> [FAIL][73] ([Intel XE#7695])
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@xe_pat@pat-sw-hw-reset-compare.html

  * igt@xe_peer2peer@read:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_peer2peer@read.html

  * igt@xe_pm@d3cold-mmap-system:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#2284] / [Intel XE#7370])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@xe_pm@d3cold-mmap-system.html

  * igt@xe_prefetch_fault@l2-prefetch-fault-svm:
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#8815])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-8/igt@xe_prefetch_fault@l2-prefetch-fault-svm.html

  * igt@xe_prefetch_fault@prefetch-fault:
    - shard-bmg:          NOTRUN -> [SKIP][77] ([Intel XE#7599])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@xe_prefetch_fault@prefetch-fault.html

  * igt@xe_sriov_admin@default-sched-attributes-vfs-disabled:
    - shard-lnl:          NOTRUN -> [SKIP][78] ([Intel XE#7174])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-2/igt@xe_sriov_admin@default-sched-attributes-vfs-disabled.html

  * igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random:
    - shard-bmg:          [PASS][79] -> [FAIL][80] ([Intel XE#7992]) +2 other tests fail
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_sriov_auto_provisioning@exclusive-ranges@numvfs-random.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-bmg:          NOTRUN -> [FAIL][81] ([Intel XE#7992])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@xe_sriov_flr@flr-vf1-clear.html

  * igt@xe_sriov_scheduling@equal-throughput-normal-priority:
    - shard-lnl:          NOTRUN -> [SKIP][82] ([Intel XE#8339])
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-5/igt@xe_sriov_scheduling@equal-throughput-normal-priority.html

  * igt@xe_wedged@wedged-mode-toggle:
    - shard-bmg:          [PASS][83] -> [ABORT][84] ([Intel XE#8007])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_wedged@wedged-mode-toggle.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@xe_wedged@wedged-mode-toggle.html

  
#### Possible fixes ####

  * igt@kms_cursor_crc@cursor-random-64x64:
    - shard-bmg:          [SKIP][85] -> [PASS][86] +10 other tests pass
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_cursor_crc@cursor-random-64x64.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_cursor_crc@cursor-random-64x64.html

  * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
    - shard-bmg:          [INCOMPLETE][87] ([Intel XE#8155]) -> [PASS][88] +1 other test pass
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-8/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html

  * igt@kms_flip@flip-vs-expired-vblank@a-edp1:
    - shard-lnl:          [FAIL][89] ([Intel XE#301]) -> [PASS][90]
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [FAIL][91] ([Intel XE#8399]) -> [PASS][92]
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html

  * igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute:
    - shard-bmg:          [DMESG-FAIL][93] -> [PASS][94] +1 other test pass
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@xe_compute_preempt@compute-preempt-many-vram-evict@engine-drm_xe_engine_class_compute.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset:
    - shard-lnl:          [FAIL][95] ([Intel XE#8058]) -> [PASS][96]
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-lnl-6/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-huge-nomemset.html

  * igt@xe_sriov_flr@flr-each-isolation:
    - shard-bmg:          [FAIL][97] ([Intel XE#6569]) -> [PASS][98]
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_sriov_flr@flr-each-isolation.html

  * igt@xe_sriov_vram@vf-access-after-resize-down:
    - shard-bmg:          [FAIL][99] ([Intel XE#7992]) -> [PASS][100]
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-10/igt@xe_sriov_vram@vf-access-after-resize-down.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-1/igt@xe_sriov_vram@vf-access-after-resize-down.html

  * igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout:
    - shard-bmg:          [SKIP][101] ([Intel XE#8589]) -> [PASS][102] +74 other tests pass
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html

  
#### Warnings ####

  * igt@kms_big_fb@x-tiled-8bpp-rotate-90:
    - shard-bmg:          [SKIP][103] ([Intel XE#8589]) -> [SKIP][104] ([Intel XE#2327])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-bmg:          [SKIP][105] ([Intel XE#8589]) -> [SKIP][106] ([Intel XE#1124])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_bw@linear-tiling-1-displays-target-3840x2160p:
    - shard-bmg:          [SKIP][107] -> [SKIP][108] ([Intel XE#367])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-target-3840x2160p.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-target-3840x2160p.html

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
    - shard-bmg:          [SKIP][109] ([Intel XE#8589]) -> [SKIP][110] ([Intel XE#2887])
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-1/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs:
    - shard-bmg:          [SKIP][111] ([Intel XE#8589]) -> [SKIP][112] ([Intel XE#3432])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html

  * igt@kms_cdclk@plane-scaling:
    - shard-bmg:          [SKIP][113] ([Intel XE#8589]) -> [SKIP][114] ([Intel XE#2724] / [Intel XE#7449])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_cdclk@plane-scaling.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_cdclk@plane-scaling.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-bmg:          [SKIP][115] -> [SKIP][116] ([Intel XE#2252]) +1 other test skip
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_dsc@dsc-fractional-bpp-ultrajoiner:
    - shard-bmg:          [SKIP][117] ([Intel XE#8589]) -> [SKIP][118] ([Intel XE#8265])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp-ultrajoiner.html
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@kms_dsc@dsc-fractional-bpp-ultrajoiner.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
    - shard-bmg:          [SKIP][119] ([Intel XE#8589]) -> [SKIP][120] ([Intel XE#7178] / [Intel XE#7351])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html

  * igt@kms_frontbuffer_tracking@drrshdr-argb161616f-draw-mmap-wc:
    - shard-bmg:          [SKIP][121] ([Intel XE#8589]) -> [SKIP][122] ([Intel XE#7061])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_frontbuffer_tracking@drrshdr-argb161616f-draw-mmap-wc.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@kms_frontbuffer_tracking@drrshdr-argb161616f-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
    - shard-bmg:          [SKIP][123] ([Intel XE#8589]) -> [SKIP][124] ([Intel XE#4141])
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt:
    - shard-bmg:          [SKIP][125] ([Intel XE#8589]) -> [SKIP][126] ([Intel XE#2311]) +10 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc:
    - shard-bmg:          [SKIP][127] ([Intel XE#8589]) -> [SKIP][128] ([Intel XE#7061] / [Intel XE#7356])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-cur-indfb-move:
    - shard-bmg:          [SKIP][129] ([Intel XE#8589]) -> [SKIP][130] ([Intel XE#2313]) +5 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-cur-indfb-move.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-2p-scndscrn-cur-indfb-move.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][131] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][132] ([Intel XE#3544])
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-2/igt@kms_hdr@brightness-with-hdr.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
    - shard-bmg:          [SKIP][133] -> [SKIP][134] ([Intel XE#7283])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-8/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html

  * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          [SKIP][135] ([Intel XE#8589]) -> [SKIP][136] ([Intel XE#1489]) +1 other test skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@pr-cursor-plane-move:
    - shard-bmg:          [SKIP][137] ([Intel XE#8589]) -> [SKIP][138] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_psr@pr-cursor-plane-move.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@kms_psr@pr-cursor-plane-move.html

  * igt@kms_rotation_crc@bad-pixel-format:
    - shard-bmg:          [SKIP][139] -> [SKIP][140] ([Intel XE#3904] / [Intel XE#7342])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_rotation_crc@bad-pixel-format.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@kms_rotation_crc@bad-pixel-format.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          [SKIP][141] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][142] ([Intel XE#2426] / [Intel XE#5848])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@sriov_basic@pf-unbind-with-vf-probed:
    - shard-bmg:          [ABORT][143] ([Intel XE#8868]) -> [FAIL][144] ([Intel XE#7992])
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-4/igt@sriov_basic@pf-unbind-with-vf-probed.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-3/igt@sriov_basic@pf-unbind-with-vf-probed.html

  * igt@xe_exec_basic@multigpu-once-null-rebind:
    - shard-bmg:          [SKIP][145] ([Intel XE#8589]) -> [SKIP][146] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_exec_basic@multigpu-once-null-rebind.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-7/igt@xe_exec_basic@multigpu-once-null-rebind.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch:
    - shard-bmg:          [SKIP][147] ([Intel XE#8589]) -> [SKIP][148] ([Intel XE#8374])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-4/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch.html

  * igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-close-fd-smem:
    - shard-bmg:          [SKIP][149] ([Intel XE#8589]) -> [SKIP][150] ([Intel XE#8364]) +4 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-close-fd-smem.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-6/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-close-fd-smem.html

  * igt@xe_exec_reset@multi-queue-cancel-on-secondary:
    - shard-bmg:          [SKIP][151] ([Intel XE#8589]) -> [SKIP][152] ([Intel XE#8369])
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-2/igt@xe_exec_reset@multi-queue-cancel-on-secondary.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-bmg:          [SKIP][153] ([Intel XE#8589]) -> [SKIP][154] ([Intel XE#579] / [Intel XE#7329] / [Intel XE#7517])
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-bmg-3/igt@xe_pm@vram-d3cold-threshold.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-bmg-9/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_wedged@basic-wedged:
    - shard-lnl:          [ABORT][155] ([Intel XE#8963]) -> [DMESG-WARN][156] ([Intel XE#8963])
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9078/shard-lnl-6/igt@xe_wedged@basic-wedged.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15748/shard-lnl-3/igt@xe_wedged@basic-wedged.html

  
  [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#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [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#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [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#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [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#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
  [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
  [Intel XE#5854]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5854
  [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
  [Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6507]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6507
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7085]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7085
  [Intel XE#7174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7174
  [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
  [Intel XE#7227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7227
  [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
  [Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
  [Intel XE#7329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7329
  [Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
  [Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
  [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
  [Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
  [Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
  [Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
  [Intel XE#7369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7369
  [Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
  [Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
  [Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
  [Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
  [Intel XE#7389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7389
  [Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
  [Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
  [Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
  [Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
  [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
  [Intel XE#7517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7517
  [Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
  [Intel XE#7599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7599
  [Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
  [Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
  [Intel XE#7695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7695
  [Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
  [Intel XE#7772]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7772
  [Intel XE#7865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7865
  [Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
  [Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
  [Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
  [Intel XE#8058]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8058
  [Intel XE#8155]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8155
  [Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
  [Intel XE#8339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8339
  [Intel XE#8355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8355
  [Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
  [Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
  [Intel XE#8370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8370
  [Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
  [Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
  [Intel XE#8395]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8395
  [Intel XE#8396]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8396
  [Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
  [Intel XE#8589]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8589
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#8815]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8815
  [Intel XE#8868]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8868
  [Intel XE#8963]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8963


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

  * IGT: IGT_9078 -> IGTPW_15748

  IGTPW_15748: 15748
  IGT_9078: 9078
  xe-5656-108b145a702212f7cb6d40611f46c7ee7959d39e: 108b145a702212f7cb6d40611f46c7ee7959d39e

== Logs ==

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

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

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

* ✗ i915.CI.Full: failure for tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
                   ` (2 preceding siblings ...)
  2026-08-27 23:17 ` ✓ Xe.CI.FULL: " Patchwork
@ 2026-08-28  3:23 ` Patchwork
  2026-08-28  9:58 ` [PATCH i-g-t] " Kamil Konieczny
  2026-09-01 15:03 ` Harry Wentland
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2026-08-28  3:23 UTC (permalink / raw)
  To: Swati Sharma; +Cc: igt-dev

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

== Series Details ==

Series: tools: rename HDMI compliance utility
URL   : https://patchwork.freedesktop.org/series/172907/
State : failure

== Summary ==

CI Bug Log - changes from IGT_9078_full -> IGTPW_15748_full
====================================================

Summary
-------

  **FAILURE**

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

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

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_mmap_offset@mmap-unmap@smem0:
    - shard-snb:          [PASS][1] -> [ABORT][2] +1 other test abort
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-snb5/igt@gem_mmap_offset@mmap-unmap@smem0.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb7/igt@gem_mmap_offset@mmap-unmap@smem0.html

  * igt@kms_async_flips@async-flip-suspend-resume:
    - shard-mtlp:         [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-6/igt@kms_async_flips@async-flip-suspend-resume.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-4/igt@kms_async_flips@async-flip-suspend-resume.html

  
New tests
---------

  New tests have been introduced between IGT_9078_full and IGTPW_15748_full:

### New IGT tests (1) ###

  * igt@kms_flip_scaled_crc@system-suspend:
    - Statuses :
    - Exec time: [None] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@blit-reloc-keep-cache:
    - shard-rkl:          NOTRUN -> [SKIP][5] ([i915#8411])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@api_intel_bb@blit-reloc-keep-cache.html
    - shard-dg1:          NOTRUN -> [SKIP][6] ([i915#8411])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@api_intel_bb@blit-reloc-keep-cache.html

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

  * igt@gem_ccs@block-copy-compressed:
    - shard-tglu:         NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@gem_ccs@block-copy-compressed.html

  * igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
    - shard-dg2:          NOTRUN -> [INCOMPLETE][9] ([i915#13356] / [i915#16348])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html

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

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

  * igt@gem_ctx_isolation@preservation-s3:
    - shard-rkl:          [PASS][12] -> [INCOMPLETE][13] ([i915#13356]) +2 other tests incomplete
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@gem_ctx_isolation@preservation-s3.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_ctx_isolation@preservation-s3.html

  * igt@gem_ctx_sseu@invalid-args:
    - shard-tglu:         NOTRUN -> [SKIP][14] ([i915#280]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-8/igt@gem_ctx_sseu@invalid-args.html

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

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

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

  * igt@gem_exec_fence@concurrent:
    - shard-dg2:          NOTRUN -> [SKIP][18] ([i915#4812])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@gem_exec_fence@concurrent.html

  * igt@gem_exec_flush@basic-uc-prw-default:
    - shard-dg2:          NOTRUN -> [SKIP][19] ([i915#3539])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@gem_exec_flush@basic-uc-prw-default.html

  * igt@gem_exec_flush@basic-wb-ro-default:
    - shard-dg2:          NOTRUN -> [SKIP][20] ([i915#3539] / [i915#4852])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@gem_exec_flush@basic-wb-ro-default.html

  * igt@gem_exec_reloc@basic-concurrent16:
    - shard-dg2:          NOTRUN -> [SKIP][21] ([i915#3281]) +1 other test skip
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@gem_exec_reloc@basic-concurrent16.html

  * igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
    - shard-mtlp:         NOTRUN -> [SKIP][22] ([i915#3281]) +1 other test skip
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html

  * igt@gem_exec_reloc@basic-gtt-wc:
    - shard-rkl:          NOTRUN -> [SKIP][23] ([i915#14544] / [i915#3281]) +1 other test skip
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc.html

  * igt@gem_exec_reloc@basic-softpin:
    - shard-rkl:          NOTRUN -> [SKIP][24] ([i915#3281]) +6 other tests skip
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@gem_exec_reloc@basic-softpin.html

  * igt@gem_exec_reloc@basic-write-read-noreloc:
    - shard-dg1:          NOTRUN -> [SKIP][25] ([i915#3281]) +3 other tests skip
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@gem_exec_reloc@basic-write-read-noreloc.html

  * igt@gem_exec_schedule@preempt-queue-contexts:
    - shard-dg1:          NOTRUN -> [SKIP][26] ([i915#4812])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@gem_exec_schedule@preempt-queue-contexts.html

  * igt@gem_exec_suspend@basic-s4-devices:
    - shard-rkl:          [PASS][27] -> [ABORT][28] ([i915#15542] / [i915#7975]) +1 other test abort
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@gem_exec_suspend@basic-s4-devices.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@gem_exec_suspend@basic-s4-devices.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglu-1:       NOTRUN -> [SKIP][29] ([i915#2190])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@gem_huc_copy@huc-copy.html

  * igt@gem_lmem_evict@dontneed-evict-race:
    - shard-tglu:         NOTRUN -> [SKIP][30] ([i915#4613] / [i915#7582])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@gem_lmem_evict@dontneed-evict-race.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-tglu:         NOTRUN -> [SKIP][31] ([i915#4613]) +2 other tests skip
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@parallel-random-verify-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][32] ([i915#4613]) +3 other tests skip
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html

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

  * igt@gem_lmem_swapping@verify-ccs:
    - shard-glk:          NOTRUN -> [SKIP][34] ([i915#4613]) +4 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk3/igt@gem_lmem_swapping@verify-ccs.html

  * igt@gem_mmap@big-bo:
    - shard-dg1:          NOTRUN -> [SKIP][35] ([i915#4083]) +2 other tests skip
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-16/igt@gem_mmap@big-bo.html

  * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd:
    - shard-dg2:          NOTRUN -> [SKIP][36] ([i915#4077]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html
    - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#4077])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html

  * igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
    - shard-dg2:          NOTRUN -> [SKIP][38] ([i915#4083])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html

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

  * igt@gem_pread@display:
    - shard-dg1:          NOTRUN -> [SKIP][40] ([i915#3282]) +2 other tests skip
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@gem_pread@display.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-glk:          NOTRUN -> [WARN][41] ([i915#14702] / [i915#2658])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk3/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@create-regular-buffer:
    - shard-dg2:          NOTRUN -> [SKIP][42] ([i915#4270])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@gem_pxp@create-regular-buffer.html

  * igt@gem_pxp@hw-rejects-pxp-context:
    - shard-tglu:         NOTRUN -> [SKIP][43] ([i915#13398])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-7/igt@gem_pxp@hw-rejects-pxp-context.html
    - shard-mtlp:         NOTRUN -> [SKIP][44] ([i915#13398])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@gem_pxp@hw-rejects-pxp-context.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-dg1:          NOTRUN -> [SKIP][45] ([i915#4270]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
    - shard-rkl:          [PASS][46] -> [ABORT][47] ([i915#15131])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html

  * igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
    - shard-dg2:          NOTRUN -> [SKIP][48] ([i915#5190] / [i915#8428])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html

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

  * igt@gem_tiled_pread_basic@basic:
    - shard-rkl:          NOTRUN -> [SKIP][50] ([i915#15656])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@gem_tiled_pread_basic@basic.html
    - shard-dg1:          NOTRUN -> [SKIP][51] ([i915#15657])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@gem_tiled_pread_basic@basic.html

  * igt@gem_unfence_active_buffers:
    - shard-dg1:          NOTRUN -> [SKIP][52] ([i915#4879])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@gem_unfence_active_buffers.html

  * igt@gem_userptr_blits@create-destroy-unsync:
    - shard-rkl:          NOTRUN -> [SKIP][53] ([i915#3297]) +2 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@gem_userptr_blits@create-destroy-unsync.html
    - shard-tglu:         NOTRUN -> [SKIP][54] ([i915#3297]) +3 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@gem_userptr_blits@create-destroy-unsync.html

  * igt@gem_workarounds@suspend-resume:
    - shard-snb:          [PASS][55] -> [ABORT][56] ([i915#15840])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-snb5/igt@gem_workarounds@suspend-resume.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb5/igt@gem_workarounds@suspend-resume.html
    - shard-tglu:         [PASS][57] -> [ABORT][58] ([i915#15840])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-6/igt@gem_workarounds@suspend-resume.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@gem_workarounds@suspend-resume.html

  * igt@gen3_render_linear_blits:
    - shard-dg2:          NOTRUN -> [SKIP][59] +2 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-3/igt@gen3_render_linear_blits.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-rkl:          NOTRUN -> [SKIP][60] ([i915#2527]) +2 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-tglu:         NOTRUN -> [SKIP][61] ([i915#2527] / [i915#2856]) +3 other tests skip
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@gen9_exec_parse@cmd-crossing-page.html

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

  * igt@gpu_buddy@gpu_buddy:
    - shard-dg2:          NOTRUN -> [SKIP][63] ([i915#15678])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@gpu_buddy@gpu_buddy.html

  * igt@i915_drm_fdinfo@busy-hang@ccs0:
    - shard-mtlp:         NOTRUN -> [SKIP][64] ([i915#14073]) +6 other tests skip
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-1/igt@i915_drm_fdinfo@busy-hang@ccs0.html

  * igt@i915_drm_fdinfo@busy-hang@vcs0:
    - shard-dg2:          NOTRUN -> [SKIP][65] ([i915#14073]) +7 other tests skip
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-3/igt@i915_drm_fdinfo@busy-hang@vcs0.html
    - shard-dg1:          NOTRUN -> [SKIP][66] ([i915#14073]) +5 other tests skip
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-16/igt@i915_drm_fdinfo@busy-hang@vcs0.html

  * igt@i915_drm_fdinfo@virtual-busy-hang-all:
    - shard-dg1:          NOTRUN -> [SKIP][67] ([i915#14118])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@i915_drm_fdinfo@virtual-busy-hang-all.html

  * igt@i915_module_load@fault-injection@intel_connector_register:
    - shard-tglu:         NOTRUN -> [ABORT][68] ([i915#15342]) +1 other test abort
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@i915_module_load@fault-injection@intel_connector_register.html
    - shard-glk:          NOTRUN -> [ABORT][69] ([i915#15342]) +1 other test abort
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk5/igt@i915_module_load@fault-injection@intel_connector_register.html

  * igt@i915_module_load@fault-injection@uc_fw_rsa_data_create:
    - shard-tglu:         NOTRUN -> [SKIP][70] ([i915#15479]) +4 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglu:         NOTRUN -> [SKIP][71] ([i915#16080] / [i915#16166])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-rkl:          NOTRUN -> [SKIP][72] ([i915#14498])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@i915_pm_rpm@gem-execbuf-stress:
    - shard-rkl:          [PASS][73] -> [ABORT][74] ([i915#15060]) +1 other test abort
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@i915_pm_rpm@gem-execbuf-stress.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@i915_pm_rpm@gem-execbuf-stress.html

  * igt@i915_pm_sseu@full-enable:
    - shard-tglu-1:       NOTRUN -> [SKIP][75] ([i915#4387])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@i915_pm_sseu@full-enable.html
    - shard-dg1:          NOTRUN -> [SKIP][76] ([i915#4387])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@i915_pm_sseu@full-enable.html

  * igt@i915_query@query-topology-known-pci-ids:
    - shard-rkl:          NOTRUN -> [SKIP][77] ([i915#16109])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@i915_query@query-topology-known-pci-ids.html

  * igt@i915_suspend@debugfs-reader:
    - shard-glk11:        NOTRUN -> [INCOMPLETE][78] ([i915#16182] / [i915#4817])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk11/igt@i915_suspend@debugfs-reader.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-glk:          NOTRUN -> [INCOMPLETE][79] ([i915#16182] / [i915#4817]) +1 other test incomplete
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk2/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@fence-restore-untiled:
    - shard-rkl:          [PASS][80] -> [INCOMPLETE][81] ([i915#4817])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-7/igt@i915_suspend@fence-restore-untiled.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@i915_suspend@fence-restore-untiled.html

  * igt@intel_hwmon@hwmon-read:
    - shard-tglu:         NOTRUN -> [SKIP][82] ([i915#7707])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-6/igt@intel_hwmon@hwmon-read.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][83] ([i915#5190])
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
    - shard-mtlp:         NOTRUN -> [SKIP][84] ([i915#5190])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
    - shard-rkl:          NOTRUN -> [SKIP][85] ([i915#12454] / [i915#12712])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-glk:          NOTRUN -> [SKIP][86] ([i915#1769])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-dg2:          NOTRUN -> [SKIP][87] ([i915#1769] / [i915#3555])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-rkl:          NOTRUN -> [SKIP][88] ([i915#1769] / [i915#3555])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-dg1:          NOTRUN -> [SKIP][89] ([i915#1769] / [i915#3555])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-snb:          NOTRUN -> [SKIP][90] ([i915#1769])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
    - shard-tglu:         NOTRUN -> [SKIP][91] ([i915#1769] / [i915#3555])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1:
    - shard-tglu:         [PASS][92] -> [ABORT][93] ([i915#16837] / [i915#16844] / [i915#16881])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1.html

  * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
    - shard-mtlp:         [PASS][94] -> [FAIL][95] ([i915#5956]) +1 other test fail
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-1/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html

  * igt@kms_big_fb@4-tiled-64bpp-rotate-180:
    - shard-dg1:          NOTRUN -> [SKIP][96] ([i915#4538] / [i915#5286]) +3 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
    - shard-tglu:         NOTRUN -> [SKIP][97] ([i915#5286]) +5 other tests skip
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@4-tiled-addfb-size-overflow:
    - shard-rkl:          NOTRUN -> [SKIP][98] ([i915#5286]) +3 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
    - shard-rkl:          NOTRUN -> [SKIP][99] ([i915#14544] / [i915#5286])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-tglu-1:       NOTRUN -> [SKIP][100] ([i915#5286]) +1 other test skip
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
    - shard-mtlp:         [PASS][101] -> [FAIL][102] ([i915#15733] / [i915#5138]) +1 other test fail
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-mtlp:         NOTRUN -> [SKIP][103] +2 other tests skip
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-tglu:         NOTRUN -> [SKIP][104] ([i915#3828])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-tglu-1:       NOTRUN -> [SKIP][105] ([i915#3828])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-270:
    - shard-rkl:          NOTRUN -> [SKIP][106] ([i915#3638]) +4 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
    - shard-dg1:          NOTRUN -> [SKIP][107] ([i915#3638]) +1 other test skip
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html

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

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

  * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][110] ([i915#14544] / [i915#6095]) +1 other test skip
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][111] ([i915#14098] / [i915#14544] / [i915#6095])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][112] ([i915#12313]) +3 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][113] ([i915#6095]) +61 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][114] ([i915#14098] / [i915#6095]) +42 other tests skip
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2:
    - shard-glk11:        NOTRUN -> [SKIP][115] +96 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk11/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][116] ([i915#6095]) +59 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-ccs:
    - shard-tglu-1:       NOTRUN -> [SKIP][117] ([i915#6095]) +39 other tests skip
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][118] ([i915#10307] / [i915#6095]) +83 other tests skip
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
    - shard-rkl:          NOTRUN -> [SKIP][119] ([i915#12805])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][120] ([i915#6095]) +7 other tests skip
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/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-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
    - shard-dg1:          NOTRUN -> [SKIP][121] ([i915#6095]) +209 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][122] ([i915#10307] / [i915#10434] / [i915#6095]) +6 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][123] ([i915#6095]) +9 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html

  * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
    - shard-dg2:          NOTRUN -> [SKIP][124] ([i915#12313])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html

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

  * igt@kms_chamelium_audio@dp-audio:
    - shard-tglu:         NOTRUN -> [SKIP][126] ([i915#11151] / [i915#7828]) +11 other tests skip
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-7/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_audio@hdmi-audio-edid:
    - shard-tglu-1:       NOTRUN -> [SKIP][127] ([i915#11151] / [i915#7828]) +2 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html

  * igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4:
    - shard-tglu-1:       NOTRUN -> [SKIP][128] ([i915#16471])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4.html

  * igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d:
    - shard-tglu:         NOTRUN -> [SKIP][129] ([i915#16471]) +1 other test skip
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_chamelium_color_pipeline@plane-lut1d-ctm3x4-lut1d.html

  * igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d:
    - shard-rkl:          NOTRUN -> [SKIP][130] ([i915#16471]) +1 other test skip
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_chamelium_color_pipeline@plane-lut1d-lut1d.html

  * igt@kms_chamelium_edid@dp-mode-timings:
    - shard-dg1:          NOTRUN -> [SKIP][131] ([i915#11151] / [i915#7828]) +3 other tests skip
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_chamelium_edid@dp-mode-timings.html

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

  * igt@kms_chamelium_frames@hdmi-frame-dump:
    - shard-rkl:          NOTRUN -> [SKIP][133] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_chamelium_frames@hdmi-frame-dump.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-dg2:          NOTRUN -> [SKIP][134] ([i915#11151] / [i915#7828])
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
    - shard-mtlp:         NOTRUN -> [SKIP][135] ([i915#11151] / [i915#7828])
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-4/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-dg1:          NOTRUN -> [SKIP][136] ([i915#15330]) +1 other test skip
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-rkl:          NOTRUN -> [SKIP][137] ([i915#15330] / [i915#3116])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@dp-mst-type-0-hdcp14:
    - shard-tglu-1:       NOTRUN -> [SKIP][138] ([i915#15330]) +1 other test skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0-hdcp14.html

  * igt@kms_content_protection@srm:
    - shard-tglu-1:       NOTRUN -> [SKIP][139] ([i915#15865]) +1 other test skip
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@type1:
    - shard-dg2:          NOTRUN -> [SKIP][140] ([i915#15865])
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-5/igt@kms_content_protection@type1.html
    - shard-rkl:          NOTRUN -> [SKIP][141] ([i915#15865]) +2 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_content_protection@type1.html
    - shard-dg1:          NOTRUN -> [SKIP][142] ([i915#15865]) +1 other test skip
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_content_protection@type1.html
    - shard-tglu:         NOTRUN -> [SKIP][143] ([i915#15865]) +1 other test skip
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_content_protection@type1.html
    - shard-mtlp:         NOTRUN -> [SKIP][144] ([i915#15865])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-7/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@cursor-offscreen-32x32:
    - shard-rkl:          NOTRUN -> [SKIP][145] ([i915#14544] / [i915#3555])
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html

  * igt@kms_cursor_crc@cursor-onscreen-128x42:
    - shard-rkl:          [PASS][146] -> [FAIL][147] ([i915#13566]) +4 other tests fail
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html

  * igt@kms_cursor_crc@cursor-onscreen-256x85:
    - shard-tglu:         [PASS][148] -> [FAIL][149] ([i915#13566]) +3 other tests fail
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-256x85.html
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-256x85.html

  * igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [FAIL][150] ([i915#13566]) +1 other test fail
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-256x85@pipe-a-hdmi-a-1.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-rkl:          NOTRUN -> [SKIP][151] ([i915#13049])
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-random-max-size:
    - shard-rkl:          NOTRUN -> [SKIP][152] ([i915#3555]) +1 other test skip
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_cursor_crc@cursor-random-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-512x512:
    - shard-tglu-1:       NOTRUN -> [SKIP][153] ([i915#13049])
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-512x512.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-dg1:          NOTRUN -> [SKIP][154] ([i915#4103])
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-14/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-tglu:         NOTRUN -> [SKIP][155] ([i915#9723])
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][156] ([i915#3804])
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html

  * igt@kms_dither@fb-8bpc-vs-panel-8bpc:
    - shard-dg1:          NOTRUN -> [SKIP][157] ([i915#3555]) +2 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-rkl:          NOTRUN -> [SKIP][158] ([i915#13749])
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_dp_link_training@non-uhbr-sst.html
    - shard-tglu-1:       NOTRUN -> [SKIP][159] ([i915#13749])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_dsc@dsc-basic:
    - shard-rkl:          NOTRUN -> [SKIP][160] ([i915#16361]) +2 other tests skip
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_dsc@dsc-basic.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-tglu-1:       NOTRUN -> [SKIP][161] ([i915#16361])
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats-with-bpc:
    - shard-dg2:          NOTRUN -> [SKIP][162] ([i915#16361]) +1 other test skip
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
    - shard-rkl:          NOTRUN -> [SKIP][163] ([i915#14544] / [i915#16361])
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
    - shard-dg1:          NOTRUN -> [SKIP][164] ([i915#16361])
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
    - shard-tglu:         NOTRUN -> [SKIP][165] ([i915#16361]) +1 other test skip
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
    - shard-mtlp:         NOTRUN -> [SKIP][166] ([i915#16361])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@kms_dsc@dsc-with-output-formats-with-bpc.html

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

  * igt@kms_fbcon_fbt@psr:
    - shard-tglu-1:       NOTRUN -> [SKIP][168] ([i915#16680])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_fbcon_fbt@psr.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-tglu:         NOTRUN -> [SKIP][169] ([i915#16680])
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-8/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@chamelium:
    - shard-tglu-1:       NOTRUN -> [SKIP][170] ([i915#2065])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_feature_discovery@chamelium.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-tglu:         NOTRUN -> [SKIP][171] ([i915#16599])
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@dsc:
    - shard-dg1:          NOTRUN -> [SKIP][172] ([i915#16600])
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-16/igt@kms_feature_discovery@dsc.html

  * igt@kms_fence_pin_leak:
    - shard-dg1:          NOTRUN -> [SKIP][173] ([i915#4881])
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_fence_pin_leak.html

  * igt@kms_flip@2x-flip-vs-dpms:
    - shard-tglu:         NOTRUN -> [SKIP][174] ([i915#3637] / [i915#9934]) +9 other tests skip
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-6/igt@kms_flip@2x-flip-vs-dpms.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
    - shard-dg2:          NOTRUN -> [SKIP][175] ([i915#9934]) +1 other test skip
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
    - shard-rkl:          NOTRUN -> [SKIP][176] ([i915#14544] / [i915#9934]) +1 other test skip
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-fences:
    - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#8381]) +1 other test skip
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@kms_flip@2x-flip-vs-fences.html

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

  * igt@kms_flip@2x-flip-vs-panning-vs-hang:
    - shard-tglu-1:       NOTRUN -> [SKIP][179] ([i915#3637] / [i915#9934]) +4 other tests skip
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_flip@2x-flip-vs-panning-vs-hang.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][180] ([i915#3637] / [i915#9934])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
    - shard-glk:          NOTRUN -> [INCOMPLETE][181] ([i915#12745] / [i915#4839]) +1 other test incomplete
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html

  * igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2:
    - shard-glk:          NOTRUN -> [INCOMPLETE][182] ([i915#12745]) +1 other test incomplete
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk1/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@2x-wf_vblank-ts-check:
    - shard-rkl:          NOTRUN -> [SKIP][183] ([i915#9934]) +5 other tests skip
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_flip@2x-wf_vblank-ts-check.html

  * igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a1:
    - shard-tglu:         [PASS][184] -> [ABORT][185] ([i915#16872] / [i915#16881]) +1 other test abort
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-10/igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a1.html
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-10/igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a1.html

  * igt@kms_flip@flip-vs-fences:
    - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#8381])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@kms_flip@flip-vs-fences.html
    - shard-dg2:          NOTRUN -> [SKIP][187] ([i915#8381])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_flip@flip-vs-fences.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-rkl:          NOTRUN -> [INCOMPLETE][188] ([i915#16276] / [i915#6113]) +1 other test incomplete
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-wf_vblank-interruptible:
    - shard-mtlp:         [PASS][189] -> [FAIL][190] ([i915#10826]) +1 other test fail
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-6/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-7/igt@kms_flip@flip-vs-wf_vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
    - shard-tglu:         NOTRUN -> [SKIP][191] ([i915#15643]) +2 other tests skip
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
    - shard-dg2:          NOTRUN -> [SKIP][192] ([i915#15643])
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
    - shard-dg1:          NOTRUN -> [SKIP][193] ([i915#15643]) +1 other test skip
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
    - shard-dg2:          [PASS][194] -> [ABORT][195] ([i915#13562]) +1 other test abort
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
    - shard-mtlp:         NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling:
    - shard-glk10:        NOTRUN -> [SKIP][197] +67 other tests skip
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk10/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
    - shard-dg2:          NOTRUN -> [SKIP][198] ([i915#15643] / [i915#5190])
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile:
    - shard-rkl:          NOTRUN -> [SKIP][199] ([i915#15643]) +1 other test skip
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][200] ([i915#15104] / [i915#15990])
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-gtt.html
    - shard-dg2:          NOTRUN -> [SKIP][201] ([i915#15104] / [i915#15990])
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
    - shard-dg2:          NOTRUN -> [SKIP][202] ([i915#15991] / [i915#5354]) +5 other tests skip
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
    - shard-mtlp:         NOTRUN -> [SKIP][203] ([i915#15991] / [i915#1825]) +4 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
    - shard-rkl:          NOTRUN -> [SKIP][204] ([i915#14544]) +9 other tests skip
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html

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

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-glk:          NOTRUN -> [INCOMPLETE][206] ([i915#10056] / [i915#16593])
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk6/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-tglu:         NOTRUN -> [SKIP][207] ([i915#5439])
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff:
    - shard-rkl:          [PASS][208] -> [SKIP][209] ([i915#15989]) +13 other tests skip
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff.html
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][210] ([i915#15990]) +3 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbchdr-1p-rte:
    - shard-dg2:          NOTRUN -> [SKIP][211] ([i915#15989]) +5 other tests skip
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_frontbuffer_tracking@fbchdr-1p-rte.html

  * igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-indfb-draw-blt:
    - shard-rkl:          NOTRUN -> [SKIP][212] +85 other tests skip
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-msflip-blt:
    - shard-tglu:         NOTRUN -> [SKIP][213] +111 other tests skip
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-10/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbchdr-stridechange:
    - shard-dg1:          NOTRUN -> [SKIP][214] ([i915#15989]) +9 other tests skip
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@kms_frontbuffer_tracking@fbchdr-stridechange.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][215] ([i915#15990] / [i915#8708]) +3 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg1:          NOTRUN -> [SKIP][216] ([i915#15990] / [i915#8708]) +5 other tests skip
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
    - shard-rkl:          NOTRUN -> [SKIP][217] ([i915#14544] / [i915#15102])
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
    - shard-dg2:          NOTRUN -> [SKIP][218] ([i915#15102]) +9 other tests skip
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-indfb-fliptrack-mmap-gtt:
    - shard-tglu:         NOTRUN -> [SKIP][219] ([i915#15102]) +49 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-indfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-render:
    - shard-mtlp:         NOTRUN -> [SKIP][220] ([i915#15989]) +6 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
    - shard-tglu-1:       NOTRUN -> [SKIP][221] ([i915#15102]) +19 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][222] ([i915#15990]) +7 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-cur-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-blt:
    - shard-tglu-1:       NOTRUN -> [SKIP][223] ([i915#15989]) +9 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
    - shard-tglu:         NOTRUN -> [SKIP][224] ([i915#15989]) +21 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-6/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
    - shard-rkl:          NOTRUN -> [SKIP][225] ([i915#15989]) +17 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@hdr-2p-primscrn-shrfb-msflip-blt:
    - shard-dg1:          NOTRUN -> [SKIP][226] +33 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@hdr-2p-primscrn-spr-indfb-draw-mmap-cpu:
    - shard-glk:          [PASS][227] -> [SKIP][228] +4 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk8/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-spr-indfb-draw-mmap-cpu.html
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk2/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-spr-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
    - shard-dg1:          NOTRUN -> [SKIP][229] ([i915#15102]) +18 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][230] ([i915#15104] / [i915#15990]) +1 other test skip
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][231] ([i915#15990] / [i915#8708]) +1 other test skip
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][232] ([i915#15102]) +41 other tests skip
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-suspend.html

  * igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-indfb-msflip-blt:
    - shard-dg2:          NOTRUN -> [SKIP][233] ([i915#15991]) +5 other tests skip
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-indfb-msflip-blt.html
    - shard-mtlp:         NOTRUN -> [SKIP][234] ([i915#15991]) +3 other tests skip
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-indfb-msflip-blt.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-rkl:          NOTRUN -> [SKIP][235] ([i915#12713] / [i915#16644])
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_hdr@static-swap:
    - shard-tglu:         NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8228]) +1 other test skip
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@kms_hdr@static-swap.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-tglu:         NOTRUN -> [SKIP][237] ([i915#15459])
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-tglu:         NOTRUN -> [SKIP][238] ([i915#13688])
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@kms_joiner@basic-max-non-joiner.html
    - shard-mtlp:         NOTRUN -> [SKIP][239] ([i915#13688])
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@kms_joiner@basic-max-non-joiner.html
    - shard-dg2:          NOTRUN -> [SKIP][240] ([i915#13688])
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@kms_joiner@basic-max-non-joiner.html
    - shard-rkl:          NOTRUN -> [SKIP][241] ([i915#13688])
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_joiner@basic-max-non-joiner.html
    - shard-dg1:          NOTRUN -> [SKIP][242] ([i915#13688])
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@basic-ultra-joiner:
    - shard-rkl:          NOTRUN -> [SKIP][243] ([i915#15458])
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_joiner@basic-ultra-joiner.html

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

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-rkl:          NOTRUN -> [SKIP][245] ([i915#15638] / [i915#15722])
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
    - shard-tglu-1:       NOTRUN -> [SKIP][246] ([i915#15638] / [i915#15722])
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-mtlp:         NOTRUN -> [SKIP][247] ([i915#15815])
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-dg2:          NOTRUN -> [SKIP][248] ([i915#15815])
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-rkl:          NOTRUN -> [SKIP][249] ([i915#14544] / [i915#15815])
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-dg1:          NOTRUN -> [SKIP][250] ([i915#15815])
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-tglu:         NOTRUN -> [SKIP][251] ([i915#15815])
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-rkl:          NOTRUN -> [SKIP][252] ([i915#6301])
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html
    - shard-tglu-1:       NOTRUN -> [SKIP][253] ([i915#6301])
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_panel_fitting@legacy:
    - shard-dg1:          NOTRUN -> [SKIP][254] ([i915#6301])
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-16/igt@kms_panel_fitting@legacy.html

  * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
    - shard-tglu-1:       NOTRUN -> [SKIP][255] +50 other tests skip
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html

  * igt@kms_pipe_stress@stress-xrgb8888-4tiled:
    - shard-tglu-1:       NOTRUN -> [SKIP][256] ([i915#14712])
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html

  * igt@kms_pipe_stress@stress-xrgb8888-ytiled:
    - shard-glk:          [PASS][257] -> [DMESG-WARN][258] ([i915#118])
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk2/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
    - shard-tglu:         NOTRUN -> [SKIP][259] ([i915#15709]) +6 other tests skip
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
    - shard-dg1:          NOTRUN -> [SKIP][260] ([i915#15709]) +2 other tests skip
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html

  * igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
    - shard-mtlp:         NOTRUN -> [SKIP][261] ([i915#15709])
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-2/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
    - shard-dg2:          NOTRUN -> [SKIP][262] ([i915#15709])
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
    - shard-rkl:          NOTRUN -> [SKIP][263] ([i915#14544] / [i915#15709])
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-yf-tiled-modifier:
    - shard-rkl:          NOTRUN -> [SKIP][264] ([i915#15709]) +4 other tests skip
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_plane@pixel-format-yf-tiled-modifier.html
    - shard-tglu-1:       NOTRUN -> [SKIP][265] ([i915#15709]) +1 other test skip
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier.html

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

  * igt@kms_plane_lowres@tiling-yf:
    - shard-dg2:          NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8821])
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-x:
    - shard-tglu-1:       NOTRUN -> [SKIP][268] ([i915#13958])
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-x.html

  * igt@kms_plane_multiple@tiling-yf:
    - shard-dg1:          NOTRUN -> [SKIP][269] ([i915#14259])
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_plane_multiple@tiling-yf.html
    - shard-tglu:         NOTRUN -> [SKIP][270] ([i915#14259])
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_plane_multiple@tiling-yf.html
    - shard-mtlp:         NOTRUN -> [SKIP][271] ([i915#14259])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html
    - shard-dg2:          NOTRUN -> [SKIP][272] ([i915#14259])
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@kms_plane_multiple@tiling-yf.html

  * igt@kms_plane_scaling@2x-scaler-multi-pipe:
    - shard-snb:          NOTRUN -> [SKIP][273] +59 other tests skip
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
    - shard-mtlp:         NOTRUN -> [SKIP][274] ([i915#15887] / [i915#9809])
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
    - shard-dg1:          NOTRUN -> [SKIP][275] ([i915#15329] / [i915#3555])
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
    - shard-dg1:          NOTRUN -> [SKIP][276] ([i915#15329]) +3 other tests skip
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html

  * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
    - shard-rkl:          NOTRUN -> [SKIP][277] ([i915#15329]) +7 other tests skip
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-tglu:         NOTRUN -> [SKIP][278] ([i915#12343] / [i915#9812])
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@brightness-with-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][279] ([i915#12343] / [i915#14544])
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_pm_backlight@brightness-with-dpms.html
    - shard-dg1:          NOTRUN -> [SKIP][280] ([i915#12343])
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_pm_backlight@brightness-with-dpms.html
    - shard-tglu:         NOTRUN -> [SKIP][281] ([i915#12343])
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_pm_backlight@brightness-with-dpms.html

  * igt@kms_pm_backlight@fade:
    - shard-rkl:          NOTRUN -> [SKIP][282] ([i915#12343] / [i915#5354])
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-rkl:          NOTRUN -> [SKIP][283] ([i915#15948])
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_pm_dc@dc5-psr.html
    - shard-tglu:         NOTRUN -> [SKIP][284] ([i915#15948])
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-10/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_rpm@dpms-non-lpsp:
    - shard-tglu:         NOTRUN -> [SKIP][285] ([i915#15073])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-8/igt@kms_pm_rpm@dpms-non-lpsp.html

  * igt@kms_pm_rpm@fences:
    - shard-dg1:          NOTRUN -> [SKIP][286] ([i915#4077]) +4 other tests skip
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@kms_pm_rpm@fences.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-rkl:          [PASS][287] -> [SKIP][288] ([i915#15073]) +1 other test skip
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp.html
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-lpsp-stress:
    - shard-rkl:          NOTRUN -> [SKIP][289] ([i915#14544] / [i915#15073])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
    - shard-dg1:          [PASS][290] -> [SKIP][291] ([i915#15073]) +1 other test skip
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp-stress.html
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-dg2:          [PASS][292] -> [SKIP][293] ([i915#15073])
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_pm_rpm@system-suspend-idle:
    - shard-rkl:          NOTRUN -> [INCOMPLETE][294] ([i915#14419])
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_pm_rpm@system-suspend-idle.html

  * igt@kms_prime@d3hot:
    - shard-tglu-1:       NOTRUN -> [SKIP][295] ([i915#6524])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_prime@d3hot.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
    - shard-snb:          NOTRUN -> [SKIP][296] ([i915#11520]) +2 other tests skip
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb4/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
    - shard-dg1:          NOTRUN -> [SKIP][297] ([i915#11520]) +4 other tests skip
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
    - shard-mtlp:         NOTRUN -> [SKIP][298] ([i915#12316]) +2 other tests skip
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-8/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
    - shard-rkl:          NOTRUN -> [SKIP][299] ([i915#11520] / [i915#14544])
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
    - shard-tglu:         NOTRUN -> [SKIP][300] ([i915#11520]) +8 other tests skip
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-10/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html

  * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
    - shard-rkl:          NOTRUN -> [SKIP][301] ([i915#11520]) +5 other tests skip
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
    - shard-tglu-1:       NOTRUN -> [SKIP][302] ([i915#11520]) +2 other tests skip
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html

  * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
    - shard-dg2:          NOTRUN -> [SKIP][303] ([i915#11520]) +3 other tests skip
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-5/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html

  * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf:
    - shard-glk11:        NOTRUN -> [SKIP][304] ([i915#11520]) +1 other test skip
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk11/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
    - shard-glk:          NOTRUN -> [SKIP][305] ([i915#11520]) +11 other tests skip
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk2/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-tglu-1:       NOTRUN -> [SKIP][306] ([i915#9683])
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr2_su@page_flip-xrgb8888:
    - shard-rkl:          NOTRUN -> [SKIP][307] ([i915#9683]) +1 other test skip
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_psr2_su@page_flip-xrgb8888.html
    - shard-tglu:         NOTRUN -> [SKIP][308] ([i915#9683])
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-10/igt@kms_psr2_su@page_flip-xrgb8888.html

  * igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
    - shard-glk:          NOTRUN -> [SKIP][309] +554 other tests skip
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk5/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html

  * igt@kms_psr@fbc-psr2-sprite-render:
    - shard-rkl:          NOTRUN -> [SKIP][310] ([i915#1072] / [i915#9732]) +13 other tests skip
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_psr@fbc-psr2-sprite-render.html

  * igt@kms_psr@pr-primary-render:
    - shard-rkl:          NOTRUN -> [SKIP][311] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_psr@pr-primary-render.html

  * igt@kms_psr@pr-sprite-mmap-cpu:
    - shard-tglu:         NOTRUN -> [SKIP][312] ([i915#9732]) +17 other tests skip
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-5/igt@kms_psr@pr-sprite-mmap-cpu.html

  * igt@kms_psr@psr-sprite-plane-move:
    - shard-dg1:          NOTRUN -> [SKIP][313] ([i915#1072] / [i915#9732]) +4 other tests skip
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_psr@psr-sprite-plane-move.html

  * igt@kms_psr@psr-sprite-render:
    - shard-dg2:          NOTRUN -> [SKIP][314] ([i915#1072] / [i915#9732]) +2 other tests skip
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-8/igt@kms_psr@psr-sprite-render.html

  * igt@kms_psr@psr2-primary-mmap-gtt:
    - shard-tglu-1:       NOTRUN -> [SKIP][315] ([i915#9732]) +6 other tests skip
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_psr@psr2-primary-mmap-gtt.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-tglu:         NOTRUN -> [SKIP][316] ([i915#15949])
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-tglu-1:       NOTRUN -> [SKIP][317] ([i915#15949])
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
    - shard-dg1:          NOTRUN -> [SKIP][318] ([i915#15949])
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@multiplane-rotation:
    - shard-dg1:          [PASS][319] -> [DMESG-WARN][320] ([i915#4423])
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-12/igt@kms_rotation_crc@multiplane-rotation.html
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_rotation_crc@multiplane-rotation.html

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

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-rkl:          NOTRUN -> [SKIP][322] ([i915#5289]) +1 other test skip
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_scaling_modes@scaling-mode-full:
    - shard-tglu:         NOTRUN -> [SKIP][323] ([i915#3555]) +8 other tests skip
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-4/igt@kms_scaling_modes@scaling-mode-full.html

  * igt@kms_scaling_modes@scaling-mode-full-aspect:
    - shard-tglu-1:       NOTRUN -> [SKIP][324] ([i915#3555])
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-1/igt@kms_scaling_modes@scaling-mode-full-aspect.html

  * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
    - shard-glk:          NOTRUN -> [INCOMPLETE][325] ([i915#12276]) +1 other test incomplete
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk9/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html

  * igt@kms_vblank@wait-forked-hang:
    - shard-dg1:          NOTRUN -> [DMESG-WARN][326] ([i915#4423])
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_vblank@wait-forked-hang.html

  * igt@kms_vrr@flip-basic-fastset:
    - shard-rkl:          NOTRUN -> [SKIP][327] ([i915#9906])
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_vrr@flip-basic-fastset.html

  * igt@kms_vrr@flip-dpms:
    - shard-rkl:          NOTRUN -> [SKIP][328] ([i915#14544] / [i915#15243] / [i915#3555]) +1 other test skip
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_vrr@flip-dpms.html

  * igt@kms_vrr@flipline:
    - shard-rkl:          NOTRUN -> [SKIP][329] ([i915#15243] / [i915#3555])
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_vrr@flipline.html

  * igt@kms_vrr@seamless-rr-switch-drrs:
    - shard-tglu:         NOTRUN -> [SKIP][330] ([i915#9906])
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-7/igt@kms_vrr@seamless-rr-switch-drrs.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - shard-rkl:          NOTRUN -> [SKIP][331] ([i915#2436])
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf_pmu@busy-idle@vcs0:
    - shard-dg2:          [PASS][332] -> [FAIL][333] ([i915#4349]) +11 other tests fail
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-5/igt@perf_pmu@busy-idle@vcs0.html
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@perf_pmu@busy-idle@vcs0.html
    - shard-dg1:          [PASS][334] -> [FAIL][335] ([i915#4349]) +7 other tests fail
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-17/igt@perf_pmu@busy-idle@vcs0.html
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@perf_pmu@busy-idle@vcs0.html

  * igt@perf_pmu@module-unload:
    - shard-dg2:          NOTRUN -> [ABORT][336] ([i915#13029] / [i915#15778])
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-3/igt@perf_pmu@module-unload.html
    - shard-rkl:          NOTRUN -> [ABORT][337] ([i915#15778])
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@perf_pmu@module-unload.html
    - shard-dg1:          NOTRUN -> [ABORT][338] ([i915#13029] / [i915#15778])
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@perf_pmu@module-unload.html
    - shard-snb:          NOTRUN -> [ABORT][339] ([i915#15778])
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-snb7/igt@perf_pmu@module-unload.html
    - shard-mtlp:         NOTRUN -> [ABORT][340] ([i915#15778])
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-1/igt@perf_pmu@module-unload.html
    - shard-glk11:        NOTRUN -> [ABORT][341] ([i915#15778])
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk11/igt@perf_pmu@module-unload.html

  * igt@perf_pmu@render-node-busy-idle:
    - shard-mtlp:         [PASS][342] -> [FAIL][343] ([i915#4349]) +10 other tests fail
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-2/igt@perf_pmu@render-node-busy-idle.html
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@perf_pmu@render-node-busy-idle.html

  * igt@prime_udl@share-import-addfb:
    - shard-mtlp:         NOTRUN -> [SKIP][344] ([i915#16420])
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-6/igt@prime_udl@share-import-addfb.html
    - shard-dg2:          NOTRUN -> [SKIP][345] ([i915#16420])
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-1/igt@prime_udl@share-import-addfb.html
    - shard-rkl:          NOTRUN -> [SKIP][346] ([i915#16420])
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@prime_udl@share-import-addfb.html
    - shard-dg1:          NOTRUN -> [SKIP][347] ([i915#16420])
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-14/igt@prime_udl@share-import-addfb.html
    - shard-tglu:         NOTRUN -> [SKIP][348] ([i915#16420])
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-8/igt@prime_udl@share-import-addfb.html

  * igt@prime_vgem@basic-write:
    - shard-rkl:          NOTRUN -> [SKIP][349] ([i915#3291] / [i915#3708])
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@prime_vgem@basic-write.html

  
#### Possible fixes ####

  * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
    - shard-dg2:          [INCOMPLETE][350] ([i915#13356] / [i915#16348]) -> [PASS][351]
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-dg2:          [INCOMPLETE][352] ([i915#13356]) -> [PASS][353] +1 other test pass
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html

  * igt@i915_pm_rps@reset:
    - shard-rkl:          [ABORT][354] -> [PASS][355]
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-1/igt@i915_pm_rps@reset.html
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@i915_pm_rps@reset.html

  * igt@i915_power@sanity:
    - shard-mtlp:         [SKIP][356] ([i915#7984]) -> [PASS][357]
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-8/igt@i915_power@sanity.html
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-5/igt@i915_power@sanity.html

  * igt@i915_suspend@forcewake:
    - shard-rkl:          [INCOMPLETE][358] ([i915#4817]) -> [PASS][359]
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@i915_suspend@forcewake.html
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@i915_suspend@forcewake.html

  * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
    - shard-tglu:         [FAIL][360] ([i915#15662]) -> [PASS][361]
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-rkl:          [INCOMPLETE][362] ([i915#15582]) -> [PASS][363]
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_cursor_crc@cursor-onscreen-128x42:
    - shard-tglu:         [FAIL][364] ([i915#13566]) -> [PASS][365] +5 other tests pass
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-128x42.html
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html

  * igt@kms_cursor_crc@cursor-random-128x42:
    - shard-rkl:          [FAIL][366] ([i915#13566]) -> [PASS][367] +3 other tests pass
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-7/igt@kms_cursor_crc@cursor-random-128x42.html
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_cursor_crc@cursor-random-128x42.html

  * igt@kms_flip@modeset-vs-vblank-race-interruptible:
    - shard-tglu:         [ABORT][368] ([i915#16872]) -> [PASS][369] +2 other tests pass
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-8/igt@kms_flip@modeset-vs-vblank-race-interruptible.html
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_flip@modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@modeset-vs-vblank-race-interruptible@c-hdmi-a1:
    - shard-tglu:         [ABORT][370] ([i915#16872] / [i915#16881]) -> [PASS][371]
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-8/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-hdmi-a1.html
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@kms_flip@modeset-vs-vblank-race-interruptible@c-hdmi-a1.html

  * igt@kms_flip@plain-flip-ts-check:
    - shard-dg2:          [FAIL][372] ([i915#14600]) -> [PASS][373]
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-8/igt@kms_flip@plain-flip-ts-check.html
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_flip@plain-flip-ts-check.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
    - shard-dg1:          [DMESG-WARN][374] ([i915#4423]) -> [PASS][375]
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite:
    - shard-rkl:          [SKIP][376] ([i915#15989]) -> [PASS][377] +9 other tests pass
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite.html
   [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite.html

  * igt@kms_pipe_crc_basic@suspend-read-crc:
    - shard-rkl:          [INCOMPLETE][378] ([i915#12756] / [i915#13476]) -> [PASS][379]
   [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
   [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc.html

  * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
    - shard-rkl:          [INCOMPLETE][380] ([i915#13476]) -> [PASS][381]
   [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
   [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html

  * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
    - shard-rkl:          [SKIP][382] ([i915#15073]) -> [PASS][383]
   [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
   [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html

  * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
    - shard-dg2:          [SKIP][384] ([i915#15073]) -> [PASS][385] +1 other test pass
   [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
   [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html

  * igt@kms_pm_rpm@modeset-non-lpsp:
    - shard-dg1:          [SKIP][386] ([i915#15073]) -> [PASS][387] +1 other test pass
   [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp.html
   [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_pm_rpm@modeset-non-lpsp.html

  * igt@perf_pmu@all-busy-idle-check-all:
    - shard-dg2:          [FAIL][388] ([i915#15453]) -> [PASS][389]
   [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg2-1/igt@perf_pmu@all-busy-idle-check-all.html
   [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg2-3/igt@perf_pmu@all-busy-idle-check-all.html
    - shard-dg1:          [FAIL][390] ([i915#15453]) -> [PASS][391]
   [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html
   [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@perf_pmu@all-busy-idle-check-all.html
    - shard-mtlp:         [FAIL][392] ([i915#15453]) -> [PASS][393]
   [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-mtlp-7/igt@perf_pmu@all-busy-idle-check-all.html
   [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html

  
#### Warnings ####

  * igt@gem_ccs@block-copy-compressed:
    - shard-rkl:          [SKIP][394] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][395] ([i915#3555] / [i915#9323])
   [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html
   [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html

  * igt@gem_close_race@multigpu-basic-threads:
    - shard-rkl:          [SKIP][396] ([i915#7697]) -> [SKIP][397] ([i915#14544] / [i915#7697])
   [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-7/igt@gem_close_race@multigpu-basic-threads.html
   [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_close_race@multigpu-basic-threads.html

  * igt@gem_eio@kms:
    - shard-tglu:         [ABORT][398] ([i915#16837]) -> [ABORT][399] ([i915#13363] / [i915#16837])
   [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-2/igt@gem_eio@kms.html
   [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-9/igt@gem_eio@kms.html

  * igt@gem_exec_capture@capture-invisible@smem0:
    - shard-rkl:          [SKIP][400] ([i915#6334]) -> [SKIP][401] ([i915#14544] / [i915#6334]) +1 other test skip
   [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-1/igt@gem_exec_capture@capture-invisible@smem0.html
   [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html

  * igt@gem_exec_reloc@basic-write-read:
    - shard-rkl:          [SKIP][402] ([i915#3281]) -> [SKIP][403] ([i915#14544] / [i915#3281]) +4 other tests skip
   [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@gem_exec_reloc@basic-write-read.html
   [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_exec_reloc@basic-write-read.html

  * igt@gem_exec_reloc@basic-write-wc-noreloc:
    - shard-rkl:          [SKIP][404] ([i915#14544] / [i915#3281]) -> [SKIP][405] ([i915#3281]) +1 other test skip
   [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@gem_exec_reloc@basic-write-wc-noreloc.html
   [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@gem_exec_reloc@basic-write-wc-noreloc.html

  * igt@gem_lmem_evict@dontneed-evict-race:
    - shard-rkl:          [SKIP][406] ([i915#14544] / [i915#4613] / [i915#7582]) -> [SKIP][407] ([i915#4613] / [i915#7582])
   [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
   [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@gem_lmem_evict@dontneed-evict-race.html

  * igt@gem_partial_pwrite_pread@reads-uncached:
    - shard-rkl:          [SKIP][408] ([i915#3282]) -> [SKIP][409] ([i915#14544] / [i915#3282]) +1 other test skip
   [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@gem_partial_pwrite_pread@reads-uncached.html
   [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_partial_pwrite_pread@reads-uncached.html

  * igt@gem_userptr_blits@coherency-sync:
    - shard-rkl:          [SKIP][410] ([i915#3297]) -> [SKIP][411] ([i915#14544] / [i915#3297])
   [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-3/igt@gem_userptr_blits@coherency-sync.html
   [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gem_userptr_blits@coherency-sync.html

  * igt@gen9_exec_parse@basic-rejected-ctx-param:
    - shard-rkl:          [SKIP][412] ([i915#14544] / [i915#2527]) -> [SKIP][413] ([i915#2527])
   [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@gen9_exec_parse@basic-rejected-ctx-param.html
   [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@gen9_exec_parse@basic-rejected-ctx-param.html

  * igt@gen9_exec_parse@bb-large:
    - shard-rkl:          [SKIP][414] ([i915#2527]) -> [SKIP][415] ([i915#14544] / [i915#2527])
   [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@gen9_exec_parse@bb-large.html
   [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@gen9_exec_parse@bb-large.html

  * igt@i915_module_load@fault-injection:
    - shard-dg1:          [ABORT][416] ([i915#11814] / [i915#15481]) -> [ABORT][417] ([i915#11814]) +1 other test abort
   [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-14/igt@i915_module_load@fault-injection.html
   [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-15/igt@i915_module_load@fault-injection.html

  * igt@i915_pm_freq_mult@media-freq@gt0:
    - shard-rkl:          [SKIP][418] ([i915#14544] / [i915#6590]) -> [SKIP][419] ([i915#6590]) +1 other test skip
   [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@i915_pm_freq_mult@media-freq@gt0.html
   [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html

  * igt@i915_query@query-topology-unsupported:
    - shard-rkl:          [SKIP][420] ([i915#14544] / [i915#16079]) -> [SKIP][421] ([i915#16079])
   [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@i915_query@query-topology-unsupported.html
   [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@i915_query@query-topology-unsupported.html

  * igt@intel_hwmon@hwmon-read:
    - shard-rkl:          [SKIP][422] ([i915#14544] / [i915#7707]) -> [SKIP][423] ([i915#7707])
   [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@intel_hwmon@hwmon-read.html
   [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@intel_hwmon@hwmon-read.html

  * igt@kms_atomic_transition@plane-all-modeset-transition:
    - shard-tglu:         [FAIL][424] ([i915#15662]) -> [ABORT][425] ([i915#16837] / [i915#16844] / [i915#16881])
   [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition.html
   [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition.html

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

  * igt@kms_big_fb@4-tiled-addfb:
    - shard-rkl:          [SKIP][428] ([i915#5286]) -> [SKIP][429] ([i915#14544] / [i915#5286]) +1 other test skip
   [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb.html
   [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-rkl:          [SKIP][430] ([i915#14544] / [i915#5286]) -> [SKIP][431] ([i915#5286]) +2 other tests skip
   [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
   [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-32bpp-rotate-90:
    - shard-rkl:          [SKIP][432] ([i915#3638]) -> [SKIP][433] ([i915#14544] / [i915#3638]) +1 other test skip
   [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html
   [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-rkl:          [SKIP][434] ([i915#14544] / [i915#3638]) -> [SKIP][435] ([i915#3638])
   [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-rkl:          [SKIP][436] ([i915#14544]) -> [SKIP][437] +23 other tests skip
   [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
   [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
    - shard-rkl:          [SKIP][438] ([i915#12313] / [i915#14544]) -> [SKIP][439] ([i915#12313]) +2 other tests skip
   [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
   [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html

  * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2:
    - shard-rkl:          [SKIP][440] ([i915#14544] / [i915#6095]) -> [SKIP][441] ([i915#6095]) +2 other tests skip
   [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html
   [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2:
    - shard-rkl:          [SKIP][442] ([i915#6095]) -> [SKIP][443] ([i915#14544] / [i915#6095]) +1 other test skip
   [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2.html
   [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2:
    - shard-rkl:          [SKIP][444] ([i915#14098] / [i915#6095]) -> [SKIP][445] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
   [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html
   [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-rkl:          [SKIP][446] ([i915#12805]) -> [SKIP][447] ([i915#12805] / [i915#14544])
   [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
    - shard-rkl:          [SKIP][448] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][449] ([i915#14098] / [i915#6095]) +5 other tests skip
   [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
   [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html

  * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
    - shard-glk:          [INCOMPLETE][450] ([i915#14694] / [i915#15582]) -> [INCOMPLETE][451] ([i915#15582]) +1 other test incomplete
   [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
   [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
    - shard-rkl:          [SKIP][452] ([i915#12313]) -> [SKIP][453] ([i915#12313] / [i915#14544]) +1 other test skip
   [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
   [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html

  * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4:
    - shard-dg1:          [SKIP][454] ([i915#4423] / [i915#6095]) -> [SKIP][455] ([i915#6095]) +1 other test skip
   [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html
   [455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-rkl:          [SKIP][456] ([i915#3742]) -> [SKIP][457] ([i915#14544] / [i915#3742])
   [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@kms_cdclk@mode-transition-all-outputs.html
   [457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
    - shard-rkl:          [SKIP][458] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][459] ([i915#11151] / [i915#7828]) +1 other test skip
   [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
   [459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html

  * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
    - shard-dg1:          [SKIP][460] ([i915#11151] / [i915#4423] / [i915#7828]) -> [SKIP][461] ([i915#11151] / [i915#7828])
   [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
   [461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html

  * igt@kms_content_protection@dp-mst-type-1-suspend-resume:
    - shard-rkl:          [SKIP][462] ([i915#15330]) -> [SKIP][463] ([i915#14544] / [i915#15330])
   [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
   [463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html

  * igt@kms_content_protection@mei-interface:
    - shard-dg1:          [SKIP][464] ([i915#15865]) -> [SKIP][465] ([i915#9433])
   [464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-19/igt@kms_content_protection@mei-interface.html
   [465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@kms_content_protection@mei-interface.html

  * igt@kms_content_protection@srm:
    - shard-rkl:          [SKIP][466] ([i915#14544] / [i915#15865]) -> [SKIP][467] ([i915#15865])
   [466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_content_protection@srm.html
   [467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@suspend-resume:
    - shard-rkl:          [SKIP][468] ([i915#15865]) -> [SKIP][469] ([i915#14544] / [i915#15865]) +1 other test skip
   [468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_content_protection@suspend-resume.html
   [469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_content_protection@suspend-resume.html

  * igt@kms_cursor_crc@cursor-onscreen-512x170:
    - shard-rkl:          [SKIP][470] ([i915#13049]) -> [SKIP][471] ([i915#13049] / [i915#14544])
   [470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html
   [471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-512x170:
    - shard-rkl:          [SKIP][472] ([i915#13049] / [i915#14544]) -> [SKIP][473] ([i915#13049])
   [472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
   [473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
    - shard-rkl:          [SKIP][474] -> [SKIP][475] ([i915#14544]) +25 other tests skip
   [474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
   [475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html

  * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
    - shard-rkl:          [SKIP][476] ([i915#14544] / [i915#9067]) -> [SKIP][477] ([i915#9067])
   [476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
   [477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-rkl:          [SKIP][478] ([i915#13749]) -> [SKIP][479] ([i915#13749] / [i915#14544])
   [478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_dp_link_training@non-uhbr-mst.html
   [479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_dsc@dsc-basic-bigjoiner:
    - shard-rkl:          [SKIP][480] ([i915#14544] / [i915#16361]) -> [SKIP][481] ([i915#16361])
   [480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_dsc@dsc-basic-bigjoiner.html
   [481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_dsc@dsc-basic-bigjoiner.html

  * igt@kms_feature_discovery@display-4x:
    - shard-rkl:          [SKIP][482] ([i915#14544] / [i915#16081]) -> [SKIP][483] ([i915#16081])
   [482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_feature_discovery@display-4x.html
   [483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_feature_discovery@display-4x.html

  * igt@kms_flip@2x-flip-vs-suspend:
    - shard-glk:          [INCOMPLETE][484] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][485] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113])
   [484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk4/igt@kms_flip@2x-flip-vs-suspend.html
   [485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk5/igt@kms_flip@2x-flip-vs-suspend.html

  * igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2:
    - shard-glk:          [INCOMPLETE][486] ([i915#12745]) -> [INCOMPLETE][487] ([i915#12314] / [i915#12745])
   [486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk4/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html
   [487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk5/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
    - shard-rkl:          [SKIP][488] ([i915#9934]) -> [SKIP][489] ([i915#14544] / [i915#9934]) +1 other test skip
   [488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
   [489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html

  * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
    - shard-dg1:          [SKIP][490] ([i915#9934]) -> [SKIP][491] ([i915#4423] / [i915#9934])
   [490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-12/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
   [491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-rkl:          [SKIP][492] ([i915#14544] / [i915#9934]) -> [SKIP][493] ([i915#9934]) +2 other tests skip
   [492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
   [493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-glk:          [INCOMPLETE][494] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][495] ([i915#12745] / [i915#4839] / [i915#6113])
   [494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible.html
   [495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
    - shard-glk:          [INCOMPLETE][496] ([i915#12314] / [i915#12745]) -> [INCOMPLETE][497] ([i915#12745])
   [496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
   [497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk3/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
    - shard-rkl:          [SKIP][498] ([i915#14544] / [i915#15643]) -> [SKIP][499] ([i915#15643]) +2 other tests skip
   [498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
   [499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
    - shard-rkl:          [SKIP][500] ([i915#14544] / [i915#1825]) -> [SKIP][501] ([i915#1825]) +4 other tests skip
   [500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
   [501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - shard-rkl:          [SKIP][502] ([i915#14544] / [i915#5439]) -> [SKIP][503] ([i915#5439])
   [502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
   [503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt:
    - shard-dg1:          [SKIP][504] ([i915#15990] / [i915#4423] / [i915#8708]) -> [SKIP][505] ([i915#15990] / [i915#8708])
   [504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html
   [505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
    - shard-dg1:          [SKIP][506] ([i915#15102] / [i915#4423]) -> [SKIP][507] ([i915#15102])
   [506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
   [507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
    - shard-rkl:          [SKIP][508] ([i915#1825]) -> [SKIP][509] ([i915#14544] / [i915#1825]) +2 other tests skip
   [508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
   [509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-msflip-blt:
    - shard-rkl:          [SKIP][510] ([i915#14544] / [i915#15102]) -> [SKIP][511] ([i915#15102]) +17 other tests skip
   [510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-msflip-blt.html
   [511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-2/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move:
    - shard-rkl:          [SKIP][512] ([i915#15102]) -> [SKIP][513] ([i915#14544] / [i915#15102]) +13 other tests skip
   [512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-1/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move.html
   [513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-rkl:          [INCOMPLETE][514] ([i915#15436]) -> [SKIP][515] ([i915#16644] / [i915#3555] / [i915#8228])
   [514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
   [515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-rkl:          [SKIP][516] ([i915#14544] / [i915#15459]) -> [SKIP][517] ([i915#15459])
   [516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_joiner@basic-force-big-joiner.html
   [517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-1/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_joiner@invalid-modeset-force-ultra-joiner:
    - shard-rkl:          [SKIP][518] ([i915#14544] / [i915#15458]) -> [SKIP][519] ([i915#15458])
   [518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
   [519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html

  * igt@kms_pipe_stress@stress-xrgb8888-yftiled:
    - shard-glk:          [DMESG-WARN][520] ([i915#118]) -> [DMESG-FAIL][521] ([i915#118] / [i915#16396])
   [520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-glk8/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
   [521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-glk1/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html

  * igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
    - shard-rkl:          [SKIP][522] ([i915#14544] / [i915#15709]) -> [SKIP][523] ([i915#15709])
   [522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
   [523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html

  * igt@kms_plane@pixel-format-y-tiled-ccs-modifier:
    - shard-rkl:          [SKIP][524] ([i915#15709]) -> [SKIP][525] ([i915#14544] / [i915#15709]) +3 other tests skip
   [524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-7/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html
   [525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-ccs-modifier.html

  * igt@kms_plane_lowres@tiling-4:
    - shard-rkl:          [SKIP][526] ([i915#14544] / [i915#3555]) -> [SKIP][527] ([i915#3555]) +1 other test skip
   [526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_plane_lowres@tiling-4.html
   [527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_plane_lowres@tiling-4.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-rkl:          [SKIP][528] ([i915#13958] / [i915#14544]) -> [SKIP][529] ([i915#13958])
   [528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-yf.html
   [529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_pm_lpsp@kms-lpsp:
    - shard-rkl:          [SKIP][530] ([i915#14544] / [i915#9340]) -> [SKIP][531] ([i915#3828])
   [530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html
   [531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_pm_lpsp@kms-lpsp.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-rkl:          [SKIP][532] ([i915#14544] / [i915#15073]) -> [SKIP][533] ([i915#15073])
   [532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html
   [533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-7/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@pc8-residency:
    - shard-dg1:          [SKIP][534] ([i915#4423]) -> [SKIP][535] +1 other test skip
   [534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_pm_rpm@pc8-residency.html
   [535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-18/igt@kms_pm_rpm@pc8-residency.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
    - shard-rkl:          [SKIP][536] ([i915#11520]) -> [SKIP][537] ([i915#11520] / [i915#14544]) +1 other test skip
   [536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
   [537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf:
    - shard-dg1:          [SKIP][538] ([i915#11520]) -> [SKIP][539] ([i915#11520] / [i915#4423])
   [538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-12/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html
   [539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-17/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
    - shard-rkl:          [SKIP][540] ([i915#11520] / [i915#14544]) -> [SKIP][541] ([i915#11520]) +4 other tests skip
   [540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
   [541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html

  * igt@kms_psr@fbc-pr-sprite-plane-onoff:
    - shard-rkl:          [SKIP][542] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][543] ([i915#1072] / [i915#9732]) +6 other tests skip
   [542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_psr@fbc-pr-sprite-plane-onoff.html
   [543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-8/igt@kms_psr@fbc-pr-sprite-plane-onoff.html

  * igt@kms_psr@pr-cursor-plane-onoff:
    - shard-rkl:          [SKIP][544] ([i915#1072] / [i915#9732]) -> [SKIP][545] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip
   [544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-4/igt@kms_psr@pr-cursor-plane-onoff.html
   [545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_psr@pr-cursor-plane-onoff.html

  * igt@kms_psr@psr2-cursor-plane-onoff:
    - shard-dg1:          [SKIP][546] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][547] ([i915#1072] / [i915#9732])
   [546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-dg1-18/igt@kms_psr@psr2-cursor-plane-onoff.html
   [547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-dg1-13/igt@kms_psr@psr2-cursor-plane-onoff.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-rkl:          [SKIP][548] ([i915#14544] / [i915#15949]) -> [SKIP][549] ([i915#15949])
   [548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_scaling_modes@scaling-mode-none:
    - shard-rkl:          [SKIP][550] ([i915#3555]) -> [SKIP][551] ([i915#14544] / [i915#3555]) +1 other test skip
   [550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-3/igt@kms_scaling_modes@scaling-mode-none.html
   [551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@kms_scaling_modes@scaling-mode-none.html

  * igt@perf_pmu@rc6-all-gts:
    - shard-rkl:          [SKIP][552] ([i915#8516]) -> [SKIP][553] ([i915#14544] / [i915#8516])
   [552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html
   [553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@perf_pmu@rc6-all-gts.html

  * igt@prime_vgem@basic-fence-read:
    - shard-rkl:          [SKIP][554] ([i915#3291] / [i915#3708]) -> [SKIP][555] ([i915#14544] / [i915#3291] / [i915#3708])
   [554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9078/shard-rkl-2/igt@prime_vgem@basic-fence-read.html
   [555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15748/shard-rkl-6/igt@prime_vgem@basic-fence-read.html

  
  [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
  [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
  [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
  [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
  [i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826
  [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
  [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
  [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
  [i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814
  [i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
  [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
  [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
  [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
  [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
  [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
  [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
  [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
  [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
  [i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
  [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
  [i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
  [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
  [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
  [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
  [i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
  [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
  [i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
  [i915#13562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13562
  [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
  [i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
  [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
  [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
  [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
  [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
  [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
  [i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
  [i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
  [i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
  [i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
  [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
  [i915#14600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14600
  [i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
  [i915#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
  [i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
  [i915#15060]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15060
  [i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
  [i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
  [i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
  [i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
  [i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
  [i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
  [i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
  [i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
  [i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
  [i915#15453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15453
  [i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
  [i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
  [i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
  [i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
  [i915#15542]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15542
  [i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
  [i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
  [i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
  [i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
  [i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
  [i915#15662]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15662
  [i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
  [i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
  [i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
  [i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
  [i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
  [i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
  [i915#15840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15840
  [i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
  [i915#15887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15887
  [i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
  [i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
  [i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
  [i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
  [i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
  [i915#16079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16079
  [i915#16080]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16080
  [i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
  [i915#16109]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16109
  [i915#16166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16166
  [i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
  [i915#16276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16276
  [i915#16348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16348
  [i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
  [i915#16396]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16396
  [i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420
  [i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471
  [i915#16593]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16593
  [i915#16599]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16599
  [i915#16600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16600
  [i915#16644]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16644
  [i915#16680]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16680
  [i915#16837]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16837
  [i915#16844]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16844
  [i915#16872]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16872
  [i915#16881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16881
  [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
  [i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065
  [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
  [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
  [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
  [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
  [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
  [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
  [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
  [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
  [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
  [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
  [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
  [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
  [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
  [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
  [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
  [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
  [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
  [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
  [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
  [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
  [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
  [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
  [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
  [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
  [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
  [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
  [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
  [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
  [i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879
  [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
  [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
  [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
  [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
  [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
  [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
  [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
  [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
  [i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
  [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
  [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
  [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
  [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590
  [i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
  [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
  [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
  [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
  [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
  [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
  [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
  [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
  [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
  [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
  [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
  [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
  [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
  [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
  [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
  [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
  [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
  [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
  [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
  [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
  [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
  [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
  [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
  [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
  [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
  [i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
  [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
  [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934


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

  * CI: CI-20190529 -> None
  * IGT: IGT_9078 -> IGTPW_15748

  CI-20190529: 20190529
  CI_DRM_19054: 108b145a702212f7cb6d40611f46c7ee7959d39e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_15748: 15748
  IGT_9078: 9078

== Logs ==

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

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

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
                   ` (3 preceding siblings ...)
  2026-08-28  3:23 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-08-28  9:58 ` Kamil Konieczny
  2026-08-28 11:04   ` vitaly prosyak
  2026-09-01 15:03 ` Harry Wentland
  5 siblings, 1 reply; 14+ messages in thread
From: Kamil Konieczny @ 2026-08-28  9:58 UTC (permalink / raw)
  To: Swati Sharma
  Cc: igt-dev, chaitanya.kumar.borah, Fangzhi Zuo, Harry Wentland,
	Mark Broadworth, Vitaly Prosyak

Hi Swati,
On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
> Rename the AMD-specific HDMI compliance utility to a generic
> igt_hdmi_compliance binary and update the build rule.
> 
> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
> that operation on Intel devices until a driver-supported interface
> for selecting the pixel encoding is available.
> 
> Assisted-by: GitHub Copilot:Claude Opus 4.6
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>

I will forward this to few AMD GPU dev to make sure it will
work for them, +cc
Fangzhi Zuo <Jerry.Zuo@amd.com>
Harry Wentland <harry.wentland@amd.com>
Mark Broadworth <Mark.Broadworth@amd.com>
Vitaly Prosyak <vitaly.prosyak@amd.com>

Vitaly, can you forward this to your devs and/or CI team and help
us here, please.


Regards,
Kamil

> ---
>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>  tools/meson.build                                      | 2 +-
>  2 files changed, 7 insertions(+), 4 deletions(-)
>  rename tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
> 
> diff --git a/tools/amd_hdmi_compliance.c b/tools/igt_hdmi_compliance.c
> similarity index 99%
> rename from tools/amd_hdmi_compliance.c
> rename to tools/igt_hdmi_compliance.c
> index 2af4c0bab..ece0abd1d 100644
> --- a/tools/amd_hdmi_compliance.c
> +++ b/tools/igt_hdmi_compliance.c
> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data, int pixel_format, int conn_id)
>  
>  	test_init(data, conn_id);
>  
> -	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
> -	igt_assert(fd >= 0);
> -
>  	igt_info("Setting %d on connector id %d\n",
>  			pixel_format, data->output->config.connector->connector_id);
>  
> +	igt_skip_on_f(is_intel_device(data->fd),
> +			      "pixel-format forcing is not supported on Intel devices\n");
> +
> +	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
> +	igt_assert(fd >= 0);
> +
>  	switch (pixel_format) {
>  	case 1:
>  		entry_name = "force_rgb_output";
> diff --git a/tools/meson.build b/tools/meson.build
> index fbc6c0a00..68c31da92 100644
> --- a/tools/meson.build
> +++ b/tools/meson.build
> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>  	   dependencies : [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>  	                   lib_igt_drm_stub, lib_igt_tools_stub, math])
>  
> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>  	   dependencies : [tool_deps],
>  	   install_rpath : bindir_rpathdir,
>  	   install : true)
> -- 
> 2.25.1
> 

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-28  9:58 ` [PATCH i-g-t] " Kamil Konieczny
@ 2026-08-28 11:04   ` vitaly prosyak
  2026-08-28 13:35     ` Harry Wentland
  0 siblings, 1 reply; 14+ messages in thread
From: vitaly prosyak @ 2026-08-28 11:04 UTC (permalink / raw)
  To: Kamil Konieczny, Swati Sharma, igt-dev, chaitanya.kumar.borah,
	Fangzhi Zuo, Harry Wentland, Mark Broadworth, Vitaly Prosyak,
	Alex Hung

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

Added Alex

Hi Kamil

On 2026-08-28 05:58, Kamil Konieczny wrote:
> Hi Swati,
> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
>> Rename the AMD-specific HDMI compliance utility to a generic
>> igt_hdmi_compliance binary and update the build rule.
>>
>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
>> that operation on Intel devices until a driver-supported interface
>> for selecting the pixel encoding is available.
>>
>> Assisted-by: GitHub Copilot:Claude Opus 4.6
>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> I will forward this to few AMD GPU dev to make sure it will
> work for them, +cc
> Fangzhi Zuo <Jerry.Zuo@amd.com>
> Harry Wentland <harry.wentland@amd.com>
> Mark Broadworth <Mark.Broadworth@amd.com>
> Vitaly Prosyak <vitaly.prosyak@amd.com>
>
> Vitaly, can you forward this to your devs and/or CI team and help
> us here, please.
>
Added push for testing to our internal CI :

https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/drm/igt-gpu-tools/+/1951

Hi Harry and Alex,
I hope you are both having a good week.
I am not entirely sure if the DAL CI is executing the new remote gerrit correctly. When you have a moment, could you please help me look into this?
Thank you so much for your time
Vitaly
> Regards,
> Kamil
>
>> ---
>>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>>  tools/meson.build                                      | 2 +-
>>  2 files changed, 7 insertions(+), 4 deletions(-)
>>  rename tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
>>
>> diff --git a/tools/amd_hdmi_compliance.c b/tools/igt_hdmi_compliance.c
>> similarity index 99%
>> rename from tools/amd_hdmi_compliance.c
>> rename to tools/igt_hdmi_compliance.c
>> index 2af4c0bab..ece0abd1d 100644
>> --- a/tools/amd_hdmi_compliance.c
>> +++ b/tools/igt_hdmi_compliance.c
>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data, int pixel_format, int conn_id)
>>  
>>  	test_init(data, conn_id);
>>  
>> -	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
>> -	igt_assert(fd >= 0);
>> -
>>  	igt_info("Setting %d on connector id %d\n",
>>  			pixel_format, data->output->config.connector->connector_id);
>>  
>> +	igt_skip_on_f(is_intel_device(data->fd),
>> +			      "pixel-format forcing is not supported on Intel devices\n");
>> +
>> +	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
>> +	igt_assert(fd >= 0);
>> +
>>  	switch (pixel_format) {
>>  	case 1:
>>  		entry_name = "force_rgb_output";
>> diff --git a/tools/meson.build b/tools/meson.build
>> index fbc6c0a00..68c31da92 100644
>> --- a/tools/meson.build
>> +++ b/tools/meson.build
>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>>  	   dependencies : [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>>  	                   lib_igt_drm_stub, lib_igt_tools_stub, math])
>>  
>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>>  	   dependencies : [tool_deps],
>>  	   install_rpath : bindir_rpathdir,
>>  	   install : true)
>> -- 
>> 2.25.1
>>

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

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-28 11:04   ` vitaly prosyak
@ 2026-08-28 13:35     ` Harry Wentland
  2026-08-28 14:53       ` Zuo, Jerry
  0 siblings, 1 reply; 14+ messages in thread
From: Harry Wentland @ 2026-08-28 13:35 UTC (permalink / raw)
  To: vitaly prosyak, Kamil Konieczny, Swati Sharma, igt-dev,
	chaitanya.kumar.borah, Fangzhi Zuo, Mark Broadworth,
	Vitaly Prosyak, Alex Hung



On 2026-08-28 07:04, vitaly prosyak wrote:
> Added Alex
> 
> Hi Kamil
> 
> On 2026-08-28 05:58, Kamil Konieczny wrote:
>> Hi Swati,
>> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
>>> Rename the AMD-specific HDMI compliance utility to a generic
>>> igt_hdmi_compliance binary and update the build rule.
>>>
>>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
>>> that operation on Intel devices until a driver-supported interface
>>> for selecting the pixel encoding is available.
>>>
>>> Assisted-by: GitHub Copilot:Claude Opus 4.6
>>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
>> I will forward this to few AMD GPU dev to make sure it will
>> work for them, +cc
>> Fangzhi Zuo <Jerry.Zuo@amd.com>
>> Harry Wentland <harry.wentland@amd.com>
>> Mark Broadworth <Mark.Broadworth@amd.com>
>> Vitaly Prosyak <vitaly.prosyak@amd.com>
>>
>> Vitaly, can you forward this to your devs and/or CI team and help
>> us here, please.
>>
> Added push for testing to our internal CI :
> 
> https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/drm/igt-gpu-tools/+/1951
> 
> Hi Harry and Alex,
> I hope you are both having a good week.
> I am not entirely sure if the DAL CI is executing the new remote gerrit correctly. When you have a moment, could you please help me look into this?
> Thank you so much for your time

Not sure, but I think things in `tools` would require a manual run
anyways.

Jerry, can you have a look and review this change?

Harry

> Vitaly
>> Regards,
>> Kamil
>>
>>> ---
>>>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>>>  tools/meson.build                                      | 2 +-
>>>  2 files changed, 7 insertions(+), 4 deletions(-)
>>>  rename tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
>>>
>>> diff --git a/tools/amd_hdmi_compliance.c b/tools/igt_hdmi_compliance.c
>>> similarity index 99%
>>> rename from tools/amd_hdmi_compliance.c
>>> rename to tools/igt_hdmi_compliance.c
>>> index 2af4c0bab..ece0abd1d 100644
>>> --- a/tools/amd_hdmi_compliance.c
>>> +++ b/tools/igt_hdmi_compliance.c
>>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data, int pixel_format, int conn_id)
>>>  
>>>  	test_init(data, conn_id);
>>>  
>>> -	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
>>> -	igt_assert(fd >= 0);
>>> -
>>>  	igt_info("Setting %d on connector id %d\n",
>>>  			pixel_format, data->output->config.connector->connector_id);
>>>  
>>> +	igt_skip_on_f(is_intel_device(data->fd),
>>> +			      "pixel-format forcing is not supported on Intel devices\n");
>>> +
>>> +	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
>>> +	igt_assert(fd >= 0);
>>> +
>>>  	switch (pixel_format) {
>>>  	case 1:
>>>  		entry_name = "force_rgb_output";
>>> diff --git a/tools/meson.build b/tools/meson.build
>>> index fbc6c0a00..68c31da92 100644
>>> --- a/tools/meson.build
>>> +++ b/tools/meson.build
>>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>>>  	   dependencies : [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>>>  	                   lib_igt_drm_stub, lib_igt_tools_stub, math])
>>>  
>>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
>>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>>>  	   dependencies : [tool_deps],
>>>  	   install_rpath : bindir_rpathdir,
>>>  	   install : true)
>>> -- 
>>> 2.25.1
>>>


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

* RE: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-28 13:35     ` Harry Wentland
@ 2026-08-28 14:53       ` Zuo, Jerry
  2026-08-28 14:56         ` vitaly prosyak
  0 siblings, 1 reply; 14+ messages in thread
From: Zuo, Jerry @ 2026-08-28 14:53 UTC (permalink / raw)
  To: Wentland, Harry, Prosyak, Vitaly, Kamil Konieczny, Swati Sharma,
	igt-dev@lists.freedesktop.org, chaitanya.kumar.borah@intel.com,
	Broadworth, Mark, Prosyak, Vitaly, Hung,  Alex

AMD General

> -----Original Message-----
> From: Wentland, Harry <Harry.Wentland@amd.com>
> Sent: Friday, August 28, 2026 09:35
> To: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Kamil Konieczny
> <kamil.konieczny@linux.intel.com>; Swati Sharma
> <swati2.sharma@intel.com>; igt-dev@lists.freedesktop.org;
> chaitanya.kumar.borah@intel.com; Zuo, Jerry <Jerry.Zuo@amd.com>;
> Broadworth, Mark <Mark.Broadworth@amd.com>; Prosyak, Vitaly
> <Vitaly.Prosyak@amd.com>; Hung, Alex <Alex.Hung@amd.com>
> Subject: Re: [PATCH i-g-t] tools: rename HDMI compliance utility
>
>
>
> On 2026-08-28 07:04, vitaly prosyak wrote:
> > Added Alex
> >
> > Hi Kamil
> >
> > On 2026-08-28 05:58, Kamil Konieczny wrote:
> >> Hi Swati,
> >> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
> >>> Rename the AMD-specific HDMI compliance utility to a generic
> >>> igt_hdmi_compliance binary and update the build rule.
> >>>
> >>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
> >>> that operation on Intel devices until a driver-supported interface
> >>> for selecting the pixel encoding is available.
> >>>
> >>> Assisted-by: GitHub Copilot:Claude Opus 4.6
> >>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> >> I will forward this to few AMD GPU dev to make sure it will work for
> >> them, +cc Fangzhi Zuo <Jerry.Zuo@amd.com> Harry Wentland
> >> <harry.wentland@amd.com> Mark Broadworth
> <Mark.Broadworth@amd.com>
> >> Vitaly Prosyak <vitaly.prosyak@amd.com>
> >>
> >> Vitaly, can you forward this to your devs and/or CI team and help us
> >> here, please.
> >>
> > Added push for testing to our internal CI :
> >
> > https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/dr
> > m/igt-gpu-tools/+/1951
> >
> > Hi Harry and Alex,
> > I hope you are both having a good week.
> > I am not entirely sure if the DAL CI is executing the new remote gerrit
> correctly. When you have a moment, could you please help me look into this?
> > Thank you so much for your time
>
> Not sure, but I think things in `tools` would require a manual run anyways.
>
> Jerry, can you have a look and review this change?
>
> Harry

We ran amd_hdmi_compliance from CLI. The only change is to replace with new name igt_hdmi_compliance with the same parameters (-e -y -b -t).

Should be good.

Regards,
Jerry
>
> > Vitaly
> >> Regards,
> >> Kamil
> >>
> >>> ---
> >>>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
> >>>  tools/meson.build                                      | 2 +-
> >>>  2 files changed, 7 insertions(+), 4 deletions(-)  rename
> >>> tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
> >>>
> >>> diff --git a/tools/amd_hdmi_compliance.c
> >>> b/tools/igt_hdmi_compliance.c similarity index 99% rename from
> >>> tools/amd_hdmi_compliance.c rename to tools/igt_hdmi_compliance.c
> >>> index 2af4c0bab..ece0abd1d 100644
> >>> --- a/tools/amd_hdmi_compliance.c
> >>> +++ b/tools/igt_hdmi_compliance.c
> >>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data,
> >>> int pixel_format, int conn_id)
> >>>
> >>>   test_init(data, conn_id);
> >>>
> >>> - fd = igt_debugfs_connector_dir(data->fd, data->output->name,
> O_RDONLY);
> >>> - igt_assert(fd >= 0);
> >>> -
> >>>   igt_info("Setting %d on connector id %d\n",
> >>>                   pixel_format, data->output->config.connector-
> >connector_id);
> >>>
> >>> + igt_skip_on_f(is_intel_device(data->fd),
> >>> +                       "pixel-format forcing is not supported on Intel
> >>> +devices\n");
> >>> +
> >>> + fd = igt_debugfs_connector_dir(data->fd, data->output->name,
> O_RDONLY);
> >>> + igt_assert(fd >= 0);
> >>> +
> >>>   switch (pixel_format) {
> >>>   case 1:
> >>>           entry_name = "force_rgb_output";
> >>> diff --git a/tools/meson.build b/tools/meson.build index
> >>> fbc6c0a00..68c31da92 100644
> >>> --- a/tools/meson.build
> >>> +++ b/tools/meson.build
> >>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
> >>>      dependencies :
> [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
> >>>                      lib_igt_drm_stub, lib_igt_tools_stub, math])
> >>>
> >>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
> >>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
> >>>      dependencies : [tool_deps],
> >>>      install_rpath : bindir_rpathdir,
> >>>      install : true)
> >>> --
> >>> 2.25.1
> >>>


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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-28 14:53       ` Zuo, Jerry
@ 2026-08-28 14:56         ` vitaly prosyak
  2026-09-01  8:43           ` Sharma, Swati2
  0 siblings, 1 reply; 14+ messages in thread
From: vitaly prosyak @ 2026-08-28 14:56 UTC (permalink / raw)
  To: Zuo, Jerry, Wentland, Harry, Prosyak, Vitaly, Kamil Konieczny,
	Swati Sharma, igt-dev@lists.freedesktop.org,
	chaitanya.kumar.borah@intel.com, Broadworth, Mark, Hung, Alex


On 2026-08-28 10:53, Zuo, Jerry wrote:
> AMD General
>
>> -----Original Message-----
>> From: Wentland, Harry <Harry.Wentland@amd.com>
>> Sent: Friday, August 28, 2026 09:35
>> To: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Kamil Konieczny
>> <kamil.konieczny@linux.intel.com>; Swati Sharma
>> <swati2.sharma@intel.com>; igt-dev@lists.freedesktop.org;
>> chaitanya.kumar.borah@intel.com; Zuo, Jerry <Jerry.Zuo@amd.com>;
>> Broadworth, Mark <Mark.Broadworth@amd.com>; Prosyak, Vitaly
>> <Vitaly.Prosyak@amd.com>; Hung, Alex <Alex.Hung@amd.com>
>> Subject: Re: [PATCH i-g-t] tools: rename HDMI compliance utility
>>
>>
>>
>> On 2026-08-28 07:04, vitaly prosyak wrote:
>>> Added Alex
>>>
>>> Hi Kamil
>>>
>>> On 2026-08-28 05:58, Kamil Konieczny wrote:
>>>> Hi Swati,
>>>> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
>>>>> Rename the AMD-specific HDMI compliance utility to a generic
>>>>> igt_hdmi_compliance binary and update the build rule.
>>>>>
>>>>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
>>>>> that operation on Intel devices until a driver-supported interface
>>>>> for selecting the pixel encoding is available.
>>>>>
>>>>> Assisted-by: GitHub Copilot:Claude Opus 4.6
>>>>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
>>>> I will forward this to few AMD GPU dev to make sure it will work for
>>>> them, +cc Fangzhi Zuo <Jerry.Zuo@amd.com> Harry Wentland
>>>> <harry.wentland@amd.com> Mark Broadworth
>> <Mark.Broadworth@amd.com>
>>>> Vitaly Prosyak <vitaly.prosyak@amd.com>
>>>>
>>>> Vitaly, can you forward this to your devs and/or CI team and help us
>>>> here, please.
>>>>
>>> Added push for testing to our internal CI :
>>>
>>> https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/dr
>>> m/igt-gpu-tools/+/1951
>>>
>>> Hi Harry and Alex,
>>> I hope you are both having a good week.
>>> I am not entirely sure if the DAL CI is executing the new remote gerrit
>> correctly. When you have a moment, could you please help me look into this?
>>> Thank you so much for your time
>> Not sure, but I think things in `tools` would require a manual run anyways.
>>
>> Jerry, can you have a look and review this change?
>>
>> Harry
> We ran amd_hdmi_compliance from CLI. The only change is to replace with new name igt_hdmi_compliance with the same parameters (-e -y -b -t).
>
> Should be good.
>
> Regards,
> Jerry

Thanks a lot Jerry and Harry for fast responses!

Vitaly

>>> Vitaly
>>>> Regards,
>>>> Kamil
>>>>
>>>>> ---
>>>>>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>>>>>  tools/meson.build                                      | 2 +-
>>>>>  2 files changed, 7 insertions(+), 4 deletions(-)  rename
>>>>> tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
>>>>>
>>>>> diff --git a/tools/amd_hdmi_compliance.c
>>>>> b/tools/igt_hdmi_compliance.c similarity index 99% rename from
>>>>> tools/amd_hdmi_compliance.c rename to tools/igt_hdmi_compliance.c
>>>>> index 2af4c0bab..ece0abd1d 100644
>>>>> --- a/tools/amd_hdmi_compliance.c
>>>>> +++ b/tools/igt_hdmi_compliance.c
>>>>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data,
>>>>> int pixel_format, int conn_id)
>>>>>
>>>>>   test_init(data, conn_id);
>>>>>
>>>>> - fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>> O_RDONLY);
>>>>> - igt_assert(fd >= 0);
>>>>> -
>>>>>   igt_info("Setting %d on connector id %d\n",
>>>>>                   pixel_format, data->output->config.connector-
>>> connector_id);
>>>>> + igt_skip_on_f(is_intel_device(data->fd),
>>>>> +                       "pixel-format forcing is not supported on Intel
>>>>> +devices\n");
>>>>> +
>>>>> + fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>> O_RDONLY);
>>>>> + igt_assert(fd >= 0);
>>>>> +
>>>>>   switch (pixel_format) {
>>>>>   case 1:
>>>>>           entry_name = "force_rgb_output";
>>>>> diff --git a/tools/meson.build b/tools/meson.build index
>>>>> fbc6c0a00..68c31da92 100644
>>>>> --- a/tools/meson.build
>>>>> +++ b/tools/meson.build
>>>>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>>>>>      dependencies :
>> [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>>>>>                      lib_igt_drm_stub, lib_igt_tools_stub, math])
>>>>>
>>>>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
>>>>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>>>>>      dependencies : [tool_deps],
>>>>>      install_rpath : bindir_rpathdir,
>>>>>      install : true)
>>>>> --
>>>>> 2.25.1
>>>>>

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-28 14:56         ` vitaly prosyak
@ 2026-09-01  8:43           ` Sharma, Swati2
  2026-09-01 15:13             ` vitaly prosyak
  0 siblings, 1 reply; 14+ messages in thread
From: Sharma, Swati2 @ 2026-09-01  8:43 UTC (permalink / raw)
  To: vitaly prosyak, Zuo, Jerry, Wentland, Harry, Prosyak, Vitaly,
	Kamil Konieczny, igt-dev@lists.freedesktop.org,
	chaitanya.kumar.borah@intel.com, Broadworth, Mark, Hung, Alex,
	Ankit Nautiyal

Hi Vital

Can you please rb if everything looks good at your end?

On 28-08-2026 08:26 pm, vitaly prosyak wrote:
> On 2026-08-28 10:53, Zuo, Jerry wrote:
>> AMD General
>>
>>> -----Original Message-----
>>> From: Wentland, Harry <Harry.Wentland@amd.com>
>>> Sent: Friday, August 28, 2026 09:35
>>> To: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Kamil Konieczny
>>> <kamil.konieczny@linux.intel.com>; Swati Sharma
>>> <swati2.sharma@intel.com>; igt-dev@lists.freedesktop.org;
>>> chaitanya.kumar.borah@intel.com; Zuo, Jerry <Jerry.Zuo@amd.com>;
>>> Broadworth, Mark <Mark.Broadworth@amd.com>; Prosyak, Vitaly
>>> <Vitaly.Prosyak@amd.com>; Hung, Alex <Alex.Hung@amd.com>
>>> Subject: Re: [PATCH i-g-t] tools: rename HDMI compliance utility
>>>
>>>
>>>
>>> On 2026-08-28 07:04, vitaly prosyak wrote:
>>>> Added Alex
>>>>
>>>> Hi Kamil
>>>>
>>>> On 2026-08-28 05:58, Kamil Konieczny wrote:
>>>>> Hi Swati,
>>>>> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
>>>>>> Rename the AMD-specific HDMI compliance utility to a generic
>>>>>> igt_hdmi_compliance binary and update the build rule.
>>>>>>
>>>>>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
>>>>>> that operation on Intel devices until a driver-supported interface
>>>>>> for selecting the pixel encoding is available.
>>>>>>
>>>>>> Assisted-by: GitHub Copilot:Claude Opus 4.6
>>>>>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
>>>>> I will forward this to few AMD GPU dev to make sure it will work for
>>>>> them, +cc Fangzhi Zuo <Jerry.Zuo@amd.com> Harry Wentland
>>>>> <harry.wentland@amd.com> Mark Broadworth
>>> <Mark.Broadworth@amd.com>
>>>>> Vitaly Prosyak <vitaly.prosyak@amd.com>
>>>>>
>>>>> Vitaly, can you forward this to your devs and/or CI team and help us
>>>>> here, please.
>>>>>
>>>> Added push for testing to our internal CI :
>>>>
>>>> https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/dr
>>>> m/igt-gpu-tools/+/1951
>>>>
>>>> Hi Harry and Alex,
>>>> I hope you are both having a good week.
>>>> I am not entirely sure if the DAL CI is executing the new remote gerrit
>>> correctly. When you have a moment, could you please help me look into this?
>>>> Thank you so much for your time
>>> Not sure, but I think things in `tools` would require a manual run anyways.
>>>
>>> Jerry, can you have a look and review this change?
>>>
>>> Harry
>> We ran amd_hdmi_compliance from CLI. The only change is to replace with new name igt_hdmi_compliance with the same parameters (-e -y -b -t).
>>
>> Should be good.
>>
>> Regards,
>> Jerry
> Thanks a lot Jerry and Harry for fast responses!
>
> Vitaly
>
>>>> Vitaly
>>>>> Regards,
>>>>> Kamil
>>>>>
>>>>>> ---
>>>>>>   tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>>>>>>   tools/meson.build                                      | 2 +-
>>>>>>   2 files changed, 7 insertions(+), 4 deletions(-)  rename
>>>>>> tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
>>>>>>
>>>>>> diff --git a/tools/amd_hdmi_compliance.c
>>>>>> b/tools/igt_hdmi_compliance.c similarity index 99% rename from
>>>>>> tools/amd_hdmi_compliance.c rename to tools/igt_hdmi_compliance.c
>>>>>> index 2af4c0bab..ece0abd1d 100644
>>>>>> --- a/tools/amd_hdmi_compliance.c
>>>>>> +++ b/tools/igt_hdmi_compliance.c
>>>>>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data,
>>>>>> int pixel_format, int conn_id)
>>>>>>
>>>>>>    test_init(data, conn_id);
>>>>>>
>>>>>> - fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>>> O_RDONLY);
>>>>>> - igt_assert(fd >= 0);
>>>>>> -
>>>>>>    igt_info("Setting %d on connector id %d\n",
>>>>>>                    pixel_format, data->output->config.connector-
>>>> connector_id);
>>>>>> + igt_skip_on_f(is_intel_device(data->fd),
>>>>>> +                       "pixel-format forcing is not supported on Intel
>>>>>> +devices\n");
>>>>>> +
>>>>>> + fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>>> O_RDONLY);
>>>>>> + igt_assert(fd >= 0);
>>>>>> +
>>>>>>    switch (pixel_format) {
>>>>>>    case 1:
>>>>>>            entry_name = "force_rgb_output";
>>>>>> diff --git a/tools/meson.build b/tools/meson.build index
>>>>>> fbc6c0a00..68c31da92 100644
>>>>>> --- a/tools/meson.build
>>>>>> +++ b/tools/meson.build
>>>>>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>>>>>>       dependencies :
>>> [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>>>>>>                       lib_igt_drm_stub, lib_igt_tools_stub, math])
>>>>>>
>>>>>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
>>>>>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>>>>>>       dependencies : [tool_deps],
>>>>>>       install_rpath : bindir_rpathdir,
>>>>>>       install : true)
>>>>>> --
>>>>>> 2.25.1
>>>>>>

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
                   ` (4 preceding siblings ...)
  2026-08-28  9:58 ` [PATCH i-g-t] " Kamil Konieczny
@ 2026-09-01 15:03 ` Harry Wentland
  5 siblings, 0 replies; 14+ messages in thread
From: Harry Wentland @ 2026-09-01 15:03 UTC (permalink / raw)
  To: Swati Sharma, igt-dev; +Cc: chaitanya.kumar.borah



On 2026-08-27 14:53, Swati Sharma wrote:
> Rename the AMD-specific HDMI compliance utility to a generic
> igt_hdmi_compliance binary and update the build rule.
> 
> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
> that operation on Intel devices until a driver-supported interface
> for selecting the pixel encoding is available.
> 
> Assisted-by: GitHub Copilot:Claude Opus 4.6
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>  tools/meson.build                                      | 2 +-
>  2 files changed, 7 insertions(+), 4 deletions(-)
>  rename tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
> 
> diff --git a/tools/amd_hdmi_compliance.c b/tools/igt_hdmi_compliance.c
> similarity index 99%
> rename from tools/amd_hdmi_compliance.c
> rename to tools/igt_hdmi_compliance.c
> index 2af4c0bab..ece0abd1d 100644
> --- a/tools/amd_hdmi_compliance.c
> +++ b/tools/igt_hdmi_compliance.c
> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data, int pixel_format, int conn_id)
>  
>  	test_init(data, conn_id);
>  
> -	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
> -	igt_assert(fd >= 0);
> -
>  	igt_info("Setting %d on connector id %d\n",
>  			pixel_format, data->output->config.connector->connector_id);
>  
> +	igt_skip_on_f(is_intel_device(data->fd),
> +			      "pixel-format forcing is not supported on Intel devices\n");
> +
> +	fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
> +	igt_assert(fd >= 0);
> +
>  	switch (pixel_format) {
>  	case 1:
>  		entry_name = "force_rgb_output";
> diff --git a/tools/meson.build b/tools/meson.build
> index fbc6c0a00..68c31da92 100644
> --- a/tools/meson.build
> +++ b/tools/meson.build
> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>  	   dependencies : [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>  	                   lib_igt_drm_stub, lib_igt_tools_stub, math])
>  
> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>  	   dependencies : [tool_deps],
>  	   install_rpath : bindir_rpathdir,
>  	   install : true)


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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-09-01  8:43           ` Sharma, Swati2
@ 2026-09-01 15:13             ` vitaly prosyak
  2026-09-01 16:41               ` Kamil Konieczny
  0 siblings, 1 reply; 14+ messages in thread
From: vitaly prosyak @ 2026-09-01 15:13 UTC (permalink / raw)
  To: Sharma, Swati2, Zuo, Jerry, Wentland, Harry, Prosyak, Vitaly,
	Kamil Konieczny, igt-dev@lists.freedesktop.org,
	chaitanya.kumar.borah@intel.com, Broadworth, Mark, Hung, Alex,
	Ankit Nautiyal

Yes,

Acked-by: Vitaly Prosyak <vitaly.prosyak@amd.com>


Thanks , Vitaly

On 2026-09-01 04:43, Sharma, Swati2 wrote:
> Hi Vital
>
> Can you please rb if everything looks good at your end?
>
> On 28-08-2026 08:26 pm, vitaly prosyak wrote:
>> On 2026-08-28 10:53, Zuo, Jerry wrote:
>>> AMD General
>>>
>>>> -----Original Message-----
>>>> From: Wentland, Harry <Harry.Wentland@amd.com>
>>>> Sent: Friday, August 28, 2026 09:35
>>>> To: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Kamil Konieczny
>>>> <kamil.konieczny@linux.intel.com>; Swati Sharma
>>>> <swati2.sharma@intel.com>; igt-dev@lists.freedesktop.org;
>>>> chaitanya.kumar.borah@intel.com; Zuo, Jerry <Jerry.Zuo@amd.com>;
>>>> Broadworth, Mark <Mark.Broadworth@amd.com>; Prosyak, Vitaly
>>>> <Vitaly.Prosyak@amd.com>; Hung, Alex <Alex.Hung@amd.com>
>>>> Subject: Re: [PATCH i-g-t] tools: rename HDMI compliance utility
>>>>
>>>>
>>>>
>>>> On 2026-08-28 07:04, vitaly prosyak wrote:
>>>>> Added Alex
>>>>>
>>>>> Hi Kamil
>>>>>
>>>>> On 2026-08-28 05:58, Kamil Konieczny wrote:
>>>>>> Hi Swati,
>>>>>> On 2026-08-28 at 00:23:55 +0530, Swati Sharma wrote:
>>>>>>> Rename the AMD-specific HDMI compliance utility to a generic
>>>>>>> igt_hdmi_compliance binary and update the build rule.
>>>>>>>
>>>>>>> Keep the existing AMD debugfs flow for pixel-format forcing. Skip
>>>>>>> that operation on Intel devices until a driver-supported interface
>>>>>>> for selecting the pixel encoding is available.
>>>>>>>
>>>>>>> Assisted-by: GitHub Copilot:Claude Opus 4.6
>>>>>>> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
>>>>>> I will forward this to few AMD GPU dev to make sure it will work for
>>>>>> them, +cc Fangzhi Zuo <Jerry.Zuo@amd.com> Harry Wentland
>>>>>> <harry.wentland@amd.com> Mark Broadworth
>>>> <Mark.Broadworth@amd.com>
>>>>>> Vitaly Prosyak <vitaly.prosyak@amd.com>
>>>>>>
>>>>>> Vitaly, can you forward this to your devs and/or CI team and help us
>>>>>> here, please.
>>>>>>
>>>>> Added push for testing to our internal CI :
>>>>>
>>>>> https://gerrit.core.linux.amd.com/c/upstream/gitlab.freedesktop.org/dr
>>>>> m/igt-gpu-tools/+/1951
>>>>>
>>>>> Hi Harry and Alex,
>>>>> I hope you are both having a good week.
>>>>> I am not entirely sure if the DAL CI is executing the new remote gerrit
>>>> correctly. When you have a moment, could you please help me look into this?
>>>>> Thank you so much for your time
>>>> Not sure, but I think things in `tools` would require a manual run anyways.
>>>>
>>>> Jerry, can you have a look and review this change?
>>>>
>>>> Harry
>>> We ran amd_hdmi_compliance from CLI. The only change is to replace with new name igt_hdmi_compliance with the same parameters (-e -y -b -t).
>>>
>>> Should be good.
>>>
>>> Regards,
>>> Jerry
>> Thanks a lot Jerry and Harry for fast responses!
>>
>> Vitaly
>>
>>>>> Vitaly
>>>>>> Regards,
>>>>>> Kamil
>>>>>>
>>>>>>> ---
>>>>>>>   tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} | 9 ++++++---
>>>>>>>   tools/meson.build                                      | 2 +-
>>>>>>>   2 files changed, 7 insertions(+), 4 deletions(-)  rename
>>>>>>> tools/{amd_hdmi_compliance.c => igt_hdmi_compliance.c} (99%)
>>>>>>>
>>>>>>> diff --git a/tools/amd_hdmi_compliance.c
>>>>>>> b/tools/igt_hdmi_compliance.c similarity index 99% rename from
>>>>>>> tools/amd_hdmi_compliance.c rename to tools/igt_hdmi_compliance.c
>>>>>>> index 2af4c0bab..ece0abd1d 100644
>>>>>>> --- a/tools/amd_hdmi_compliance.c
>>>>>>> +++ b/tools/igt_hdmi_compliance.c
>>>>>>> @@ -833,12 +833,15 @@ static void force_pixel_format(data_t *data,
>>>>>>> int pixel_format, int conn_id)
>>>>>>>
>>>>>>>    test_init(data, conn_id);
>>>>>>>
>>>>>>> - fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>>>> O_RDONLY);
>>>>>>> - igt_assert(fd >= 0);
>>>>>>> -
>>>>>>>    igt_info("Setting %d on connector id %d\n",
>>>>>>>                    pixel_format, data->output->config.connector-
>>>>> connector_id);
>>>>>>> + igt_skip_on_f(is_intel_device(data->fd),
>>>>>>> +                       "pixel-format forcing is not supported on Intel
>>>>>>> +devices\n");
>>>>>>> +
>>>>>>> + fd = igt_debugfs_connector_dir(data->fd, data->output->name,
>>>> O_RDONLY);
>>>>>>> + igt_assert(fd >= 0);
>>>>>>> +
>>>>>>>    switch (pixel_format) {
>>>>>>>    case 1:
>>>>>>>            entry_name = "force_rgb_output";
>>>>>>> diff --git a/tools/meson.build b/tools/meson.build index
>>>>>>> fbc6c0a00..68c31da92 100644
>>>>>>> --- a/tools/meson.build
>>>>>>> +++ b/tools/meson.build
>>>>>>> @@ -183,7 +183,7 @@ executable('intel_gpu_top', 'intel_gpu_top.c',
>>>>>>>       dependencies :
>>>> [lib_igt_perf,lib_igt_device_scan,lib_igt_drm_clients,lib_igt_drm_fdinfo,
>>>>>>>                       lib_igt_drm_stub, lib_igt_tools_stub, math])
>>>>>>>
>>>>>>> -executable('amd_hdmi_compliance', 'amd_hdmi_compliance.c',
>>>>>>> +executable('igt_hdmi_compliance', 'igt_hdmi_compliance.c',
>>>>>>>       dependencies : [tool_deps],
>>>>>>>       install_rpath : bindir_rpathdir,
>>>>>>>       install : true)
>>>>>>> --
>>>>>>> 2.25.1
>>>>>>>

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

* Re: [PATCH i-g-t] tools: rename HDMI compliance utility
  2026-09-01 15:13             ` vitaly prosyak
@ 2026-09-01 16:41               ` Kamil Konieczny
  0 siblings, 0 replies; 14+ messages in thread
From: Kamil Konieczny @ 2026-09-01 16:41 UTC (permalink / raw)
  To: vitaly prosyak
  Cc: Sharma, Swati2, Zuo, Jerry, Wentland, Harry, Prosyak, Vitaly,
	igt-dev@lists.freedesktop.org, chaitanya.kumar.borah@intel.com,
	Broadworth, Mark, Hung, Alex, Ankit Nautiyal

Hi Vitaly,
On 2026-09-01 at 11:13:37 -0400, vitaly prosyak wrote:
> Yes,
> 
> Acked-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
> 
> 
> Thanks , Vitaly
> 
> On 2026-09-01 04:43, Sharma, Swati2 wrote:
> > Hi Vital
> >
> > Can you please rb if everything looks good at your end?
> >

Applied, thanks!

Regards,
Kamil

[cut]

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

end of thread, other threads:[~2026-09-01 16:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-27 18:53 [PATCH i-g-t] tools: rename HDMI compliance utility Swati Sharma
2026-08-27 21:13 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-08-27 21:26 ` ✓ i915.CI.BAT: " Patchwork
2026-08-27 23:17 ` ✓ Xe.CI.FULL: " Patchwork
2026-08-28  3:23 ` ✗ i915.CI.Full: failure " Patchwork
2026-08-28  9:58 ` [PATCH i-g-t] " Kamil Konieczny
2026-08-28 11:04   ` vitaly prosyak
2026-08-28 13:35     ` Harry Wentland
2026-08-28 14:53       ` Zuo, Jerry
2026-08-28 14:56         ` vitaly prosyak
2026-09-01  8:43           ` Sharma, Swati2
2026-09-01 15:13             ` vitaly prosyak
2026-09-01 16:41               ` Kamil Konieczny
2026-09-01 15:03 ` Harry Wentland

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