* [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation
@ 2026-02-25 11:05 Santhosh Reddy Guddati
2026-02-25 22:21 ` ✗ Xe.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Santhosh Reddy Guddati @ 2026-02-25 11:05 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, swati2.sharma, Santhosh Reddy Guddati
Validate mode before proceeding with creating frame buffers to avoid
passing invalid parameters to the ioctl.
Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
tests/kms_async_flips.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
index 014b7f347..d00b36544 100644
--- a/tests/kms_async_flips.c
+++ b/tests/kms_async_flips.c
@@ -298,6 +298,12 @@ static void test_init(data_t *data)
igt_display_commit(&data->display);
mode = igt_output_get_mode(data->output);
+ igt_require_f(kmstest_mode_is_valid(mode),
+ "Invalid mode on %s (%dx%d@%d)",
+ data->output->name,
+ mode ? mode->hdisplay : 0,
+ mode ? mode->vdisplay : 0,
+ mode ? mode->vrefresh : 0);
data->crtc_id = data->crtc->crtc_id;
data->refresh_rate = mode->vrefresh;
@@ -327,6 +333,12 @@ static void test_init_fbs(data_t *data)
drmModeModeInfo *mode;
mode = igt_output_get_mode(data->output);
+ igt_require_f(kmstest_mode_is_valid(mode),
+ "Invalid mode on %s (%dx%d@%d)",
+ data->output->name,
+ mode ? mode->hdisplay : 0,
+ mode ? mode->vdisplay : 0,
+ mode ? mode->vrefresh : 0);
width = mode->hdisplay;
height = mode->vdisplay;
@@ -672,6 +684,12 @@ static void test_invalid(data_t *data)
igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY);
mode = igt_output_get_mode(data->output);
+ igt_require_f(kmstest_mode_is_valid(mode),
+ "Invalid mode on %s (%dx%d@%d)",
+ data->output->name,
+ mode ? mode->hdisplay : 0,
+ mode ? mode->vdisplay : 0,
+ mode ? mode->vrefresh : 0);
width = mode->hdisplay;
height = mode->vdisplay;
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✗ Xe.CI.BAT: failure for tests/kms_async_flips: validate mode before proceeding with fb creation
2026-02-25 11:05 [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation Santhosh Reddy Guddati
@ 2026-02-25 22:21 ` Patchwork
2026-02-25 22:30 ` ✗ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-25 22:21 UTC (permalink / raw)
To: Reddy Guddati, Santhosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2568 bytes --]
== Series Details ==
Series: tests/kms_async_flips: validate mode before proceeding with fb creation
URL : https://patchwork.freedesktop.org/series/162136/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8772_BAT -> XEIGTPW_14614_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14614_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14614_BAT, 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 (14 -> 14)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14614_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- bat-adlp-7: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/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_14614/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- bat-bmg-3: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/bat-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/bat-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
Known issues
------------
Here are the changes found in XEIGTPW_14614_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
- bat-adlp-7: [DMESG-WARN][5] -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/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_14614/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
Build changes
-------------
* IGT: IGT_8772 -> IGTPW_14614
IGTPW_14614: 14614
IGT_8772: 8772
xe-4617-3b1923ab37ecd72e1405c7b8d3b1d9e1f3e59f86: 3b1923ab37ecd72e1405c7b8d3b1d9e1f3e59f86
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/index.html
[-- Attachment #2: Type: text/html, Size: 3219 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.BAT: failure for tests/kms_async_flips: validate mode before proceeding with fb creation
2026-02-25 11:05 [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation Santhosh Reddy Guddati
2026-02-25 22:21 ` ✗ Xe.CI.BAT: failure for " Patchwork
@ 2026-02-25 22:30 ` Patchwork
2026-02-26 0:33 ` ✗ Xe.CI.FULL: " Patchwork
2026-02-26 8:48 ` [PATCH i-g-t v1] " Ville Syrjälä
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-25 22:30 UTC (permalink / raw)
To: Reddy Guddati, Santhosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 12493 bytes --]
== Series Details ==
Series: tests/kms_async_flips: validate mode before proceeding with fb creation
URL : https://patchwork.freedesktop.org/series/162136/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8772 -> IGTPW_14614
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14614 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14614, 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_14614/index.html
Participating hosts (40 -> 40)
------------------------------
Additional (3): bat-dg2-14 bat-atsm-1 fi-pnv-d510
Missing (3): bat-dg2-13 bat-dg2-9 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14614:
### IGT changes ###
#### Possible regressions ####
* igt@kms_hdmi_inject@inject-audio:
- fi-tgl-1115g4: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8772/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/fi-tgl-1115g4/igt@kms_hdmi_inject@inject-audio.html
Known issues
------------
Here are the changes found in IGTPW_14614 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@info:
- bat-atsm-1: NOTRUN -> [SKIP][3] ([i915#1849] / [i915#2582])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@fbdev@info.html
* igt@fbdev@read:
- bat-atsm-1: NOTRUN -> [SKIP][4] ([i915#2582]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@fbdev@read.html
* igt@gem_lmem_swapping@basic:
- bat-dg2-8: [PASS][5] -> [ABORT][6] ([i915#15759]) +1 other test abort
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8772/bat-dg2-8/igt@gem_lmem_swapping@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-8/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-atsm-1: NOTRUN -> [ABORT][7] ([i915#15759]) +1 other test abort
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_mmap@basic:
- bat-atsm-1: NOTRUN -> [SKIP][8] ([i915#4083])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@gem_mmap@basic.html
- bat-dg2-14: NOTRUN -> [SKIP][9] ([i915#4083])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@gem_mmap@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][10] ([i915#4079])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@gem_render_tiled_blits@basic.html
- bat-atsm-1: NOTRUN -> [SKIP][11] ([i915#4079])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-14: NOTRUN -> [SKIP][12] ([i915#4077]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@gem_tiled_fence_blits@basic.html
- bat-atsm-1: NOTRUN -> [SKIP][13] ([i915#4077]) +4 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic@basic:
- bat-atsm-1: NOTRUN -> [SKIP][14] ([i915#15657])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@gem_tiled_pread_basic@basic.html
- bat-dg2-14: NOTRUN -> [SKIP][15] ([i915#15657])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@gem_tiled_pread_basic@basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-14: NOTRUN -> [SKIP][16] ([i915#11681] / [i915#6621])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@i915_pm_rps@basic-api.html
- bat-atsm-1: NOTRUN -> [SKIP][17] ([i915#6621])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][18] -> [DMESG-FAIL][19] ([i915#12061]) +1 other test dmesg-fail
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8772/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-arlh-3/igt@i915_selftest@live@workarounds.html
- bat-arls-5: [PASS][20] -> [DMESG-FAIL][21] ([i915#12061]) +1 other test dmesg-fail
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8772/bat-arls-5/igt@i915_selftest@live@workarounds.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-dg2-14: NOTRUN -> [DMESG-FAIL][22] ([i915#12061]) +1 other test dmesg-fail
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][23] ([i915#5190])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][24] ([i915#4215] / [i915#5190])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@size-max:
- bat-atsm-1: NOTRUN -> [SKIP][25] ([i915#6077]) +37 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_addfb_basic@size-max.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-14: NOTRUN -> [SKIP][26] ([i915#4212]) +7 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-14: NOTRUN -> [SKIP][27] ([i915#4103] / [i915#4213]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- bat-atsm-1: NOTRUN -> [SKIP][28] ([i915#6078]) +22 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_dsc@dsc-basic:
- bat-dg2-14: NOTRUN -> [SKIP][29] ([i915#3555] / [i915#3840])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-14: NOTRUN -> [SKIP][30]
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_force_connector_basic@force-load-detect.html
- bat-atsm-1: NOTRUN -> [SKIP][31] ([i915#6093]) +4 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- bat-atsm-1: NOTRUN -> [SKIP][32] ([i915#1836]) +6 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-14: NOTRUN -> [SKIP][33] ([i915#5354])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_prop_blob@basic:
- bat-atsm-1: NOTRUN -> [SKIP][34] ([i915#7357])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_prop_blob@basic.html
* igt@kms_psr@psr-primary-mmap-gtt:
- fi-pnv-d510: NOTRUN -> [SKIP][35] +35 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/fi-pnv-d510/igt@kms_psr@psr-primary-mmap-gtt.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-dg2-14: NOTRUN -> [SKIP][36] ([i915#1072] / [i915#9732]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-14: NOTRUN -> [SKIP][37] ([i915#3555])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@kms_setmode@basic-clone-single-crtc.html
- bat-atsm-1: NOTRUN -> [SKIP][38] ([i915#6094])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-14: NOTRUN -> [SKIP][39] ([i915#3708])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-gtt:
- bat-dg2-14: NOTRUN -> [SKIP][40] ([i915#3708] / [i915#4077]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-write:
- bat-dg2-14: NOTRUN -> [SKIP][41] ([i915#3291] / [i915#3708]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-dg2-14/igt@prime_vgem@basic-write.html
- bat-atsm-1: NOTRUN -> [SKIP][42] +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/bat-atsm-1/igt@prime_vgem@basic-write.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
[i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
[i915#1836]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1836
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#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#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077
[i915#6078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6078
[i915#6093]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6093
[i915#6094]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6094
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#7357]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7357
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8772 -> IGTPW_14614
* Linux: CI_DRM_18048 -> CI_DRM_18049
CI-20190529: 20190529
CI_DRM_18048: 940d2c5064ed09bca924fd8aa017be99cc745b31 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18049: 1c4c5575b9756abb081e24bbdf760e366d11c66d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14614: 14614
IGT_8772: 8772
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14614/index.html
[-- Attachment #2: Type: text/html, Size: 14903 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/kms_async_flips: validate mode before proceeding with fb creation
2026-02-25 11:05 [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation Santhosh Reddy Guddati
2026-02-25 22:21 ` ✗ Xe.CI.BAT: failure for " Patchwork
2026-02-25 22:30 ` ✗ i915.CI.BAT: " Patchwork
@ 2026-02-26 0:33 ` Patchwork
2026-02-26 8:48 ` [PATCH i-g-t v1] " Ville Syrjälä
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-26 0:33 UTC (permalink / raw)
To: Reddy Guddati, Santhosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 57009 bytes --]
== Series Details ==
Series: tests/kms_async_flips: validate mode before proceeding with fb creation
URL : https://patchwork.freedesktop.org/series/162136/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8772_FULL -> XEIGTPW_14614_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14614_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14614_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_14614_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@flip-vs-rmfb-interruptible:
- shard-bmg: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@kms_flip@flip-vs-rmfb-interruptible.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_flip@flip-vs-rmfb-interruptible.html
* igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][3] +11 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@xe_exec_balancer@once-cm-parallel-userptr-invalidate-race.html
Known issues
------------
Here are the changes found in XEIGTPW_14614_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#1407]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2327]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-6/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#7059])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#7059])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-9/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1124]) +5 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1467])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1428])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#1124]) +4 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#2191]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-8/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#367])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-8/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +9 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: NOTRUN -> [INCOMPLETE][16] ([Intel XE#7084]) +1 other test incomplete
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2887]) +4 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2652]) +16 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#306])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-5/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_edid@dp-edid-resolution-list:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2252]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-resolution-list.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#373]) +6 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_color_pipeline@plane-lut1d-lut1d@pipe-a-plane-2:
- shard-lnl: NOTRUN -> [FAIL][22] ([Intel XE#7305]) +9 other tests fail
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@kms_color_pipeline@plane-lut1d-lut1d@pipe-a-plane-2.html
* igt@kms_content_protection@content-type-change:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2341])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#6974])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#6973])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@legacy@pipe-a-dp-1:
- shard-bmg: NOTRUN -> [FAIL][26] ([Intel XE#3304])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@kms_content_protection@legacy@pipe-a-dp-1.html
* igt@kms_content_protection@suspend-resume:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#6705])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_content_protection@suspend-resume.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2321]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2320]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1424])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#2321]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#309]) +4 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2244]) +2 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#776])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2372])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-9/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1421]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-bmg: [PASS][37] -> [DMESG-FAIL][38] ([Intel XE#5545]) +1 other test dmesg-fail
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@kms_flip@2x-plain-flip-ts-check.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [PASS][39] -> [FAIL][40] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-rmfb-interruptible@c-hdmi-a3:
- shard-bmg: [PASS][41] -> [ABORT][42] ([Intel XE#5545] / [Intel XE#6652])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@kms_flip@flip-vs-rmfb-interruptible@c-hdmi-a3.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_flip@flip-vs-rmfb-interruptible@c-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@c-hdmi-a3:
- shard-bmg: [PASS][43] -> [INCOMPLETE][44] ([Intel XE#2049] / [Intel XE#2597]) +1 other test incomplete
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#1397]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7178]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#7178]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#6312])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#6312] / [Intel XE#651]) +6 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#6703]) +10 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#4141]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7061]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2311]) +10 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#7061]) +5 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2313]) +9 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#656]) +24 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#3374] / [Intel XE#3544])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1503])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@kms_hdr@static-swap.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#6900])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#4090])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_pipe_crc_basic@disable-crc-after-crtc:
- shard-bmg: [PASS][62] -> [SKIP][63] ([Intel XE#6557] / [Intel XE#6703]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#7283]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#7283]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-x@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#599]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-5/igt@kms_plane_lowres@tiling-x@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#2763] / [Intel XE#6886]) +7 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#870])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [PASS][69] -> [FAIL][70] ([Intel XE#7340])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1439] / [Intel XE#3141]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@kms_pm_rpm@modeset-non-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#1406] / [Intel XE#1489]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#1406] / [Intel XE#4608]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#1406] / [Intel XE#2893]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#1128] / [Intel XE#1406])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#1406] / [Intel XE#6703])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_psr@fbc-psr-suspend.html
* igt@kms_psr@fbc-psr2-primary-page-flip@edp-1:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1406] / [Intel XE#4609])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_psr@fbc-psr2-primary-page-flip@edp-1.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1406]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-5/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr2-no-drrs:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +5 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-1/igt@kms_psr@psr2-no-drrs.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-lnl: [PASS][81] -> [SKIP][82] ([Intel XE#1406] / [Intel XE#4692])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-lnl-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#3414] / [Intel XE#3904])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2330])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#1499])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [PASS][86] -> [FAIL][87] ([Intel XE#2142]) +1 other test fail
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1499])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@xe_eudebug@discovery-race:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#4837]) +3 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-2/igt@xe_eudebug@discovery-race.html
* igt@xe_eudebug_online@pagefault-one-of-many:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#6665])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@xe_eudebug_online@pagefault-one-of-many.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html
* igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
- shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html
* igt@xe_eudebug_sriov@deny-sriov:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#4518])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@xe_eudebug_sriov@deny-sriov.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][94] -> [INCOMPLETE][95] ([Intel XE#6321])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#7140]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@xe_evict@evict-threads-small-multi-queue.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#6540] / [Intel XE#688]) +5 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2322]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-defer-bind.html
* igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#1392]) +3 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#7136]) +6 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/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][101] ([Intel XE#7136]) +8 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate:
- shard-bmg: [PASS][102] -> [SKIP][103] ([Intel XE#6703]) +116 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@xe_exec_fault_mode@twice-userptr-invalidate.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_fault_mode@twice-userptr-invalidate.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#6874]) +9 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-1/igt@xe_exec_multi_queue@few-execs-preempt-mode-userptr-invalidate.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-close-fd-smem:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#6874]) +15 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-8/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-close-fd-smem.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug:
- shard-bmg: NOTRUN -> [SKIP][106] ([Intel XE#4837]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-single-vma:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#6196])
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-wt-single-vma.html
* igt@xe_exec_threads@threads-many-queues:
- shard-lnl: NOTRUN -> [FAIL][108] ([Intel XE#7166])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@xe_exec_threads@threads-many-queues.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#7138]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr.html
* igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#7138]) +8 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@xe_exec_threads@threads-multi-queue-cm-fd-userptr-invalidate-race.html
* igt@xe_mmap@pci-membarrier-bad-object:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#5100] / [Intel XE#7322])
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@xe_mmap@pci-membarrier-bad-object.html
* igt@xe_mmap@vram:
- shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#1416])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-6/igt@xe_mmap@vram.html
* igt@xe_multigpu_svm@mgpu-coherency-fail-basic:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#6964])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-9/igt@xe_multigpu_svm@mgpu-coherency-fail-basic.html
* igt@xe_multigpu_svm@mgpu-latency-basic:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#6964])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-3/igt@xe_multigpu_svm@mgpu-latency-basic.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@xe_pm@d3cold-mmap-vram.html
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#2284])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-9/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@s3-mocs:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#584])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@xe_pm@s3-mocs.html
* igt@xe_pmu@fn-engine-activity-load:
- shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#4650])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-7/igt@xe_pmu@fn-engine-activity-load.html
* igt@xe_query@multigpu-query-pxp-status:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#944])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@xe_query@multigpu-query-pxp-status.html
* igt@xe_sriov_scheduling@equal-throughput:
- shard-lnl: NOTRUN -> [SKIP][120] ([Intel XE#4351])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-4/igt@xe_sriov_scheduling@equal-throughput.html
* igt@xe_survivability@runtime-survivability:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#6529] / [Intel XE#7331])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@xe_survivability@runtime-survivability.html
#### Possible fixes ####
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
- shard-bmg: [SKIP][122] ([Intel XE#367]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: [DMESG-WARN][124] ([Intel XE#5354]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2:
- shard-bmg: [FAIL][126] -> [PASS][127] +1 other test pass
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-dp2.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [INCOMPLETE][128] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][129] +1 other test pass
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling:
- shard-bmg: [DMESG-FAIL][130] -> [PASS][131] +1 other test pass
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][132] ([Intel XE#4459]) -> [PASS][133] +1 other test pass
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_exec_system_allocator@threads-many-stride-mmap-new:
- shard-bmg: [INCOMPLETE][134] ([Intel XE#2594]) -> [PASS][135]
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@xe_exec_system_allocator@threads-many-stride-mmap-new.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-stride-mmap-new.html
* igt@xe_pm@s4-multiple-execs:
- shard-bmg: [INCOMPLETE][136] -> [PASS][137]
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-2/igt@xe_pm@s4-multiple-execs.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-5/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm_residency@aspm_link_residency:
- shard-bmg: [SKIP][138] ([Intel XE#7258]) -> [PASS][139]
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-5/igt@xe_pm_residency@aspm_link_residency.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@xe_pm_residency@aspm_link_residency.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: [FAIL][140] ([Intel XE#6569]) -> [PASS][141] +2 other tests pass
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-8/igt@xe_sriov_flr@flr-vfs-parallel.html
* igt@xe_sriov_vram@vf-access-beyond:
- shard-bmg: [FAIL][142] ([Intel XE#5937]) -> [PASS][143] +1 other test pass
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@xe_sriov_vram@vf-access-beyond.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_sriov_vram@vf-access-beyond.html
#### Warnings ####
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-bmg: [SKIP][144] ([Intel XE#2327]) -> [SKIP][145] ([Intel XE#6703])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@kms_big_fb@linear-16bpp-rotate-270.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-bmg: [SKIP][146] ([Intel XE#1124]) -> [SKIP][147] ([Intel XE#6703]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-bmg: [SKIP][148] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][149] ([Intel XE#6703])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
- shard-bmg: [SKIP][150] ([Intel XE#2887]) -> [SKIP][151] ([Intel XE#6703]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
* igt@kms_color_pipeline@plane-lut3d-green-only:
- shard-bmg: [SKIP][152] ([Intel XE#6969] / [Intel XE#7006]) -> [SKIP][153] ([Intel XE#6703])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-2/igt@kms_color_pipeline@plane-lut3d-green-only.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_color_pipeline@plane-lut3d-green-only.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: [SKIP][154] ([Intel XE#2341]) -> [INCOMPLETE][155] ([Intel XE#2594] / [Intel XE#4907])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-1/igt@kms_content_protection@mei-interface.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@suspend-resume:
- shard-bmg: [FAIL][156] ([Intel XE#1178] / [Intel XE#3304]) -> [SKIP][157] ([Intel XE#6703])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-3/igt@kms_content_protection@suspend-resume.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_content_protection@suspend-resume.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-bmg: [SKIP][158] ([Intel XE#2286]) -> [SKIP][159] ([Intel XE#6703])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-bmg: [SKIP][160] ([Intel XE#4141]) -> [SKIP][161] ([Intel XE#6703]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][162] ([Intel XE#2311]) -> [SKIP][163] ([Intel XE#6703]) +5 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-render.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][164] ([Intel XE#2313]) -> [SKIP][165] ([Intel XE#6703]) +4 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc:
- shard-bmg: [SKIP][166] ([Intel XE#7061]) -> [SKIP][167] ([Intel XE#6703])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-argb161616f-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][168] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][169] ([Intel XE#3544])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: [SKIP][170] ([Intel XE#6911]) -> [SKIP][171] ([Intel XE#6703])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@kms_joiner@basic-ultra-joiner.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping:
- shard-bmg: [SKIP][172] ([Intel XE#7283]) -> [SKIP][173] ([Intel XE#6703])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-4/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_plane@pixel-format-yf-tiled-modifier-source-clamping.html
* igt@kms_pm_backlight@basic-brightness:
- shard-bmg: [SKIP][174] ([Intel XE#870]) -> [SKIP][175] ([Intel XE#6703])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@kms_pm_backlight@basic-brightness.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-bmg: [SKIP][176] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][177] ([Intel XE#1406] / [Intel XE#6703]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@psr2-sprite-plane-move:
- shard-bmg: [SKIP][178] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) -> [SKIP][179] ([Intel XE#1406] / [Intel XE#6703]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-5/igt@kms_psr@psr2-sprite-plane-move.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_psr@psr2-sprite-plane-move.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-bmg: [SKIP][180] ([Intel XE#1435]) -> [SKIP][181] ([Intel XE#6703])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@xe_eudebug@basic-vm-access-parameters-userptr:
- shard-bmg: [SKIP][182] ([Intel XE#4837]) -> [SKIP][183] ([Intel XE#6703]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_eudebug@basic-vm-access-parameters-userptr.html
* igt@xe_eudebug_online@basic-breakpoint:
- shard-bmg: [SKIP][184] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][185] ([Intel XE#6703])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@xe_eudebug_online@basic-breakpoint.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_eudebug_online@basic-breakpoint.html
* igt@xe_eudebug_online@pagefault-read-stress:
- shard-bmg: [SKIP][186] ([Intel XE#6665] / [Intel XE#6681]) -> [SKIP][187] ([Intel XE#6703])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@xe_eudebug_online@pagefault-read-stress.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_eudebug_online@pagefault-read-stress.html
* igt@xe_evict@evict-cm-threads-small-multi-queue:
- shard-bmg: [SKIP][188] ([Intel XE#7140]) -> [SKIP][189] ([Intel XE#6703])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-2/igt@xe_evict@evict-cm-threads-small-multi-queue.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_evict@evict-cm-threads-small-multi-queue.html
* igt@xe_exec_basic@multigpu-no-exec-null:
- shard-bmg: [SKIP][190] ([Intel XE#2322]) -> [SKIP][191] ([Intel XE#6703])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-null.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_basic@multigpu-no-exec-null.html
* igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
- shard-bmg: [SKIP][192] ([Intel XE#7136]) -> [SKIP][193] ([Intel XE#6703]) +2 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
* igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem:
- shard-bmg: [SKIP][194] ([Intel XE#6874]) -> [SKIP][195] ([Intel XE#6703]) +6 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-6/igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-rebind:
- shard-bmg: [SKIP][196] ([Intel XE#7138]) -> [SKIP][197] ([Intel XE#6703]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-8/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-rebind.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-rebind.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-bmg: [ABORT][198] ([Intel XE#5466]) -> [ABORT][199] ([Intel XE#5466] / [Intel XE#6652])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-9/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
* igt@xe_pxp@pxp-termination-key-update-post-suspend:
- shard-bmg: [SKIP][200] ([Intel XE#4733]) -> [SKIP][201] ([Intel XE#6703])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8772/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/shard-bmg-2/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[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#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[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#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#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#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#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#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[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#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[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#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[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#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
[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#4650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4650
[Intel XE#4692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4692
[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#4907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4907
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[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#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#6196]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6196
[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#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6529]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6529
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[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#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6681]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6681
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
[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#6900]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6900
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[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#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[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#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[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#7166]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7166
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7258]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7258
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7305
[Intel XE#7322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7322
[Intel XE#7331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7331
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[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_8772 -> IGTPW_14614
IGTPW_14614: 14614
IGT_8772: 8772
xe-4617-3b1923ab37ecd72e1405c7b8d3b1d9e1f3e59f86: 3b1923ab37ecd72e1405c7b8d3b1d9e1f3e59f86
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14614/index.html
[-- Attachment #2: Type: text/html, Size: 67650 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation
2026-02-25 11:05 [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation Santhosh Reddy Guddati
` (2 preceding siblings ...)
2026-02-26 0:33 ` ✗ Xe.CI.FULL: " Patchwork
@ 2026-02-26 8:48 ` Ville Syrjälä
2026-02-26 11:19 ` Reddy Guddati, Santhosh
3 siblings, 1 reply; 6+ messages in thread
From: Ville Syrjälä @ 2026-02-26 8:48 UTC (permalink / raw)
To: Santhosh Reddy Guddati; +Cc: igt-dev, karthik.b.s, swati2.sharma
On Wed, Feb 25, 2026 at 04:35:10PM +0530, Santhosh Reddy Guddati wrote:
> Validate mode before proceeding with creating frame buffers to avoid
> passing invalid parameters to the ioctl.
>
> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
> ---
> tests/kms_async_flips.c | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
> index 014b7f347..d00b36544 100644
> --- a/tests/kms_async_flips.c
> +++ b/tests/kms_async_flips.c
> @@ -298,6 +298,12 @@ static void test_init(data_t *data)
> igt_display_commit(&data->display);
>
> mode = igt_output_get_mode(data->output);
How would that even return some kind of invalid mode?
And why would it be a problem only for kms_async_flips?
> + igt_require_f(kmstest_mode_is_valid(mode),
> + "Invalid mode on %s (%dx%d@%d)",
> + data->output->name,
> + mode ? mode->hdisplay : 0,
> + mode ? mode->vdisplay : 0,
> + mode ? mode->vrefresh : 0);
>
> data->crtc_id = data->crtc->crtc_id;
> data->refresh_rate = mode->vrefresh;
> @@ -327,6 +333,12 @@ static void test_init_fbs(data_t *data)
> drmModeModeInfo *mode;
>
> mode = igt_output_get_mode(data->output);
> + igt_require_f(kmstest_mode_is_valid(mode),
> + "Invalid mode on %s (%dx%d@%d)",
> + data->output->name,
> + mode ? mode->hdisplay : 0,
> + mode ? mode->vdisplay : 0,
> + mode ? mode->vrefresh : 0);
> width = mode->hdisplay;
> height = mode->vdisplay;
>
> @@ -672,6 +684,12 @@ static void test_invalid(data_t *data)
> igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY);
>
> mode = igt_output_get_mode(data->output);
> + igt_require_f(kmstest_mode_is_valid(mode),
> + "Invalid mode on %s (%dx%d@%d)",
> + data->output->name,
> + mode ? mode->hdisplay : 0,
> + mode ? mode->vdisplay : 0,
> + mode ? mode->vrefresh : 0);
> width = mode->hdisplay;
> height = mode->vdisplay;
>
> --
> 2.34.1
--
Ville Syrjälä
Intel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation
2026-02-26 8:48 ` [PATCH i-g-t v1] " Ville Syrjälä
@ 2026-02-26 11:19 ` Reddy Guddati, Santhosh
0 siblings, 0 replies; 6+ messages in thread
From: Reddy Guddati, Santhosh @ 2026-02-26 11:19 UTC (permalink / raw)
To: Ville Syrjälä; +Cc: igt-dev, karthik.b.s, swati2.sharma
On 26-02-2026 14:18, Ville Syrjälä wrote:
> On Wed, Feb 25, 2026 at 04:35:10PM +0530, Santhosh Reddy Guddati wrote:
>> Validate mode before proceeding with creating frame buffers to avoid
>> passing invalid parameters to the ioctl.
>>
>> Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
>> ---
>> tests/kms_async_flips.c | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
>> index 014b7f347..d00b36544 100644
>> --- a/tests/kms_async_flips.c
>> +++ b/tests/kms_async_flips.c
>> @@ -298,6 +298,12 @@ static void test_init(data_t *data)
>> igt_display_commit(&data->display);
>>
>> mode = igt_output_get_mode(data->output);
>
> How would that even return some kind of invalid mode?
> And why would it be a problem only for kms_async_flips?
Please refer to below gitlab issue which occurs very sporadically
(Closed now)
https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7043
I agree this igt_output_get_mode() doesn't return an invalid mode but in
the failure logs, fb creation is done with width=0, height=0 , so as a
defensive checck, this is added to validate here rather asserting in
xe_bo_create.
It is not specific to kms_async_flips, but it just exposed in this test
path.
Thanks,
Santhosh
>
>> + igt_require_f(kmstest_mode_is_valid(mode),
>> + "Invalid mode on %s (%dx%d@%d)",
>> + data->output->name,
>> + mode ? mode->hdisplay : 0,
>> + mode ? mode->vdisplay : 0,
>> + mode ? mode->vrefresh : 0);
>>
>> data->crtc_id = data->crtc->crtc_id;
>> data->refresh_rate = mode->vrefresh;
>> @@ -327,6 +333,12 @@ static void test_init_fbs(data_t *data)
>> drmModeModeInfo *mode;
>>
>> mode = igt_output_get_mode(data->output);
>> + igt_require_f(kmstest_mode_is_valid(mode),
>> + "Invalid mode on %s (%dx%d@%d)",
>> + data->output->name,
>> + mode ? mode->hdisplay : 0,
>> + mode ? mode->vdisplay : 0,
>> + mode ? mode->vrefresh : 0);
>> width = mode->hdisplay;
>> height = mode->vdisplay;
>>
>> @@ -672,6 +684,12 @@ static void test_invalid(data_t *data)
>> igt_display_commit2(&data->display, data->display.is_atomic ? COMMIT_ATOMIC : COMMIT_LEGACY);
>>
>> mode = igt_output_get_mode(data->output);
>> + igt_require_f(kmstest_mode_is_valid(mode),
>> + "Invalid mode on %s (%dx%d@%d)",
>> + data->output->name,
>> + mode ? mode->hdisplay : 0,
>> + mode ? mode->vdisplay : 0,
>> + mode ? mode->vrefresh : 0);
>> width = mode->hdisplay;
>> height = mode->vdisplay;
>>
>> --
>> 2.34.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-26 11:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 11:05 [PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation Santhosh Reddy Guddati
2026-02-25 22:21 ` ✗ Xe.CI.BAT: failure for " Patchwork
2026-02-25 22:30 ` ✗ i915.CI.BAT: " Patchwork
2026-02-26 0:33 ` ✗ Xe.CI.FULL: " Patchwork
2026-02-26 8:48 ` [PATCH i-g-t v1] " Ville Syrjälä
2026-02-26 11:19 ` Reddy Guddati, Santhosh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox