* [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
@ 2026-03-12 8:03 Mohammed Thasleem
2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Mohammed Thasleem @ 2026-03-12 8:03 UTC (permalink / raw)
To: igt-dev; +Cc: swati2.sharma, Mohammed Thasleem
Select the first available eDP output and assign it to PIPE_B to avoid pipe
conflicts on dual-eDP systems.
Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
tests/intel/kms_pm_dc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index d1c4a5019..2e5ffe842 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -149,7 +149,10 @@ static void set_output_on_pipe_b(data_t *data)
data->output = output;
data->mode = igt_output_get_mode(output);
+
+ break;
}
+ igt_require_f(data->output, "No valid eDP found for PIPE_B\n");
}
static void setup_output(data_t *data)
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✓ Xe.CI.BAT: success for tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
2026-03-12 8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
@ 2026-03-12 12:51 ` Patchwork
2026-03-12 13:08 ` ✗ i915.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-03-12 12:51 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
URL : https://patchwork.freedesktop.org/series/163091/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8798_BAT -> XEIGTPW_14743_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14743_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
- bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#7483])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][3] ([Intel XE#2229])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- bat-adlp-7: [DMESG-WARN][4] ([Intel XE#7483]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
#### Warnings ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-2: [ABORT][6] ([Intel XE#7249]) -> [DMESG-WARN][7] ([Intel XE#7433])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
[Intel XE#7433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7433
[Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483
Build changes
-------------
* IGT: IGT_8798 -> IGTPW_14743
* Linux: xe-4704-169ea69ad8f2fb0a126608399386e4580bb2d0b0 -> xe-4706-72190ebdd4c0e9a2b454b04ba382beeb6020e047
IGTPW_14743: 14743
IGT_8798: 8798
xe-4704-169ea69ad8f2fb0a126608399386e4580bb2d0b0: 169ea69ad8f2fb0a126608399386e4580bb2d0b0
xe-4706-72190ebdd4c0e9a2b454b04ba382beeb6020e047: 72190ebdd4c0e9a2b454b04ba382beeb6020e047
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/index.html
[-- Attachment #2: Type: text/html, Size: 3506 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ i915.CI.BAT: failure for tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
2026-03-12 8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-03-12 13:08 ` Patchwork
2026-03-13 4:42 ` [PATCH i-g-t] " Karthik B S
2026-03-13 10:03 ` ✗ Xe.CI.FULL: failure for " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-03-12 13:08 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2819 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
URL : https://patchwork.freedesktop.org/series/163091/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8798 -> IGTPW_14743
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14743 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14743, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14743/index.html
Participating hosts (41 -> 37)
------------------------------
Missing (4): bat-dg2-13 bat-mtlp-9 fi-snb-2520m bat-adls-6
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14743:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live:
- bat-jsl-5: [PASS][1] -> [TIMEOUT][2] +1 other test timeout
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8798/bat-jsl-5/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14743/bat-jsl-5/igt@i915_selftest@live.html
Known issues
------------
Here are the changes found in IGTPW_14743 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- 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_8798/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14743/bat-dg2-14/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-2: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8798/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14743/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8798 -> IGTPW_14743
* Linux: CI_DRM_18134 -> CI_DRM_18136
CI-20190529: 20190529
CI_DRM_18134: 169ea69ad8f2fb0a126608399386e4580bb2d0b0 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18136: 72190ebdd4c0e9a2b454b04ba382beeb6020e047 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14743: 14743
IGT_8798: 8798
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14743/index.html
[-- Attachment #2: Type: text/html, Size: 3563 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
2026-03-12 8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-12 13:08 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-03-13 4:42 ` Karthik B S
2026-03-13 10:03 ` ✗ Xe.CI.FULL: failure for " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Karthik B S @ 2026-03-13 4:42 UTC (permalink / raw)
To: Mohammed Thasleem, igt-dev; +Cc: swati2.sharma
Hi Thasleem,
On 3/12/2026 1:33 PM, Mohammed Thasleem wrote:
> Select the first available eDP output and assign it to PIPE_B to avoid pipe
> conflicts on dual-eDP systems.
>
> Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
> ---
> tests/intel/kms_pm_dc.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
> index d1c4a5019..2e5ffe842 100644
> --- a/tests/intel/kms_pm_dc.c
> +++ b/tests/intel/kms_pm_dc.c
> @@ -149,7 +149,10 @@ static void set_output_on_pipe_b(data_t *data)
>
> data->output = output;
> data->mode = igt_output_get_mode(output);
> +
> + break;
> }
Wouldn't we want to run this test on both the eDP's if say both support PSR?
Thanks and Regards,
Karthik.B.S
> + igt_require_f(data->output, "No valid eDP found for PIPE_B\n");
> }
>
> static void setup_output(data_t *data)
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
2026-03-12 8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
` (2 preceding siblings ...)
2026-03-13 4:42 ` [PATCH i-g-t] " Karthik B S
@ 2026-03-13 10:03 ` Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-03-13 10:03 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 19193 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems
URL : https://patchwork.freedesktop.org/series/163091/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8798_FULL -> XEIGTPW_14743_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14743_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14743_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_14743_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_pmu@gt-frequency@gt0:
- shard-lnl: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-2/igt@xe_pmu@gt-frequency@gt0.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@xe_pmu@gt-frequency@gt0.html
Known issues
------------
Here are the changes found in XEIGTPW_14743_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#1477] / [Intel XE#7361])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#1124]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#2191] / [Intel XE#7373])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-8/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#1512] / [Intel XE#7392])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#2887]) +2 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-max:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#306] / [Intel XE#7358])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_hpd@common-hpd-after-hibernate:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#373])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-5/igt@kms_chamelium_hpd@common-hpd-after-hibernate.html
* igt@kms_color_pipeline@plane-lut3d-green-only:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#6969] / [Intel XE#7006]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-3/igt@kms_color_pipeline@plane-lut3d-green-only.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-1:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#6969]) +7 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-3/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-1.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1424]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-8/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#4331] / [Intel XE#7227])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1421]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [PASS][15] -> [FAIL][16] ([Intel XE#301])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#7178] / [Intel XE#7349])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#7178] / [Intel XE#7351])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#656]) +7 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#3374] / [Intel XE#3544])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#7591])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#7283])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-3/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-4:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#599] / [Intel XE#7382]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@kms_plane_lowres@tiling-4.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][25] -> [FAIL][26] ([Intel XE#7340])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#2893] / [Intel XE#4608] / [Intel XE#7304])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#4608])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#4608] / [Intel XE#7304])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#2893] / [Intel XE#7304])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-8/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#1406] / [Intel XE#7345])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-5/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@fbc-psr2-primary-blt@edp-1:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1406] / [Intel XE#4609])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-5/igt@kms_psr@fbc-psr2-primary-blt@edp-1.html
* igt@kms_psr@pr-dpms:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1406])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@kms_psr@pr-dpms.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#1127] / [Intel XE#5813])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@xe_eudebug_online@single-step-one:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@xe_eudebug_online@single-step-one.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#6540] / [Intel XE#688])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_exec_balancer@twice-parallel-basic:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#7482]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@xe_exec_balancer@twice-parallel-basic.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#1392]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-race-imm:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#7136]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@xe_exec_fault_mode@once-multi-queue-userptr-invalidate-race-imm.html
* igt@xe_exec_multi_queue@max-queues-preempt-mode-dyn-priority-smem:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#6874]) +7 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-1/igt@xe_exec_multi_queue@max-queues-preempt-mode-dyn-priority-smem.html
* igt@xe_exec_threads@threads-multi-queue-shared-vm-rebind:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#7138]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-1/igt@xe_exec_threads@threads-multi-queue-shared-vm-rebind.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#2229])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#944]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-4/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_sriov_admin@sched-priority-vf-write-denied:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#7174])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@xe_sriov_admin@sched-priority-vf-write-denied.html
#### Possible fixes ####
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [FAIL][46] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][47]
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [FAIL][48] ([Intel XE#2142]) -> [PASS][49] +1 other test pass
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-6/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma:
- shard-lnl: [FAIL][50] ([Intel XE#5625]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-5/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
#### Warnings ####
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][52] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][53] ([Intel XE#301])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8798/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[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#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[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#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
[Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#5625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5625
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[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#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#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[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#7174]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7174
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7227
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7304
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7345
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7361
[Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[Intel XE#7382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7382
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7392
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7591
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8798 -> IGTPW_14743
* Linux: xe-4704-169ea69ad8f2fb0a126608399386e4580bb2d0b0 -> xe-4706-72190ebdd4c0e9a2b454b04ba382beeb6020e047
IGTPW_14743: 14743
IGT_8798: 8798
xe-4704-169ea69ad8f2fb0a126608399386e4580bb2d0b0: 169ea69ad8f2fb0a126608399386e4580bb2d0b0
xe-4706-72190ebdd4c0e9a2b454b04ba382beeb6020e047: 72190ebdd4c0e9a2b454b04ba382beeb6020e047
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14743/index.html
[-- Attachment #2: Type: text/html, Size: 21613 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-03-13 10:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 8:03 [PATCH i-g-t] tests/intel/kms_pm_dc: Avoid PIPE_B conflict on dual-eDP systems Mohammed Thasleem
2026-03-12 12:51 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-12 13:08 ` ✗ i915.CI.BAT: failure " Patchwork
2026-03-13 4:42 ` [PATCH i-g-t] " Karthik B S
2026-03-13 10:03 ` ✗ Xe.CI.FULL: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox