* [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls
@ 2026-02-26 23:10 Jonathan Cavitt
2026-02-27 2:31 ` ✓ i915.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Jonathan Cavitt @ 2026-02-26 23:10 UTC (permalink / raw)
To: igt-dev; +Cc: saurabhg.gupta, alex.zuo, jonathan.cavitt
In kms_fbcon_fbt, igt_set_device_master is already called on the target
fd by drm_open_driver_master, so doing so again in the subtest function
is unnecessary.
In kms_pm_rpm, we call __drm_open_driver and igt_set_device_master while
asserting the return of the former is not -1. This is already
accomplished by drm_open_driver_master, which also has additional guards
in place for i915, so just call that instead.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
---
tests/intel/kms_fbcon_fbt.c | 1 -
tests/intel/kms_pm_rpm.c | 4 +---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/tests/intel/kms_fbcon_fbt.c b/tests/intel/kms_fbcon_fbt.c
index 36de84f985..e44be15f60 100644
--- a/tests/intel/kms_fbcon_fbt.c
+++ b/tests/intel/kms_fbcon_fbt.c
@@ -371,7 +371,6 @@ static void restore_fbcon(struct drm_info *drm)
static void subtest(struct drm_info *drm, struct feature *feature, bool suspend)
{
- igt_device_set_master(drm->fd);
kmstest_set_vt_graphics_mode();
igt_require(feature->supported_on_chipset(drm->fd, drm->debugfs_fd));
diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c
index 5f24fd49b1..e16218ceeb 100644
--- a/tests/intel/kms_pm_rpm.c
+++ b/tests/intel/kms_pm_rpm.c
@@ -750,9 +750,7 @@ static bool setup_environment(void)
if (has_runtime_pm)
goto out;
- drm_fd = __drm_open_driver(DRIVER_INTEL | DRIVER_XE);
- igt_require(drm_fd != -1);
- igt_device_set_master(drm_fd);
+ drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_XE);
debugfs = igt_debugfs_dir(drm_fd);
igt_require(debugfs != -1);
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/kms: Drop unneeded igt_device_set_master calls
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
@ 2026-02-27 2:31 ` Patchwork
2026-02-27 2:40 ` ✗ Xe.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-27 2:31 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8042 bytes --]
== Series Details ==
Series: tests/intel/kms: Drop unneeded igt_device_set_master calls
URL : https://patchwork.freedesktop.org/series/162255/
State : success
== Summary ==
CI Bug Log - changes from IGT_8774 -> IGTPW_14629
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/index.html
Participating hosts (41 -> 39)
------------------------------
Additional (1): bat-dg2-8
Missing (3): bat-dg2-13 bat-dg2-9 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14629 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][1] ([i915#4083])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-8: NOTRUN -> [SKIP][2] ([i915#4079])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@gem_render_tiled_blits@basic.html
* igt@gem_tiled_fence_blits@basic:
- bat-dg2-8: NOTRUN -> [SKIP][3] ([i915#4077]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@gem_tiled_fence_blits@basic.html
* igt@gem_tiled_pread_basic@basic:
- bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#15657])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@gem_tiled_pread_basic@basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#11681] / [i915#6621])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][6] -> [DMESG-FAIL][7] ([i915#12061]) +1 other test dmesg-fail
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-mtlp-8/igt@i915_selftest@live.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][8] -> [DMESG-FAIL][9] ([i915#12061]) +1 other test dmesg-fail
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-arls-5/igt@i915_selftest@live@workarounds.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-arlh-2: [PASS][10] -> [DMESG-FAIL][11] ([i915#12061]) +1 other test dmesg-fail
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-arlh-2/igt@i915_selftest@live@workarounds.html
- bat-atsm-1: NOTRUN -> [DMESG-FAIL][12] ([i915#12061]) +1 other test dmesg-fail
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-atsm-1/igt@i915_selftest@live@workarounds.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#5190])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][14] ([i915#4215] / [i915#5190])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#4212]) +7 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#4103] / [i915#4213]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][17]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#5354])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#1072] / [i915#9732]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][20] ([i915#3555])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#3708])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-gtt:
- bat-dg2-8: NOTRUN -> [SKIP][22] ([i915#3708] / [i915#4077]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-write:
- bat-dg2-8: NOTRUN -> [SKIP][23] ([i915#3291] / [i915#3708]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-dg2-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@gem_lmem_swapping@basic:
- bat-atsm-1: [ABORT][24] ([i915#15759]) -> [PASS][25] +1 other test pass
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8774/bat-atsm-1/igt@gem_lmem_swapping@basic.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/bat-atsm-1/igt@gem_lmem_swapping@basic.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#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8774 -> IGTPW_14629
* Linux: CI_DRM_18056 -> CI_DRM_18058
CI-20190529: 20190529
CI_DRM_18056: 340c78371713a8fdd88fbfe77fd0f7165294c31f @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_18058: 1abdcb654ffbb08bbc96a9806fee60ef65fdad77 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14629: 6f3798a94d77bc9a261c35717eff79de00789dd5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/index.html
[-- Attachment #2: Type: text/html, Size: 9654 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.BAT: failure for tests/intel/kms: Drop unneeded igt_device_set_master calls
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
2026-02-27 2:31 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2026-02-27 2:40 ` Patchwork
2026-02-27 10:45 ` ✓ Xe.CI.FULL: success " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-27 2:40 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 29687 bytes --]
== Series Details ==
Series: tests/intel/kms: Drop unneeded igt_device_set_master calls
URL : https://patchwork.freedesktop.org/series/162255/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8774_BAT -> XEIGTPW_14629_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14629_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14629_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 (4 -> 14)
------------------------------
Additional (10): bat-bmg-1 bat-lnl-2 bat-lnl-1 bat-ptl-vm bat-atsm-2 bat-bmg-3 bat-wcl-1 bat-wcl-2 bat-bmg-2 bat-adlp-7
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14629_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- bat-bmg-3: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
Known issues
------------
Here are the changes found in XEIGTPW_14629_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-bmg-2: NOTRUN -> [ABORT][2] ([Intel XE#7249])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@core_hotunplug@unbind-rebind.html
* igt@fbdev@info:
- bat-atsm-2: NOTRUN -> [SKIP][3] ([Intel XE#2134]) +4 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@fbdev@info.html
* igt@fbdev@nullptr:
- bat-bmg-2: NOTRUN -> [SKIP][4] ([Intel XE#2134]) +4 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@fbdev@nullptr.html
- bat-lnl-2: NOTRUN -> [SKIP][5] ([Intel XE#2134]) +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@fbdev@nullptr.html
* igt@fbdev@write:
- bat-wcl-2: NOTRUN -> [SKIP][6] ([Intel XE#7241]) +4 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@fbdev@write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-lnl-1: NOTRUN -> [SKIP][7] ([Intel XE#1466])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-wcl-2: NOTRUN -> [SKIP][8] ([Intel XE#7245])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-bmg-2: NOTRUN -> [SKIP][9] ([Intel XE#2233])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-bmg-1: NOTRUN -> [SKIP][10] ([Intel XE#2233])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-lnl-2: NOTRUN -> [SKIP][11] ([Intel XE#1466] / [Intel XE#2235])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-wcl-1: NOTRUN -> [SKIP][12] ([Intel XE#7245])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@invalid-set-prop-any:
- bat-atsm-2: NOTRUN -> [SKIP][13] ([i915#6077]) +30 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_addfb_basic@invalid-set-prop-any.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- bat-atsm-2: NOTRUN -> [SKIP][14] ([Intel XE#1024] / [Intel XE#782] / [Intel XE#947]) +5 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][15] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-lnl-1: NOTRUN -> [SKIP][16] ([Intel XE#2244])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@kms_dsc@dsc-basic.html
- bat-adlp-7: NOTRUN -> [SKIP][17] ([Intel XE#2244] / [Intel XE#455])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@kms_dsc@dsc-basic.html
- bat-bmg-1: NOTRUN -> [SKIP][18] ([Intel XE#2244])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@kms_dsc@dsc-basic.html
- bat-atsm-2: NOTRUN -> [SKIP][19] ([Intel XE#1024] / [Intel XE#784] / [Intel XE#947])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_dsc@dsc-basic.html
- bat-wcl-1: NOTRUN -> [SKIP][20] ([Intel XE#7244])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-adlp-7: NOTRUN -> [DMESG-WARN][21] ([Intel XE#7483]) +12 other tests dmesg-warn
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@kms_flip@basic-flip-vs-dpms.html
- bat-lnl-2: NOTRUN -> [SKIP][22] ([Intel XE#2235] / [Intel XE#2482]) +3 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-wcl-2: NOTRUN -> [SKIP][23] ([Intel XE#7240]) +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@kms_flip@basic-flip-vs-modeset.html
- bat-bmg-2: NOTRUN -> [SKIP][24] ([Intel XE#2482]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-lnl-1: NOTRUN -> [SKIP][25] ([Intel XE#352]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@kms_force_connector_basic@force-connector-state.html
- bat-lnl-2: NOTRUN -> [SKIP][26] ([Intel XE#2235] / [Intel XE#352]) +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@basic:
- bat-wcl-2: NOTRUN -> [SKIP][27] ([Intel XE#7246])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@kms_frontbuffer_tracking@basic.html
- bat-bmg-2: NOTRUN -> [SKIP][28] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
- bat-lnl-2: NOTRUN -> [SKIP][29] ([Intel XE#2235] / [Intel XE#2548])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_frontbuffer_tracking@basic.html
- bat-atsm-2: NOTRUN -> [SKIP][30] ([Intel XE#1024] / [Intel XE#783] / [Intel XE#947])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- bat-atsm-2: NOTRUN -> [SKIP][31] ([Intel XE#540]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_hdmi_inject@inject-audio.html
- bat-lnl-1: NOTRUN -> [SKIP][32] ([Intel XE#1470] / [Intel XE#2853])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@kms_hdmi_inject@inject-audio.html
- bat-lnl-2: NOTRUN -> [SKIP][33] ([Intel XE#1470] / [Intel XE#2235] / [Intel XE#2853])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24:
- bat-lnl-2: NOTRUN -> [SKIP][34] ([Intel XE#2235]) +13 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html
* igt@kms_pipe_crc_basic@hang-read-crc:
- bat-wcl-2: NOTRUN -> [SKIP][35] ([Intel XE#7237]) +13 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@kms_pipe_crc_basic@hang-read-crc.html
* igt@kms_pipe_crc_basic@nonblocking-crc:
- bat-atsm-2: NOTRUN -> [SKIP][36] ([Intel XE#829] / [i915#1836]) +6 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_pipe_crc_basic@nonblocking-crc.html
* igt@kms_prop_blob@basic:
- bat-atsm-2: NOTRUN -> [SKIP][37] ([Intel XE#780])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_prop_blob@basic.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-lnl-2: NOTRUN -> [SKIP][38] ([Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip:
- bat-atsm-2: NOTRUN -> [SKIP][39] ([Intel XE#1024] / [Intel XE#947]) +6 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-wcl-2: NOTRUN -> [SKIP][40] ([Intel XE#2850]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-bmg-2: NOTRUN -> [SKIP][41] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
- bat-bmg-1: NOTRUN -> [SKIP][42] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- bat-lnl-1: NOTRUN -> [SKIP][43] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@sriov_basic@enable-vfs-autoprobe-off.html
- bat-lnl-2: NOTRUN -> [SKIP][44] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_evict@evict-beng-small:
- bat-adlp-7: NOTRUN -> [SKIP][45] ([Intel XE#261] / [Intel XE#5564] / [Intel XE#688]) +9 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_evict@evict-beng-small.html
- bat-lnl-2: NOTRUN -> [SKIP][46] ([Intel XE#6540] / [Intel XE#688]) +11 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_evict@evict-beng-small.html
* igt@xe_evict@evict-beng-small-cm:
- bat-ptl-vm: NOTRUN -> [SKIP][47] ([Intel XE#5764]) +10 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_evict@evict-beng-small-cm.html
- bat-lnl-1: NOTRUN -> [SKIP][48] ([Intel XE#6540] / [Intel XE#688]) +11 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_evict@evict-beng-small-cm.html
* igt@xe_evict@evict-small-external-cm:
- bat-wcl-1: NOTRUN -> [SKIP][49] ([Intel XE#7238]) +11 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_evict@evict-small-external-cm.html
* igt@xe_evict@evict-small-multi-vm:
- bat-wcl-2: NOTRUN -> [SKIP][50] ([Intel XE#7238]) +11 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_evict@evict-small-multi-vm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
- bat-adlp-7: NOTRUN -> [SKIP][51] ([Intel XE#5563] / [Intel XE#688]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html
* igt@xe_exec_balancer@no-exec-parallel-basic:
- bat-lnl-1: NOTRUN -> [SKIP][52] ([Intel XE#7482]) +17 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_exec_balancer@no-exec-parallel-basic.html
* igt@xe_exec_balancer@no-exec-virtual-basic:
- bat-lnl-2: NOTRUN -> [SKIP][53] ([Intel XE#7482]) +17 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_exec_balancer@no-exec-virtual-basic.html
* igt@xe_exec_balancer@twice-cm-virtual-userptr:
- bat-wcl-2: NOTRUN -> [SKIP][54] ([Intel XE#7482]) +17 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_exec_balancer@twice-cm-virtual-userptr.html
* igt@xe_exec_balancer@twice-parallel-basic:
- bat-ptl-vm: NOTRUN -> [SKIP][55] ([Intel XE#7482]) +17 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_exec_balancer@twice-parallel-basic.html
* igt@xe_exec_balancer@twice-virtual-rebind:
- bat-wcl-1: NOTRUN -> [SKIP][56] ([Intel XE#7482]) +17 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_exec_balancer@twice-virtual-rebind.html
* igt@xe_exec_balancer@twice-virtual-userptr-invalidate:
- bat-adlp-7: NOTRUN -> [SKIP][57] ([Intel XE#7482]) +17 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_exec_balancer@twice-virtual-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-imm:
- bat-atsm-2: NOTRUN -> [SKIP][58] ([Intel XE#288]) +32 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
- bat-adlp-7: NOTRUN -> [SKIP][59] ([Intel XE#288] / [Intel XE#5561]) +32 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
* igt@xe_huc_copy@huc_copy:
- bat-atsm-2: NOTRUN -> [SKIP][60] ([Intel XE#255])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_huc_copy@huc_copy.html
* igt@xe_live_ktest@xe_bo:
- bat-lnl-1: NOTRUN -> [SKIP][61] ([Intel XE#2229]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-wcl-2: NOTRUN -> [SKIP][62] ([Intel XE#7239]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
- bat-adlp-7: NOTRUN -> [SKIP][63] ([Intel XE#2229] / [Intel XE#455]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
- bat-lnl-2: NOTRUN -> [SKIP][64] ([Intel XE#2229]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-1: NOTRUN -> [SKIP][65] ([Intel XE#2229])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-atsm-2: NOTRUN -> [SKIP][66] ([Intel XE#2229])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-wcl-1: NOTRUN -> [SKIP][67] ([Intel XE#7239]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-ptl-vm: NOTRUN -> [SKIP][68] ([Intel XE#5775])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
- bat-adlp-7: NOTRUN -> [SKIP][69] ([Intel XE#2229] / [Intel XE#5488])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@vram:
- bat-ptl-vm: NOTRUN -> [SKIP][70] ([Intel XE#5776])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_mmap@vram.html
- bat-lnl-1: NOTRUN -> [SKIP][71] ([Intel XE#1416])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_mmap@vram.html
- bat-wcl-2: NOTRUN -> [SKIP][72] ([Intel XE#7243])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_mmap@vram.html
- bat-adlp-7: NOTRUN -> [SKIP][73] ([Intel XE#1008] / [Intel XE#5591])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_mmap@vram.html
- bat-lnl-2: NOTRUN -> [SKIP][74] ([Intel XE#1416])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_mmap@vram.html
- bat-wcl-1: NOTRUN -> [SKIP][75] ([Intel XE#7243])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xe2:
- bat-atsm-2: NOTRUN -> [SKIP][76] ([Intel XE#977])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_pat@pat-index-xe2.html
- bat-adlp-7: NOTRUN -> [SKIP][77] ([Intel XE#977])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_pat@pat-index-xe2.html
* igt@xe_pat@pat-index-xehpc:
- bat-ptl-vm: NOTRUN -> [SKIP][78] ([Intel XE#5777])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_pat@pat-index-xehpc.html
- bat-lnl-1: NOTRUN -> [SKIP][79] ([Intel XE#1420] / [Intel XE#2838])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_pat@pat-index-xehpc.html
- bat-wcl-2: NOTRUN -> [SKIP][80] ([Intel XE#7247])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_pat@pat-index-xehpc.html
- bat-bmg-2: NOTRUN -> [SKIP][81] ([Intel XE#1420])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
- bat-bmg-1: NOTRUN -> [SKIP][82] ([Intel XE#1420])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@xe_pat@pat-index-xehpc.html
- bat-adlp-7: NOTRUN -> [SKIP][83] ([Intel XE#2838] / [Intel XE#979])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_pat@pat-index-xehpc.html
- bat-lnl-2: NOTRUN -> [SKIP][84] ([Intel XE#1420] / [Intel XE#2838])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_pat@pat-index-xehpc.html
- bat-wcl-1: NOTRUN -> [SKIP][85] ([Intel XE#7247])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_pat@pat-index-xehpc.html
- bat-atsm-2: NOTRUN -> [SKIP][86] ([Intel XE#2838] / [Intel XE#979])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-bmg-2: NOTRUN -> [SKIP][87] ([Intel XE#2245])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
- bat-bmg-1: NOTRUN -> [SKIP][88] ([Intel XE#2245])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@xe_pat@pat-index-xelp.html
- bat-lnl-2: NOTRUN -> [SKIP][89] ([Intel XE#977])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_pat@pat-index-xelp.html
- bat-wcl-1: NOTRUN -> [SKIP][90] ([Intel XE#7242])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_pat@pat-index-xelp.html
- bat-ptl-vm: NOTRUN -> [SKIP][91] ([Intel XE#5771])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_pat@pat-index-xelp.html
- bat-wcl-2: NOTRUN -> [SKIP][92] ([Intel XE#7242])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_pat@pat-index-xelp.html
- bat-lnl-1: NOTRUN -> [SKIP][93] ([Intel XE#977])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-ptl-vm: NOTRUN -> [SKIP][94] ([Intel XE#5780])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-ptl-vm/igt@xe_pat@pat-index-xelpg.html
- bat-lnl-1: NOTRUN -> [SKIP][95] ([Intel XE#979])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_pat@pat-index-xelpg.html
- bat-wcl-2: NOTRUN -> [SKIP][96] ([Intel XE#7248])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-2/igt@xe_pat@pat-index-xelpg.html
- bat-bmg-2: NOTRUN -> [SKIP][97] ([Intel XE#2236])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
- bat-bmg-1: NOTRUN -> [SKIP][98] ([Intel XE#2236])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-bmg-1/igt@xe_pat@pat-index-xelpg.html
- bat-adlp-7: NOTRUN -> [SKIP][99] ([Intel XE#979])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-adlp-7/igt@xe_pat@pat-index-xelpg.html
- bat-lnl-2: NOTRUN -> [SKIP][100] ([Intel XE#2236] / [Intel XE#979])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_pat@pat-index-xelpg.html
- bat-wcl-1: NOTRUN -> [SKIP][101] ([Intel XE#7248])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-wcl-1/igt@xe_pat@pat-index-xelpg.html
- bat-atsm-2: NOTRUN -> [SKIP][102] ([Intel XE#979])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-atsm-2/igt@xe_pat@pat-index-xelpg.html
* igt@xe_sriov_flr@flr-vf1-clear:
- bat-lnl-2: NOTRUN -> [SKIP][103] ([Intel XE#3342])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
- bat-lnl-1: NOTRUN -> [SKIP][104] ([Intel XE#3342])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html
* igt@xe_waitfence@reltime:
- bat-dg2-oem2: [PASS][105] -> [FAIL][106] ([Intel XE#6520])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/bat-dg2-oem2/igt@xe_waitfence@reltime.html
[Intel XE#1008]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1008
[Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2235]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2235
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245
[Intel XE#2434]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2434
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2489
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540
[Intel XE#5488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5488
[Intel XE#5561]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5561
[Intel XE#5563]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5563
[Intel XE#5564]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5564
[Intel XE#5591]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5591
[Intel XE#5764]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5764
[Intel XE#5771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5771
[Intel XE#5775]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5775
[Intel XE#5776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5776
[Intel XE#5777]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5777
[Intel XE#5780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5780
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#6520]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6520
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#7237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7237
[Intel XE#7238]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7238
[Intel XE#7239]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7239
[Intel XE#7240]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7240
[Intel XE#7241]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7241
[Intel XE#7242]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7242
[Intel XE#7243]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7243
[Intel XE#7244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7244
[Intel XE#7245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7245
[Intel XE#7246]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7246
[Intel XE#7247]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7247
[Intel XE#7248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7248
[Intel XE#7249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7249
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7483]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7483
[Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780
[Intel XE#782]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/782
[Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783
[Intel XE#784]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/784
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/947
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#1836]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1836
[i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077
Build changes
-------------
* IGT: IGT_8774 -> IGTPW_14629
* Linux: xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f -> xe-4628-1abdcb654ffbb08bbc96a9806fee60ef65fdad77
IGTPW_14629: 6f3798a94d77bc9a261c35717eff79de00789dd5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f: 340c78371713a8fdd88fbfe77fd0f7165294c31f
xe-4628-1abdcb654ffbb08bbc96a9806fee60ef65fdad77: 1abdcb654ffbb08bbc96a9806fee60ef65fdad77
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/index.html
[-- Attachment #2: Type: text/html, Size: 36269 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Xe.CI.FULL: success for tests/intel/kms: Drop unneeded igt_device_set_master calls
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
2026-02-27 2:31 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-27 2:40 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2026-02-27 10:45 ` Patchwork
2026-02-27 11:20 ` ✗ i915.CI.Full: failure " Patchwork
2026-02-27 14:12 ` [PATCH] " Kamil Konieczny
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-27 10:45 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 39961 bytes --]
== Series Details ==
Series: tests/intel/kms: Drop unneeded igt_device_set_master calls
URL : https://patchwork.freedesktop.org/series/162255/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8774_FULL -> XEIGTPW_14629_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_14629_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][1] ([Intel XE#2370])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][2] ([Intel XE#2327]) +4 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#1407]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#1124]) +6 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][5] ([Intel XE#1124]) +4 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2328])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#2191])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#2887]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#3432])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#3432]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2887]) +9 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2724])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#4418])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-4/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_audio@dp-audio:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#373]) +4 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2325]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#306]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2252]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_color_pipeline@plane-lut1d@pipe-b-plane-1:
- shard-lnl: NOTRUN -> [FAIL][18] ([Intel XE#7305]) +9 other tests fail
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@kms_color_pipeline@plane-lut1d@pipe-b-plane-1.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [FAIL][19] ([Intel XE#1178] / [Intel XE#3304]) +1 other test fail
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@legacy@pipe-a-dp-1:
- shard-bmg: NOTRUN -> [FAIL][20] ([Intel XE#3304])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_content_protection@legacy@pipe-a-dp-1.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2320]) +5 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1424]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: [PASS][23] -> [DMESG-WARN][24] ([Intel XE#5354])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2286])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#323]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#4210])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#2244])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2244])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-4x:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#1138])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#1421]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#7178])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#7178]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#6312] / [Intel XE#651]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#7061]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#4141]) +12 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2311]) +21 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#7061]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2350])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2313]) +16 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#656]) +12 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#6901])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-4/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#6901])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7283]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#7283])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#599]) +4 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-7/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2393])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#5020])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-bmg: [PASS][49] -> [SKIP][50] ([Intel XE#2685] / [Intel XE#3307])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@kms_plane_scaling@intel-max-src-size.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_pm_backlight@basic-brightness:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#870])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-7/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#1489])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#2893])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-8/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr2-sprite-blt@edp-1:
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1406] / [Intel XE#4609])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@kms_psr@fbc-psr2-sprite-blt@edp-1.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1406]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-3/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2234] / [Intel XE#2850]) +7 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@kms_psr@psr-suspend.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2330])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#3414] / [Intel XE#3904])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2426])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#1499])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [PASS][61] -> [FAIL][62] ([Intel XE#2142]) +1 other test fail
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#4837]) +5 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug_online@breakpoint-many-sessions-single-tile:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#4837] / [Intel XE#6665]) +4 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html
* igt@xe_eudebug_online@resume-dss:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#4837] / [Intel XE#6665]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@xe_eudebug_online@resume-dss.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [PASS][67] -> [INCOMPLETE][68] ([Intel XE#6321])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#7140])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_evict@evict-mixed-threads-small-multi-queue.html
* igt@xe_exec_balancer@once-cm-parallel-rebind:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#7482]) +7 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@xe_exec_balancer@once-cm-parallel-rebind.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1392]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2322]) +5 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-imm:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#7136]) +10 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate-imm.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#7136]) +5 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-6/igt@xe_exec_fault_mode@once-multi-queue-userptr-rebind.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-close-fd-smem:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#6874]) +22 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@xe_exec_multi_queue@one-queue-preempt-mode-close-fd-smem.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem:
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#6874]) +9 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-6/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-basic-smem.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#4837]) +5 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-7/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#6196])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@xe_exec_system_allocator@pat-index-madvise-pat-idx-uc-comp-multi-vma.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-rebind:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#7138]) +4 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-mixed-fd-rebind.html
* igt@xe_exec_threads@threads-multi-queue-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#7138]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@xe_exec_threads@threads-multi-queue-userptr-invalidate.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#2229])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@small-bar:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#586] / [Intel XE#7323])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@xe_mmap@small-bar.html
* igt@xe_multigpu_svm@mgpu-atomic-op-basic:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#6964]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-4/igt@xe_multigpu_svm@mgpu-atomic-op-basic.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2236])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][85] ([Intel XE#1948])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2284]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@xe_pm@s2idle-d3cold-basic-exec.html
- shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#2284] / [Intel XE#366])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-3/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pmu@engine-activity-accuracy-90:
- shard-lnl: [PASS][88] -> [FAIL][89] ([Intel XE#7072]) +2 other tests fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-1/igt@xe_pmu@engine-activity-accuracy-90.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-5/igt@xe_pmu@engine-activity-accuracy-90.html
* igt@xe_pxp@display-black-pxp-fb:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#4733]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_pxp@display-black-pxp-fb.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#944]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-2/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
- shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#944]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
* igt@xe_sriov_flr@flr-twice:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#4273])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-4/igt@xe_sriov_flr@flr-twice.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: [PASS][94] -> [FAIL][95] ([Intel XE#6569])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-5/igt@xe_sriov_flr@flr-vfs-parallel.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_sriov_flr@flr-vfs-parallel.html
* igt@xe_sriov_scheduling@nonpreempt-engine-resets:
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#4351])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-1/igt@xe_sriov_scheduling@nonpreempt-engine-resets.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [FAIL][97] ([Intel XE#6054]) -> [PASS][98] +3 other tests pass
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][99] -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-bmg: [DMESG-FAIL][101] ([Intel XE#1727]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][103] ([Intel XE#301]) -> [PASS][104] +1 other test pass
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][105] ([Intel XE#7308]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-3/igt@kms_hdmi_inject@inject-audio.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][107] ([Intel XE#7340]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][109] ([Intel XE#6321]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_reset@long-spin-reuse-many-preempt-threads:
- shard-bmg: [SKIP][111] ([Intel XE#6703]) -> [PASS][112] +14 other tests pass
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_reset@long-spin-reuse-many-preempt-threads.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_exec_reset@long-spin-reuse-many-preempt-threads.html
* igt@xe_exec_system_allocator@many-64k-malloc-mlock:
- shard-bmg: [DMESG-FAIL][113] -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@many-64k-malloc-mlock.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-6/igt@xe_exec_system_allocator@many-64k-malloc-mlock.html
* igt@xe_exec_system_allocator@once-large-malloc:
- shard-bmg: [ABORT][115] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@once-large-malloc.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@xe_exec_system_allocator@once-large-malloc.html
* igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault:
- shard-bmg: [DMESG-WARN][117] ([Intel XE#5213] / [Intel XE#6652]) -> [PASS][118]
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-malloc-multi-fault.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared:
- shard-bmg: [DMESG-FAIL][119] ([Intel XE#6652]) -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-9/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-shared.html
* igt@xe_pm_residency@aspm_link_residency:
- shard-bmg: [SKIP][121] ([Intel XE#7258]) -> [PASS][122]
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@xe_pm_residency@aspm_link_residency.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@xe_pm_residency@aspm_link_residency.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
- shard-bmg: [FAIL][123] ([Intel XE#5937]) -> [PASS][124] +1 other test pass
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-9/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-2/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
#### Warnings ####
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][125] ([Intel XE#3544]) -> [SKIP][126] ([Intel XE#3374] / [Intel XE#3544])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: [SKIP][127] ([Intel XE#6703]) -> [SKIP][128] ([Intel XE#2393])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@kms_plane_lowres@tiling-yf.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-7/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][129] ([Intel XE#1729]) -> [SKIP][130] ([Intel XE#2426])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_evict@evict-small-multi-queue-cm:
- shard-bmg: [SKIP][131] ([Intel XE#6703]) -> [SKIP][132] ([Intel XE#7140])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_evict@evict-small-multi-queue-cm.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-1/igt@xe_evict@evict-small-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: [SKIP][133] ([Intel XE#6703]) -> [SKIP][134] ([Intel XE#2322])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8774/shard-bmg-2/igt@xe_exec_basic@multigpu-once-null-rebind.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/shard-bmg-7/igt@xe_exec_basic@multigpu-once-null-rebind.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[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#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[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#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#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#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#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307
[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#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[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#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4351
[Intel XE#4418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4418
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[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#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5213]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5213
[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#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
[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#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[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#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[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#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7072]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7072
[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#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#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7323
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[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_8774 -> IGTPW_14629
* Linux: xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f -> xe-4628-1abdcb654ffbb08bbc96a9806fee60ef65fdad77
IGTPW_14629: 6f3798a94d77bc9a261c35717eff79de00789dd5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4626-340c78371713a8fdd88fbfe77fd0f7165294c31f: 340c78371713a8fdd88fbfe77fd0f7165294c31f
xe-4628-1abdcb654ffbb08bbc96a9806fee60ef65fdad77: 1abdcb654ffbb08bbc96a9806fee60ef65fdad77
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14629/index.html
[-- Attachment #2: Type: text/html, Size: 44882 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/intel/kms: Drop unneeded igt_device_set_master calls
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
` (2 preceding siblings ...)
2026-02-27 10:45 ` ✓ Xe.CI.FULL: success " Patchwork
@ 2026-02-27 11:20 ` Patchwork
2026-02-27 14:12 ` [PATCH] " Kamil Konieczny
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-02-27 11:20 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 210304 bytes --]
== Series Details ==
Series: tests/intel/kms: Drop unneeded igt_device_set_master calls
URL : https://patchwork.freedesktop.org/series/162255/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_18058_full -> IGTPW_14629_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14629_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14629_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14629_full:
### IGT changes ###
#### Possible regressions ####
* igt@perf@create-destroy-userspace-config:
- shard-dg2: [PASS][1] -> [SKIP][2] +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@perf@create-destroy-userspace-config.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@perf@create-destroy-userspace-config.html
* igt@perf_pmu@module-unload:
- shard-glk10: NOTRUN -> [ABORT][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@perf_pmu@module-unload.html
#### Warnings ####
* igt@i915_drm_fdinfo@busy-hang:
- shard-dg2: [SKIP][4] ([i915#14073]) -> [SKIP][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@i915_drm_fdinfo@busy-hang.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_drm_fdinfo@busy-hang.html
Known issues
------------
Here are the changes found in IGTPW_14629_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_buddy@drm_buddy:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#15678])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@drm_buddy@drm_buddy.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][7] ([i915#4873])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@gem_caching@read-writes.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_ccs@ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#3555] / [i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@gem_ccs@ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#3555] / [i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@gem_ccs@ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][13] ([i915#13008])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#13008])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][15] ([i915#12392] / [i915#13356])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-tglu: NOTRUN -> [SKIP][16] ([i915#6335])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-6/igt@gem_create@create-ext-cpu-access-big.html
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#6335])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@gem_create@create-ext-cpu-access-big.html
- shard-dg2: NOTRUN -> [FAIL][18] ([i915#15454])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html
- shard-rkl: NOTRUN -> [SKIP][19] ([i915#6335])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_param@invalid-param-set:
- shard-dg2: [PASS][20] -> [SKIP][21] ([i915#15689] / [i915#2575]) +78 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@gem_ctx_param@invalid-param-set.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_ctx_param@invalid-param-set.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#8555]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_persistence@idempotent:
- shard-snb: NOTRUN -> [SKIP][23] ([i915#1099])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb7/igt@gem_ctx_persistence@idempotent.html
* igt@gem_ctx_sseu@engines:
- shard-dg2: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#280]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg1: NOTRUN -> [SKIP][26] ([i915#280]) +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#280]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu: NOTRUN -> [SKIP][28] ([i915#280]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@reset-stress@blt:
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#15314])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@gem_eio@reset-stress@blt.html
* igt@gem_eio@reset-stress@bsd:
- shard-snb: NOTRUN -> [FAIL][30] ([i915#8898]) +1 other test fail
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb7/igt@gem_eio@reset-stress@bsd.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#4771])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#4525])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-tglu-1: NOTRUN -> [SKIP][33] ([i915#4525]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu: NOTRUN -> [SKIP][34] ([i915#4525])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [ABORT][35] ([i915#11713])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][36] ([i915#6334]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk2/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-6/igt@gem_exec_fence@concurrent.html
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4812])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#3539] / [i915#4852]) +3 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#15689] / [i915#2575]) +55 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +8 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#3281]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@gem_exec_reloc@basic-wc-noreloc.html
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#14544] / [i915#3281])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_exec_reloc@basic-wc-noreloc.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4812]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4860])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu: NOTRUN -> [SKIP][50] ([i915#2190])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-5/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#14544] / [i915#4613])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#12193])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4565])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#4613]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [CRASH][56] ([i915#5493])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][57] ([i915#4613]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk9/igt@gem_lmem_swapping@verify-ccs.html
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#4613]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3282]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_media_vme:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#14544] / [i915#284])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#284])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@gem_media_vme.html
* igt@gem_mmap_gtt@big-bo-tiledy:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4077]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@gem_mmap_gtt@big-bo-tiledy.html
* igt@gem_mmap_gtt@flink-race:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +11 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@gem_mmap_gtt@flink-race.html
* igt@gem_mmap_gtt@medium-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +6 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_mmap_gtt@medium-copy-odd.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +4 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@gem_mmap_wc@close.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4083]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-4/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4083]) +7 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#3282]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_pread@exhaustion:
- shard-tglu-1: NOTRUN -> [WARN][69] ([i915#2658])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gem_pread@exhaustion.html
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3282]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@gem_pread@exhaustion.html
- shard-glk10: NOTRUN -> [WARN][71] ([i915#2658])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@gem_pread@exhaustion.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#13717])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#13398])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@gem_pxp@hw-rejects-pxp-context.html
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#13398])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4270]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_readwrite@beyond-eob:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#3282]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#15689] / [i915#2575] / [i915#5190]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#5190] / [i915#8428]) +3 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@y-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#8428]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#8411])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@noreloc-s3:
- shard-glk: [PASS][82] -> [INCOMPLETE][83] ([i915#13809])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-glk3/igt@gem_softpin@noreloc-s3.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk4/igt@gem_softpin@noreloc-s3.html
* igt@gem_userptr_blits@coherency-sync:
- shard-rkl: NOTRUN -> [SKIP][84] ([i915#14544] / [i915#3297])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-tglu: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#3323])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-9/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#3282] / [i915#3297])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_userptr_blits@forbidden-operations.html
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#3282] / [i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#3297]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#3297] / [i915#4880])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3297] / [i915#4880])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#3297] / [i915#4958])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@gem_userptr_blits@sd-probe.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#3297])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#3297]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@gem_userptr_blits@unsync-unmap-after-close.html
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#3297]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#3297]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#3297]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [PASS][97] -> [INCOMPLETE][98] ([i915#13356]) +1 other test incomplete
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@gem_workarounds@suspend-resume-fd.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@load-register-reg:
- shard-tglu: NOTRUN -> [SKIP][99] +61 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@gen7_exec_parse@load-register-reg.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#2856]) +4 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#2527]) +3 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@gen9_exec_parse@allowed-single.html
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#2527]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#2527] / [i915#2856])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#2527] / [i915#2856]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#2856]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_drm_fdinfo@all-busy-check-all:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#14123])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@i915_drm_fdinfo@all-busy-check-all.html
* igt@i915_drm_fdinfo@isolation@rcs0:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#14073]) +6 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@i915_drm_fdinfo@isolation@rcs0.html
* igt@i915_module_load@fault-injection@__uc_init:
- shard-rkl: NOTRUN -> [SKIP][108] ([i915#15479]) +4 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-1/igt@i915_module_load@fault-injection@__uc_init.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-rkl: NOTRUN -> [ABORT][109] ([i915#15342]) +1 other test abort
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-1/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-tglu: NOTRUN -> [ABORT][110] ([i915#15342]) +1 other test abort
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@i915_module_load@fault-injection@intel_connector_register.html
- shard-glk: NOTRUN -> [ABORT][111] ([i915#15342]) +1 other test abort
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk6/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@fault-injection@uc_fw_rsa_data_create:
- shard-tglu: NOTRUN -> [SKIP][112] ([i915#15479]) +4 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@i915_module_load@fault-injection@uc_fw_rsa_data_create.html
* igt@i915_module_load@reload:
- shard-dg2: [PASS][113] -> [FAIL][114] ([i915#15689])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@i915_module_load@reload.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_module_load@reload.html
* igt@i915_module_load@resize-bar:
- shard-tglu-1: NOTRUN -> [SKIP][115] ([i915#6412])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#8399])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_rc6_residency@media-rc6-accuracy:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#14544]) +7 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#14498])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@system-suspend-devices:
- shard-rkl: [PASS][119] -> [ABORT][120] ([i915#15060])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@i915_pm_rpm@system-suspend-devices.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#11681])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@i915_pm_rps@thresholds-park.html
* igt@i915_query@hwconfig_table:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#6245])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@live:
- shard-dg1: [PASS][123] -> [ABORT][124] ([i915#15567])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@i915_selftest@live.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@i915_selftest@live.html
* igt@i915_selftest@live@gem_contexts:
- shard-dg1: [PASS][125] -> [ABORT][126] ([i915#15433])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@i915_selftest@live@gem_contexts.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@i915_selftest@live@gem_contexts.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: NOTRUN -> [DMESG-FAIL][127] ([i915#12061]) +1 other test dmesg-fail
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-dg2: [PASS][128] -> [WARN][129] ([i915#15689]) +1 other test warn
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@i915_suspend@basic-s2idle-without-i915.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-glk: NOTRUN -> [INCOMPLETE][130] ([i915#4817])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk8/igt@i915_suspend@basic-s3-without-i915.html
* igt@intel_hwmon@hwmon-read:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#7707])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#4212])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-4/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#4212])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@addfb25-yf-tiled-legacy:
- shard-dg2: [PASS][134] -> [SKIP][135] ([i915#15689] / [i915#5190])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#12454] / [i915#12712])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][137] ([i915#12761])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk9/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][138] ([i915#12761] / [i915#14995])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk9/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#1769] / [i915#3555])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][140] ([i915#1769])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#1769] / [i915#3555])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][142] ([i915#15662]) +1 other test fail
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#5286]) +9 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][144] ([i915#5286]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538] / [i915#5286]) +3 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#5286]) +4 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#3638]) +3 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][148] ([i915#3828])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#3828])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#3828])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#3638]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#15689] / [i915#5190]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#4538]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
- shard-mtlp: NOTRUN -> [SKIP][154] +7 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#4538] / [i915#5190]) +9 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][156] +19 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#6095]) +63 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][158] +509 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk3/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#10307] / [i915#6095]) +128 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#12313] / [i915#14544]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6095]) +29 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#12313]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#6095]) +156 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#12805])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#6095]) +76 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#14544] / [i915#6095]) +8 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][169] ([i915#12313]) +2 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#14098] / [i915#6095]) +51 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#6095]) +34 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#12313]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#12313]) +1 other test skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#12313])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#6095]) +64 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs:
- shard-snb: NOTRUN -> [SKIP][176] +136 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb1/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#3742]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#13784])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#3742])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#13784])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu-1: NOTRUN -> [SKIP][181] ([i915#3742])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#11151] / [i915#7828]) +2 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- shard-tglu-1: NOTRUN -> [SKIP][183] ([i915#11151] / [i915#7828]) +4 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_chamelium_edid@hdmi-edid-read.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#11151] / [i915#7828]) +6 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#11151] / [i915#7828]) +3 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#11151] / [i915#7828]) +12 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#11151] / [i915#7828]) +8 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#11151] / [i915#14544] / [i915#7828])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#6944])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#6944])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#6944] / [i915#9424])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_content_protection@content-type-change.html
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#6944] / [i915#9424]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#15330] / [i915#3116])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#15330])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#15330])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#15330])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][198] ([i915#15330]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-9/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#15330])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#15330] / [i915#3116] / [i915#3299])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#6944])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#14544] / [i915#6944] / [i915#9424])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][203] ([i915#6944] / [i915#9424])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@kms_content_protection@lic-type-1.html
- shard-tglu-1: NOTRUN -> [SKIP][204] ([i915#6944] / [i915#9424])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#6944] / [i915#7118] / [i915#9424]) +2 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: NOTRUN -> [FAIL][206] ([i915#13566]) +5 other tests fail
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-tglu: [PASS][207] -> [FAIL][208] ([i915#13566]) +3 other tests fail
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8814]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#13049])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][211] ([i915#13049])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#13049]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#13049]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#13049]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][215] ([i915#3555]) +2 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
- shard-dg1: NOTRUN -> [SKIP][216] ([i915#3555]) +2 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-tglu: NOTRUN -> [SKIP][217] ([i915#3555]) +6 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#13049])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
- shard-rkl: NOTRUN -> [SKIP][219] ([i915#13049] / [i915#14544]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-tglu-1: NOTRUN -> [SKIP][220] ([i915#4103]) +1 other test skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-tglu-1: NOTRUN -> [SKIP][221] +16 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#13046] / [i915#5354]) +1 other test skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#9809]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#9067])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#9067])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#14544] / [i915#4103])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#4103])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#9723])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dp_aux_dev:
- shard-tglu: NOTRUN -> [SKIP][229] ([i915#1257])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-5/igt@kms_dp_aux_dev.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#13749]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#13749])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-tglu-1: NOTRUN -> [SKIP][232] ([i915#13748])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#3840])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#3840]) +1 other test skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#3840] / [i915#9053])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][236] ([i915#3840] / [i915#9053])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#3955])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#1839])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_feature_discovery@display-3x.html
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#1839]) +2 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu-1: NOTRUN -> [SKIP][240] ([i915#1839]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_feature_discovery@display-4x.html
- shard-mtlp: NOTRUN -> [SKIP][241] ([i915#1839])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#9337])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#658])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-tglu-1: NOTRUN -> [SKIP][244] ([i915#3637] / [i915#9934]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][245] ([i915#3637] / [i915#9934]) +8 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#9934])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#8381])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][248] ([i915#12745] / [i915#4839])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk6/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][249] ([i915#4839])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk6/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#9934]) +10 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#9934]) +6 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-plain-flip:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#9934]) +7 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#3637] / [i915#9934]) +1 other test skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#14544] / [i915#9934])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][255] ([i915#15643]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#15643]) +2 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
- shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#15643]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#3555] / [i915#8810] / [i915#8813]) +3 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#15643]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#15643] / [i915#5190])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][261] +30 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][262] ([i915#1825]) +12 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#8708]) +10 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-snb: [PASS][264] -> [SKIP][265] +16 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#15102]) +2 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][267] ([i915#15104])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#15104]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#15102] / [i915#3023]) +25 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#15102] / [i915#3458]) +10 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#1825]) +46 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][272] ([i915#14544] / [i915#1825]) +4 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#15102]) +13 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#8708]) +1 other test skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#8708]) +11 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#5439])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#15102]) +3 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#15102]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#15102]) +34 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#15102] / [i915#3458]) +13 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#5354]) +14 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#15689]) +104 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#3555] / [i915#8228])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_hdr@invalid-metadata-sizes.html
- shard-dg1: NOTRUN -> [SKIP][285] ([i915#3555] / [i915#8228])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_hdr@invalid-metadata-sizes.html
- shard-tglu: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8228]) +1 other test skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@kms_hdr@invalid-metadata-sizes.html
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#12713] / [i915#3555] / [i915#8228])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-2/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#3555] / [i915#8228]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][289] ([i915#15460])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-9/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#15459]) +1 other test skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][291] ([i915#15638] / [i915#15722])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#6301])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#6301])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][294] +7 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: NOTRUN -> [INCOMPLETE][295] ([i915#12756] / [i915#13476])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
- shard-glk: NOTRUN -> [INCOMPLETE][296] ([i915#12756] / [i915#13409] / [i915#13476])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk4/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][297] ([i915#13476])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][298] ([i915#13409] / [i915#13476])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-dg1: NOTRUN -> [SKIP][299] ([i915#14712])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
- shard-glk10: NOTRUN -> [SKIP][300] +141 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][301] ([i915#15709]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/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-tglu: NOTRUN -> [SKIP][302] ([i915#15709]) +3 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-linear-modifier@pipe-a-plane-5:
- shard-dg1: [PASS][303] -> [ABORT][304] ([i915#15759]) +5 other tests abort
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_plane@pixel-format-linear-modifier@pipe-a-plane-5.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_plane@pixel-format-linear-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
- shard-rkl: NOTRUN -> [SKIP][305] ([i915#15709])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#15608]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][307] ([i915#15709]) +2 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html
- shard-mtlp: NOTRUN -> [SKIP][308] ([i915#15709])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-1/igt@kms_plane@pixel-format-yf-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][309] ([i915#10647] / [i915#12169])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk2/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][310] ([i915#10647]) +1 other test fail
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk2/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][311] ([i915#13958])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#13958])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#13958])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#13958])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#14259] / [i915#14544])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_plane_multiple@tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#14259])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_plane_multiple@tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][317] ([i915#14259])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][318] ([i915#14259])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#6953] / [i915#9423])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#6953])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size.html
- shard-mtlp: NOTRUN -> [SKIP][321] ([i915#6953])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-5/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation:
- shard-dg2: NOTRUN -> [SKIP][322] ([i915#15689] / [i915#9423]) +2 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#15329]) +3 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a:
- shard-glk11: NOTRUN -> [SKIP][324] +108 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][325] ([i915#15329]) +4 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats:
- shard-dg2: [PASS][326] -> [SKIP][327] ([i915#15689] / [i915#9423]) +2 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][328] ([i915#15329] / [i915#6953])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d:
- shard-mtlp: NOTRUN -> [SKIP][329] ([i915#15329]) +8 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-d.html
* igt@kms_pm_backlight@bad-brightness:
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#9812])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-6/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#12343])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][332] ([i915#9812])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
- shard-dg1: NOTRUN -> [SKIP][333] ([i915#5354])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2: NOTRUN -> [SKIP][334] ([i915#9685])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_pm_dc@dc5-psr.html
- shard-rkl: NOTRUN -> [SKIP][335] ([i915#9685])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_pm_dc@dc5-psr.html
- shard-dg1: NOTRUN -> [SKIP][336] ([i915#9685])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-psr:
- shard-tglu: NOTRUN -> [SKIP][337] ([i915#9685]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-10/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][338] ([i915#15739])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#8430])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_pm_lpsp@screens-disabled.html
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#8430])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg1: NOTRUN -> [SKIP][341] ([i915#8430])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@kms_pm_lpsp@screens-disabled.html
- shard-tglu: NOTRUN -> [SKIP][342] ([i915#8430])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_pm_lpsp@screens-disabled.html
- shard-mtlp: NOTRUN -> [SKIP][343] ([i915#8430])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][344] ([i915#15073]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#15073])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [PASS][346] -> [SKIP][347] ([i915#15073])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_pm_rpm@dpms-non-lpsp.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg1: [PASS][348] -> [DMESG-WARN][349] ([i915#4423])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-12/igt@kms_pm_rpm@i2c.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#15073]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][351] -> [SKIP][352] ([i915#15073]) +1 other test skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
- shard-dg1: [PASS][353] -> [SKIP][354] ([i915#15073])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-13/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][355] ([i915#15403])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-3/igt@kms_pm_rpm@package-g7.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][356] ([i915#6524] / [i915#6805])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu-1: NOTRUN -> [SKIP][357] ([i915#11520]) +5 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][358] ([i915#11520]) +9 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][359] ([i915#11520]) +6 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-2/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-glk11: NOTRUN -> [SKIP][360] ([i915#11520]) +1 other test skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk11/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][361] ([i915#11520]) +1 other test skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb4/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
- shard-dg1: NOTRUN -> [SKIP][362] ([i915#11520]) +4 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][363] ([i915#11520]) +5 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#11520] / [i915#14544]) +1 other test skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][365] ([i915#11520]) +5 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
- shard-rkl: NOTRUN -> [SKIP][366] ([i915#11520]) +10 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][367] ([i915#9683])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-mtlp: NOTRUN -> [SKIP][368] ([i915#9688]) +8 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-6/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-rkl: NOTRUN -> [SKIP][369] ([i915#1072] / [i915#9732]) +29 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][370] ([i915#9732]) +27 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr-cursor-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][371] ([i915#9732]) +7 other tests skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_psr@psr-cursor-mmap-cpu.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][372] ([i915#1072] / [i915#14544] / [i915#9732]) +3 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][373] ([i915#1072] / [i915#9732]) +15 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][374] ([i915#4077] / [i915#9688]) +3 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-8/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][375] ([i915#1072] / [i915#9732]) +19 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-glk: NOTRUN -> [INCOMPLETE][376] ([i915#15492])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk9/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-dg2: [PASS][377] -> [ABORT][378] ([i915#15759])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][379] ([i915#12755] / [i915#5190])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2: NOTRUN -> [SKIP][380] ([i915#5190]) +1 other test skip
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][381] ([i915#5289]) +3 other tests skip
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-rkl: NOTRUN -> [SKIP][382] ([i915#3555]) +3 other tests skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][383] ([i915#13179]) +1 other test abort
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_selftest@drm_framebuffer.html
- shard-glk: NOTRUN -> [ABORT][384] ([i915#13179]) +1 other test abort
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk5/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][385] ([i915#3555]) +2 other tests skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][386] ([i915#8623])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-dg2: [PASS][387] -> [SKIP][388] ([i915#15689]) +113 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_vblank@ts-continuation-dpms-suspend.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_vblank@ts-continuation-dpms-suspend.html
- shard-rkl: [PASS][389] -> [INCOMPLETE][390] ([i915#12276])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_vblank@ts-continuation-dpms-suspend.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend.html
- shard-glk11: NOTRUN -> [INCOMPLETE][391] ([i915#12276]) +1 other test incomplete
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk11/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][392] ([i915#12276])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk10: NOTRUN -> [INCOMPLETE][393] ([i915#12276]) +1 other test incomplete
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][394] ([i915#11920] / [i915#14544])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_vrr@lobf.html
* igt@kms_vrr@max-min:
- shard-dg2: NOTRUN -> [SKIP][395] ([i915#9906])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_vrr@max-min.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][396] ([i915#3555] / [i915#9906])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-tglu-1: NOTRUN -> [SKIP][397] ([i915#9906])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-tglu: NOTRUN -> [SKIP][398] ([i915#9906]) +2 other tests skip
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-7/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][399] ([i915#2435])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@enable-race:
- shard-dg2: [PASS][400] -> [SKIP][401] ([i915#15607])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@perf_pmu@enable-race.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@perf_pmu@enable-race.html
* igt@perf_pmu@module-unload:
- shard-tglu-1: NOTRUN -> [ABORT][402] ([i915#13029])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-idle-check-all:
- shard-mtlp: [PASS][403] -> [FAIL][404] ([i915#15520]) +1 other test fail
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-mtlp-1/igt@perf_pmu@most-busy-idle-check-all.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@perf_pmu@most-busy-idle-check-all.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][405] ([i915#8516])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][406] ([i915#8516])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@perf_pmu@render-node-busy-idle:
- shard-mtlp: [PASS][407] -> [FAIL][408] ([i915#4349]) +6 other tests fail
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-mtlp-7/igt@perf_pmu@render-node-busy-idle.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-6/igt@perf_pmu@render-node-busy-idle.html
* igt@perf_pmu@render-node-busy-idle@vcs1:
- shard-dg2: NOTRUN -> [FAIL][409] ([i915#4349]) +4 other tests fail
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@perf_pmu@render-node-busy-idle@vcs1.html
- shard-dg1: [PASS][410] -> [FAIL][411] ([i915#4349]) +2 other tests fail
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-17/igt@perf_pmu@render-node-busy-idle@vcs1.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@perf_pmu@render-node-busy-idle@vcs1.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg2: NOTRUN -> [SKIP][412] ([i915#3708])
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-read:
- shard-dg1: NOTRUN -> [SKIP][413] ([i915#3708]) +1 other test skip
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-write:
- shard-rkl: NOTRUN -> [SKIP][414] ([i915#3291] / [i915#3708])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@prime_vgem@basic-write.html
- shard-mtlp: NOTRUN -> [SKIP][415] ([i915#10216] / [i915#3708])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][416] ([i915#3708])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][417] ([i915#9917])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@sriov_basic@bind-unbind-vf.html
- shard-dg1: NOTRUN -> [SKIP][418] ([i915#9917]) +1 other test skip
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@bind-unbind-vf@vf-1:
- shard-tglu-1: NOTRUN -> [FAIL][419] ([i915#12910]) +9 other tests fail
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-1/igt@sriov_basic@bind-unbind-vf@vf-1.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-rkl: NOTRUN -> [SKIP][420] ([i915#14544] / [i915#9917])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@api_intel_allocator@fork-simple-stress:
- shard-dg1: [ABORT][421] ([i915#15759]) -> [PASS][422] +2 other tests pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-14/igt@api_intel_allocator@fork-simple-stress.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-17/igt@api_intel_allocator@fork-simple-stress.html
* igt@fbdev@info:
- shard-dg2: [SKIP][423] ([i915#1849] / [i915#2582]) -> [PASS][424]
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@fbdev@info.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@fbdev@info.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][425] ([i915#13356]) -> [PASS][426] +2 other tests pass
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html
* igt@gem_workarounds@suspend-resume-context:
- shard-rkl: [INCOMPLETE][427] ([i915#13356]) -> [PASS][428] +2 other tests pass
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-3/igt@gem_workarounds@suspend-resume-context.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_pm_rpm@system-suspend:
- shard-dg2: [SKIP][429] ([i915#15693]) -> [PASS][430]
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_pm_rpm@system-suspend.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@i915_pm_rpm@system-suspend.html
* igt@i915_suspend@debugfs-reader:
- shard-glk10: [INCOMPLETE][431] ([i915#4817]) -> [PASS][432]
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-glk10/igt@i915_suspend@debugfs-reader.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk10/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: [INCOMPLETE][433] ([i915#4817]) -> [PASS][434]
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-glk3/igt@i915_suspend@fence-restore-untiled.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk2/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_3d@basic:
- shard-mtlp: [SKIP][435] ([i915#15726]) -> [PASS][436]
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-mtlp-1/igt@kms_3d@basic.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-3/igt@kms_3d@basic.html
* igt@kms_atomic_interruptible@atomic-setmode:
- shard-dg2: [SKIP][437] ([i915#15689]) -> [PASS][438] +160 other tests pass
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_atomic_interruptible@atomic-setmode.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_atomic_interruptible@atomic-setmode.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
- shard-rkl: [INCOMPLETE][439] ([i915#15582]) -> [PASS][440]
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-rkl: [FAIL][441] ([i915#13566]) -> [PASS][442] +1 other test pass
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-64x21.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][443] ([i915#13566]) -> [PASS][444] +3 other tests pass
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-rkl: [INCOMPLETE][445] ([i915#12358] / [i915#14152]) -> [PASS][446]
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_cursor_crc@cursor-suspend.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [INCOMPLETE][447] ([i915#9878]) -> [PASS][448]
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [TIMEOUT][449] ([i915#14033]) -> [PASS][450] +1 other test pass
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-snb4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2:
- shard-rkl: [INCOMPLETE][451] ([i915#6113]) -> [PASS][452] +1 other test pass
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
- shard-dg2: [ABORT][453] ([i915#15759]) -> [PASS][454]
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-snb: [SKIP][455] -> [PASS][456] +12 other tests pass
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation:
- shard-dg2: [SKIP][457] ([i915#15689] / [i915#9423]) -> [PASS][458] +6 other tests pass
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25:
- shard-dg1: [DMESG-WARN][459] ([i915#4423]) -> [PASS][460] +1 other test pass
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- shard-dg2: [SKIP][461] -> [PASS][462] +1 other test pass
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_pm_rpm@basic-pci-d3-state.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][463] ([i915#15073]) -> [PASS][464]
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][465] ([i915#15073]) -> [PASS][466]
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html
* igt@perf@gen12-invalid-class-instance:
- shard-dg2: [SKIP][467] ([i915#15607]) -> [PASS][468] +2 other tests pass
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@perf@gen12-invalid-class-instance.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@perf@gen12-invalid-class-instance.html
* igt@perf_pmu@busy-idle@bcs0:
- shard-mtlp: [FAIL][469] ([i915#4349]) -> [PASS][470] +1 other test pass
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-mtlp-3/igt@perf_pmu@busy-idle@bcs0.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-mtlp-7/igt@perf_pmu@busy-idle@bcs0.html
* igt@prime_mmap@test_reprime:
- shard-dg2: [SKIP][471] ([i915#15689] / [i915#2575]) -> [PASS][472] +99 other tests pass
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@prime_mmap@test_reprime.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@prime_mmap@test_reprime.html
#### Warnings ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: [SKIP][473] ([i915#15689] / [i915#2575]) -> [SKIP][474] ([i915#8411])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@api_intel_bb@blit-reloc-keep-cache.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: [SKIP][475] ([i915#8411]) -> [SKIP][476] ([i915#15689] / [i915#2575]) +1 other test skip
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-1/igt@api_intel_bb@blit-reloc-purge-cache.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg2: [SKIP][477] ([i915#15689]) -> [SKIP][478] ([i915#11078])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@device_reset@cold-reset-bound.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@device_reset@cold-reset-bound.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: [SKIP][479] ([i915#15689] / [i915#2575]) -> [SKIP][480] ([i915#8562])
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: [SKIP][481] ([i915#15689] / [i915#2575]) -> [SKIP][482] ([i915#8555]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hang.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: [SKIP][483] ([i915#280]) -> [SKIP][484] ([i915#14544] / [i915#280])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-3/igt@gem_ctx_sseu@invalid-sseu.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg2: [SKIP][485] ([i915#4771]) -> [SKIP][486] ([i915#15689] / [i915#2575])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_exec_balancer@bonded-pair.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg2: [SKIP][487] ([i915#15689] / [i915#2575]) -> [SKIP][488] ([i915#4812]) +1 other test skip
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_exec_balancer@bonded-semaphore.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: [SKIP][489] ([i915#4525]) -> [SKIP][490] ([i915#14544] / [i915#4525])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-in-fence.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: [SKIP][491] ([i915#3539] / [i915#4852]) -> [SKIP][492] ([i915#15689] / [i915#2575])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg2: [SKIP][493] ([i915#3539]) -> [SKIP][494] ([i915#15689] / [i915#2575])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_exec_flush@basic-uc-prw-default.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg2: [SKIP][495] ([i915#15689] / [i915#2575]) -> [SKIP][496] ([i915#3539] / [i915#4852]) +3 other tests skip
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_exec_flush@basic-wb-pro-default.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-dg2: [SKIP][497] ([i915#3281]) -> [SKIP][498] ([i915#15689] / [i915#2575]) +5 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-gtt.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-wc-cpu:
- shard-dg2: [SKIP][499] ([i915#15689] / [i915#2575]) -> [SKIP][500] ([i915#3281]) +7 other tests skip
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_exec_reloc@basic-wc-cpu.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@gem_exec_reloc@basic-wc-cpu.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: [SKIP][501] ([i915#3281]) -> [SKIP][502] ([i915#14544] / [i915#3281]) +5 other tests skip
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@gem_exec_reloc@basic-write-read-noreloc.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg2: [SKIP][503] ([i915#15689] / [i915#2575]) -> [SKIP][504] ([i915#4537] / [i915#4812])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_exec_schedule@preempt-queue.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: [SKIP][505] ([i915#4537] / [i915#4812]) -> [SKIP][506] ([i915#15689] / [i915#2575])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: [SKIP][507] ([i915#7276]) -> [SKIP][508] ([i915#14544] / [i915#7276])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@gem_exec_schedule@semaphore-power.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: [SKIP][509] ([i915#4860]) -> [SKIP][510] ([i915#15689] / [i915#2575]) +2 other tests skip
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg2: [SKIP][511] ([i915#15689] / [i915#2575]) -> [SKIP][512] ([i915#4860])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@massive-random:
- shard-rkl: [SKIP][513] ([i915#4613]) -> [SKIP][514] ([i915#14544] / [i915#4613])
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@gem_lmem_swapping@massive-random.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@smem-oom:
- shard-dg2: [SKIP][515] -> [FAIL][516] ([i915#15734])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_lmem_swapping@smem-oom.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_media_fill@media-fill:
- shard-dg2: [SKIP][517] ([i915#8289]) -> [SKIP][518] ([i915#15689] / [i915#2575])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@gem_media_fill@media-fill.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_media_fill@media-fill.html
* igt@gem_mmap@bad-offset:
- shard-dg2: [SKIP][519] ([i915#4083]) -> [SKIP][520] ([i915#15689] / [i915#2575]) +1 other test skip
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_mmap@bad-offset.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_mmap@bad-offset.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: [SKIP][521] ([i915#15689] / [i915#2575]) -> [SKIP][522] ([i915#4077]) +9 other tests skip
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_wc@copy:
- shard-dg2: [SKIP][523] ([i915#15689] / [i915#2575]) -> [SKIP][524] ([i915#4083]) +6 other tests skip
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_mmap_wc@copy.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_mmap_wc@copy.html
* igt@gem_partial_pwrite_pread@reads:
- shard-dg2: [SKIP][525] ([i915#3282]) -> [SKIP][526] ([i915#15689] / [i915#2575]) +2 other tests skip
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: [SKIP][527] ([i915#15689] / [i915#2575]) -> [SKIP][528] ([i915#3282]) +6 other tests skip
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_partial_pwrite_pread@reads-uncached.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pread@snoop:
- shard-rkl: [SKIP][529] ([i915#3282]) -> [SKIP][530] ([i915#14544] / [i915#3282]) +2 other tests skip
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@gem_pread@snoop.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_pread@snoop.html
* igt@gem_pread@uncached:
- shard-rkl: [SKIP][531] ([i915#14544] / [i915#3282]) -> [SKIP][532] ([i915#3282])
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@gem_pread@uncached.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@gem_pread@uncached.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: [SKIP][533] ([i915#15689] / [i915#2575]) -> [SKIP][534] ([i915#4270]) +5 other tests skip
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_render_copy@yf-tiled-ccs-to-linear:
- shard-dg2: [SKIP][535] ([i915#5190] / [i915#8428]) -> [SKIP][536] ([i915#15689] / [i915#2575] / [i915#5190]) +1 other test skip
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@gem_render_copy@yf-tiled-ccs-to-linear.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_render_copy@yf-tiled-ccs-to-linear.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: [SKIP][537] ([i915#15689] / [i915#2575] / [i915#5190]) -> [SKIP][538] ([i915#5190] / [i915#8428]) +6 other tests skip
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: [SKIP][539] ([i915#8411]) -> [SKIP][540] ([i915#14544] / [i915#8411]) +1 other test skip
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg2: [SKIP][541] ([i915#4079]) -> [SKIP][542] ([i915#15689] / [i915#2575])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg2: [SKIP][543] ([i915#4885]) -> [SKIP][544] ([i915#15689] / [i915#2575])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_softpin@evict-snoop.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_pread_basic@basic:
- shard-dg2: [SKIP][545] ([i915#15689] / [i915#2575]) -> [SKIP][546] ([i915#15657])
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_tiled_pread_basic@basic.html
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_tiled_pread_basic@basic.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: [SKIP][547] ([i915#15689] / [i915#2575]) -> [SKIP][548] ([i915#4079]) +1 other test skip
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_tiled_pread_pwrite.html
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_tiled_pread_pwrite.html
* igt@gem_tiled_swapping@non-threaded:
- shard-dg2: [SKIP][549] ([i915#4077]) -> [SKIP][550] ([i915#15689] / [i915#2575]) +6 other tests skip
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@gem_tiled_swapping@non-threaded.html
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: [SKIP][551] ([i915#15689] / [i915#2575]) -> [SKIP][552] ([i915#3297]) +2 other tests skip
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-dg2: [SKIP][553] ([i915#3297]) -> [SKIP][554] ([i915#15689] / [i915#2575])
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@gem_userptr_blits@readonly-pwrite-unsync.html
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gen7_exec_parse@basic-rejected:
- shard-dg2: [SKIP][555] -> [SKIP][556] ([i915#15689] / [i915#2575]) +4 other tests skip
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@gen7_exec_parse@basic-rejected.html
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gen7_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: [SKIP][557] ([i915#2856]) -> [SKIP][558] ([i915#15689] / [i915#2575]) +1 other test skip
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@gen9_exec_parse@batch-invalid-length.html
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@batch-without-end:
- shard-rkl: [SKIP][559] ([i915#2527]) -> [SKIP][560] ([i915#14544] / [i915#2527]) +2 other tests skip
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-5/igt@gen9_exec_parse@batch-without-end.html
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@valid-registers:
- shard-dg2: [SKIP][561] ([i915#15689] / [i915#2575]) -> [SKIP][562] ([i915#2856]) +3 other tests skip
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@gen9_exec_parse@valid-registers.html
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@all-busy-idle-check-all:
- shard-dg2: [SKIP][563] ([i915#15689]) -> [SKIP][564] ([i915#14123])
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_drm_fdinfo@all-busy-idle-check-all.html
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@i915_drm_fdinfo@all-busy-idle-check-all.html
* igt@i915_drm_fdinfo@isolation:
- shard-dg2: [SKIP][565] ([i915#15689]) -> [SKIP][566] ([i915#14073])
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_drm_fdinfo@isolation.html
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@i915_drm_fdinfo@isolation.html
* igt@i915_drm_fdinfo@virtual-busy-hang-all:
- shard-dg2: [SKIP][567] ([i915#14118]) -> [SKIP][568] ([i915#15689])
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_drm_fdinfo@virtual-busy-hang-all.html
* igt@i915_drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: [SKIP][569] ([i915#15689]) -> [SKIP][570] ([i915#14118]) +1 other test skip
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_drm_fdinfo@virtual-busy-idle-all.html
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@i915_drm_fdinfo@virtual-busy-idle-all.html
* igt@i915_module_load@resize-bar:
- shard-dg2: [DMESG-WARN][571] ([i915#14545]) -> [SKIP][572] ([i915#15689])
[571]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@i915_module_load@resize-bar.html
[572]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_module_load@resize-bar.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-dg2: [FAIL][573] ([i915#12964]) -> [SKIP][574] ([i915#15689] / [i915#2575])
[573]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[574]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-rkl: [SKIP][575] ([i915#14498]) -> [SKIP][576] ([i915#14498] / [i915#14544])
[575]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-idle.html
[576]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: [SKIP][577] ([i915#15689] / [i915#2575]) -> [SKIP][578] ([i915#4387])
[577]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_pm_sseu@full-enable.html
[578]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: [SKIP][579] ([i915#6245]) -> [SKIP][580] ([i915#14544] / [i915#6245])
[579]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-5/igt@i915_query@hwconfig_table.html
[580]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-unsupported:
- shard-dg2: [SKIP][581] ([i915#15689] / [i915#2575]) -> [SKIP][582] +1 other test skip
[581]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@i915_query@query-topology-unsupported.html
[582]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@i915_query@query-topology-unsupported.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: [SKIP][583] ([i915#15689] / [i915#5190]) -> [SKIP][584] ([i915#5190]) +3 other tests skip
[583]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[584]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg2: [SKIP][585] ([i915#15689]) -> [SKIP][586] ([i915#4212]) +1 other test skip
[585]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
[586]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [FAIL][587] ([i915#5956]) -> [SKIP][588] ([i915#15689])
[587]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[588]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: [SKIP][589] ([i915#5286]) -> [SKIP][590] ([i915#14544] / [i915#5286]) +3 other tests skip
[589]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[590]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-rkl: [SKIP][591] ([i915#14544] / [i915#3638]) -> [SKIP][592] ([i915#3638])
[591]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-270.html
[592]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][593] ([i915#3638]) -> [SKIP][594] ([i915#14544] / [i915#3638])
[593]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_big_fb@linear-64bpp-rotate-90.html
[594]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: [SKIP][595] ([i915#4538] / [i915#5190]) -> [SKIP][596] ([i915#15689] / [i915#5190]) +11 other tests skip
[595]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
[596]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-dg2: [SKIP][597] ([i915#15689] / [i915#5190]) -> [SKIP][598] ([i915#4538] / [i915#5190]) +8 other tests skip
[597]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
[598]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg1: [SKIP][599] ([i915#4423] / [i915#4538]) -> [SKIP][600] ([i915#4538])
[599]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-13/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
[600]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2: [SKIP][601] ([i915#5190]) -> [SKIP][602] ([i915#15689] / [i915#5190])
[601]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[602]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][603] ([i915#6095]) -> [SKIP][604] ([i915#14544] / [i915#6095]) +3 other tests skip
[603]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-2.html
[604]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-2.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][605] ([i915#14098] / [i915#6095]) -> [SKIP][606] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip
[605]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
[606]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-dg2: [SKIP][607] ([i915#10307] / [i915#6095]) -> [SKIP][608] ([i915#15689]) +6 other tests skip
[607]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[608]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][609] ([i915#12313] / [i915#14544]) -> [SKIP][610] ([i915#12313])
[609]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
[610]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2: [SKIP][611] ([i915#15689]) -> [SKIP][612] ([i915#12313])
[611]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
[612]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs:
- shard-dg2: [SKIP][613] ([i915#6095]) -> [SKIP][614] ([i915#15689]) +3 other tests skip
[613]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
[614]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
- shard-dg2: [SKIP][615] ([i915#10307] / [i915#10434] / [i915#6095]) -> [SKIP][616] ([i915#15689])
[615]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
[616]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-dg2: [SKIP][617] ([i915#15689]) -> [SKIP][618] ([i915#6095]) +4 other tests skip
[617]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
[618]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
- shard-dg2: [SKIP][619] ([i915#15689]) -> [SKIP][620] ([i915#10307] / [i915#6095]) +10 other tests skip
[619]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
[620]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-dg1: [SKIP][621] ([i915#12313] / [i915#4423]) -> [SKIP][622] ([i915#12313])
[621]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[622]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-dg2: [SKIP][623] ([i915#12313]) -> [SKIP][624] ([i915#15689])
[623]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
[624]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-dg2: [SKIP][625] ([i915#13781]) -> [SKIP][626] ([i915#15689])
[625]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_cdclk@mode-transition.html
[626]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@ctm-negative:
- shard-dg2: [SKIP][627] ([i915#15689]) -> [SKIP][628] +9 other tests skip
[627]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_chamelium_color@ctm-negative.html
[628]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: [SKIP][629] -> [SKIP][630] ([i915#15689]) +5 other tests skip
[629]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_chamelium_color@degamma.html
[630]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-dg1: [SKIP][631] ([i915#11151] / [i915#4423] / [i915#7828]) -> [SKIP][632] ([i915#11151] / [i915#7828])
[631]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
[632]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: [SKIP][633] ([i915#11151] / [i915#7828]) -> [SKIP][634] ([i915#15689]) +6 other tests skip
[633]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_chamelium_frames@dp-crc-fast.html
[634]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-dg2: [SKIP][635] ([i915#15689]) -> [SKIP][636] ([i915#11151] / [i915#7828]) +8 other tests skip
[635]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
[636]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-rkl: [SKIP][637] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][638] ([i915#11151] / [i915#7828])
[637]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
[638]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-1/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: [SKIP][639] ([i915#11151] / [i915#7828]) -> [SKIP][640] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[639]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-fast.html
[640]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: [SKIP][641] ([i915#6944]) -> [SKIP][642] ([i915#15689])
[641]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_content_protection@atomic-dpms-hdcp14.html
[642]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: [SKIP][643] ([i915#15330]) -> [SKIP][644] ([i915#14544] / [i915#15330])
[643]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
[644]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-dg2: [SKIP][645] ([i915#15330]) -> [SKIP][646] ([i915#15689])
[645]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
[646]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: [SKIP][647] ([i915#15689]) -> [SKIP][648] ([i915#15330] / [i915#3299])
[647]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-1.html
[648]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: [SKIP][649] ([i915#15330] / [i915#3116]) -> [SKIP][650] ([i915#14544] / [i915#15330] / [i915#3116])
[649]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0.html
[650]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: [SKIP][651] ([i915#15689]) -> [SKIP][652] ([i915#6944] / [i915#9424])
[651]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_content_protection@lic-type-0.html
[652]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-0-hdcp14:
- shard-dg2: [SKIP][653] ([i915#15689]) -> [SKIP][654] ([i915#6944])
[653]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_content_protection@lic-type-0-hdcp14.html
[654]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_content_protection@lic-type-0-hdcp14.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: [SKIP][655] ([i915#6944] / [i915#9424]) -> [SKIP][656] ([i915#15689])
[655]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_content_protection@mei-interface.html
[656]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][657] ([i915#15689]) -> [SKIP][658] ([i915#6944] / [i915#7118])
[657]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_content_protection@srm.html
[658]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg1: [SKIP][659] ([i915#4423] / [i915#6944] / [i915#7116] / [i915#9424]) -> [SKIP][660] ([i915#6944] / [i915#7116] / [i915#9424])
[659]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_content_protection@type1.html
[660]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-19/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2: [SKIP][661] ([i915#15689]) -> [SKIP][662] ([i915#6944] / [i915#7118] / [i915#9424])
[661]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_content_protection@uevent.html
[662]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2: [SKIP][663] ([i915#3555]) -> [SKIP][664] ([i915#15689]) +1 other test skip
[663]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_cursor_crc@cursor-offscreen-32x10.html
[664]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2: [SKIP][665] ([i915#13049]) -> [SKIP][666] ([i915#15689]) +1 other test skip
[665]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[666]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-dg2: [SKIP][667] ([i915#15689]) -> [SKIP][668] ([i915#3555]) +3 other tests skip
[667]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-max-size.html
[668]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-rkl: [SKIP][669] ([i915#3555]) -> [SKIP][670] ([i915#14544] / [i915#3555]) +2 other tests skip
[669]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@kms_cursor_crc@cursor-random-32x32.html
[670]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg1: [ABORT][671] ([i915#15759]) -> [SKIP][672] ([i915#3555])
[671]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
[672]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: [SKIP][673] ([i915#15689]) -> [SKIP][674] ([i915#13049]) +1 other test skip
[673]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[674]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: [SKIP][675] ([i915#13046] / [i915#5354]) -> [SKIP][676] ([i915#15689]) +2 other tests skip
[675]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
[676]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: [SKIP][677] ([i915#4103]) -> [SKIP][678] ([i915#14544] / [i915#4103]) +1 other test skip
[677]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[678]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-rkl: [SKIP][679] ([i915#14544]) -> [SKIP][680] +2 other tests skip
[679]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
[680]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: [SKIP][681] ([i915#15689]) -> [SKIP][682] ([i915#13046] / [i915#5354]) +3 other tests skip
[681]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[682]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2: [SKIP][683] ([i915#4103] / [i915#4213]) -> [SKIP][684] ([i915#15689])
[683]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[684]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2: [SKIP][685] ([i915#15689]) -> [SKIP][686] ([i915#4103] / [i915#4213]) +1 other test skip
[685]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[686]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: [SKIP][687] ([i915#14544] / [i915#3555] / [i915#3804]) -> [SKIP][688] ([i915#3555] / [i915#3804])
[687]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[688]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][689] ([i915#14544] / [i915#3804]) -> [SKIP][690] ([i915#3804])
[689]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
[690]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-dg2: [SKIP][691] ([i915#13749]) -> [SKIP][692] ([i915#15689])
[691]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_dp_link_training@non-uhbr-mst.html
[692]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-dg2: [SKIP][693] ([i915#13748]) -> [SKIP][694] ([i915#15689])
[693]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_dp_link_training@uhbr-mst.html
[694]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg2: [SKIP][695] ([i915#15689]) -> [SKIP][696] ([i915#13707])
[695]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html
[696]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-basic:
- shard-dg2: [SKIP][697] ([i915#3555] / [i915#3840]) -> [SKIP][698] ([i915#15689])
[697]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_dsc@dsc-basic.html
[698]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: [SKIP][699] ([i915#15689]) -> [SKIP][700] ([i915#3840] / [i915#9688])
[699]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_dsc@dsc-fractional-bpp.html
[700]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: [SKIP][701] ([i915#3840]) -> [SKIP][702] ([i915#14544] / [i915#3840])
[701]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[702]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: [SKIP][703] ([i915#15689]) -> [SKIP][704] ([i915#3555] / [i915#3840]) +1 other test skip
[703]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_dsc@dsc-with-bpc-formats.html
[704]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][705] ([i915#3955]) -> [SKIP][706] ([i915#14544] / [i915#3955])
[705]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
[706]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-rkl: [SKIP][707] ([i915#4854]) -> [SKIP][708] ([i915#14544] / [i915#4854])
[707]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_feature_discovery@chamelium.html
[708]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: [SKIP][709] ([i915#15689]) -> [SKIP][710] ([i915#1839])
[709]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_feature_discovery@display-2x.html
[710]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@psr1:
- shard-dg2: [SKIP][711] ([i915#658]) -> [SKIP][712] ([i915#15689])
[711]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_feature_discovery@psr1.html
[712]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_feature_discovery@psr1.html
- shard-rkl: [SKIP][713] ([i915#658]) -> [SKIP][714] ([i915#14544] / [i915#658])
[713]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_feature_discovery@psr1.html
[714]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_feature_discovery@psr1.html
* igt@kms_fence_pin_leak:
- shard-dg2: [SKIP][715] ([i915#15689] / [i915#2575]) -> [SKIP][716] ([i915#4881])
[715]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_fence_pin_leak.html
[716]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: [SKIP][717] ([i915#9934]) -> [SKIP][718] ([i915#15689]) +5 other tests skip
[717]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_flip@2x-absolute-wf_vblank.html
[718]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-rkl: [SKIP][719] ([i915#9934]) -> [SKIP][720] ([i915#14544] / [i915#9934])
[719]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
[720]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: [SKIP][721] ([i915#15689]) -> [SKIP][722] ([i915#9934]) +10 other tests skip
[721]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_flip@2x-blocking-wf_vblank.html
[722]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg2: [SKIP][723] ([i915#15689]) -> [SKIP][724] ([i915#8381])
[723]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html
[724]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-rkl: [SKIP][725] ([i915#14544] / [i915#9934]) -> [SKIP][726] ([i915#9934]) +1 other test skip
[725]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
[726]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@flip-vs-fences:
- shard-dg2: [SKIP][727] ([i915#8381]) -> [SKIP][728] ([i915#15689])
[727]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_flip@flip-vs-fences.html
[728]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: [INCOMPLETE][729] ([i915#12314] / [i915#12745] / [i915#4839] / [i915#6113]) -> [INCOMPLETE][730] ([i915#12745] / [i915#4839] / [i915#6113])
[729]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-glk5/igt@kms_flip@flip-vs-suspend.html
[730]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: [INCOMPLETE][731] ([i915#12314] / [i915#12745] / [i915#6113]) -> [INCOMPLETE][732] ([i915#12745] / [i915#6113])
[731]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-glk5/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
[732]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-glk3/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2: [SKIP][733] ([i915#15643]) -> [SKIP][734] ([i915#15689]) +1 other test skip
[733]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
[734]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-rkl: [SKIP][735] ([i915#15643]) -> [SKIP][736] ([i915#14544] / [i915#15643]) +2 other tests skip
[735]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
[736]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: [SKIP][737] ([i915#15643] / [i915#5190]) -> [SKIP][738] ([i915#15689] / [i915#5190]) +3 other tests skip
[737]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
[738]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg2: [SKIP][739] ([i915#15689] / [i915#5190]) -> [SKIP][740] ([i915#15643] / [i915#5190]) +2 other tests skip
[739]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
[740]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
- shard-dg2: [SKIP][741] ([i915#15689]) -> [SKIP][742] ([i915#15643]) +1 other test skip
[741]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
[742]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
- shard-dg2: [SKIP][743] ([i915#5354]) -> [SKIP][744] ([i915#15689]) +18 other tests skip
[743]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
[744]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: [SKIP][745] ([i915#15689]) -> [SKIP][746] ([i915#5354]) +31 other tests skip
[745]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
[746]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2: [SKIP][747] ([i915#15689]) -> [SKIP][748] ([i915#10055])
[747]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[748]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt:
- shard-rkl: [SKIP][749] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][750] ([i915#15102] / [i915#3023])
[749]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html
[750]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: [SKIP][751] ([i915#8708]) -> [SKIP][752] ([i915#15689]) +10 other tests skip
[751]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
[752]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg1: [SKIP][753] ([i915#4423] / [i915#8708]) -> [SKIP][754] ([i915#8708])
[753]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
[754]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: [SKIP][755] ([i915#15689]) -> [SKIP][756] ([i915#8708]) +12 other tests skip
[755]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[756]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-dg2: [SKIP][757] ([i915#15102] / [i915#3458]) -> [SKIP][758] ([i915#15689]) +10 other tests skip
[757]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
[758]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][759] ([i915#15102]) -> [SKIP][760] ([i915#14544] / [i915#15102]) +2 other tests skip
[759]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
[760]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-dg2: [SKIP][761] ([i915#15689]) -> [SKIP][762] ([i915#15102])
[761]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
[762]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
- shard-dg1: [SKIP][763] ([i915#15102] / [i915#3458] / [i915#4423]) -> [SKIP][764] ([i915#15102] / [i915#3458])
[763]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
[764]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: [SKIP][765] ([i915#15102] / [i915#3023]) -> [SKIP][766] ([i915#14544] / [i915#15102] / [i915#3023]) +6 other tests skip
[765]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html
[766]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][767] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][768] ([i915#15102] / [i915#3458]) +1 other test skip
[767]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
[768]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][769] ([i915#1825]) -> [SKIP][770] ([i915#14544] / [i915#1825]) +19 other tests skip
[769]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[770]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
- shard-rkl: [SKIP][771] ([i915#14544] / [i915#1825]) -> [SKIP][772] ([i915#1825]) +2 other tests skip
[771]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
[772]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
- shard-dg2: [SKIP][773] ([i915#15689]) -> [SKIP][774] ([i915#15102] / [i915#3458]) +12 other tests skip
[773]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
[774]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: [SKIP][775] ([i915#3555] / [i915#8228]) -> [SKIP][776] ([i915#15689])
[775]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_hdr@bpc-switch.html
[776]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@brightness-with-hdr:
- shard-dg2: [SKIP][777] ([i915#15689]) -> [SKIP][778] ([i915#12713])
[777]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_hdr@brightness-with-hdr.html
[778]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [SKIP][779] ([i915#15689]) -> [SKIP][780] ([i915#3555] / [i915#8228])
[779]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_hdr@static-toggle.html
[780]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg2: [SKIP][781] ([i915#15689]) -> [SKIP][782] ([i915#15458])
[781]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_joiner@basic-force-ultra-joiner.html
[782]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-dg2: [SKIP][783] ([i915#13688]) -> [SKIP][784] ([i915#15689])
[783]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_joiner@basic-max-non-joiner.html
[784]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-dg2: [SKIP][785] ([i915#15458]) -> [SKIP][786] ([i915#15689])
[785]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_joiner@basic-ultra-joiner.html
[786]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-rkl: [SKIP][787] ([i915#14544] / [i915#15458]) -> [SKIP][788] ([i915#15458])
[787]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[788]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-8/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: [SKIP][789] ([i915#14544] / [i915#6301]) -> [SKIP][790] ([i915#6301])
[789]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_panel_fitting@legacy.html
[790]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-7/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-rkl: [SKIP][791] ([i915#14712]) -> [SKIP][792] ([i915#14544] / [i915#14712])
[791]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
[792]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: [SKIP][793] ([i915#15689]) -> [SKIP][794] ([i915#13705])
[793]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
[794]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
- shard-rkl: [SKIP][795] ([i915#14544] / [i915#15709]) -> [SKIP][796] ([i915#15709])
[795]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
[796]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-dg2: [SKIP][797] ([i915#15709]) -> [SKIP][798] ([i915#15689])
[797]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
[798]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-linear-modifier:
- shard-dg2: [ABORT][799] ([i915#15759]) -> [SKIP][800] ([i915#15689])
[799]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_plane@pixel-format-linear-modifier.html
[800]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_plane@pixel-format-linear-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-rkl: [SKIP][801] ([i915#15709]) -> [SKIP][802] ([i915#14544] / [i915#15709]) +2 other tests skip
[801]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
[802]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping:
- shard-dg2: [SKIP][803] ([i915#15689]) -> [SKIP][804] ([i915#15709]) +5 other tests skip
[803]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
[804]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_plane@pixel-format-y-tiled-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-dg2: [SKIP][805] ([i915#15689]) -> [SKIP][806] ([i915#13958]) +1 other test skip
[805]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_plane_multiple@2x-tiling-y.html
[806]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-dg2: [SKIP][807] ([i915#15689]) -> [SKIP][808] ([i915#14259])
[807]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_plane_multiple@tiling-yf.html
[808]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: [SKIP][809] ([i915#15689] / [i915#9423]) -> [SKIP][810] ([i915#13046] / [i915#5354] / [i915#9423])
[809]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[810]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-rkl: [SKIP][811] ([i915#15329]) -> [SKIP][812] ([i915#14544] / [i915#15329]) +3 other tests skip
[811]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
[812]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation:
- shard-dg2: [ABORT][813] ([i915#15759]) -> [SKIP][814] ([i915#15689] / [i915#9423])
[813]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation.html
[814]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
- shard-rkl: [SKIP][815] ([i915#14544] / [i915#15329]) -> [SKIP][816] ([i915#15329]) +3 other tests skip
[815]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
[816]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-dg2: [SKIP][817] ([i915#3828]) -> [SKIP][818] ([i915#15689]) +1 other test skip
[817]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_pm_dc@dc5-retention-flops.html
[818]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_pm_dc@dc5-retention-flops.html
- shard-rkl: [SKIP][819] ([i915#3828]) -> [SKIP][820] ([i915#14544] / [i915#3828]) +1 other test skip
[819]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-8/igt@kms_pm_dc@dc5-retention-flops.html
[820]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: [SKIP][821] ([i915#15689]) -> [SKIP][822] ([i915#9685])
[821]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_pm_dc@dc6-psr.html
[822]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@fences-dpms:
- shard-dg2: [SKIP][823] ([i915#15689]) -> [SKIP][824] ([i915#4077]) +1 other test skip
[823]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_pm_rpm@fences-dpms.html
[824]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_pm_rpm@fences-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [SKIP][825] ([i915#15073]) -> [SKIP][826] ([i915#15689]) +1 other test skip
[825]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[826]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pm-caching:
- shard-dg2: [SKIP][827] ([i915#4077]) -> [SKIP][828] ([i915#15689])
[827]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-4/igt@kms_pm_rpm@pm-caching.html
[828]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_pm_rpm@pm-caching.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: [SKIP][829] -> [SKIP][830] ([i915#6524] / [i915#6805])
[829]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html
[830]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-3/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@d3hot:
- shard-dg2: [SKIP][831] ([i915#15689]) -> [SKIP][832] ([i915#6524] / [i915#6805])
[831]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_prime@d3hot.html
[832]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-dg2: [SKIP][833] ([i915#11520]) -> [SKIP][834] ([i915#15689]) +5 other tests skip
[833]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
[834]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
- shard-rkl: [SKIP][835] ([i915#11520]) -> [SKIP][836] ([i915#11520] / [i915#14544]) +3 other tests skip
[835]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
[836]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg2: [SKIP][837] ([i915#15689]) -> [SKIP][838] ([i915#11520]) +10 other tests skip
[837]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
[838]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: [SKIP][839] ([i915#9683]) -> [SKIP][840] ([i915#15689])
[839]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[840]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@pr-cursor-mmap-cpu:
- shard-dg2: [SKIP][841] ([i915#1072] / [i915#9732]) -> [SKIP][842] ([i915#15689]) +14 other tests skip
[841]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_psr@pr-cursor-mmap-cpu.html
[842]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_psr@pr-cursor-mmap-cpu.html
* igt@kms_psr@pr-primary-blt:
- shard-rkl: [SKIP][843] ([i915#1072] / [i915#9732]) -> [SKIP][844] ([i915#1072] / [i915#14544] / [i915#9732]) +7 other tests skip
[843]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@kms_psr@pr-primary-blt.html
[844]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2: [SKIP][845] ([i915#15689]) -> [SKIP][846] ([i915#1072] / [i915#9732]) +19 other tests skip
[845]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html
[846]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-4/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-dg1: [SKIP][847] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][848] ([i915#1072] / [i915#9732]) +1 other test skip
[847]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg1-16/igt@kms_psr@psr2-cursor-mmap-gtt.html
[848]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg1-13/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-cpu:
- shard-rkl: [SKIP][849] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][850] ([i915#1072] / [i915#9732])
[849]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-6/igt@kms_psr@psr2-primary-mmap-cpu.html
[850]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-4/igt@kms_psr@psr2-primary-mmap-cpu.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: [SKIP][851] ([i915#9685]) -> [SKIP][852] ([i915#15689])
[851]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[852]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-rkl: [SKIP][853] ([i915#9685]) -> [SKIP][854] ([i915#14544] / [i915#9685])
[853]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[854]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: [SKIP][855] ([i915#15689]) -> [SKIP][856] ([i915#4235])
[855]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_rotation_crc@exhaust-fences.html
[856]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: [SKIP][857] ([i915#12755] / [i915#5190]) -> [SKIP][858] ([i915#15689] / [i915#5190]) +1 other test skip
[857]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
[858]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: [SKIP][859] ([i915#5289]) -> [SKIP][860] ([i915#14544] / [i915#5289]) +1 other test skip
[859]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
[860]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2: [SKIP][861] ([i915#12755]) -> [SKIP][862] ([i915#15689])
[861]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-5/igt@kms_rotation_crc@sprite-rotation-270.html
[862]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: [SKIP][863] ([i915#15689]) -> [SKIP][864] ([i915#12755]) +1 other test skip
[863]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html
[864]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2: [SKIP][865] ([i915#15689]) -> [SKIP][866] ([i915#8623])
[865]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern.html
[866]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: [SKIP][867] ([i915#8623]) -> [SKIP][868] ([i915#15689])
[867]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[868]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: [SKIP][869] ([i915#9906]) -> [SKIP][870] ([i915#15689])
[869]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-6/igt@kms_vrr@flip-basic-fastset.html
[870]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-11/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-dpms:
- shard-dg2: [SKIP][871] ([i915#15689]) -> [SKIP][872] ([i915#15243] / [i915#3555]) +2 other tests skip
[871]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_vrr@flip-dpms.html
[872]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@kms_vrr@flip-dpms.html
* igt@kms_vrr@negative-basic:
- shard-dg2: [SKIP][873] ([i915#15689]) -> [SKIP][874] ([i915#3555] / [i915#9906])
[873]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@kms_vrr@negative-basic.html
[874]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: [SKIP][875] ([i915#9906]) -> [SKIP][876] ([i915#14544] / [i915#9906]) +1 other test skip
[875]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-drrs.html
[876]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-dg2: [SKIP][877] ([i915#15689]) -> [SKIP][878] ([i915#2436])
[877]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@perf@gen8-unprivileged-single-ctx-counters.html
[878]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-8/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf_pmu@event-wait@rcs0:
- shard-rkl: [SKIP][879] -> [SKIP][880] ([i915#14544]) +8 other tests skip
[879]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-4/igt@perf_pmu@event-wait@rcs0.html
[880]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@render-node-busy-idle:
- shard-dg2: [SKIP][881] ([i915#15689]) -> [FAIL][882] ([i915#4349])
[881]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@perf_pmu@render-node-busy-idle.html
[882]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-7/igt@perf_pmu@render-node-busy-idle.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: [SKIP][883] ([i915#3291] / [i915#3708]) -> [SKIP][884] ([i915#14544] / [i915#3291] / [i915#3708])
[883]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-rkl-1/igt@prime_vgem@basic-fence-read.html
[884]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-rkl-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: [SKIP][885] ([i915#15689] / [i915#2575]) -> [SKIP][886] ([i915#3708] / [i915#4077]) +1 other test skip
[885]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@prime_vgem@coherency-gtt.html
[886]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg2: [SKIP][887] ([i915#15689] / [i915#2575]) -> [SKIP][888] ([i915#3708]) +1 other test skip
[887]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html
[888]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-1/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg2: [SKIP][889] ([i915#15689]) -> [SKIP][890] ([i915#9917])
[889]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@sriov_basic@enable-vfs-autoprobe-off.html
[890]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-5/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg2: [SKIP][891] ([i915#15689] / [i915#2575] / [i915#4818]) -> [SKIP][892] ([i915#4818])
[891]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_18058/shard-dg2-11/igt@tools_test@sysfs_l3_parity.html
[892]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/shard-dg2-6/igt@tools_test@sysfs_l3_parity.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12358]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12358
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13705]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13705
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
[i915#13784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13784
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123
[i915#14152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14152
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[i915#15060]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15060
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15314
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15433
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15479]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15479
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15520
[i915#15567]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15567
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15607]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15607
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15657]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15657
[i915#15662]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15662
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15689]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15689
[i915#15693]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15693
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15726
[i915#15734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15734
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15759]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15759
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[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#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873
[i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8898]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8898
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8774 -> IGTPW_14629
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_18058: 1abdcb654ffbb08bbc96a9806fee60ef65fdad77 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14629: 6f3798a94d77bc9a261c35717eff79de00789dd5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8774: 8892452285d691f612ecb3b2a6fefc50983af15f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14629/index.html
[-- Attachment #2: Type: text/html, Size: 291611 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
` (3 preceding siblings ...)
2026-02-27 11:20 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-02-27 14:12 ` Kamil Konieczny
4 siblings, 0 replies; 6+ messages in thread
From: Kamil Konieczny @ 2026-02-27 14:12 UTC (permalink / raw)
To: Jonathan Cavitt; +Cc: igt-dev, saurabhg.gupta, alex.zuo
Hi Jonathan,
On 2026-02-26 at 23:10:37 +0000, Jonathan Cavitt wrote:
> In kms_fbcon_fbt, igt_set_device_master is already called on the target
> fd by drm_open_driver_master, so doing so again in the subtest function
> is unnecessary.
>
> In kms_pm_rpm, we call __drm_open_driver and igt_set_device_master while
> asserting the return of the former is not -1. This is already
> accomplished by drm_open_driver_master, which also has additional guards
> in place for i915, so just call that instead.
>
> Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> ---
> tests/intel/kms_fbcon_fbt.c | 1 -
> tests/intel/kms_pm_rpm.c | 4 +---
> 2 files changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/tests/intel/kms_fbcon_fbt.c b/tests/intel/kms_fbcon_fbt.c
> index 36de84f985..e44be15f60 100644
> --- a/tests/intel/kms_fbcon_fbt.c
> +++ b/tests/intel/kms_fbcon_fbt.c
> @@ -371,7 +371,6 @@ static void restore_fbcon(struct drm_info *drm)
>
> static void subtest(struct drm_info *drm, struct feature *feature, bool suspend)
> {
> - igt_device_set_master(drm->fd);
> kmstest_set_vt_graphics_mode();
Please send this in separate patch.
>
> igt_require(feature->supported_on_chipset(drm->fd, drm->debugfs_fd));
> diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c
> index 5f24fd49b1..e16218ceeb 100644
> --- a/tests/intel/kms_pm_rpm.c
> +++ b/tests/intel/kms_pm_rpm.c
> @@ -750,9 +750,7 @@ static bool setup_environment(void)
> if (has_runtime_pm)
> goto out;
>
> - drm_fd = __drm_open_driver(DRIVER_INTEL | DRIVER_XE);
> - igt_require(drm_fd != -1);
> - igt_device_set_master(drm_fd);
> + drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_XE);
This is not equivalent, __drm_open_driver() will not open second fd
for cleanup with at_exit(), so imho please drop this change.
Regards,
Kamil
>
> debugfs = igt_debugfs_dir(drm_fd);
> igt_require(debugfs != -1);
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-27 14:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 23:10 [PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls Jonathan Cavitt
2026-02-27 2:31 ` ✓ i915.CI.BAT: success for " Patchwork
2026-02-27 2:40 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-02-27 10:45 ` ✓ Xe.CI.FULL: success " Patchwork
2026-02-27 11:20 ` ✗ i915.CI.Full: failure " Patchwork
2026-02-27 14:12 ` [PATCH] " Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox