* [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling
@ 2026-02-26 9:42 Naladala Ramanaidu
2026-02-26 16:19 ` ✓ Xe.CI.BAT: success for " Patchwork
` (7 more replies)
0 siblings, 8 replies; 14+ messages in thread
From: Naladala Ramanaidu @ 2026-02-26 9:42 UTC (permalink / raw)
To: igt-dev; +Cc: jeevan.b, Naladala Ramanaidu
Make Early Transport check output‑aware and align with updated PSR
status text.
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
---
lib/igt_psr.c | 8 +++++---
lib/igt_psr.h | 2 +-
tests/intel/kms_psr2_sf.c | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/lib/igt_psr.c b/lib/igt_psr.c
index 7e50c3dc6..20f3d9b00 100644
--- a/lib/igt_psr.c
+++ b/lib/igt_psr.c
@@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, igt_output_t *output)
/*
* Checks if Early Transport is enabled in PSR status by reading the debugfs.
*/
-bool early_transport_check(int debugfs_fd)
+bool early_transport_check(int debugfs_fd, igt_output_t *output)
{
char buf[PSR_STATUS_MAX_LEN];
+ char debugfs_file[128] = {0};
- igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", buf,
+ SET_DEBUGFS_PATH(output, debugfs_file);
+ igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf,
sizeof(buf));
- return strstr(buf, "enabled (Early Transport)");
+ return strstr(buf, "selective update (Early Transport)");
}
static bool sink_status_checks(void)
diff --git a/lib/igt_psr.h b/lib/igt_psr.h
index 7639f8d46..53ab04483 100644
--- a/lib/igt_psr.h
+++ b/lib/igt_psr.h
@@ -49,7 +49,7 @@ enum fbc_mode {
bool psr_disabled_check(int debugfs_fd);
bool selective_fetch_check(int debugfs_fd, igt_output_t *output);
-bool early_transport_check(int debugfs_fd);
+bool early_transport_check(int debugfs_fd, igt_output_t *output);
bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t *output);
bool psr_wait_update(int debugfs_fd, enum psr_mode mode, igt_output_t *output);
bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, igt_output_t *output);
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 5bcbc8df4..00283169b 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -962,7 +962,7 @@ static void run(data_t *data)
"FBC still disabled\n");
if (is_et_check_needed(data))
- igt_assert_f(early_transport_check(data->debugfs_fd),
+ igt_assert_f(early_transport_check(data->debugfs_fd, data->output),
"Early Transport Disabled\n");
data->screen_changes = 0;
--
2.43.0
^ permalink raw reply related [flat|nested] 14+ messages in thread* ✓ Xe.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu @ 2026-02-26 16:19 ` Patchwork 2026-02-26 16:39 ` ✓ i915.CI.BAT: " Patchwork ` (6 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-02-26 16:19 UTC (permalink / raw) To: Naladala Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2406 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling URL : https://patchwork.freedesktop.org/series/162198/ State : success == Summary == CI Bug Log - changes from XEIGT_8773_BAT -> XEIGTPW_14623_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (14 -> 14) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_14623_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1: - bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html * igt@xe_waitfence@abstime: - bat-dg2-oem2: [PASS][3] -> [TIMEOUT][4] ([Intel XE#6506]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/bat-dg2-oem2/igt@xe_waitfence@abstime.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/bat-dg2-oem2/igt@xe_waitfence@abstime.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1: - bat-adlp-7: [DMESG-WARN][5] ([Intel XE#7483]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html [Intel XE#6506]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6506 [Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483 Build changes ------------- * IGT: IGT_8773 -> IGTPW_14623 * Linux: xe-4620-f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440 -> xe-4622-50b03c02e68b265fb85f3844a4c24e57c5ad3b4f IGTPW_14623: ea93df866928ba650819e7524a48257c604b8a3d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8773: 8773 xe-4620-f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440: f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440 xe-4622-50b03c02e68b265fb85f3844a4c24e57c5ad3b4f: 50b03c02e68b265fb85f3844a4c24e57c5ad3b4f == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/index.html [-- Attachment #2: Type: text/html, Size: 3114 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu 2026-02-26 16:19 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2026-02-26 16:39 ` Patchwork 2026-02-26 17:13 ` ✗ Xe.CI.FULL: failure " Patchwork ` (5 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-02-26 16:39 UTC (permalink / raw) To: Naladala Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 11662 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling URL : https://patchwork.freedesktop.org/series/162198/ State : success == Summary == CI Bug Log - changes from IGT_8773 -> IGTPW_14623 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/index.html Participating hosts (41 -> 38) ------------------------------ Additional (2): bat-dg2-9 fi-kbl-8809g Missing (5): bat-dg2-8 fi-snb-2520m fi-pnv-d510 bat-dg2-13 bat-arls-6 Known issues ------------ Here are the changes found in IGTPW_14623 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - fi-kbl-8809g: NOTRUN -> [SKIP][1] ([i915#1849]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-8809g/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-kbl-8809g: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-kbl-8809g: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-8809g/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_mmap@basic: - bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#4083]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-9: NOTRUN -> [SKIP][5] ([i915#4077]) +2 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@gem_mmap_gtt@basic.html * igt@gem_render_tiled_blits@basic: - bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#4079]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_pread_basic@basic: - bat-dg2-9: NOTRUN -> [SKIP][7] ([i915#15657]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@gem_tiled_pread_basic@basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#11681] / [i915#6621]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-mtlp-8/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-mtlp-8/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_timelines: - bat-arls-5: [PASS][11] -> [TIMEOUT][12] ([i915#15738]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arls-5/igt@i915_selftest@live@gt_timelines.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arls-5/igt@i915_selftest@live@gt_timelines.html * igt@i915_selftest@live@sanitycheck: - fi-kbl-7567u: [PASS][13] -> [DMESG-WARN][14] ([i915#13735]) +79 other tests dmesg-warn [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-7567u/igt@i915_selftest@live@sanitycheck.html - bat-arls-5: [PASS][15] -> [DMESG-WARN][16] ([i915#15738]) +20 other tests dmesg-warn [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arls-5/igt@i915_selftest@live@sanitycheck.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arls-5/igt@i915_selftest@live@sanitycheck.html * igt@i915_selftest@live@workarounds: - bat-dg2-9: NOTRUN -> [DMESG-FAIL][17] ([i915#12061]) +1 other test dmesg-fail [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@i915_selftest@live@workarounds.html - bat-dg2-14: [PASS][18] -> [DMESG-FAIL][19] ([i915#12061]) +1 other test dmesg-fail [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-dg2-14/igt@i915_selftest@live@workarounds.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-14/igt@i915_selftest@live@workarounds.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#5190]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-9: NOTRUN -> [SKIP][21] ([i915#4215] / [i915#5190]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-9: NOTRUN -> [SKIP][22] ([i915#4212]) +7 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-9: NOTRUN -> [SKIP][23] ([i915#4103] / [i915#4213]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - fi-kbl-8809g: NOTRUN -> [SKIP][24] ([i915#11190]) +16 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-8809g/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-9: NOTRUN -> [SKIP][25] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - fi-kbl-8809g: NOTRUN -> [SKIP][26] +18 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-8809g/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-9: NOTRUN -> [SKIP][27] ([i915#5354]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_rpm@basic-pci-d3-state: - fi-kbl-7567u: [PASS][28] -> [DMESG-WARN][29] ([i915#13735] / [i915#180]) +53 other tests dmesg-warn [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/fi-kbl-7567u/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_psr@psr-primary-page-flip: - bat-dg2-9: NOTRUN -> [SKIP][30] ([i915#1072] / [i915#9732]) +3 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_psr@psr-primary-page-flip.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-9: NOTRUN -> [SKIP][31] ([i915#3555]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-9: NOTRUN -> [SKIP][32] ([i915#3708]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-9: NOTRUN -> [SKIP][33] ([i915#3708] / [i915#4077]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-9: NOTRUN -> [SKIP][34] ([i915#3291] / [i915#3708]) +2 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-dg2-9/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arlh-2: [INCOMPLETE][35] ([i915#15707]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arlh-2/igt@i915_selftest@live.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arlh-2/igt@i915_selftest@live.html * igt@i915_selftest@live@gem_migrate: - bat-arlh-2: [INCOMPLETE][37] -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arlh-2/igt@i915_selftest@live@gem_migrate.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arlh-2/igt@i915_selftest@live@gem_migrate.html #### Warnings #### * igt@i915_selftest@live: - bat-arls-5: [DMESG-FAIL][39] ([i915#12061]) -> [TIMEOUT][40] ([i915#15738]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arls-5/igt@i915_selftest@live.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arls-5/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [DMESG-FAIL][41] ([i915#12061]) -> [DMESG-WARN][42] ([i915#15738]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8773/bat-arls-5/igt@i915_selftest@live@workarounds.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/bat-arls-5/igt@i915_selftest@live@workarounds.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13735]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13735 [i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657 [i915#15707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15707 [i915#15738]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15738 [i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#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#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8773 -> IGTPW_14623 * Linux: CI_DRM_18050 -> CI_DRM_18052 CI-20190529: 20190529 CI_DRM_18050: f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_18052: 50b03c02e68b265fb85f3844a4c24e57c5ad3b4f @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14623: ea93df866928ba650819e7524a48257c604b8a3d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8773: 8773 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14623/index.html [-- Attachment #2: Type: text/html, Size: 13949 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ Xe.CI.FULL: failure for lib/igt_psr: Fix Early Transport status handling 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu 2026-02-26 16:19 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-02-26 16:39 ` ✓ i915.CI.BAT: " Patchwork @ 2026-02-26 17:13 ` Patchwork 2026-02-27 2:58 ` [PATCH i-g-t v1] " B, Jeevan ` (4 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-02-26 17:13 UTC (permalink / raw) To: Naladala Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 42530 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling URL : https://patchwork.freedesktop.org/series/162198/ State : failure == Summary == CI Bug Log - changes from XEIGT_8773_FULL -> XEIGTPW_14623_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_14623_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_14623_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (2 -> 2) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_14623_FULL: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@async-flip-with-page-flip-events-tiled: - shard-bmg: [PASS][1] -> [ABORT][2] +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-5/igt@kms_async_flips@async-flip-with-page-flip-events-tiled.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-8/igt@kms_async_flips@async-flip-with-page-flip-events-tiled.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-dp-2-4-rc-ccs: - shard-bmg: NOTRUN -> [DMESG-WARN][3] +8 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-8/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-dp-2-4-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-hdmi-a-3-4: - shard-bmg: [PASS][4] -> [DMESG-WARN][5] +9 other tests dmesg-warn [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-5/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-hdmi-a-3-4.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-8/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-c-hdmi-a-3-4.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: NOTRUN -> [FAIL][6] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html Known issues ------------ Here are the changes found in XEIGTPW_14623_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1466]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2233]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#3279]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2327]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1407]) +3 other tests skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#3658]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip: - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#7059]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#1124]) +5 other tests skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +3 other tests skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#2191]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p: - shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html * igt@kms_bw@linear-tiling-3-displays-2560x1440p: - shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#367]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html * igt@kms_ccs@bad-rotation-90-y-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2887]) +7 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-4/igt@kms_ccs@bad-rotation-90-y-tiled-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#2669]) +3 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2669] / [Intel XE#3433]) +3 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-b-dp-1: - shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2652]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-b-dp-1.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#2887]) +7 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2724]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2252]) +2 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-6/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2325]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-6/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@degamma: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#306]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_hpd@dp-hpd: - shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#373]) +4 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_content_protection@atomic-dpms-hdcp14: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#6973]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@kms_content_protection@atomic-dpms-hdcp14.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#307] / [Intel XE#6974]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2390] / [Intel XE#6974]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy: - shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#3278] / [Intel XE#6973]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_content_protection@legacy.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1424]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2320]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#2321]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-512x170.html - shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2321]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#309]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2286]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#4294]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-fractional-bpp: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#2244]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests: - shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#4422]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-6/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area: - shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#4422]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html * igt@kms_feature_discovery@chamelium: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#701]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_feature_discovery@chamelium.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#1421]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [FAIL][45] ([Intel XE#3321]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-bmg: [PASS][46] -> [DMESG-FAIL][47] ([Intel XE#1727]) +1 other test dmesg-fail [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-7/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x: - shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#7179]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-32bpp-linear-reflect-x.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#7178]) +3 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#7178]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#6312]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#4141]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2352]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2311]) +16 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render: - shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#7061]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#6312] / [Intel XE#651]) +9 other tests skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1469]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#2313]) +10 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#656]) +23 other tests skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_joiner@basic-big-joiner: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#6901]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@kms_joiner@basic-big-joiner.html * igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-5: - shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#7130]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_plane@pixel-format-4-tiled-modifier@pipe-a-plane-5.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier: - shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#7283]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-7/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier: - shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#7283]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html * igt@kms_plane_multiple@2x-tiling-y: - shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#4596]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_plane_multiple@2x-tiling-y.html - shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#5021]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#5020]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-bmg: [PASS][67] -> [SKIP][68] ([Intel XE#2685] / [Intel XE#3307]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-4/igt@kms_plane_scaling@intel-max-src-size.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a: - shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1439] / [Intel XE#836]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#1489]) +3 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#2893]) +4 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2234] / [Intel XE#2850]) +6 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@fbc-psr2-cursor-plane-move@edp-1: - shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#1406] / [Intel XE#4609]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@kms_psr@fbc-psr2-cursor-plane-move@edp-1.html * igt@kms_psr@pr-sprite-render: - shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#1406]) +5 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@kms_psr@pr-sprite-render.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2414]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#3414] / [Intel XE#3904]) [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1127]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#3414] / [Intel XE#3904]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_sharpness_filter@invalid-plane-with-filter: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#6503]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-8/igt@kms_sharpness_filter@invalid-plane-with-filter.html * igt@xe_compute@ccs-mode-basic: - shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#6599]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@xe_compute@ccs-mode-basic.html * igt@xe_compute@ccs-mode-compute-kernel: - shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#1447]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@xe_compute@ccs-mode-compute-kernel.html * igt@xe_create@multigpu-create-massive-size: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#7319] / [Intel XE#944]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@xe_create@multigpu-create-massive-size.html - shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#2504] / [Intel XE#7319]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug@basic-vm-access-parameters-userptr-faultable: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#4837]) +6 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@xe_eudebug@basic-vm-access-parameters-userptr-faultable.html * igt@xe_eudebug@basic-vm-bind-ufence: - shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#4837]) +4 other tests skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-ufence.html * igt@xe_eudebug_online@set-breakpoint: - shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@xe_eudebug_online@set-breakpoint.html - shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint.html * igt@xe_evict@evict-large-multi-vm: - shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#6540] / [Intel XE#688]) +7 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-5/igt@xe_evict@evict-large-multi-vm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-bmg: [PASS][91] -> [INCOMPLETE][92] ([Intel XE#6321]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-small-multi-queue-cm: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#7140]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-cm.html * igt@xe_exec_balancer@once-parallel-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#7482]) +13 other tests skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-4/igt@xe_exec_balancer@once-parallel-userptr-invalidate.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate: - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2322]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate.html * igt@xe_exec_basic@multigpu-once-basic-defer-mmap: - shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#1392]) +5 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html * igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr: - shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#7136]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-7/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html * igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#7136]) +6 other tests skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate.html * igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd: - shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#6874]) +17 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd.html * igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr: - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#6874]) +13 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr.html * igt@xe_exec_system_allocator@process-many-large-execqueues-new-prefetch: - shard-bmg: [PASS][101] -> [ABORT][102] ([Intel XE#5545] / [Intel XE#6652]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-2/igt@xe_exec_system_allocator@process-many-large-execqueues-new-prefetch.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@xe_exec_system_allocator@process-many-large-execqueues-new-prefetch.html * igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race: - shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#7138]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-6/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][104] ([Intel XE#7138]) +5 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@xe_exec_threads@threads-multi-queue-userptr-rebind.html * igt@xe_multigpu_svm@mgpu-coherency-fail-basic: - shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#6964]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html * igt@xe_multigpu_svm@mgpu-migration-basic: - shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#6964]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@xe_multigpu_svm@mgpu-migration-basic.html * igt@xe_peer2peer@write: - shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1061] / [Intel XE#7326]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-8/igt@xe_peer2peer@write.html * igt@xe_pmu@fn-engine-activity-load: - shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#4650]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@xe_pmu@fn-engine-activity-load.html * igt@xe_query@multigpu-query-engines: - shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#944]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-1/igt@xe_query@multigpu-query-engines.html - shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#944]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-4/igt@xe_query@multigpu-query-engines.html * igt@xe_sriov_admin@bulk-sched-priority-vfs-disabled: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#7174]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-7/igt@xe_sriov_admin@bulk-sched-priority-vfs-disabled.html * igt@xe_sriov_flr@flr-each-isolation: - shard-bmg: [PASS][112] -> [FAIL][113] ([Intel XE#6569]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-5/igt@xe_sriov_flr@flr-each-isolation.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-3/igt@xe_sriov_flr@flr-each-isolation.html * igt@xe_sriov_flr@flr-vfs-parallel: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#4273]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-6/igt@xe_sriov_flr@flr-vfs-parallel.html * igt@xe_sriov_vram@vf-access-provisioned: - shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#6376] / [Intel XE#7330]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@xe_sriov_vram@vf-access-provisioned.html * igt@xe_vm@out-of-memory: - shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#5745]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-3/igt@xe_vm@out-of-memory.html #### Possible fixes #### * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-bmg: [SKIP][117] ([Intel XE#367]) -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-9/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-bmg: [FAIL][119] -> [PASS][120] [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_flip@2x-flip-vs-panning-interruptible@ad-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][121] -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning-interruptible@ad-dp2-hdmi-a3.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@kms_flip@2x-flip-vs-panning-interruptible@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-panning-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [ABORT][123] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][124] +1 other test pass [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning-interruptible@bc-dp2-hdmi-a3.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-9/igt@kms_flip@2x-flip-vs-panning-interruptible@bc-dp2-hdmi-a3.html * igt@kms_setmode@basic: - shard-bmg: [FAIL][125] ([Intel XE#6361]) -> [PASS][126] +5 other tests pass [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-4/igt@kms_setmode@basic.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-1/igt@kms_setmode@basic.html * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1: - shard-lnl: [FAIL][127] ([Intel XE#2142]) -> [PASS][128] +1 other test pass [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html #### Warnings #### * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][129] ([Intel XE#2426]) -> [SKIP][130] ([Intel XE#2509]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv: - shard-bmg: [ABORT][131] ([Intel XE#5466] / [Intel XE#6652]) -> [ABORT][132] ([Intel XE#5466]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8773/shard-bmg-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/shard-bmg-5/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [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#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447 [Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286 [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#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279 [Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433 [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658 [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#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273 [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294 [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#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609 [Intel XE#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650 [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837 [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020 [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021 [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466 [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545 [Intel XE#5745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5745 [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#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361 [Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376 [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503 [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#6599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6599 [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652 [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665 [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886 [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901 [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964 [Intel XE#6973]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6973 [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [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#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130 [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136 [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138 [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140 [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#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283 [Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319 [Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326 [Intel XE#7330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7330 [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 Build changes ------------- * IGT: IGT_8773 -> IGTPW_14623 * Linux: xe-4620-f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440 -> xe-4622-50b03c02e68b265fb85f3844a4c24e57c5ad3b4f IGTPW_14623: ea93df866928ba650819e7524a48257c604b8a3d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8773: 8773 xe-4620-f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440: f0ec6252eb6d9a4f0cb5a437f5c21fec16d0a440 xe-4622-50b03c02e68b265fb85f3844a4c24e57c5ad3b4f: 50b03c02e68b265fb85f3844a4c24e57c5ad3b4f == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14623/index.html [-- Attachment #2: Type: text/html, Size: 47703 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu ` (2 preceding siblings ...) 2026-02-26 17:13 ` ✗ Xe.CI.FULL: failure " Patchwork @ 2026-02-27 2:58 ` B, Jeevan 2026-03-17 19:30 ` [PATCH i-g-t v2] " Naladala Ramanaidu ` (3 subsequent siblings) 7 siblings, 0 replies; 14+ messages in thread From: B, Jeevan @ 2026-02-27 2:58 UTC (permalink / raw) To: Naladala, Ramanaidu, igt-dev@lists.freedesktop.org > -----Original Message----- > From: Naladala, Ramanaidu <ramanaidu.naladala@intel.com> > Sent: Thursday, February 26, 2026 3:13 PM > To: igt-dev@lists.freedesktop.org > Cc: B, Jeevan <jeevan.b@intel.com>; Naladala, Ramanaidu > <ramanaidu.naladala@intel.com> > Subject: [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling > > Make Early Transport check output‑aware and align with updated PSR status > text. Can we add commit id of kernel where it changed and add more info to describe this. Thanks Jeevan B > > Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > --- > lib/igt_psr.c | 8 +++++--- > lib/igt_psr.h | 2 +- > tests/intel/kms_psr2_sf.c | 2 +- > 3 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/lib/igt_psr.c b/lib/igt_psr.c index 7e50c3dc6..20f3d9b00 100644 > --- a/lib/igt_psr.c > +++ b/lib/igt_psr.c > @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, > igt_output_t *output) > /* > * Checks if Early Transport is enabled in PSR status by reading the debugfs. > */ > -bool early_transport_check(int debugfs_fd) > +bool early_transport_check(int debugfs_fd, igt_output_t *output) > { > char buf[PSR_STATUS_MAX_LEN]; > + char debugfs_file[128] = {0}; > > - igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", buf, > + SET_DEBUGFS_PATH(output, debugfs_file); > + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, > sizeof(buf)); > > - return strstr(buf, "enabled (Early Transport)"); > + return strstr(buf, "selective update (Early Transport)"); > } > > static bool sink_status_checks(void) > diff --git a/lib/igt_psr.h b/lib/igt_psr.h index 7639f8d46..53ab04483 100644 > --- a/lib/igt_psr.h > +++ b/lib/igt_psr.h > @@ -49,7 +49,7 @@ enum fbc_mode { > > bool psr_disabled_check(int debugfs_fd); bool selective_fetch_check(int > debugfs_fd, igt_output_t *output); -bool early_transport_check(int > debugfs_fd); > +bool early_transport_check(int debugfs_fd, igt_output_t *output); > bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t > *output); bool psr_wait_update(int debugfs_fd, enum psr_mode mode, > igt_output_t *output); bool psr_long_wait_update(int debugfs_fd, enum > psr_mode mode, igt_output_t *output); diff --git a/tests/intel/kms_psr2_sf.c > b/tests/intel/kms_psr2_sf.c index 5bcbc8df4..00283169b 100644 > --- a/tests/intel/kms_psr2_sf.c > +++ b/tests/intel/kms_psr2_sf.c > @@ -962,7 +962,7 @@ static void run(data_t *data) > "FBC still > disabled\n"); > > if (is_et_check_needed(data)) > - igt_assert_f(early_transport_check(data->debugfs_fd), > + igt_assert_f(early_transport_check(data->debugfs_fd, data- > >output), > "Early Transport Disabled\n"); > > data->screen_changes = 0; > -- > 2.43.0 ^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu ` (3 preceding siblings ...) 2026-02-27 2:58 ` [PATCH i-g-t v1] " B, Jeevan @ 2026-03-17 19:30 ` Naladala Ramanaidu 2026-03-18 4:17 ` B, Jeevan 2026-03-18 8:18 ` Hogander, Jouni 2026-03-18 2:02 ` ✓ Xe.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling (rev2) Patchwork ` (2 subsequent siblings) 7 siblings, 2 replies; 14+ messages in thread From: Naladala Ramanaidu @ 2026-03-17 19:30 UTC (permalink / raw) To: igt-dev; +Cc: jeevan.b, Naladala Ramanaidu Switch PSR status reads to the connector‑specific debugfs path to avoid ambiguity on dual eDP or multi‑output systems. This ensures the Early Transport state is checked for the correct connector. Update the Early Transport debugfs handling in line with changes introduced in KMD (commit c390bf07961b, "drm/i915/dp: Fix panel replay when DSC is enabled"). v2: Addressed review comments. (jeevan) Link: https://lore.kernel.org/all/20251015161934.262108-8-imre.deak@intel.com/ Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> --- lib/igt_psr.c | 8 +++++--- lib/igt_psr.h | 2 +- tests/intel/kms_psr2_sf.c | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/igt_psr.c b/lib/igt_psr.c index 7e50c3dc6..09c34c97d 100644 --- a/lib/igt_psr.c +++ b/lib/igt_psr.c @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, igt_output_t *output) /* * Checks if Early Transport is enabled in PSR status by reading the debugfs. */ -bool early_transport_check(int debugfs_fd) +bool early_transport_check(int debugfs_fd, igt_output_t *output) { char buf[PSR_STATUS_MAX_LEN]; + char debugfs_file[128] = {0}; - igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", buf, + SET_DEBUGFS_PATH(output, debugfs_file); + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, sizeof(buf)); - return strstr(buf, "enabled (Early Transport)"); + return strstr(buf, "Early Transport"); } static bool sink_status_checks(void) diff --git a/lib/igt_psr.h b/lib/igt_psr.h index 7639f8d46..53ab04483 100644 --- a/lib/igt_psr.h +++ b/lib/igt_psr.h @@ -49,7 +49,7 @@ enum fbc_mode { bool psr_disabled_check(int debugfs_fd); bool selective_fetch_check(int debugfs_fd, igt_output_t *output); -bool early_transport_check(int debugfs_fd); +bool early_transport_check(int debugfs_fd, igt_output_t *output); bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t *output); bool psr_wait_update(int debugfs_fd, enum psr_mode mode, igt_output_t *output); bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, igt_output_t *output); diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c index 1cc57ad35..7503c7682 100644 --- a/tests/intel/kms_psr2_sf.c +++ b/tests/intel/kms_psr2_sf.c @@ -961,7 +961,7 @@ static void run(data_t *data) "FBC still disabled\n"); if (is_et_check_needed(data)) - igt_assert_f(early_transport_check(data->debugfs_fd), + igt_assert_f(early_transport_check(data->debugfs_fd, data->output), "Early Transport Disabled\n"); data->screen_changes = 0; -- 2.43.0 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* RE: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-03-17 19:30 ` [PATCH i-g-t v2] " Naladala Ramanaidu @ 2026-03-18 4:17 ` B, Jeevan 2026-03-18 8:18 ` Hogander, Jouni 1 sibling, 0 replies; 14+ messages in thread From: B, Jeevan @ 2026-03-18 4:17 UTC (permalink / raw) To: Naladala, Ramanaidu, igt-dev@lists.freedesktop.org > -----Original Message----- > From: Naladala, Ramanaidu <ramanaidu.naladala@intel.com> > Sent: Wednesday, March 18, 2026 1:01 AM > To: igt-dev@lists.freedesktop.org > Cc: B, Jeevan <jeevan.b@intel.com>; Naladala, Ramanaidu > <ramanaidu.naladala@intel.com> > Subject: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling > > Switch PSR status reads to the connector‑specific debugfs path to avoid > ambiguity on dual eDP or multi‑output systems. This ensures the Early > Transport state is checked for the correct connector. > > Update the Early Transport debugfs handling in line with changes introduced in > KMD (commit c390bf07961b, "drm/i915/dp: Fix panel replay when DSC is > enabled"). > > v2: Addressed review comments. (jeevan) > > Link: https://lore.kernel.org/all/20251015161934.262108-8- > imre.deak@intel.com/ > Please remove this extra line. With this patch LGTM. Reviewed-by: Jeevan B <jeevan.b@intel.com> > Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > --- > lib/igt_psr.c | 8 +++++--- > lib/igt_psr.h | 2 +- > tests/intel/kms_psr2_sf.c | 2 +- > 3 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/lib/igt_psr.c b/lib/igt_psr.c index 7e50c3dc6..09c34c97d 100644 > --- a/lib/igt_psr.c > +++ b/lib/igt_psr.c > @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, > igt_output_t *output) > /* > * Checks if Early Transport is enabled in PSR status by reading the debugfs. > */ > -bool early_transport_check(int debugfs_fd) > +bool early_transport_check(int debugfs_fd, igt_output_t *output) > { > char buf[PSR_STATUS_MAX_LEN]; > + char debugfs_file[128] = {0}; > > - igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", buf, > + SET_DEBUGFS_PATH(output, debugfs_file); > + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, > sizeof(buf)); > > - return strstr(buf, "enabled (Early Transport)"); > + return strstr(buf, "Early Transport"); > } > > static bool sink_status_checks(void) > diff --git a/lib/igt_psr.h b/lib/igt_psr.h index 7639f8d46..53ab04483 100644 > --- a/lib/igt_psr.h > +++ b/lib/igt_psr.h > @@ -49,7 +49,7 @@ enum fbc_mode { > > bool psr_disabled_check(int debugfs_fd); bool selective_fetch_check(int > debugfs_fd, igt_output_t *output); -bool early_transport_check(int > debugfs_fd); > +bool early_transport_check(int debugfs_fd, igt_output_t *output); > bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t > *output); bool psr_wait_update(int debugfs_fd, enum psr_mode mode, > igt_output_t *output); bool psr_long_wait_update(int debugfs_fd, enum > psr_mode mode, igt_output_t *output); diff --git a/tests/intel/kms_psr2_sf.c > b/tests/intel/kms_psr2_sf.c index 1cc57ad35..7503c7682 100644 > --- a/tests/intel/kms_psr2_sf.c > +++ b/tests/intel/kms_psr2_sf.c > @@ -961,7 +961,7 @@ static void run(data_t *data) > "FBC still disabled\n"); > > if (is_et_check_needed(data)) > - igt_assert_f(early_transport_check(data->debugfs_fd), > + igt_assert_f(early_transport_check(data->debugfs_fd, data- > >output), > "Early Transport Disabled\n"); > > data->screen_changes = 0; > -- > 2.43.0 ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-03-17 19:30 ` [PATCH i-g-t v2] " Naladala Ramanaidu 2026-03-18 4:17 ` B, Jeevan @ 2026-03-18 8:18 ` Hogander, Jouni 2026-03-18 8:54 ` Naladala, Ramanaidu 1 sibling, 1 reply; 14+ messages in thread From: Hogander, Jouni @ 2026-03-18 8:18 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Naladala, Ramanaidu; +Cc: B, Jeevan On Wed, 2026-03-18 at 01:00 +0530, Naladala Ramanaidu wrote: > Switch PSR status reads to the connector‑specific debugfs path > to avoid ambiguity on dual eDP or multi‑output systems. This > ensures the Early Transport state is checked for the correct > connector. > > Update the Early Transport debugfs handling in line with changes > introduced in KMD (commit c390bf07961b, "drm/i915/dp: Fix panel > replay when DSC is enabled"). > > v2: Addressed review comments. (jeevan) > > Link: > https://lore.kernel.org/all/20251015161934.262108-8-imre.deak@intel.com/ > > Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > --- > lib/igt_psr.c | 8 +++++--- > lib/igt_psr.h | 2 +- > tests/intel/kms_psr2_sf.c | 2 +- > 3 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/lib/igt_psr.c b/lib/igt_psr.c > index 7e50c3dc6..09c34c97d 100644 > --- a/lib/igt_psr.c > +++ b/lib/igt_psr.c > @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, > igt_output_t *output) > /* > * Checks if Early Transport is enabled in PSR status by reading the > debugfs. > */ > -bool early_transport_check(int debugfs_fd) > +bool early_transport_check(int debugfs_fd, igt_output_t *output) > { > char buf[PSR_STATUS_MAX_LEN]; > + char debugfs_file[128] = {0}; > > - igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", > buf, > + SET_DEBUGFS_PATH(output, debugfs_file); > + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, > sizeof(buf)); > > - return strstr(buf, "enabled (Early Transport)"); > + return strstr(buf, "Early Transport"); Checked this and to me it looks like it may indicate improperly ET being enabled. This is what I'm seeing in debugfs entry: Sink support: PSR = yes [0x04] (Early Transport), Panel Replay = yes, Panel Replay Selective Update = yes (Early Transport) PSR mode: Panel Replay Selective Update enabled (Early Transport) Source PSR/PanelReplay ctl: enabled [0x40000000] PSR2_CTL: 0x08000000 Source PSR/PanelReplay status: SLEEP [0x30200011] Busy frontbuffer bits: 0x00000000 Performance counter: 0 Frame: PSR2 SU blocks: 0 33 1 256 2 512 3 0 4 0 5 0 6 0 7 0 PSR2 selective fetch: enabled So I think panel stating ET support already returns true if using this check? BR, Jouni Högander > } > > static bool sink_status_checks(void) > diff --git a/lib/igt_psr.h b/lib/igt_psr.h > index 7639f8d46..53ab04483 100644 > --- a/lib/igt_psr.h > +++ b/lib/igt_psr.h > @@ -49,7 +49,7 @@ enum fbc_mode { > > bool psr_disabled_check(int debugfs_fd); > bool selective_fetch_check(int debugfs_fd, igt_output_t *output); > -bool early_transport_check(int debugfs_fd); > +bool early_transport_check(int debugfs_fd, igt_output_t *output); > bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t > *output); > bool psr_wait_update(int debugfs_fd, enum psr_mode mode, > igt_output_t *output); > bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, > igt_output_t *output); > diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c > index 1cc57ad35..7503c7682 100644 > --- a/tests/intel/kms_psr2_sf.c > +++ b/tests/intel/kms_psr2_sf.c > @@ -961,7 +961,7 @@ static void run(data_t *data) > "FBC still disabled\n"); > > if (is_et_check_needed(data)) > - igt_assert_f(early_transport_check(data- > >debugfs_fd), > + igt_assert_f(early_transport_check(data->debugfs_fd, > data->output), > "Early Transport Disabled\n"); > > data->screen_changes = 0; ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-03-18 8:18 ` Hogander, Jouni @ 2026-03-18 8:54 ` Naladala, Ramanaidu 2026-03-18 9:28 ` Hogander, Jouni 0 siblings, 1 reply; 14+ messages in thread From: Naladala, Ramanaidu @ 2026-03-18 8:54 UTC (permalink / raw) To: Hogander, Jouni, igt-dev@lists.freedesktop.org; +Cc: B, Jeevan On 3/18/2026 1:48 PM, Hogander, Jouni wrote: > On Wed, 2026-03-18 at 01:00 +0530, Naladala Ramanaidu wrote: >> Switch PSR status reads to the connector‑specific debugfs path >> to avoid ambiguity on dual eDP or multi‑output systems. This >> ensures the Early Transport state is checked for the correct >> connector. >> >> Update the Early Transport debugfs handling in line with changes >> introduced in KMD (commit c390bf07961b, "drm/i915/dp: Fix panel >> replay when DSC is enabled"). >> >> v2: Addressed review comments. (jeevan) >> >> Link: >> https://lore.kernel.org/all/20251015161934.262108-8-imre.deak@intel.com/ >> >> Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> >> --- >> lib/igt_psr.c | 8 +++++--- >> lib/igt_psr.h | 2 +- >> tests/intel/kms_psr2_sf.c | 2 +- >> 3 files changed, 7 insertions(+), 5 deletions(-) >> >> diff --git a/lib/igt_psr.c b/lib/igt_psr.c >> index 7e50c3dc6..09c34c97d 100644 >> --- a/lib/igt_psr.c >> +++ b/lib/igt_psr.c >> @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int debugfs_fd, >> igt_output_t *output) >> /* >> * Checks if Early Transport is enabled in PSR status by reading the >> debugfs. >> */ >> -bool early_transport_check(int debugfs_fd) >> +bool early_transport_check(int debugfs_fd, igt_output_t *output) >> { >> char buf[PSR_STATUS_MAX_LEN]; >> + char debugfs_file[128] = {0}; >> >> - igt_debugfs_simple_read(debugfs_fd, "i915_edp_psr_status", >> buf, >> + SET_DEBUGFS_PATH(output, debugfs_file); >> + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, >> sizeof(buf)); >> >> - return strstr(buf, "enabled (Early Transport)"); >> + return strstr(buf, "Early Transport"); > Checked this and to me it looks like it may indicate improperly ET > being enabled. This is what I'm seeing in debugfs entry: > > Sink support: PSR = yes [0x04] (Early Transport), Panel Replay = yes, > Panel Replay Selective Update = yes (Early Transport) > PSR mode: Panel Replay Selective Update enabled (Early Transport) > Source PSR/PanelReplay ctl: enabled [0x40000000] > PSR2_CTL: 0x08000000 > Source PSR/PanelReplay status: SLEEP [0x30200011] > Busy frontbuffer bits: 0x00000000 > Performance counter: 0 > Frame: PSR2 SU blocks: > 0 33 > 1 256 > 2 512 > 3 0 > 4 0 > 5 0 > 6 0 > 7 0 > PSR2 selective fetch: enabled > > So I think panel stating ET support already returns true if using this > check? > > BR, > Jouni Högander Hi Jouni, In my system i have not seen Early Transport sting printed that many times. On What config you this debugfs. As per the Link patch if Early transport is supported it will print (Early Transport) and if not supported it will not print the string. # cat /sys/kernel/debug/dri/0/DP-1/i915_psr_status Sink support: PSR = no, Panel Replay = yes, Panel Replay Selective Update = yes, Panel Replay DSC support = selective update (Early Transport) PSR mode: Panel Replay Selective Update enabled Source PSR/PanelReplay ctl: enabled [0x40000000] Source PSR/PanelReplay status: SU_STANDBY [0x64200010] Busy frontbuffer bits: 0x00000000 Performance counter: 0 PSR2 selective fetch: enabled Regards, Ramanaidu N. > >> } >> >> static bool sink_status_checks(void) >> diff --git a/lib/igt_psr.h b/lib/igt_psr.h >> index 7639f8d46..53ab04483 100644 >> --- a/lib/igt_psr.h >> +++ b/lib/igt_psr.h >> @@ -49,7 +49,7 @@ enum fbc_mode { >> >> bool psr_disabled_check(int debugfs_fd); >> bool selective_fetch_check(int debugfs_fd, igt_output_t *output); >> -bool early_transport_check(int debugfs_fd); >> +bool early_transport_check(int debugfs_fd, igt_output_t *output); >> bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t >> *output); >> bool psr_wait_update(int debugfs_fd, enum psr_mode mode, >> igt_output_t *output); >> bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, >> igt_output_t *output); >> diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c >> index 1cc57ad35..7503c7682 100644 >> --- a/tests/intel/kms_psr2_sf.c >> +++ b/tests/intel/kms_psr2_sf.c >> @@ -961,7 +961,7 @@ static void run(data_t *data) >> "FBC still disabled\n"); >> >> if (is_et_check_needed(data)) >> - igt_assert_f(early_transport_check(data- >>> debugfs_fd), >> + igt_assert_f(early_transport_check(data->debugfs_fd, >> data->output), >> "Early Transport Disabled\n"); >> >> data->screen_changes = 0; ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-03-18 8:54 ` Naladala, Ramanaidu @ 2026-03-18 9:28 ` Hogander, Jouni 2026-03-18 10:38 ` Naladala, Ramanaidu 0 siblings, 1 reply; 14+ messages in thread From: Hogander, Jouni @ 2026-03-18 9:28 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Naladala, Ramanaidu; +Cc: B, Jeevan On Wed, 2026-03-18 at 14:24 +0530, Naladala, Ramanaidu wrote: > > On 3/18/2026 1:48 PM, Hogander, Jouni wrote: > > On Wed, 2026-03-18 at 01:00 +0530, Naladala Ramanaidu wrote: > > > Switch PSR status reads to the connector‑specific debugfs path > > > to avoid ambiguity on dual eDP or multi‑output systems. This > > > ensures the Early Transport state is checked for the correct > > > connector. > > > > > > Update the Early Transport debugfs handling in line with changes > > > introduced in KMD (commit c390bf07961b, "drm/i915/dp: Fix panel > > > replay when DSC is enabled"). > > > > > > v2: Addressed review comments. (jeevan) > > > > > > Link: > > > https://lore.kernel.org/all/20251015161934.262108-8-imre.deak@intel.com/ > > > > > > Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > > > --- > > > lib/igt_psr.c | 8 +++++--- > > > lib/igt_psr.h | 2 +- > > > tests/intel/kms_psr2_sf.c | 2 +- > > > 3 files changed, 7 insertions(+), 5 deletions(-) > > > > > > diff --git a/lib/igt_psr.c b/lib/igt_psr.c > > > index 7e50c3dc6..09c34c97d 100644 > > > --- a/lib/igt_psr.c > > > +++ b/lib/igt_psr.c > > > @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int > > > debugfs_fd, > > > igt_output_t *output) > > > /* > > > * Checks if Early Transport is enabled in PSR status by > > > reading the > > > debugfs. > > > */ > > > -bool early_transport_check(int debugfs_fd) > > > +bool early_transport_check(int debugfs_fd, igt_output_t *output) > > > { > > > char buf[PSR_STATUS_MAX_LEN]; > > > + char debugfs_file[128] = {0}; > > > > > > - igt_debugfs_simple_read(debugfs_fd, > > > "i915_edp_psr_status", > > > buf, > > > + SET_DEBUGFS_PATH(output, debugfs_file); > > > + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, > > > sizeof(buf)); > > > > > > - return strstr(buf, "enabled (Early Transport)"); > > > + return strstr(buf, "Early Transport"); > > Checked this and to me it looks like it may indicate improperly ET > > being enabled. This is what I'm seeing in debugfs entry: > > > > Sink support: PSR = yes [0x04] (Early Transport), Panel Replay = > > yes, > > Panel Replay Selective Update = yes (Early Transport) > > PSR mode: Panel Replay Selective Update enabled (Early Transport) > > Source PSR/PanelReplay ctl: enabled [0x40000000] > > PSR2_CTL: 0x08000000 > > Source PSR/PanelReplay status: SLEEP [0x30200011] > > Busy frontbuffer bits: 0x00000000 > > Performance counter: 0 > > Frame: PSR2 SU blocks: > > 0 33 > > 1 256 > > 2 512 > > 3 0 > > 4 0 > > 5 0 > > 6 0 > > 7 0 > > PSR2 selective fetch: enabled > > > > So I think panel stating ET support already returns true if using > > this > > check? > > > > BR, > > Jouni Högander > Hi Jouni, > > In my system i have not seen Early Transport sting printed that many > times. On What config you this debugfs. As per the Link patch if > Early > transport is supported it will print (Early Transport) and if not > supported it will not print the string. > # cat /sys/kernel/debug/dri/0/DP-1/i915_psr_status > Sink support: PSR = no, Panel Replay = yes, Panel Replay Selective > Update = yes, Panel Replay DSC support = selective update (Early > Transport) > PSR mode: Panel Replay Selective Update enabled > Source PSR/PanelReplay ctl: enabled [0x40000000] > Source PSR/PanelReplay status: SU_STANDBY [0x64200010] > Busy frontbuffer bits: 0x00000000 > Performance counter: 0 > PSR2 selective fetch: enabled This one is exactly the scenario I pointed out above. Your monitor is supporting Early Transport but it is not enabled. This is a normal Panel Replay Link on case where Early Transport is not enabled. My i915_psr_status was dumped on eDP panel. BR, Jouni Högander > > Regards, > Ramanaidu N. > > > > > } > > > > > > static bool sink_status_checks(void) > > > diff --git a/lib/igt_psr.h b/lib/igt_psr.h > > > index 7639f8d46..53ab04483 100644 > > > --- a/lib/igt_psr.h > > > +++ b/lib/igt_psr.h > > > @@ -49,7 +49,7 @@ enum fbc_mode { > > > > > > bool psr_disabled_check(int debugfs_fd); > > > bool selective_fetch_check(int debugfs_fd, igt_output_t > > > *output); > > > -bool early_transport_check(int debugfs_fd); > > > +bool early_transport_check(int debugfs_fd, igt_output_t > > > *output); > > > bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, > > > igt_output_t > > > *output); > > > bool psr_wait_update(int debugfs_fd, enum psr_mode mode, > > > igt_output_t *output); > > > bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, > > > igt_output_t *output); > > > diff --git a/tests/intel/kms_psr2_sf.c > > > b/tests/intel/kms_psr2_sf.c > > > index 1cc57ad35..7503c7682 100644 > > > --- a/tests/intel/kms_psr2_sf.c > > > +++ b/tests/intel/kms_psr2_sf.c > > > @@ -961,7 +961,7 @@ static void run(data_t *data) > > > "FBC still disabled\n"); > > > > > > if (is_et_check_needed(data)) > > > - igt_assert_f(early_transport_check(data- > > > > debugfs_fd), > > > + igt_assert_f(early_transport_check(data- > > > >debugfs_fd, > > > data->output), > > > "Early Transport Disabled\n"); > > > > > > data->screen_changes = 0; ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH i-g-t v2] lib/igt_psr: Fix Early Transport status handling 2026-03-18 9:28 ` Hogander, Jouni @ 2026-03-18 10:38 ` Naladala, Ramanaidu 0 siblings, 0 replies; 14+ messages in thread From: Naladala, Ramanaidu @ 2026-03-18 10:38 UTC (permalink / raw) To: Hogander, Jouni, igt-dev@lists.freedesktop.org; +Cc: B, Jeevan On 3/18/2026 2:58 PM, Hogander, Jouni wrote: > On Wed, 2026-03-18 at 14:24 +0530, Naladala, Ramanaidu wrote: >> On 3/18/2026 1:48 PM, Hogander, Jouni wrote: >>> On Wed, 2026-03-18 at 01:00 +0530, Naladala Ramanaidu wrote: >>>> Switch PSR status reads to the connector‑specific debugfs path >>>> to avoid ambiguity on dual eDP or multi‑output systems. This >>>> ensures the Early Transport state is checked for the correct >>>> connector. >>>> >>>> Update the Early Transport debugfs handling in line with changes >>>> introduced in KMD (commit c390bf07961b, "drm/i915/dp: Fix panel >>>> replay when DSC is enabled"). >>>> >>>> v2: Addressed review comments. (jeevan) >>>> >>>> Link: >>>> https://lore.kernel.org/all/20251015161934.262108-8-imre.deak@intel.com/ >>>> >>>> Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> >>>> --- >>>> lib/igt_psr.c | 8 +++++--- >>>> lib/igt_psr.h | 2 +- >>>> tests/intel/kms_psr2_sf.c | 2 +- >>>> 3 files changed, 7 insertions(+), 5 deletions(-) >>>> >>>> diff --git a/lib/igt_psr.c b/lib/igt_psr.c >>>> index 7e50c3dc6..09c34c97d 100644 >>>> --- a/lib/igt_psr.c >>>> +++ b/lib/igt_psr.c >>>> @@ -69,14 +69,16 @@ static bool psr_active_sink_check(int >>>> debugfs_fd, >>>> igt_output_t *output) >>>> /* >>>> * Checks if Early Transport is enabled in PSR status by >>>> reading the >>>> debugfs. >>>> */ >>>> -bool early_transport_check(int debugfs_fd) >>>> +bool early_transport_check(int debugfs_fd, igt_output_t *output) >>>> { >>>> char buf[PSR_STATUS_MAX_LEN]; >>>> + char debugfs_file[128] = {0}; >>>> >>>> - igt_debugfs_simple_read(debugfs_fd, >>>> "i915_edp_psr_status", >>>> buf, >>>> + SET_DEBUGFS_PATH(output, debugfs_file); >>>> + igt_debugfs_simple_read(debugfs_fd, debugfs_file, buf, >>>> sizeof(buf)); >>>> >>>> - return strstr(buf, "enabled (Early Transport)"); >>>> + return strstr(buf, "Early Transport"); >>> Checked this and to me it looks like it may indicate improperly ET >>> being enabled. This is what I'm seeing in debugfs entry: >>> >>> Sink support: PSR = yes [0x04] (Early Transport), Panel Replay = >>> yes, >>> Panel Replay Selective Update = yes (Early Transport) >>> PSR mode: Panel Replay Selective Update enabled (Early Transport) >>> Source PSR/PanelReplay ctl: enabled [0x40000000] >>> PSR2_CTL: 0x08000000 >>> Source PSR/PanelReplay status: SLEEP [0x30200011] >>> Busy frontbuffer bits: 0x00000000 >>> Performance counter: 0 >>> Frame: PSR2 SU blocks: >>> 0 33 >>> 1 256 >>> 2 512 >>> 3 0 >>> 4 0 >>> 5 0 >>> 6 0 >>> 7 0 >>> PSR2 selective fetch: enabled >>> >>> So I think panel stating ET support already returns true if using >>> this >>> check? >>> >>> BR, >>> Jouni Högander >> Hi Jouni, >> >> In my system i have not seen Early Transport sting printed that many >> times. On What config you this debugfs. As per the Link patch if >> Early >> transport is supported it will print (Early Transport) and if not >> supported it will not print the string. >> # cat /sys/kernel/debug/dri/0/DP-1/i915_psr_status >> Sink support: PSR = no, Panel Replay = yes, Panel Replay Selective >> Update = yes, Panel Replay DSC support = selective update (Early >> Transport) >> PSR mode: Panel Replay Selective Update enabled >> Source PSR/PanelReplay ctl: enabled [0x40000000] >> Source PSR/PanelReplay status: SU_STANDBY [0x64200010] >> Busy frontbuffer bits: 0x00000000 >> Performance counter: 0 >> PSR2 selective fetch: enabled > This one is exactly the scenario I pointed out above. Your monitor is > supporting Early Transport but it is not enabled. This is a normal > Panel Replay Link on case where Early Transport is not enabled. > > My i915_psr_status was dumped on eDP panel. > > BR, > Jouni Högander Thanks Jouni for the review. So i can skip the ET check for external displays till DP Panel Replay with ALPM is working. I will float the new change in next version with FIXME comment. >> Regards, >> Ramanaidu N. >>>> } >>>> >>>> static bool sink_status_checks(void) >>>> diff --git a/lib/igt_psr.h b/lib/igt_psr.h >>>> index 7639f8d46..53ab04483 100644 >>>> --- a/lib/igt_psr.h >>>> +++ b/lib/igt_psr.h >>>> @@ -49,7 +49,7 @@ enum fbc_mode { >>>> >>>> bool psr_disabled_check(int debugfs_fd); >>>> bool selective_fetch_check(int debugfs_fd, igt_output_t >>>> *output); >>>> -bool early_transport_check(int debugfs_fd); >>>> +bool early_transport_check(int debugfs_fd, igt_output_t >>>> *output); >>>> bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, >>>> igt_output_t >>>> *output); >>>> bool psr_wait_update(int debugfs_fd, enum psr_mode mode, >>>> igt_output_t *output); >>>> bool psr_long_wait_update(int debugfs_fd, enum psr_mode mode, >>>> igt_output_t *output); >>>> diff --git a/tests/intel/kms_psr2_sf.c >>>> b/tests/intel/kms_psr2_sf.c >>>> index 1cc57ad35..7503c7682 100644 >>>> --- a/tests/intel/kms_psr2_sf.c >>>> +++ b/tests/intel/kms_psr2_sf.c >>>> @@ -961,7 +961,7 @@ static void run(data_t *data) >>>> "FBC still disabled\n"); >>>> >>>> if (is_et_check_needed(data)) >>>> - igt_assert_f(early_transport_check(data- >>>>> debugfs_fd), >>>> + igt_assert_f(early_transport_check(data- >>>>> debugfs_fd, >>>> data->output), >>>> "Early Transport Disabled\n"); >>>> >>>> data->screen_changes = 0; ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ Xe.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling (rev2) 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu ` (4 preceding siblings ...) 2026-03-17 19:30 ` [PATCH i-g-t v2] " Naladala Ramanaidu @ 2026-03-18 2:02 ` Patchwork 2026-03-18 2:12 ` ✓ i915.CI.BAT: " Patchwork 2026-03-19 14:57 ` ✗ Xe.CI.FULL: failure " Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-03-18 2:02 UTC (permalink / raw) To: Naladala, Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6205 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling (rev2) URL : https://patchwork.freedesktop.org/series/162198/ State : success == Summary == CI Bug Log - changes from XEIGT_8807_BAT -> XEIGTPW_14797_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (12 -> 14) ------------------------------ Additional (2): bat-adlp-7 bat-bmg-3 Known issues ------------ Here are the changes found in XEIGTPW_14797_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - bat-bmg-2: [PASS][1] -> [ABORT][2] ([Intel XE#7249]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html * igt@kms_dsc@dsc-basic: - bat-adlp-7: NOTRUN -> [SKIP][3] ([Intel XE#2244] / [Intel XE#455]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-adlp-7: NOTRUN -> [DMESG-WARN][4] ([Intel XE#7483]) +12 other tests dmesg-warn [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@kms_flip@basic-flip-vs-dpms.html * igt@xe_evict@evict-beng-small: - bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +9 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_evict@evict-beng-small.html * igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd: - bat-adlp-7: NOTRUN -> [SKIP][6] ([Intel XE#5563] / [Intel XE#688]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html * igt@xe_exec_balancer@twice-cm-virtual-userptr: - bat-adlp-7: NOTRUN -> [SKIP][7] ([Intel XE#7482]) +17 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_exec_balancer@twice-cm-virtual-userptr.html * igt@xe_exec_fault_mode@twice-rebind-prefetch: - bat-adlp-7: NOTRUN -> [SKIP][8] ([Intel XE#288] / [Intel XE#5561]) +32 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_exec_fault_mode@twice-rebind-prefetch.html * igt@xe_live_ktest@xe_bo: - bat-adlp-7: NOTRUN -> [SKIP][9] ([Intel XE#2229] / [Intel XE#455]) +2 other tests skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-adlp-7: NOTRUN -> [SKIP][10] ([Intel XE#2229] / [Intel XE#5488]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_mmap@vram: - bat-adlp-7: NOTRUN -> [SKIP][11] ([Intel XE#1008] / [Intel XE#5591]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_mmap@vram.html * igt@xe_pat@pat-index-xe2: - bat-adlp-7: NOTRUN -> [SKIP][12] ([Intel XE#977]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-adlp-7: NOTRUN -> [SKIP][13] ([Intel XE#2838] / [Intel XE#979]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xelpg: - bat-adlp-7: NOTRUN -> [SKIP][14] ([Intel XE#979]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-adlp-7/igt@xe_pat@pat-index-xelpg.html * igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p: - bat-bmg-3: NOTRUN -> [SKIP][15] ([Intel XE#6566]) +3 other tests skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/bat-bmg-3/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html [Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#5488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5488 [Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561 [Intel XE#5563]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5563 [Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564 [Intel XE#5591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5591 [Intel XE#6566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6566 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249 [Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482 [Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 Build changes ------------- * IGT: IGT_8807 -> IGTPW_14797 * Linux: xe-4735-113073d07f958385b5b80d29b62e10d2cf0181d6 -> xe-4740-c479cdf62a3f9a6101dd020abbc471f35142b3d1 IGTPW_14797: 4a22ea52dc06e18a3e38253d372b405b116db82e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8807: 7f44d96d705f1583d689f1f8c2275b685b4ca11d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-4735-113073d07f958385b5b80d29b62e10d2cf0181d6: 113073d07f958385b5b80d29b62e10d2cf0181d6 xe-4740-c479cdf62a3f9a6101dd020abbc471f35142b3d1: c479cdf62a3f9a6101dd020abbc471f35142b3d1 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/index.html [-- Attachment #2: Type: text/html, Size: 7334 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling (rev2) 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu ` (5 preceding siblings ...) 2026-03-18 2:02 ` ✓ Xe.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling (rev2) Patchwork @ 2026-03-18 2:12 ` Patchwork 2026-03-19 14:57 ` ✗ Xe.CI.FULL: failure " Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-03-18 2:12 UTC (permalink / raw) To: Naladala, Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2862 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling (rev2) URL : https://patchwork.freedesktop.org/series/162198/ State : success == Summary == CI Bug Log - changes from IGT_8807 -> IGTPW_14797 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/index.html Participating hosts (42 -> 40) ------------------------------ Missing (2): bat-dg2-13 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_14797 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@workarounds: - bat-arls-5: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8807/bat-arls-5/igt@i915_selftest@live@workarounds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/bat-arls-5/igt@i915_selftest@live@workarounds.html - bat-dg2-14: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8807/bat-dg2-14/igt@i915_selftest@live@workarounds.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/bat-dg2-14/igt@i915_selftest@live@workarounds.html - bat-mtlp-9: [PASS][5] -> [DMESG-FAIL][6] ([i915#12061]) +1 other test dmesg-fail [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8807/bat-mtlp-9/igt@i915_selftest@live@workarounds.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/bat-mtlp-9/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - bat-adlp-6: [DMESG-WARN][7] ([i915#15673]) -> [PASS][8] +78 other tests pass [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8807/bat-adlp-6/igt@i915_pm_rpm@module-reload.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/bat-adlp-6/igt@i915_pm_rpm@module-reload.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8807 -> IGTPW_14797 * Linux: CI_DRM_18164 -> CI_DRM_18169 CI-20190529: 20190529 CI_DRM_18164: 113073d07f958385b5b80d29b62e10d2cf0181d6 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_18169: c479cdf62a3f9a6101dd020abbc471f35142b3d1 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_14797: 4a22ea52dc06e18a3e38253d372b405b116db82e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8807: 7f44d96d705f1583d689f1f8c2275b685b4ca11d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14797/index.html [-- Attachment #2: Type: text/html, Size: 3651 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ Xe.CI.FULL: failure for lib/igt_psr: Fix Early Transport status handling (rev2) 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu ` (6 preceding siblings ...) 2026-03-18 2:12 ` ✓ i915.CI.BAT: " Patchwork @ 2026-03-19 14:57 ` Patchwork 7 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2026-03-19 14:57 UTC (permalink / raw) To: Naladala, Ramanaidu; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 48570 bytes --] == Series Details == Series: lib/igt_psr: Fix Early Transport status handling (rev2) URL : https://patchwork.freedesktop.org/series/162198/ State : failure == Summary == CI Bug Log - changes from XEIGT_8807_FULL -> XEIGTPW_14797_FULL ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_14797_FULL absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_14797_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (2 -> 2) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_14797_FULL: ### IGT changes ### #### Possible regressions #### * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-bmg: [PASS][1] -> [ABORT][2] +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-3: - shard-bmg: [PASS][3] -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-3.html * igt@kms_flip@2x-flip-vs-dpms@ac-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [DMESG-WARN][5] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_flip@2x-flip-vs-dpms@ac-dp2-hdmi-a3.html Known issues ------------ Here are the changes found in XEIGTPW_14797_FULL that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@test-cursor-atomic@pipe-d-hdmi-a-3: - shard-bmg: [PASS][6] -> [ABORT][7] ([Intel XE#5545] / [Intel XE#6652]) +1 other test abort [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_async_flips@test-cursor-atomic@pipe-d-hdmi-a-3.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_async_flips@test-cursor-atomic@pipe-d-hdmi-a-3.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2327]) +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip: - shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#7059] / [Intel XE#7085]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-4/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#1124]) +7 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#367] / [Intel XE#7354]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#3432]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2887]) +5 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2: - shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2652]) +8 other tests skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html * igt@kms_chamelium_frames@vga-frame-dump: - shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2252]) +3 other tests skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_chamelium_frames@vga-frame-dump.html * igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][16] ([Intel XE#3304] / [Intel XE#7374]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-2.html * igt@kms_content_protection@atomic-hdcp14: - shard-bmg: NOTRUN -> [FAIL][17] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +2 other tests fail [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_content_protection@atomic-hdcp14.html * igt@kms_content_protection@uevent-hdcp14: - shard-bmg: NOTRUN -> [FAIL][18] ([Intel XE#6707] / [Intel XE#7439]) +1 other test fail [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_content_protection@uevent-hdcp14.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2321] / [Intel XE#7355]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2320]) +5 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-bmg: [PASS][21] -> [SKIP][22] ([Intel XE#2291]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2291]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-bmg: [PASS][24] -> [FAIL][25] ([Intel XE#7571]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_feature_discovery@display-2x: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2373] / [Intel XE#7344]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_feature_discovery@display-2x.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-bmg: [PASS][27] -> [SKIP][28] ([Intel XE#2316]) +4 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-7/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: - shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2311]) +17 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-move: - shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2312]) +3 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#4141]) +6 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt: - shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2313]) +11 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#7283]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html * igt@kms_plane_multiple@2x-tiling-4: - shard-bmg: [PASS][36] -> [SKIP][37] ([Intel XE#4596]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-9/igt@kms_plane_multiple@2x-tiling-4.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-4.html * igt@kms_plane_multiple@2x-tiling-yf: - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#4596]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-yf.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a: - shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html * igt@kms_pm_backlight@basic-brightness: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#7376] / [Intel XE#870]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2391] / [Intel XE#6927]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@deep-pkgc: - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2505] / [Intel XE#7447]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_pm_dc@deep-pkgc.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#1489]) +4 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2387] / [Intel XE#7429]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2234] / [Intel XE#2850]) +5 other tests skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#1406] / [Intel XE#2414]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_sharpness_filter@filter-toggle: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#6503]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_sharpness_filter@filter-toggle.html * igt@kms_vrr@flip-suspend: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#1499]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_vrr@flip-suspend.html * igt@xe_eudebug@vma-ufence: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#4837]) +3 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@xe_eudebug@vma-ufence.html * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram: - shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html * igt@xe_exec_basic@multigpu-once-null-rebind: - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2322] / [Intel XE#7372]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_basic@multigpu-once-null-rebind.html * igt@xe_exec_fault_mode@once-multi-queue-rebind-imm: - shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#7136]) +5 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_fault_mode@once-multi-queue-rebind-imm.html * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate: - shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#6874]) +17 other tests skip [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-4/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate.html * igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race: - shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#7138]) +5 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race.html * igt@xe_pat@pat-index-xehpc: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#1420]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_pat@pat-index-xehpc.html * igt@xe_pm@d3cold-basic: - shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2284] / [Intel XE#7370]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@xe_pm@d3cold-basic.html * igt@xe_pmu@all-fn-engine-activity-load: - shard-bmg: [PASS][57] -> [FAIL][58] ([Intel XE#5937]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-7/igt@xe_pmu@all-fn-engine-activity-load.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@xe_pmu@all-fn-engine-activity-load.html * igt@xe_pxp@pxp-stale-queue-post-termination-irq: - shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#4733] / [Intel XE#7417]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@xe_pxp@pxp-stale-queue-post-termination-irq.html * igt@xe_query@multigpu-query-engines: - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#944]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@xe_query@multigpu-query-engines.html * igt@xe_sriov_flr@flr-twice: - shard-bmg: [PASS][61] -> [FAIL][62] ([Intel XE#6569]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-8/igt@xe_sriov_flr@flr-twice.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@xe_sriov_flr@flr-twice.html * igt@xe_sriov_scheduling@equal-throughput@numvfs-random: - shard-bmg: NOTRUN -> [FAIL][63] ([Intel XE#5937]) +1 other test fail [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@xe_sriov_scheduling@equal-throughput@numvfs-random.html #### Possible fixes #### * igt@core_hotunplug@hotreplug: - shard-bmg: [ABORT][64] ([Intel XE#7578]) -> [PASS][65] [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-8/igt@core_hotunplug@hotreplug.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@core_hotunplug@hotreplug.html * igt@core_hotunplug@hotunplug-rescan: - shard-bmg: [SKIP][66] ([Intel XE#6779]) -> [PASS][67] [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@core_hotunplug@hotunplug-rescan.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@core_hotunplug@hotunplug-rescan.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-bmg: [SKIP][68] ([Intel XE#2291]) -> [PASS][69] +3 other tests pass [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-bmg: [SKIP][70] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][71] +1 other test pass [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset: - shard-bmg: [SKIP][72] ([Intel XE#2316]) -> [PASS][73] +4 other tests pass [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@flip-vs-expired-vblank@b-edp1: - shard-lnl: [FAIL][74] ([Intel XE#301]) -> [PASS][75] +1 other test pass [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a3: - shard-bmg: [INCOMPLETE][76] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][77] +1 other test pass [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-6/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-6/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html * igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a3: - shard-bmg: [DMESG-FAIL][78] ([Intel XE#5545]) -> [PASS][79] +1 other test pass [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a3.html [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a3.html * igt@kms_joiner@basic-force-big-joiner: - shard-bmg: [SKIP][80] ([Intel XE#7086]) -> [PASS][81] [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [FAIL][82] ([Intel XE#7340]) -> [PASS][83] [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-bmg: [SKIP][84] ([Intel XE#1435]) -> [PASS][85] [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_setmode@invalid-clone-single-crtc.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-bmg: [FAIL][86] ([Intel XE#5937]) -> [PASS][87] [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: [INCOMPLETE][88] ([Intel XE#6321]) -> [PASS][89] [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_exec_system_allocator@fault-threads-benchmark: - shard-bmg: [FAIL][90] -> [PASS][91] [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@xe_exec_system_allocator@fault-threads-benchmark.html [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_system_allocator@fault-threads-benchmark.html * igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset: - shard-bmg: [SKIP][92] ([Intel XE#6703]) -> [PASS][93] +114 other tests pass [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_system_allocator@many-large-execqueues-mmap-free-nomemset.html * igt@xe_exec_system_allocator@twice-large-mmap: - shard-bmg: [SKIP][94] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][95] +2 other tests pass [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_system_allocator@twice-large-mmap.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_system_allocator@twice-large-mmap.html #### Warnings #### * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-bmg: [SKIP][96] ([Intel XE#6703]) -> [SKIP][97] ([Intel XE#1124]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-bmg: [SKIP][98] ([Intel XE#6703]) -> [SKIP][99] ([Intel XE#7621]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc: - shard-bmg: [SKIP][100] ([Intel XE#6703]) -> [SKIP][101] ([Intel XE#2887]) +3 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html * igt@kms_chamelium_edid@dp-edid-read: - shard-bmg: [SKIP][102] ([Intel XE#6703]) -> [SKIP][103] ([Intel XE#2252]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-read.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-read.html * igt@kms_content_protection@atomic-dpms-hdcp14: - shard-bmg: [SKIP][104] ([Intel XE#7194]) -> [FAIL][105] ([Intel XE#3304] / [Intel XE#7374]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_content_protection@atomic-dpms-hdcp14.html [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_content_protection@atomic-dpms-hdcp14.html * igt@kms_content_protection@dp-mst-type-1: - shard-bmg: [SKIP][106] ([Intel XE#6703]) -> [SKIP][107] ([Intel XE#2390] / [Intel XE#6974]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-4/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy-hdcp14: - shard-bmg: [FAIL][108] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) -> [SKIP][109] ([Intel XE#7194]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-1/igt@kms_content_protection@legacy-hdcp14.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_content_protection@legacy-hdcp14.html * igt@kms_content_protection@srm: - shard-bmg: [SKIP][110] ([Intel XE#2341]) -> [FAIL][111] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_content_protection@srm.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-bmg: [SKIP][112] ([Intel XE#6703]) -> [SKIP][113] ([Intel XE#2320]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_cursor_crc@cursor-random-256x85.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-bmg: [SKIP][114] ([Intel XE#6703]) -> [SKIP][115] ([Intel XE#2321] / [Intel XE#7355]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_cursor_crc@cursor-sliding-512x512.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_dsc@dsc-with-formats: - shard-bmg: [SKIP][116] ([Intel XE#6703]) -> [SKIP][117] ([Intel XE#2244]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_dsc@dsc-with-formats.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-6/igt@kms_dsc@dsc-with-formats.html * igt@kms_flip@2x-flip-vs-dpms: - shard-bmg: [SKIP][118] ([Intel XE#2316]) -> [DMESG-WARN][119] ([Intel XE#5208]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_flip@2x-flip-vs-dpms.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-2/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-bmg: [SKIP][120] ([Intel XE#6703]) -> [SKIP][121] ([Intel XE#7178] / [Intel XE#7351]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [SKIP][122] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][123] ([Intel XE#2311]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][124] ([Intel XE#2312]) -> [SKIP][125] ([Intel XE#2311]) +11 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render: - shard-bmg: [SKIP][126] ([Intel XE#6703]) -> [SKIP][127] ([Intel XE#2311]) +4 other tests skip [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][128] ([Intel XE#6703]) -> [SKIP][129] ([Intel XE#4141]) +1 other test skip [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-bmg: [SKIP][130] ([Intel XE#4141]) -> [SKIP][131] ([Intel XE#2312]) +8 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render: - shard-bmg: [SKIP][132] ([Intel XE#2312]) -> [SKIP][133] ([Intel XE#4141]) +6 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt: - shard-bmg: [SKIP][134] ([Intel XE#6703]) -> [SKIP][135] ([Intel XE#2312]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render: - shard-bmg: [SKIP][136] ([Intel XE#2311]) -> [SKIP][137] ([Intel XE#2312]) +9 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-bmg: [SKIP][138] ([Intel XE#6703]) -> [SKIP][139] ([Intel XE#2352] / [Intel XE#7399]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][140] ([Intel XE#6703]) -> [SKIP][141] ([Intel XE#2313]) +7 other tests skip [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][142] ([Intel XE#2312]) -> [SKIP][143] ([Intel XE#2313]) +8 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff: - shard-bmg: [SKIP][144] ([Intel XE#2313]) -> [SKIP][145] ([Intel XE#2312]) +15 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html * igt@kms_joiner@basic-big-joiner: - shard-bmg: [SKIP][146] ([Intel XE#6703]) -> [SKIP][147] ([Intel XE#6901]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_joiner@basic-big-joiner.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@kms_joiner@basic-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-bmg: [SKIP][148] ([Intel XE#6703]) -> [SKIP][149] ([Intel XE#7591]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier: - shard-bmg: [SKIP][150] ([Intel XE#6703]) -> [SKIP][151] ([Intel XE#7283]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-bmg: [SKIP][152] ([Intel XE#6703]) -> [SKIP][153] ([Intel XE#2763] / [Intel XE#6886]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-bmg: [SKIP][154] ([Intel XE#6703]) -> [SKIP][155] ([Intel XE#1489]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-bmg: [SKIP][156] ([Intel XE#6703]) -> [SKIP][157] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_psr@pr-cursor-plane-onoff.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [SKIP][158] ([Intel XE#6703]) -> [SKIP][159] ([Intel XE#1435]) [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_sharpness_filter@filter-basic: - shard-bmg: [SKIP][160] ([Intel XE#6703]) -> [SKIP][161] ([Intel XE#6503]) [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@kms_sharpness_filter@filter-basic.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@kms_sharpness_filter@filter-basic.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][162] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][163] ([Intel XE#2509] / [Intel XE#7437]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@xe_eudebug@multigpu-basic-client: - shard-bmg: [SKIP][164] ([Intel XE#6703]) -> [SKIP][165] ([Intel XE#4837]) [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_eudebug@multigpu-basic-client.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@xe_eudebug@multigpu-basic-client.html * igt@xe_evict@evict-small-multi-queue-priority-cm: - shard-bmg: [SKIP][166] ([Intel XE#7140]) -> [INCOMPLETE][167] ([Intel XE#2594]) [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-5/igt@xe_evict@evict-small-multi-queue-priority-cm.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@xe_evict@evict-small-multi-queue-priority-cm.html * igt@xe_evict@evict-threads-small-multi-queue: - shard-bmg: [SKIP][168] ([Intel XE#6703]) -> [SKIP][169] ([Intel XE#7140]) [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_evict@evict-threads-small-multi-queue.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-8/igt@xe_evict@evict-threads-small-multi-queue.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind: - shard-bmg: [SKIP][170] ([Intel XE#6703]) -> [SKIP][171] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind.html * igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate-race-imm: - shard-bmg: [SKIP][172] ([Intel XE#6703]) -> [SKIP][173] ([Intel XE#7136]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate-race-imm.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-9/igt@xe_exec_fault_mode@twice-multi-queue-userptr-invalidate-race-imm.html * igt@xe_exec_multi_queue@few-execs-preempt-mode-close-fd-smem: - shard-bmg: [SKIP][174] ([Intel XE#6703]) -> [SKIP][175] ([Intel XE#6874]) +4 other tests skip [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_multi_queue@few-execs-preempt-mode-close-fd-smem.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-1/igt@xe_exec_multi_queue@few-execs-preempt-mode-close-fd-smem.html * igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind: - shard-bmg: [SKIP][176] ([Intel XE#6703]) -> [SKIP][177] ([Intel XE#7138]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind.html * igt@xe_pm@d3cold-mmap-system: - shard-bmg: [SKIP][178] ([Intel XE#6703]) -> [SKIP][179] ([Intel XE#2284] / [Intel XE#7370]) [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8807/shard-bmg-2/igt@xe_pm@d3cold-mmap-system.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/shard-bmg-7/igt@xe_pm@d3cold-mmap-system.html [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [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#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391 [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2594 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [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#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596 [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733 [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837 [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208 [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545 [Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848 [Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937 [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321 [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503 [Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557 [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569 [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652 [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665 [Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703 [Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707 [Intel XE#6779]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6779 [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874 [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886 [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901 [Intel XE#6927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6927 [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974 [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#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086 [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136 [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138 [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140 [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178 [Intel XE#7194]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7194 [Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283 [Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340 [Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343 [Intel XE#7344]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7344 [Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351 [Intel XE#7354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7354 [Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355 [Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356 [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#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399 [Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417 [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#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439 [Intel XE#7447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7447 [Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571 [Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578 [Intel XE#7591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7591 [Intel XE#7621]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7621 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 Build changes ------------- * IGT: IGT_8807 -> IGTPW_14797 * Linux: xe-4735-113073d07f958385b5b80d29b62e10d2cf0181d6 -> xe-4740-c479cdf62a3f9a6101dd020abbc471f35142b3d1 IGTPW_14797: 4a22ea52dc06e18a3e38253d372b405b116db82e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8807: 7f44d96d705f1583d689f1f8c2275b685b4ca11d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-4735-113073d07f958385b5b80d29b62e10d2cf0181d6: 113073d07f958385b5b80d29b62e10d2cf0181d6 xe-4740-c479cdf62a3f9a6101dd020abbc471f35142b3d1: c479cdf62a3f9a6101dd020abbc471f35142b3d1 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14797/index.html [-- Attachment #2: Type: text/html, Size: 58086 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2026-03-19 14:57 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-02-26 9:42 [PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling Naladala Ramanaidu 2026-02-26 16:19 ` ✓ Xe.CI.BAT: success for " Patchwork 2026-02-26 16:39 ` ✓ i915.CI.BAT: " Patchwork 2026-02-26 17:13 ` ✗ Xe.CI.FULL: failure " Patchwork 2026-02-27 2:58 ` [PATCH i-g-t v1] " B, Jeevan 2026-03-17 19:30 ` [PATCH i-g-t v2] " Naladala Ramanaidu 2026-03-18 4:17 ` B, Jeevan 2026-03-18 8:18 ` Hogander, Jouni 2026-03-18 8:54 ` Naladala, Ramanaidu 2026-03-18 9:28 ` Hogander, Jouni 2026-03-18 10:38 ` Naladala, Ramanaidu 2026-03-18 2:02 ` ✓ Xe.CI.BAT: success for lib/igt_psr: Fix Early Transport status handling (rev2) Patchwork 2026-03-18 2:12 ` ✓ i915.CI.BAT: " Patchwork 2026-03-19 14:57 ` ✗ Xe.CI.FULL: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox