* [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines
@ 2026-03-18 14:01 sumit kishore
2026-03-18 16:26 ` ✓ Xe.CI.BAT: success for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: sumit kishore @ 2026-03-18 14:01 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, sumit kishore
Print debug messages for sub-tests which are expected to
skip on headless display systems.
v2: Use existing library function, instead of
defining new (karthik)
Signed-off-by: sumit kishore <sumit.kishore@intel.com>
---
tests/kms_properties.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index f735839da..9f5649c90 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -377,6 +377,8 @@ static void plane_properties(igt_display_t *display, bool atomic)
igt_output_t *output;
igt_crtc_t *crtc;
+ igt_display_require_output(display);
+
for_each_crtc_with_single_output(display, crtc, output) {
igt_display_reset(display);
@@ -400,6 +402,8 @@ static void crtc_properties(igt_display_t *display, bool atomic)
igt_crtc_t *crtc;
igt_output_t *output;
+ igt_display_require_output(display);
+
for_each_crtc_with_single_output(display, crtc, output) {
igt_display_reset(display);
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_properties: Add skip on headless machines (rev2)
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
@ 2026-03-18 16:26 ` Patchwork
2026-03-18 16:35 ` ✗ i915.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-03-18 16:26 UTC (permalink / raw)
To: sumit kishore; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]
== Series Details ==
Series: tests/kms_properties: Add skip on headless machines (rev2)
URL : https://patchwork.freedesktop.org/series/162630/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8810_BAT -> XEIGTPW_14805_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (14 -> 14)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14805_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-1: NOTRUN -> [SKIP][1] ([Intel XE#2229])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [PASS][2] -> [FAIL][3] ([Intel XE#6520])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/bat-dg2-oem2/igt@xe_waitfence@reltime.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-1: [ABORT][4] ([Intel XE#7249]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
Build changes
-------------
* IGT: IGT_8810 -> IGTPW_14805
IGTPW_14805: 14805
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4745-61409ba11a36fa5aff4ce0f0086a6026a43c5bce: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/index.html
[-- Attachment #2: Type: text/html, Size: 2735 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.BAT: failure for tests/kms_properties: Add skip on headless machines (rev2)
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
2026-03-18 16:26 ` ✓ Xe.CI.BAT: success for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
@ 2026-03-18 16:35 ` Patchwork
2026-03-18 17:28 ` [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines Samala, Pranay
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-03-18 16:35 UTC (permalink / raw)
To: sumit kishore; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3638 bytes --]
== Series Details ==
Series: tests/kms_properties: Add skip on headless machines (rev2)
URL : https://patchwork.freedesktop.org/series/162630/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8810 -> IGTPW_14805
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14805 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14805, 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_14805/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14805:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gt_mocs:
- bat-dg2-8: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-dg2-8/igt@i915_selftest@live@gt_mocs.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14805/bat-dg2-8/igt@i915_selftest@live@gt_mocs.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-dg2-8: [DMESG-FAIL][3] ([i915#12061]) -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-dg2-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14805/bat-dg2-8/igt@i915_selftest@live.html
New tests
---------
New tests have been introduced between IGT_8810 and IGTPW_14805:
### New IGT tests (6) ###
* igt@i915_selftest@basic-flip-vs-modeset:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@basic-pci-d3-state:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@clobberred-modifier:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@invalid-set-prop:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@invalid-set-prop-any:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@nonblocking-crc-frame-sequence:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_14805 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-mtlp-9: [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14805/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
- bat-arls-6: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8810/bat-arls-6/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14805/bat-arls-6/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_8810 -> IGTPW_14805
CI-20190529: 20190529
CI_DRM_18174: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14805: 14805
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14805/index.html
[-- Attachment #2: Type: text/html, Size: 4639 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
2026-03-18 16:26 ` ✓ Xe.CI.BAT: success for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
2026-03-18 16:35 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-03-18 17:28 ` Samala, Pranay
2026-03-18 19:06 ` Ville Syrjälä
2026-03-20 4:36 ` ✗ Xe.CI.FULL: failure for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Samala, Pranay @ 2026-03-18 17:28 UTC (permalink / raw)
To: Kishore, Sumit, igt-dev@lists.freedesktop.org
Cc: B S, Karthik, Kishore, Sumit
Hi Sumit,
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of sumit
> kishore
> Sent: Wednesday, March 18, 2026 7:31 PM
> To: igt-dev@lists.freedesktop.org
> Cc: B S, Karthik <karthik.b.s@intel.com>; Kishore, Sumit
> <sumit.kishore@intel.com>
> Subject: [PATCH i-g-t v2] tests/kms_properties: Add skip on headless
> machines
>
> Print debug messages for sub-tests which are expected to skip on headless
> display systems.
Commit message says print debug message but change just skips, but doesn't
print any debug message.
Please update the commit message as per the code changes.
>
> v2: Use existing library function, instead of
> defining new (karthik)
>
> Signed-off-by: sumit kishore <sumit.kishore@intel.com>
*Sumit
*Kishore
> ---
> tests/kms_properties.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/kms_properties.c b/tests/kms_properties.c index
> f735839da..9f5649c90 100644
> --- a/tests/kms_properties.c
> +++ b/tests/kms_properties.c
> @@ -377,6 +377,8 @@ static void plane_properties(igt_display_t *display,
> bool atomic)
> igt_output_t *output;
> igt_crtc_t *crtc;
>
> + igt_display_require_output(display);
> +
> for_each_crtc_with_single_output(display, crtc, output) {
> igt_display_reset(display);
>
> @@ -400,6 +402,8 @@ static void crtc_properties(igt_display_t *display, bool
> atomic)
> igt_crtc_t *crtc;
> igt_output_t *output;
>
> + igt_display_require_output(display);
> +
Changes only updates plane_properties() and crtc_properties().
colorop_properties() can also end up skipping on headless.
I think we can also add to colorop_properties()
Regards,
Pranay
> for_each_crtc_with_single_output(display, crtc, output) {
> igt_display_reset(display);
>
> --
> 2.43.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
` (2 preceding siblings ...)
2026-03-18 17:28 ` [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines Samala, Pranay
@ 2026-03-18 19:06 ` Ville Syrjälä
2026-03-25 6:31 ` Kishore, Sumit
2026-03-20 4:36 ` ✗ Xe.CI.FULL: failure for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
4 siblings, 1 reply; 7+ messages in thread
From: Ville Syrjälä @ 2026-03-18 19:06 UTC (permalink / raw)
To: sumit kishore; +Cc: igt-dev, karthik.b.s
On Wed, Mar 18, 2026 at 07:31:20PM +0530, sumit kishore wrote:
> Print debug messages for sub-tests which are expected to
> skip on headless display systems.
>
> v2: Use existing library function, instead of
> defining new (karthik)
>
> Signed-off-by: sumit kishore <sumit.kishore@intel.com>
> ---
> tests/kms_properties.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/kms_properties.c b/tests/kms_properties.c
> index f735839da..9f5649c90 100644
> --- a/tests/kms_properties.c
> +++ b/tests/kms_properties.c
> @@ -377,6 +377,8 @@ static void plane_properties(igt_display_t *display, bool atomic)
> igt_output_t *output;
> igt_crtc_t *crtc;
>
> + igt_display_require_output(display);
> +
> for_each_crtc_with_single_output(display, crtc, output) {
> igt_display_reset(display);
>
> @@ -400,6 +402,8 @@ static void crtc_properties(igt_display_t *display, bool atomic)
> igt_crtc_t *crtc;
> igt_output_t *output;
>
> + igt_display_require_output(display);
> +
I'm thinking these tests shouldn't even need an output. It should be
possible to set (at least most) plane/crtc properties regardless of
whether they're active or not.
> for_each_crtc_with_single_output(display, crtc, output) {
> igt_display_reset(display);
>
> --
> 2.43.0
--
Ville Syrjälä
Intel
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_properties: Add skip on headless machines (rev2)
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
` (3 preceding siblings ...)
2026-03-18 19:06 ` Ville Syrjälä
@ 2026-03-20 4:36 ` Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-03-20 4:36 UTC (permalink / raw)
To: sumit kishore; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 35040 bytes --]
== Series Details ==
Series: tests/kms_properties: Add skip on headless machines (rev2)
URL : https://patchwork.freedesktop.org/series/162630/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8810_FULL -> XEIGTPW_14805_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14805_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14805_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_14805_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_configfs@ctx-restore-post-bb:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@xe_configfs@ctx-restore-post-bb.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@xe_configfs@ctx-restore-post-bb.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-bmg: NOTRUN -> [DMESG-WARN][3]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@xe_wedged@wedged-at-any-timeout.html
Known issues
------------
Here are the changes found in XEIGTPW_14805_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2327]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [PASS][6] -> [SKIP][7] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2314] / [Intel XE#2894] / [Intel XE#7373])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2887]) +3 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2652]) +8 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#3432]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_cdclk@plane-scaling:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2724] / [Intel XE#7449])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-9/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2325] / [Intel XE#7358])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2252]) +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#6974])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][16] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2320]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [PASS][18] -> [SKIP][19] ([Intel XE#2291]) +4 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#4302])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-bmg: [PASS][21] -> [SKIP][22] ([Intel XE#1340])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-bmg: [PASS][23] -> [SKIP][24] ([Intel XE#4354])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_dp_link_training@non-uhbr-sst.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2244])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#4156] / [Intel XE#7425])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [PASS][27] -> [SKIP][28] ([Intel XE#2316]) +3 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- 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_14805/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#656])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2312]) +4 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#7061] / [Intel XE#7356])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2311]) +9 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#4141]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-9/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2313]) +9 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][36] -> [SKIP][37] ([Intel XE#1503])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_hdr@invalid-hdr.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#1503])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#6901])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-9/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [PASS][40] -> [SKIP][41] ([Intel XE#7086])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#7283])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#2763] / [Intel XE#6886]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-1/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-c.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7376] / [Intel XE#870])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-6/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#1489]) +4 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2387] / [Intel XE#7429])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-9/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-primary-render:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2234] / [Intel XE#2850]) +4 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_psr@fbc-psr-primary-render.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#3904] / [Intel XE#7342])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2330] / [Intel XE#5813])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2413]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#1435])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_sharpness_filter@invalid-filter-with-scaler:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#6503])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_sharpness_filter@invalid-filter-with-scaler.html
* igt@xe_eudebug@basic-exec-queues-enable:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#4837]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@xe_eudebug@basic-exec-queues-enable.html
* igt@xe_eudebug_online@set-breakpoint-sigint-debugger:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#4837] / [Intel XE#6665])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [PASS][57] -> [INCOMPLETE][58] ([Intel XE#6321])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-small-multi-queue-priority-cm:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#7140]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-8/igt@xe_evict@evict-small-multi-queue-priority-cm.html
* igt@xe_exec_balancer@no-exec-virtual-basic:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#7482])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-5/igt@xe_exec_balancer@no-exec-virtual-basic.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2322] / [Intel XE#7372]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#7136]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind-prefetch.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#6874]) +12 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma:
- shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#5625])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-2/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-6/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-multi-vma.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#7138]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr.html
* igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#6964]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2284] / [Intel XE#7370]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#4733] / [Intel XE#7417])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-6/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#944]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: [PASS][71] -> [FAIL][72] ([Intel XE#5937])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@xe_sriov_flr@flr-each-isolation.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html
* igt@xe_sriov_flr@flr-vf1-clear:
- shard-bmg: [PASS][73] -> [FAIL][74] ([Intel XE#6569])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@xe_sriov_flr@flr-vf1-clear.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@xe_sriov_flr@flr-vf1-clear.html
#### Possible fixes ####
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][75] ([Intel XE#5354]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-bmg: [SKIP][77] ([Intel XE#2291]) -> [PASS][78] +3 other tests pass
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: [SKIP][79] ([Intel XE#2291] / [Intel XE#7343]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@forked-move:
- shard-bmg: [ABORT][81] ([Intel XE#5545]) -> [PASS][82] +1 other test pass
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-2/igt@kms_cursor_legacy@forked-move.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-6/igt@kms_cursor_legacy@forked-move.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-bmg: [SKIP][83] ([Intel XE#2316]) -> [PASS][84] +6 other tests pass
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-bmg: [FAIL][85] ([Intel XE#3321]) -> [PASS][86] +1 other test pass
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][87] ([Intel XE#7308]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle-dpms:
- shard-bmg: [SKIP][89] ([Intel XE#1503]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_hdr@static-toggle-dpms.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-6/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [FAIL][91] ([Intel XE#6361]) -> [PASS][92] +2 other tests pass
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-lnl-6/igt@kms_setmode@basic@pipe-b-edp-1.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-lnl-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: [FAIL][93] ([Intel XE#6569]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-10/igt@xe_sriov_flr@flr-vfs-parallel.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-9/igt@xe_sriov_flr@flr-vfs-parallel.html
* igt@xe_survivability@i2c-functionality:
- shard-bmg: [ABORT][95] ([Intel XE#7578]) -> [PASS][96] +1 other test pass
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-4/igt@xe_survivability@i2c-functionality.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@xe_survivability@i2c-functionality.html
#### Warnings ####
* igt@kms_content_protection@srm:
- shard-bmg: [SKIP][97] ([Intel XE#2341]) -> [FAIL][98] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_content_protection@srm.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_content_protection@srm.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][99] ([Intel XE#2312]) -> [SKIP][100] ([Intel XE#2311]) +16 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: [SKIP][101] ([Intel XE#4141]) -> [SKIP][102] ([Intel XE#2312]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][103] ([Intel XE#2312]) -> [SKIP][104] ([Intel XE#4141]) +11 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][105] ([Intel XE#2311]) -> [SKIP][106] ([Intel XE#2312]) +13 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][107] ([Intel XE#2313]) -> [SKIP][108] ([Intel XE#2312]) +12 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][109] ([Intel XE#2312]) -> [SKIP][110] ([Intel XE#2313]) +16 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: [SKIP][111] ([Intel XE#4596]) -> [SKIP][112] ([Intel XE#5021] / [Intel XE#7377])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_plane_multiple@2x-tiling-yf.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_rotation_crc@bad-tiling:
- shard-bmg: [SKIP][113] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342]) -> [SKIP][114] ([Intel XE#3904] / [Intel XE#7342])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-3/igt@kms_rotation_crc@bad-tiling.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-10/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: [SKIP][115] ([Intel XE#3904] / [Intel XE#7342]) -> [SKIP][116] ([Intel XE#3414] / [Intel XE#3904] / [Intel XE#7342])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][117] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][118] ([Intel XE#1729] / [Intel XE#7424])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8810/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.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#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[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#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#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#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[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#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[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#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[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#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[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#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#6361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6361
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[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#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[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#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[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#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7373
[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#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7578]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7578
[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_8810 -> IGTPW_14805
IGTPW_14805: 14805
IGT_8810: eb9035ba642724dc0a7711672805f26d1f34f712 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4745-61409ba11a36fa5aff4ce0f0086a6026a43c5bce: 61409ba11a36fa5aff4ce0f0086a6026a43c5bce
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14805/index.html
[-- Attachment #2: Type: text/html, Size: 40062 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines
2026-03-18 19:06 ` Ville Syrjälä
@ 2026-03-25 6:31 ` Kishore, Sumit
0 siblings, 0 replies; 7+ messages in thread
From: Kishore, Sumit @ 2026-03-25 6:31 UTC (permalink / raw)
To: Ville Syrjälä; +Cc: igt-dev, karthik.b.s
On 19-03-2026 00:36, Ville Syrjälä wrote:
> On Wed, Mar 18, 2026 at 07:31:20PM +0530, sumit kishore wrote:
>> Print debug messages for sub-tests which are expected to
>> skip on headless display systems.
>>
>> v2: Use existing library function, instead of
>> defining new (karthik)
>>
>> Signed-off-by: sumit kishore <sumit.kishore@intel.com>
>> ---
>> tests/kms_properties.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/tests/kms_properties.c b/tests/kms_properties.c
>> index f735839da..9f5649c90 100644
>> --- a/tests/kms_properties.c
>> +++ b/tests/kms_properties.c
>> @@ -377,6 +377,8 @@ static void plane_properties(igt_display_t *display, bool atomic)
>> igt_output_t *output;
>> igt_crtc_t *crtc;
>>
>> + igt_display_require_output(display);
>> +
>> for_each_crtc_with_single_output(display, crtc, output) {
>> igt_display_reset(display);
>>
>> @@ -400,6 +402,8 @@ static void crtc_properties(igt_display_t *display, bool atomic)
>> igt_crtc_t *crtc;
>> igt_output_t *output;
>>
>> + igt_display_require_output(display);
>> +
> I'm thinking these tests shouldn't even need an output. It should be
> possible to set (at least most) plane/crtc properties regardless of
> whether they're active or not.
this test is already being skipped on headless displays, when it hits
the check "for_each_crtc_with_single_output".
my changes are printing the reason for the skip to add more clarity in
the logs.
in case if we need to set the properties at crtc level, regardless of
headless/active displays,
it can be taken as a separate iGT improvement task as it will require
changes at multiple places, or re-design of the test case itself.
>> for_each_crtc_with_single_output(display, crtc, output) {
>> igt_display_reset(display);
>>
>> --
>> 2.43.0
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-03-25 6:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 14:01 [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines sumit kishore
2026-03-18 16:26 ` ✓ Xe.CI.BAT: success for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
2026-03-18 16:35 ` ✗ i915.CI.BAT: failure " Patchwork
2026-03-18 17:28 ` [PATCH i-g-t v2] tests/kms_properties: Add skip on headless machines Samala, Pranay
2026-03-18 19:06 ` Ville Syrjälä
2026-03-25 6:31 ` Kishore, Sumit
2026-03-20 4:36 ` ✗ Xe.CI.FULL: failure for tests/kms_properties: Add skip on headless machines (rev2) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox