* [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset
@ 2026-08-20 18:41 Janusz Krzysztofik
2026-08-20 20:04 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Janusz Krzysztofik @ 2026-08-20 18:41 UTC (permalink / raw)
To: igt-dev
Cc: Kamil Konieczny, Andi Shyti, Krzysztof Karas, Sebastian Brzezinka,
Krzysztof Niemiec, intel-gfx, Janusz Krzysztofik
Subtest fault-injection now performs PCI device reset before every driver
bind attempt and fails if that reset doesn't succeed. That was OK if all
devices being tested supported a PCI reset method. However, machines
with DG1 SKU 0x4905 used in CI suffer from device breakage and system
freezes after any PCI reset attempts, triggering CI job aborts. That's
going to change soon with an upcoming kernel patch that disables PCI
reset capabilities on that card.
Attempt PCI reset and fail if not successful only if supported, otherwise
submit a debug message and continue the exercise. With that in place,
the subtest should no longer abort CI jobs on DG1 as soon as the above
mentioned kernel fix is in place.
Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
---
tests/intel/i915_module_load.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/intel/i915_module_load.c b/tests/intel/i915_module_load.c
index 26e30a1000..68e2386465 100644
--- a/tests/intel/i915_module_load.c
+++ b/tests/intel/i915_module_load.c
@@ -463,7 +463,8 @@ inject_fault_probe(int fd, const char pci_slot[], const char function_name[],
injection_list_add(function_name);
set_retval(function_name, inject_error);
- igt_assert(igt_sysfs_set(devicefd, "reset", "1"));
+ if (!igt_debug_on(!igt_sysfs_has_attr(devicefd, "reset")))
+ igt_assert(igt_sysfs_set(devicefd, "reset", "1"));
igt_kmod_bind("i915", pci_slot);
err = -errno;
--
2.54.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
@ 2026-08-20 20:04 ` Patchwork
2026-08-20 20:26 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-08-20 20:04 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8990 bytes --]
== Series Details ==
Series: tests/intel/i915_module_load: Ignore missing PCI reset
URL : https://patchwork.freedesktop.org/series/172541/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_9066_BAT -> XEIGTPW_15714_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (11 -> 13)
------------------------------
Additional (2): bat-bmg-2 bat-nvls-1
Known issues
------------
Here are the changes found in XEIGTPW_15714_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@write:
- bat-bmg-2: NOTRUN -> [SKIP][1] ([Intel XE#2134]) +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@fbdev@write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][2] ([Intel XE#2233])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- bat-nvls-1: NOTRUN -> [SKIP][3] ([Intel XE#8757])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-bmg-2: NOTRUN -> [SKIP][4] ([Intel XE#2489] / [Intel XE#3419]) +13 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-nvls-1: NOTRUN -> [SKIP][5] ([Intel XE#8759])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-bmg-2: NOTRUN -> [SKIP][6] ([Intel XE#2482]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_frontbuffer_tracking@basic:
- bat-bmg-2: NOTRUN -> [SKIP][7] ([Intel XE#2434] / [Intel XE#2548] / [Intel XE#6314])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-bmg-2: NOTRUN -> [SKIP][8] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@xe_evict@evict-small-multi-vm:
- bat-nvls-1: NOTRUN -> [SKIP][9] ([Intel XE#8777]) +9 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_evict@evict-small-multi-vm.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
- bat-nvls-1: NOTRUN -> [SKIP][10] ([Intel XE#8744]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html
* igt@xe_exec_balancer@twice-virtual-userptr-invalidate:
- bat-nvls-1: NOTRUN -> [SKIP][11] ([Intel XE#8741]) +17 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_exec_balancer@twice-virtual-userptr-invalidate.html
* igt@xe_exec_multi_queue@many-queues-userptr-invalidate:
- bat-nvls-1: NOTRUN -> [SKIP][12] ([Intel XE#8377]) +13 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_exec_multi_queue@many-queues-userptr-invalidate.html
* igt@xe_exec_multi_queue@priority:
- bat-bmg-2: NOTRUN -> [SKIP][13] ([Intel XE#8364]) +13 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@xe_exec_multi_queue@priority.html
* igt@xe_huc_copy@huc_copy:
- bat-nvls-1: NOTRUN -> [SKIP][14] ([Intel XE#8746])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_huc_copy@huc_copy.html
* igt@xe_live_ktest@xe_bo:
- bat-nvls-1: NOTRUN -> [SKIP][15] ([Intel XE#8792])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-nvls-1: NOTRUN -> [SKIP][16] ([Intel XE#8791] / [Intel XE#8792])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-bmg-2: NOTRUN -> [SKIP][17] ([Intel XE#2229])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-nvls-1: NOTRUN -> [SKIP][18] ([Intel XE#8791])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_mmap@vram:
- bat-nvls-1: NOTRUN -> [SKIP][19] ([Intel XE#8747])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xehpc:
- bat-bmg-2: NOTRUN -> [SKIP][20] ([Intel XE#1420] / [Intel XE#7590])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@xe_pat@pat-index-xehpc.html
- bat-nvls-1: NOTRUN -> [SKIP][21] ([Intel XE#8748])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-bmg-2: NOTRUN -> [SKIP][22] ([Intel XE#2245] / [Intel XE#7590])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@xe_pat@pat-index-xelp.html
- bat-nvls-1: NOTRUN -> [SKIP][23] ([Intel XE#8743])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-bmg-2: NOTRUN -> [SKIP][24] ([Intel XE#2236] / [Intel XE#7590])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-bmg-2/igt@xe_pat@pat-index-xelpg.html
- bat-nvls-1: NOTRUN -> [SKIP][25] ([Intel XE#8745])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/bat-nvls-1/igt@xe_pat@pat-index-xelpg.html
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[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#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[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#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#3419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3419
[Intel XE#6314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6314
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8377
[Intel XE#8741]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8741
[Intel XE#8743]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8743
[Intel XE#8744]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8744
[Intel XE#8745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8745
[Intel XE#8746]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8746
[Intel XE#8747]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8747
[Intel XE#8748]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8748
[Intel XE#8757]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8757
[Intel XE#8759]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8759
[Intel XE#8777]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8777
[Intel XE#8791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8791
[Intel XE#8792]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8792
Build changes
-------------
* IGT: IGT_9066 -> IGTPW_15714
* Linux: xe-5624-126c8855065e05b01e89d14ad0b8f07b70fc2d4b -> xe-5625-ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae
IGTPW_15714: 15714
IGT_9066: 9066
xe-5624-126c8855065e05b01e89d14ad0b8f07b70fc2d4b: 126c8855065e05b01e89d14ad0b8f07b70fc2d4b
xe-5625-ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae: ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/index.html
[-- Attachment #2: Type: text/html, Size: 10270 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
2026-08-20 20:04 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-08-20 20:26 ` Patchwork
2026-08-20 21:21 ` ✗ Xe.CI.FULL: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-08-20 20:26 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2775 bytes --]
== Series Details ==
Series: tests/intel/i915_module_load: Ignore missing PCI reset
URL : https://patchwork.freedesktop.org/series/172541/
State : success
== Summary ==
CI Bug Log - changes from IGT_9066 -> IGTPW_15714
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/index.html
Participating hosts (39 -> 37)
------------------------------
Additional (1): fi-glk-j4005
Missing (3): bat-dg2-13 fi-snb-2520m bat-adls-6
Known issues
------------
Here are the changes found in IGTPW_15714 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_debugfs@read-all-entries:
- bat-adlp-6: [PASS][1] -> [DMESG-WARN][2] ([i915#15673])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9066/bat-adlp-6/igt@core_debugfs@read-all-entries.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/bat-adlp-6/igt@core_debugfs@read-all-entries.html
* igt@gem_huc_copy@huc-copy:
- fi-glk-j4005: NOTRUN -> [SKIP][3] ([i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-glk-j4005: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@kms_psr@psr-primary-page-flip:
- fi-glk-j4005: NOTRUN -> [SKIP][5] +11 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html
#### Possible fixes ####
* igt@core_auth@basic-auth:
- bat-adlp-6: [DMESG-WARN][6] ([i915#15673]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_9066/bat-adlp-6/igt@core_auth@basic-auth.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/bat-adlp-6/igt@core_auth@basic-auth.html
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_9066 -> IGTPW_15714
* Linux: CI_DRM_19023 -> CI_DRM_19025
CI-20190529: 20190529
CI_DRM_19023: 126c8855065e05b01e89d14ad0b8f07b70fc2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_19025: 2343402d0a2ef55b16b8701e1a345d0b798b2629 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15714: 15714
IGT_9066: 9066
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/index.html
[-- Attachment #2: Type: text/html, Size: 3580 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
2026-08-20 20:04 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-08-20 20:26 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-08-20 21:21 ` Patchwork
2026-08-21 1:42 ` ✗ i915.CI.Full: " Patchwork
2026-08-21 9:59 ` [PATCH i-g-t] " Kamil Konieczny
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2026-08-20 21:21 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 25233 bytes --]
== Series Details ==
Series: tests/intel/i915_module_load: Ignore missing PCI reset
URL : https://patchwork.freedesktop.org/series/172541/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_9066_FULL -> XEIGTPW_15714_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15714_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15714_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15714_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_color@deep-color@pipe-d-dp-2-ctm:
- shard-bmg: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-10/igt@kms_color@deep-color@pipe-d-dp-2-ctm.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_color@deep-color@pipe-d-dp-2-ctm.html
* igt@kms_pm_rpm@modeset-stress-extra-wait:
- shard-bmg: [PASS][3] -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-10/igt@kms_pm_rpm@modeset-stress-extra-wait.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_pm_rpm@modeset-stress-extra-wait.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@xe_exec_mix_modes@exec-multi-queue-spinner-interrupted-lr}:
- shard-bmg: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-2/igt@xe_exec_mix_modes@exec-multi-queue-spinner-interrupted-lr.html
Known issues
------------
Here are the changes found in XEIGTPW_15714_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2327])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-lnl: [PASS][7] -> [FAIL][8] ([Intel XE#1231] / [Intel XE#8628])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#1124]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-target-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#7679])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-target-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-target-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#367])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@kms_bw@linear-tiling-3-displays-target-2160x1440p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [PASS][12] -> [INCOMPLETE][13] ([Intel XE#7084] / [Intel XE#8150]) +1 other test incomplete
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#3432])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2887]) +6 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-negative:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2325] / [Intel XE#7358])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#7358])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-10/igt@kms_chamelium_color_pipeline@plane-lut1d-post-ctm3x4.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#2252])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_color@deep-color@pipe-d-dp-2-degamma:
- shard-bmg: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#7774])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-10/igt@kms_color@deep-color@pipe-d-dp-2-degamma.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_color@deep-color@pipe-d-dp-2-degamma.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#6974])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@uevent-hdcp14:
- shard-bmg: NOTRUN -> [FAIL][22] ([Intel XE#6707] / [Intel XE#7439]) +1 other test fail
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_content_protection@uevent-hdcp14.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#4354] / [Intel XE#5882])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#8265])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [PASS][25] -> [FAIL][26] ([Intel XE#301])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#7178] / [Intel XE#7351])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#4141])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#7061] / [Intel XE#7356])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2352] / [Intel XE#7399])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2311]) +18 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrshdr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#7061]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2313]) +18 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#3374] / [Intel XE#3544])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#7283])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2393])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][37] -> [FAIL][38] ([Intel XE#8399])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#1489]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-8/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#3904] / [Intel XE#7342])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_sharpness_filter@invalid-plane-with-filter:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#6503]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-2/igt@kms_sharpness_filter@invalid-plane-with-filter.html
* igt@kms_vrr@lobf-dc3co:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#8397])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@kms_vrr@lobf-dc3co.html
* igt@xe_exec_balancer@no-exec-cm-parallel-userptr:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#8589]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_exec_balancer@no-exec-cm-parallel-userptr.html
* igt@xe_exec_basic@multigpu-once-basic:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2322] / [Intel XE#7372])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_exec_basic@multigpu-once-basic.html
* igt@xe_exec_fault_mode@many-execqueues-rebind:
- shard-bmg: [PASS][46] -> [SKIP][47] ([Intel XE#8589]) +24 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-rebind.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_exec_fault_mode@many-execqueues-rebind.html
* igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#8364]) +13 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@xe_exec_multi_queue@max-queues-preempt-mode-close-fd-smem.html
* igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#8369])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-1/igt@xe_exec_reset@cm-multi-queue-cat-error-on-secondary.html
* igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#8378]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_pm_init_early:
- shard-bmg: [PASS][51] -> [ABORT][52] ([Intel XE#8007]) +2 other tests abort
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_pm_init_early.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_pm_init_early.html
* igt@xe_pat@xa-app-transient-media-off:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7590])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_pat@xa-app-transient-media-off.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#944]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-3/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-bmg: [PASS][55] -> [FAIL][56] ([Intel XE#6569])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-2/igt@xe_sriov_flr@flr-vfs-parallel.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-4/igt@xe_sriov_flr@flr-vfs-parallel.html
#### Possible fixes ####
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][57] ([Intel XE#301]) -> [PASS][58] +1 other test pass
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [FAIL][59] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_hdmi_inject@inject-audio:
- shard-bmg: [SKIP][61] ([Intel XE#7308]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-8/igt@kms_hdmi_inject@inject-audio.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [SKIP][63] ([Intel XE#1503]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-bmg: [SKIP][65] ([Intel XE#2685] / [Intel XE#3307]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-8/igt@kms_plane_scaling@intel-max-src-size.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-8/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][67] ([Intel XE#8399]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-7/igt@kms_pm_dc@dc6-dpms.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html
#### Warnings ####
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-bmg: [SKIP][69] ([Intel XE#2321] / [Intel XE#7355]) -> [SKIP][70] ([Intel XE#8589])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][71] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][72] ([Intel XE#301])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-bmg: [SKIP][73] ([Intel XE#4141]) -> [SKIP][74] ([Intel XE#8589])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][75] ([Intel XE#2311]) -> [SKIP][76] ([Intel XE#8589]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-pri-indfb-draw-render.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][77] ([Intel XE#2313]) -> [SKIP][78] ([Intel XE#8589]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-9/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-render.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_psr@fbc-psr-primary-render:
- shard-bmg: [SKIP][79] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][80] ([Intel XE#8589]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-6/igt@kms_psr@fbc-psr-primary-render.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@kms_psr@fbc-psr-primary-render.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind:
- shard-bmg: [SKIP][81] ([Intel XE#2322] / [Intel XE#7372]) -> [SKIP][82] ([Intel XE#8589])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-9/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind.html
* igt@xe_exec_multi_queue@many-execs-preempt-mode-userptr-invalidate:
- shard-bmg: [SKIP][83] ([Intel XE#8364]) -> [SKIP][84] ([Intel XE#8589])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9066/shard-bmg-8/igt@xe_exec_multi_queue@many-execs-preempt-mode-userptr-invalidate.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/shard-bmg-5/igt@xe_exec_multi_queue@many-execs-preempt-mode-userptr-invalidate.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1231
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[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#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2685]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2685
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[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#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[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#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#5882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5882
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
[Intel XE#6707]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6707
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7308
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7439
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7774]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7774
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8150]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8150
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8397
[Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
[Intel XE#8589]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8589
[Intel XE#8628]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8628
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_9066 -> IGTPW_15714
* Linux: xe-5624-126c8855065e05b01e89d14ad0b8f07b70fc2d4b -> xe-5625-ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae
IGTPW_15714: 15714
IGT_9066: 9066
xe-5624-126c8855065e05b01e89d14ad0b8f07b70fc2d4b: 126c8855065e05b01e89d14ad0b8f07b70fc2d4b
xe-5625-ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae: ff9ffb09dc2a5ab70194b9677eeefdf8c49114ae
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15714/index.html
[-- Attachment #2: Type: text/html, Size: 28816 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
` (2 preceding siblings ...)
2026-08-20 21:21 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-08-21 1:42 ` Patchwork
2026-08-21 8:37 ` Janusz Krzysztofik
2026-08-21 9:59 ` [PATCH i-g-t] " Kamil Konieczny
4 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2026-08-21 1:42 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 134840 bytes --]
== Series Details ==
Series: tests/intel/i915_module_load: Ignore missing PCI reset
URL : https://patchwork.freedesktop.org/series/172541/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_19025_full -> IGTPW_15714_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15714_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15714_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_15714/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_15714_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_edge_walk@256x256-top-edge:
- shard-rkl: NOTRUN -> [ABORT][1] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_cursor_edge_walk@256x256-top-edge.html
* igt@kms_plane@plane-position-covered:
- shard-tglu: NOTRUN -> [ABORT][2] +1 other test abort
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_plane@plane-position-covered.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1:
- shard-snb: [PASS][3] -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-snb1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb4/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
Known issues
------------
Here are the changes found in IGTPW_15714_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: NOTRUN -> [SKIP][5] ([i915#11078])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@device_reset@unbind-cold-reset-rebind.html
- shard-dg2: NOTRUN -> [SKIP][6] ([i915#11078])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#3555] / [i915#9323])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@gem_ccs@block-copy-compressed.html
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-9/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][12] ([i915#13008])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-6/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][13] ([i915#13356] / [i915#16348])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][14] ([i915#7697]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@gem_close_race@multigpu-basic-process.html
- shard-rkl: NOTRUN -> [SKIP][15] ([i915#14544] / [i915#7697])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_close_race@multigpu-basic-process.html
- shard-dg1: NOTRUN -> [SKIP][16] ([i915#7697])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-15/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_ctx_isolation@preservation-s3:
- shard-rkl: NOTRUN -> [INCOMPLETE][17] ([i915#13356]) +3 other tests incomplete
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][18] ([i915#13356] / [i915#16466]) +1 other test incomplete
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk8/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@idempotent:
- shard-snb: NOTRUN -> [SKIP][19] ([i915#1099])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb1/igt@gem_ctx_persistence@idempotent.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@gem_ctx_sseu@invalid-args.html
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@gem_ctx_sseu@invalid-args.html
- shard-tglu: NOTRUN -> [SKIP][22] ([i915#280])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@gem_ctx_sseu@invalid-args.html
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#280]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-dg1: [PASS][25] -> [DMESG-WARN][26] ([i915#13390] / [i915#4391] / [i915#4423])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-19/igt@gem_eio@in-flight-suspend.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@reset-stress@blt:
- shard-mtlp: NOTRUN -> [SKIP][27] ([i915#15314])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@gem_eio@reset-stress@blt.html
* igt@gem_eio@reset-stress@bsd:
- shard-snb: NOTRUN -> [FAIL][28] ([i915#8898]) +1 other test fail
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb6/igt@gem_eio@reset-stress@bsd.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@noheartbeat:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#8555])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@gem_exec_balancer@noheartbeat.html
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#8555])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@gem_exec_balancer@noheartbeat.html
- shard-mtlp: NOTRUN -> [SKIP][32] ([i915#8555])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][33] ([i915#14544] / [i915#4525]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html
- shard-tglu: NOTRUN -> [SKIP][34] ([i915#4525]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#4525])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][36] ([i915#11965]) +1 other test fail
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#6344])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][38] ([i915#11965]) +4 other tests fail
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-3/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][39] ([i915#11965]) +2 other tests fail
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@gem_exec_flush@basic-uc-ro-default.html
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_params@secure-non-master:
- shard-dg2: NOTRUN -> [SKIP][42] +5 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +6 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-scanout:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#14544] / [i915#3281]) +3 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3281]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#3281]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4860]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-5/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu: NOTRUN -> [SKIP][51] ([i915#2190])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#14544] / [i915#4613] / [i915#7582])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613] / [i915#7582])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-random:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-tglu-1: NOTRUN -> [SKIP][55] ([i915#4613])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-tglu: NOTRUN -> [SKIP][56] ([i915#4613]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#14544] / [i915#4613])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random-engines:
- shard-glk: NOTRUN -> [SKIP][58] ([i915#4613]) +6 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk5/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@verify-random:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4613]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-3/igt@gem_lmem_swapping@verify-random.html
* igt@gem_media_vme:
- shard-tglu-1: NOTRUN -> [SKIP][60] ([i915#284])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@gem_media_vme.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4077]) +4 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@gem_mmap_gtt@zero-extend.html
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#4077]) +7 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@gem_mmap_gtt@zero-extend.html
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4077]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@coherency:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4083]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@gem_mmap_wc@coherency.html
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4083]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@gem_mmap_wc@coherency.html
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4083]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-5/igt@gem_mmap_wc@coherency.html
* igt@gem_partial_pwrite_pread@reads:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#3282]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#3282]) +4 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@gem_partial_pwrite_pread@reads.html
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#3282]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@gem_partial_pwrite_pread@reads.html
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#3282]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_pwrite@basic-exhaustion:
- shard-glk: NOTRUN -> [WARN][71] ([i915#14702] / [i915#2658])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk1/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#4270]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_render_copy@yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#5190] / [i915#8428]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@gem_render_copy@yf-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#8428]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4885])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@gem_softpin@evict-snoop.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#4079])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-3/igt@gem_tiled_pread_pwrite.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4079])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@gem_tiled_pread_pwrite.html
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4079])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#4879])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#3297])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-dg1: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#3297]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#3297]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#14544] / [i915#3297])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: NOTRUN -> [ABORT][87] ([i915#5566])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#2527] / [i915#2856]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#2527])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#2527]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@gen9_exec_parse@shadow-peek.html
* igt@gen9_exec_parse@valid-registers:
- shard-tglu-1: NOTRUN -> [SKIP][91] ([i915#2527] / [i915#2856]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#14073]) +5 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@i915_drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@i915_drm_fdinfo@virtual-busy-idle-all:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#14118])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@i915_drm_fdinfo@virtual-busy-idle-all.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: [PASS][94] -> [DMESG-WARN][95] ([i915#13029] / [i915#14545])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-3/igt@i915_module_load@reload-no-display.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@i915_module_load@reload-no-display.html
- shard-dg1: [PASS][96] -> [DMESG-WARN][97] ([i915#13029] / [i915#14545])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-19/igt@i915_module_load@reload-no-display.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_api@freq-reset:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#8399])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#8399]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#14498])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rps@basic-api:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#11681] / [i915#6621])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-15/igt@i915_pm_rps@basic-api.html
- shard-mtlp: NOTRUN -> [SKIP][102] ([i915#11681] / [i915#6621])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@i915_pm_rps@basic-api.html
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#11681] / [i915#6621])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_query@query-topology-unsupported:
- shard-tglu-1: NOTRUN -> [SKIP][104] ([i915#16079])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@i915_query@query-topology-unsupported.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#5723])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-10/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu: NOTRUN -> [INCOMPLETE][106] ([i915#4817] / [i915#7443])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@i915_suspend@basic-s3-without-i915.html
- shard-mtlp: NOTRUN -> [SKIP][107] ([i915#6645])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][108] ([i915#16182] / [i915#4817]) +1 other test incomplete
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk3/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@i915_suspend@forcewake:
- shard-rkl: [PASS][109] -> [INCOMPLETE][110] ([i915#4817])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@i915_suspend@forcewake.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@i915_suspend@forcewake.html
- shard-glk10: NOTRUN -> [INCOMPLETE][111] ([i915#16182] / [i915#4817])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk10/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][112] ([i915#7707])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@intel_hwmon@hwmon-write.html
- shard-tglu: NOTRUN -> [SKIP][113] ([i915#7707])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#7707])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4212])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-15/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#4212])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][117] ([i915#12761] / [i915#14995])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk9/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#14544] / [i915#1769] / [i915#3555])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#1769] / [i915#3555])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538] / [i915#5286]) +2 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
- shard-tglu: NOTRUN -> [SKIP][121] ([i915#5286]) +4 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286]) +5 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][123] ([i915#5286]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#3638])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#3638]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +6 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-mtlp: NOTRUN -> [SKIP][127] +7 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#4538])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][129] +40 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][130] ([i915#6095]) +24 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk11: NOTRUN -> [SKIP][131] +120 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#12313]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#12313])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#12313])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#14098] / [i915#6095]) +35 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][136] +460 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk6/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-gen12-rc-ccs:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#10307] / [i915#6095]) +87 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#12313]) +2 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#12313]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#6095]) +153 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-glk10: NOTRUN -> [SKIP][141] +83 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk10/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#14544] / [i915#6095]) +9 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#6095]) +14 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][145] ([i915#6095]) +74 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#12805])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#12805])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][148] ([i915#15582]) +1 other test incomplete
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk2/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#6095]) +9 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#6095]) +51 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@plane-scaling:
- shard-tglu-1: NOTRUN -> [SKIP][152] ([i915#3742])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#13783]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#14544] / [i915#7828])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color_pipeline@plane-lut1d:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#16471])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_chamelium_color_pipeline@plane-lut1d.html
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#16471])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-10/igt@kms_chamelium_color_pipeline@plane-lut1d.html
* igt@kms_chamelium_color_pipeline@plane-lut3d-green-only:
- shard-tglu-1: NOTRUN -> [SKIP][157] ([i915#16471])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_chamelium_color_pipeline@plane-lut3d-green-only.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#11151] / [i915#7828]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
- shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#11151] / [i915#7828]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#11151] / [i915#7828]) +6 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#11151] / [i915#7828])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#11151] / [i915#7828]) +5 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@kms_chamelium_frames@hdmi-crc-multiple.html
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#11151] / [i915#7828]) +3 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_color@deep-color:
- shard-tglu-1: NOTRUN -> [SKIP][164] ([i915#3555] / [i915#9979])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#15865]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-6/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#15865])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#15865])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#15865]) +4 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#15330])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#15330] / [i915#4423])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-tglu: NOTRUN -> [SKIP][171] ([i915#15330])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-10/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#15330])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-3/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#15330])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#15330] / [i915#3299])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#15330] / [i915#3116]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#15330])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][177] ([i915#15865]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_content_protection@legacy-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#15865]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-tglu-1: NOTRUN -> [FAIL][179] ([i915#13566]) +1 other test fail
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#8814])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#13049]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][182] ([i915#13566]) +1 other test fail
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#13049])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#13049])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#13049])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#13049])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-rkl: [PASS][187] -> [FAIL][188] ([i915#13566])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-64x21.html
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][189] ([i915#13566])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#14544]) +10 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#4103]) +2 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#13046] / [i915#5354])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#4103])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-tglu: NOTRUN -> [SKIP][194] ([i915#1769] / [i915#3555] / [i915#3804])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#3804])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_aux_dev@basic:
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#1257])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_dp_aux_dev@basic.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#13749])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-tglu-1: NOTRUN -> [SKIP][198] ([i915#13748])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dsc@dsc-with-bpc-bigjoiner:
- shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#16361]) +2 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_dsc@dsc-with-bpc-bigjoiner.html
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#16361]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_dsc@dsc-with-bpc-bigjoiner.html
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#16361])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-8/igt@kms_dsc@dsc-with-bpc-bigjoiner.html
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#16361])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_dsc@dsc-with-bpc-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#16361]) +3 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#16361]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-10/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#16680])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#16081])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@kms_feature_discovery@display-2x.html
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#16081])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#16081])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_feature_discovery@display-3x.html
- shard-rkl: NOTRUN -> [SKIP][209] ([i915#14544] / [i915#16081])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@psr1:
- shard-tglu-1: NOTRUN -> [SKIP][210] ([i915#658])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_feature_discovery@psr1.html
* igt@kms_feature_discovery@vrr:
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#16600])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_feature_discovery@vrr.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#9934]) +7 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3637] / [i915#9934]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-5/igt@kms_flip@2x-flip-vs-suspend.html
- shard-glk11: NOTRUN -> [INCOMPLETE][214] ([i915#12745] / [i915#4839])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2:
- shard-glk11: NOTRUN -> [INCOMPLETE][215] ([i915#12745])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_flip@2x-flip-vs-suspend@ac-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-plain-flip:
- shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#3637] / [i915#9934]) +3 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#9934]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-13/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#3637] / [i915#9934]) +5 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#9934]) +4 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@plain-flip-interruptible:
- shard-dg1: [PASS][220] -> [DMESG-WARN][221] ([i915#4423]) +2 other tests dmesg-warn
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-15/igt@kms_flip@plain-flip-interruptible.html
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_flip@plain-flip-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#15643]) +5 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#15643] / [i915#5190]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#15643]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][225] ([i915#15643])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#15643]) +5 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#8810] / [i915#8813]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#15643])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile:
- shard-dg1: NOTRUN -> [SKIP][229] ([i915#15643]) +3 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_flip_scaled_crc@flip-p010-4tile-to-p016-4tile.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#14544] / [i915#1825]) +2 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#15991] / [i915#1825]) +9 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [PASS][232] -> [ABORT][233] ([i915#15132])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][234] ([i915#10056] / [i915#16593])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk3/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#15989]) +27 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff:
- shard-dg1: NOTRUN -> [SKIP][236] ([i915#15989]) +7 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-onoff:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#15989]) +22 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][238] +68 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#15990]) +6 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-shrfb-plflip-blt:
- shard-tglu: NOTRUN -> [SKIP][240] +95 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-6/igt@kms_frontbuffer_tracking@fbchdr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][241] ([i915#15989]) +12 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb565-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#15989]) +5 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_frontbuffer_tracking@fbchdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#10055])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_frontbuffer_tracking@fbchdr-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-snb: NOTRUN -> [SKIP][244] +135 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#15104] / [i915#15990]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#15104] / [i915#15990])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw:
- shard-dg1: NOTRUN -> [SKIP][247] +37 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#15990] / [i915#8708]) +13 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
- shard-rkl: NOTRUN -> [SKIP][249] ([i915#1825]) +5 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
- shard-dg1: NOTRUN -> [SKIP][250] ([i915#15990] / [i915#8708]) +11 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#15990] / [i915#8708]) +3 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-move:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#15102]) +17 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#15991]) +18 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-tglu-1: NOTRUN -> [SKIP][254] ([i915#15989]) +11 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_frontbuffer_tracking@hdr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt:
- shard-rkl: [PASS][255] -> [SKIP][256] ([i915#15989]) +6 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-primscrn-indfb-msflip-blt:
- shard-glk: [PASS][257] -> [SKIP][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk8/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-indfb-msflip-blt.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk1/igt@kms_frontbuffer_tracking@hdr-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#15991]) +12 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-farfromfence-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][260] ([i915#15990]) +1 other test skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-3/igt@kms_frontbuffer_tracking@hdr-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][261] ([i915#14544] / [i915#15102]) +5 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#15102]) +38 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt:
- shard-tglu-1: NOTRUN -> [SKIP][263] ([i915#15102]) +18 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][264] ([i915#15991] / [i915#5354]) +9 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][265] ([i915#15990]) +13 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-15/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-fullscreen:
- shard-tglu: NOTRUN -> [SKIP][266] ([i915#15102]) +40 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psrhdr-slowdraw:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#15102]) +20 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-5/igt@kms_frontbuffer_tracking@psrhdr-slowdraw.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#16518] / [i915#3555] / [i915#8228]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#12713] / [i915#16644])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: NOTRUN -> [SKIP][270] ([i915#16644] / [i915#3555] / [i915#8228]) +2 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_hdr@static-toggle-suspend.html
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#3555] / [i915#8228])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@kms_hdr@static-toggle-suspend.html
- shard-tglu: NOTRUN -> [SKIP][272] ([i915#3555] / [i915#8228]) +1 other test skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#15460])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#15459])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#15458])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-tglu-1: NOTRUN -> [SKIP][276] ([i915#15458])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_mst@mst-suspend-read-crc:
- shard-tglu-1: NOTRUN -> [SKIP][277] ([i915#16451])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_mst@mst-suspend-read-crc.html
* igt@kms_pipe_stress@stress-xrgb8888-xtiled:
- shard-glk: NOTRUN -> [DMESG-FAIL][278] ([i915#118])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk5/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#15709]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#15709]) +1 other test skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#15709])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier@pipe-b-plane-5:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#16386]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][283] ([i915#15709]) +2 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#16386]) +5 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][285] ([i915#15709]) +3 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_plane@pixel-format-y-tiled-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#15709]) +3 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7:
- shard-tglu: NOTRUN -> [SKIP][287] ([i915#16386]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html
* igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7:
- shard-dg1: NOTRUN -> [SKIP][288] ([i915#16386]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_plane@pixel-format-y-tiled-modifier@pipe-b-plane-7.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][289] ([i915#13026]) +1 other test incomplete
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk2/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk: NOTRUN -> [FAIL][290] ([i915#12178])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][291] ([i915#7862]) +1 other test fail
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#3555] / [i915#8821])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_plane_lowres@tiling-yf.html
- shard-rkl: NOTRUN -> [SKIP][293] ([i915#3555]) +5 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_plane_lowres@tiling-yf.html
- shard-dg1: NOTRUN -> [SKIP][294] ([i915#3555]) +3 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_plane_lowres@tiling-yf.html
- shard-mtlp: NOTRUN -> [SKIP][295] ([i915#3555] / [i915#8821])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][296] ([i915#14259])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#14259])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: NOTRUN -> [SKIP][298] ([i915#14544] / [i915#15329] / [i915#3555])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#14544] / [i915#15329]) +2 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][300] ([i915#15329] / [i915#3555] / [i915#6953])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][301] ([i915#15329]) +3 other tests skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg2: NOTRUN -> [SKIP][302] ([i915#12343] / [i915#5354])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-3/igt@kms_pm_backlight@bad-brightness.html
- shard-rkl: NOTRUN -> [SKIP][303] ([i915#12343] / [i915#5354]) +1 other test skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_pm_backlight@bad-brightness.html
- shard-dg1: NOTRUN -> [SKIP][304] ([i915#12343] / [i915#5354])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-18/igt@kms_pm_backlight@bad-brightness.html
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#12343] / [i915#9812])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu: NOTRUN -> [SKIP][306] ([i915#15948])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-dg2: NOTRUN -> [SKIP][307] ([i915#3828])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_pm_dc@dc5-retention-flops.html
- shard-rkl: NOTRUN -> [SKIP][308] ([i915#3828])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#14544] / [i915#15739])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_pm_dc@dc9-dpms.html
- shard-tglu: NOTRUN -> [SKIP][310] ([i915#15739])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [PASS][311] -> [SKIP][312] ([i915#9340])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][313] -> [SKIP][314] ([i915#15073]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp-stress.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: [PASS][315] -> [SKIP][316] ([i915#15073])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [PASS][317] -> [SKIP][318] ([i915#15073]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-tglu-1: NOTRUN -> [SKIP][319] ([i915#15073])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][320] ([i915#15403])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_pm_rpm@package-g7.html
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#14544] / [i915#15403])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-glk11: NOTRUN -> [SKIP][322] ([i915#11520]) +3 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#12316]) +2 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][324] ([i915#11520] / [i915#14544])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][325] ([i915#11520]) +2 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk10/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][326] ([i915#11520]) +6 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-5/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][327] ([i915#11520]) +2 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][328] ([i915#11520]) +7 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
- shard-dg2: NOTRUN -> [SKIP][329] ([i915#11520]) +4 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#11520]) +4 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
- shard-snb: NOTRUN -> [SKIP][331] ([i915#11520]) +4 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb7/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
- shard-dg1: NOTRUN -> [SKIP][332] ([i915#11520]) +3 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-sprite-render:
- shard-tglu-1: NOTRUN -> [SKIP][333] ([i915#9732]) +5 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_psr@fbc-pr-sprite-render.html
* igt@kms_psr@fbc-psr-primary-blt:
- shard-dg1: NOTRUN -> [SKIP][334] ([i915#1072] / [i915#9732]) +10 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-14/igt@kms_psr@fbc-psr-primary-blt.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-mtlp: NOTRUN -> [SKIP][335] ([i915#9688]) +3 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][336] ([i915#1072] / [i915#9732]) +11 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr2-cursor-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][337] ([i915#1072] / [i915#4423] / [i915#9732])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-16/igt@kms_psr@psr2-cursor-mmap-cpu.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][338] ([i915#9732]) +21 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][339] ([i915#1072] / [i915#9732]) +23 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#15949])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#4235])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk11: NOTRUN -> [INCOMPLETE][342] ([i915#15492] / [i915#16184])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk11: NOTRUN -> [INCOMPLETE][343] ([i915#15500] / [i915#16184])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk11/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-tglu: NOTRUN -> [SKIP][344] ([i915#5289]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][345] ([i915#12755] / [i915#15867])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html
- shard-mtlp: NOTRUN -> [SKIP][346] ([i915#12755] / [i915#15867])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-1/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg2: NOTRUN -> [SKIP][347] ([i915#3555]) +1 other test skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][348] ([i915#3555]) +5 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][349] ([i915#3555] / [i915#8809] / [i915#8823])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#8623])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_tiled_display@basic-test-pattern.html
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#8623])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-8/igt@kms_tiled_display@basic-test-pattern.html
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#8623])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-2/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][353] ([i915#8623])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-1/igt@kms_tiled_display@basic-test-pattern.html
- shard-rkl: NOTRUN -> [SKIP][354] ([i915#8623])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-snb: [PASS][355] -> [ABORT][356] ([i915#15840]) +1 other test abort
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-snb1/igt@kms_vblank@ts-continuation-suspend.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb4/igt@kms_vblank@ts-continuation-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][357] ([i915#12276]) +1 other test incomplete
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk4/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@max-min:
- shard-tglu-1: NOTRUN -> [SKIP][358] ([i915#9906])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-1/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][359] ([i915#9906])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@perf_pmu@most-busy-idle-check-all:
- shard-mtlp: [PASS][360] -> [FAIL][361] ([i915#15997]) +1 other test fail
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-mtlp-5/igt@perf_pmu@most-busy-idle-check-all.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][362] ([i915#8516])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_udl@share-import:
- shard-rkl: NOTRUN -> [SKIP][363] ([i915#16420])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@prime_udl@share-import.html
* igt@prime_vgem@basic-read:
- shard-rkl: NOTRUN -> [SKIP][364] ([i915#3291] / [i915#3708])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@prime_vgem@basic-read.html
- shard-dg1: NOTRUN -> [SKIP][365] ([i915#3708])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-17/igt@prime_vgem@basic-read.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: NOTRUN -> [SKIP][366] ([i915#3708])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@prime_vgem@fence-write-hang.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [INCOMPLETE][367] ([i915#13356] / [i915#16348]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][369] ([i915#13356]) -> [PASS][370] +1 other test pass
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-4/igt@gem_exec_suspend@basic-s0.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: [INCOMPLETE][371] ([i915#13356] / [i915#15172]) -> [PASS][372]
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk8/igt@i915_pm_rpm@system-suspend-execbuf.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk1/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: [FAIL][373] ([i915#15365]) -> [PASS][374]
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-mtlp-2/igt@i915_pm_rps@waitboost.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-7/igt@i915_pm_rps@waitboost.html
* igt@i915_power@sanity:
- shard-mtlp: [SKIP][375] ([i915#7984]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-mtlp-2/igt@i915_power@sanity.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-mtlp-1/igt@i915_power@sanity.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-rkl: [ABORT][377] ([i915#15140]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-1/igt@i915_suspend@fence-restore-tiled2untiled.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][379] ([i915#12761]) -> [PASS][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk2/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk9/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1:
- shard-tglu: [ABORT][381] ([i915#16837]) -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [FAIL][383] ([i915#13566]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-128x42.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][385] ([i915#13566]) -> [PASS][386] +3 other tests pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2: [FAIL][387] ([i915#13027]) -> [PASS][388]
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3:
- shard-dg2: [FAIL][389] ([i915#15718]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [INCOMPLETE][391] ([i915#16276] / [i915#6113]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@kms_flip@flip-vs-suspend.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite:
- shard-rkl: [SKIP][393] ([i915#15989]) -> [PASS][394] +9 other tests pass
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglu: [SKIP][395] ([i915#13030]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][397] ([i915#15073]) -> [PASS][398] +1 other test pass
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_pm_rpm@dpms-lpsp.html
* igt@perf_pmu@rc6-suspend:
- shard-glk: [INCOMPLETE][399] ([i915#13356] / [i915#14242] / [i915#16236]) -> [PASS][400]
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk5/igt@perf_pmu@rc6-suspend.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk6/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@semaphore-wait-idle@vecs1:
- shard-dg2: [FAIL][401] -> [PASS][402] +4 other tests pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg2-7/igt@perf_pmu@semaphore-wait-idle@vecs1.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg2-8/igt@perf_pmu@semaphore-wait-idle@vecs1.html
#### Warnings ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: [SKIP][403] ([i915#8411]) -> [SKIP][404] ([i915#14544] / [i915#8411])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-7/igt@api_intel_bb@blit-reloc-keep-cache.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: [SKIP][405] ([i915#280]) -> [SKIP][406] ([i915#14544] / [i915#280])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@gem_ctx_sseu@engines.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_exec_big@single:
- shard-tglu: [FAIL][407] ([i915#15816]) -> [FAIL][408] ([i915#15944])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-tglu-5/igt@gem_exec_big@single.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-4/igt@gem_exec_big@single.html
* igt@gem_exec_reloc@basic-gtt-read:
- shard-rkl: [SKIP][409] ([i915#3281]) -> [SKIP][410] ([i915#14544] / [i915#3281]) +4 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-read.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-rkl: [SKIP][411] ([i915#14544] / [i915#3281]) -> [SKIP][412] ([i915#3281]) +2 other tests skip
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@gem_exec_reloc@basic-write-read-active.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_lmem_swapping@verify:
- shard-rkl: [SKIP][413] ([i915#4613]) -> [SKIP][414] ([i915#14544] / [i915#4613]) +1 other test skip
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-7/igt@gem_lmem_swapping@verify.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_lmem_swapping@verify.html
* igt@gem_pwrite@basic-random:
- shard-rkl: [SKIP][415] ([i915#3282]) -> [SKIP][416] ([i915#14544] / [i915#3282]) +2 other tests skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-2/igt@gem_pwrite@basic-random.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_pwrite@basic-random.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-rkl: [SKIP][417] ([i915#14544] / [i915#8411]) -> [SKIP][418] ([i915#8411])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_tiled_pread_basic@basic:
- shard-rkl: [SKIP][419] ([i915#14544] / [i915#15656]) -> [SKIP][420] ([i915#15656])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@gem_tiled_pread_basic@basic.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@gem_tiled_pread_basic@basic.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: [SKIP][421] ([i915#3297] / [i915#3323]) -> [SKIP][422] ([i915#14544] / [i915#3297] / [i915#3323])
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@gem_userptr_blits@dmabuf-sync.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#3297]) -> [SKIP][424] ([i915#3297])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@gem_userptr_blits@readonly-unsync.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@gem_userptr_blits@readonly-unsync.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: [SKIP][425] ([i915#2527]) -> [SKIP][426] ([i915#14544] / [i915#2527]) +1 other test skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@gen9_exec_parse@allowed-all.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#2527]) -> [SKIP][428] ([i915#2527]) +1 other test skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@gen9_exec_parse@bb-start-param.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_power@sanity:
- shard-rkl: [SKIP][429] ([i915#7984]) -> [SKIP][430] ([i915#14544] / [i915#7984])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@i915_power@sanity.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@i915_power@sanity.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-rkl: [SKIP][431] ([i915#5286]) -> [SKIP][432] ([i915#14544] / [i915#5286]) +2 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][433] ([i915#14544] / [i915#3828]) -> [SKIP][434] ([i915#3828])
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: [SKIP][435] ([i915#3638]) -> [SKIP][436] ([i915#14544] / [i915#3638]) +1 other test skip
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-rkl: [SKIP][437] ([i915#14544]) -> [SKIP][438] +26 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-rkl: [SKIP][439] ([i915#14098] / [i915#6095]) -> [SKIP][440] ([i915#14098] / [i915#14544] / [i915#6095]) +4 other tests skip
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs:
- shard-rkl: [SKIP][441] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][442] ([i915#14098] / [i915#6095]) +3 other tests skip
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][443] ([i915#14544] / [i915#6095]) -> [SKIP][444] ([i915#6095]) +3 other tests skip
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][445] ([i915#6095]) -> [SKIP][446] ([i915#14544] / [i915#6095]) +1 other test skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg1: [SKIP][447] -> [SKIP][448] ([i915#4423]) +6 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-12/igt@kms_chamelium_color@ctm-green-to-red.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: [SKIP][449] ([i915#11151] / [i915#7828]) -> [SKIP][450] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-fast.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: [SKIP][451] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][452] ([i915#11151] / [i915#7828]) +1 other test skip
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-rkl: [SKIP][453] ([i915#15865]) -> [SKIP][454] ([i915#14544] / [i915#15865]) +2 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_content_protection@atomic-dpms.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-rkl: [SKIP][455] ([i915#3555]) -> [SKIP][456] ([i915#14544] / [i915#3555]) +2 other tests skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: [SKIP][457] ([i915#9067]) -> [SKIP][458] ([i915#14544] / [i915#9067])
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: [SKIP][459] ([i915#13748] / [i915#14544]) -> [SKIP][460] ([i915#13748])
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_dp_link_training@uhbr-sst.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner:
- shard-rkl: [SKIP][461] ([i915#16361]) -> [SKIP][462] ([i915#14544] / [i915#16361]) +1 other test skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc-ultrajoiner.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: [SKIP][463] ([i915#16599]) -> [SKIP][464] ([i915#14544] / [i915#16599])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_feature_discovery@dp-mst.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-rkl: [SKIP][465] ([i915#14544] / [i915#9934]) -> [SKIP][466] ([i915#9934]) +1 other test skip
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][467] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][468] ([i915#12314] / [i915#12745] / [i915#4839])
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk3/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2:
- shard-glk: [INCOMPLETE][469] ([i915#12745]) -> [INCOMPLETE][470] ([i915#12314] / [i915#12745])
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-glk3/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-rkl: [SKIP][471] ([i915#9934]) -> [SKIP][472] ([i915#14544] / [i915#9934]) +5 other tests skip
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-7/igt@kms_flip@2x-modeset-vs-vblank-race.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: [SKIP][473] ([i915#15643]) -> [SKIP][474] ([i915#14544] / [i915#15643]) +1 other test skip
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][475] ([i915#1825]) -> [SKIP][476] ([i915#14544] / [i915#1825]) +1 other test skip
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt:
- shard-dg1: [SKIP][477] ([i915#15990] / [i915#8708]) -> [SKIP][478] ([i915#15990] / [i915#4423] / [i915#8708])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-move:
- shard-dg1: [SKIP][479] ([i915#15989]) -> [SKIP][480] ([i915#15989] / [i915#4423]) +1 other test skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-18/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-move.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-indfb-draw-blt:
- shard-rkl: [SKIP][481] -> [SKIP][482] ([i915#14544]) +38 other tests skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-indfb-draw-blt.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][483] ([i915#14544] / [i915#15102]) -> [SKIP][484] ([i915#15102]) +4 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg1: [SKIP][485] ([i915#15990]) -> [SKIP][486] ([i915#15990] / [i915#4423])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-indfb-draw-mmap-wc.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte:
- shard-rkl: [SKIP][487] ([i915#15102]) -> [SKIP][488] ([i915#14544] / [i915#15102]) +14 other tests skip
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][489] ([i915#14544] / [i915#1825]) -> [SKIP][490] ([i915#1825]) +1 other test skip
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: [SKIP][491] ([i915#12713]) -> [SKIP][492] ([i915#1187] / [i915#12713])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-tglu-7/igt@kms_hdr@brightness-with-hdr.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-rkl: [SKIP][493] ([i915#15458]) -> [SKIP][494] ([i915#14544] / [i915#15458])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_joiner@basic-force-ultra-joiner.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: [SKIP][495] ([i915#14544] / [i915#15458]) -> [SKIP][496] ([i915#15458])
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][497] ([i915#15815]) -> [SKIP][498] ([i915#14544] / [i915#15815])
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: [SKIP][499] ([i915#6301]) -> [SKIP][500] ([i915#14544] / [i915#6301])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_panel_fitting@legacy.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping:
- shard-rkl: [SKIP][501] ([i915#15709]) -> [SKIP][502] ([i915#14544] / [i915#15709]) +3 other tests skip
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier-source-clamping.html
* igt@kms_pm_backlight@basic-brightness:
- shard-rkl: [SKIP][503] ([i915#12343] / [i915#14544] / [i915#5354]) -> [SKIP][504] ([i915#12343] / [i915#5354])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_pm_backlight@basic-brightness.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc5-pageflip-negative:
- shard-rkl: [SKIP][505] ([i915#9685]) -> [SKIP][506] ([i915#14544] / [i915#9685])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_pm_dc@dc5-pageflip-negative.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_pm_dc@dc5-pageflip-negative.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-dg1: [SKIP][507] ([i915#11520]) -> [SKIP][508] ([i915#11520] / [i915#4423])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-dg1-19/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-dg1-19/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-rkl: [SKIP][509] ([i915#11520] / [i915#14544]) -> [SKIP][510] ([i915#11520])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][511] ([i915#11520]) -> [SKIP][512] ([i915#11520] / [i915#14544]) +2 other tests skip
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@psr2-cursor-plane-move:
- shard-rkl: [SKIP][513] ([i915#1072] / [i915#9732]) -> [SKIP][514] ([i915#1072] / [i915#14544] / [i915#9732]) +12 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-8/igt@kms_psr@psr2-cursor-plane-move.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@kms_psr@psr2-cursor-plane-move.html
* igt@kms_psr@psr2-no-drrs:
- shard-rkl: [SKIP][515] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][516] ([i915#1072] / [i915#9732]) +2 other tests skip
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_psr@psr2-no-drrs.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-4/igt@kms_psr@psr2-no-drrs.html
* igt@kms_vrr@flipline:
- shard-rkl: [SKIP][517] ([i915#14544] / [i915#15243] / [i915#3555]) -> [SKIP][518] ([i915#15243] / [i915#3555])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_vrr@flipline.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-7/igt@kms_vrr@flipline.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: [SKIP][519] ([i915#14544] / [i915#9906]) -> [SKIP][520] ([i915#9906])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: [SKIP][521] ([i915#8516]) -> [SKIP][522] ([i915#14544] / [i915#8516])
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-4/igt@perf_pmu@rc6-all-gts.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: [SKIP][523] ([i915#3708]) -> [SKIP][524] ([i915#14544] / [i915#3708])
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-3/igt@prime_vgem@coherency-gtt.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-6/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-read-hang:
- shard-rkl: [SKIP][525] ([i915#14544] / [i915#3708]) -> [SKIP][526] ([i915#3708])
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-rkl-6/igt@prime_vgem@fence-read-hang.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-8/igt@prime_vgem@fence-read-hang.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[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#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12178
[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#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[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#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[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#14242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14242
[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#14702]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14702
[i915#14995]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14995
[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#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15140]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15140
[i915#15172]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15172
[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#15365]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15365
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[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#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15718]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15718
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#15840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15840
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15944
[i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
[i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
[i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
[i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
[i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
[i915#15997]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15997
[i915#16079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16079
[i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
[i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
[i915#16184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16184
[i915#16236]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16236
[i915#16276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16276
[i915#16348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16348
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386
[i915#16420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16420
[i915#16451]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16451
[i915#16466]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16466
[i915#16471]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16471
[i915#16518]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16518
[i915#16593]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16593
[i915#16599]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16599
[i915#16600]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16600
[i915#16644]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16644
[i915#16680]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16680
[i915#16837]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16837
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[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#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#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#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#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[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#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6645
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[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#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[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#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#8823]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8823
[i915#8898]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8898
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
[i915#9979]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9979
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_9066 -> IGTPW_15714
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_19025: 2343402d0a2ef55b16b8701e1a345d0b798b2629 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15714: 15714
IGT_9066: 9066
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/index.html
[-- Attachment #2: Type: text/html, Size: 178934 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ i915.CI.Full: failure for tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-21 1:42 ` ✗ i915.CI.Full: " Patchwork
@ 2026-08-21 8:37 ` Janusz Krzysztofik
0 siblings, 0 replies; 7+ messages in thread
From: Janusz Krzysztofik @ 2026-08-21 8:37 UTC (permalink / raw)
To: I915-ci-infra; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2212 bytes --]
Hi I915-ci-infra@lists.freedesktop.org,
On Fri, 2026-08-21 at 01:42 +0000, Patchwork wrote:
> Patch Details
>
> Series:tests/intel/i915_module_load: Ignore missing PCI reset
>
> URL:https://patchwork.freedesktop.org/series/172541/
>
> State:failure
> Details:https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/index.html
> CI Bug Log - changes from CI_DRM_19025_full -> IGTPW_15714_fullSummaryFAILURE
> Serious unknown changes coming with IGTPW_15714_full absolutely need to
> be
> verified manually.
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_15714_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_15714/index.html
> Participating hosts (10 -> 10)No changes in participating hosts
> Possible new issuesHere are the unknown changes that may have been introduced in
> IGTPW_15714_full:
> IGT changesPossible regressions *
> igt@kms_cursor_edge_walk@256x256-top-edge:shard-rkl: NOTRUN -> ABORT [4]
> +1 other test abort
> *
> igt@kms_plane@plane-position-covered:shard-tglu: NOTRUN -> ABORT [3] +1
> other test abort
> *
> igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1:
> - shard-snb: PASS [2] -> DMESG-WARN [1]
The change under this pre-merge testing only
touches igt@i915_module_load@fault-injection subtest, nothing more. The
above failures are not related. Please update CBL filters and re-report.
Thanks,
Janusz
> Known issues
...
[1] DMESG-WARN
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-snb4/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[2] PASS
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_19025/shard-snb1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[3] ABORT
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-tglu-2/igt@kms_plane@plane-position-covered.html
[4] ABORT
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15714/shard-rkl-5/igt@kms_cursor_edge_walk@256x256-top-edge.html
[-- Attachment #2: Type: text/html, Size: 3542 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
` (3 preceding siblings ...)
2026-08-21 1:42 ` ✗ i915.CI.Full: " Patchwork
@ 2026-08-21 9:59 ` Kamil Konieczny
4 siblings, 0 replies; 7+ messages in thread
From: Kamil Konieczny @ 2026-08-21 9:59 UTC (permalink / raw)
To: Janusz Krzysztofik
Cc: igt-dev, Andi Shyti, Krzysztof Karas, Sebastian Brzezinka,
Krzysztof Niemiec, intel-gfx
Hi Janusz,
On 2026-08-20 at 20:41:43 +0200, Janusz Krzysztofik wrote:
> Subtest fault-injection now performs PCI device reset before every driver
> bind attempt and fails if that reset doesn't succeed. That was OK if all
> devices being tested supported a PCI reset method. However, machines
> with DG1 SKU 0x4905 used in CI suffer from device breakage and system
> freezes after any PCI reset attempts, triggering CI job aborts. That's
> going to change soon with an upcoming kernel patch that disables PCI
> reset capabilities on that card.
>
> Attempt PCI reset and fail if not successful only if supported, otherwise
> submit a debug message and continue the exercise. With that in place,
> the subtest should no longer abort CI jobs on DG1 as soon as the above
> mentioned kernel fix is in place.
>
> Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
LGTM
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Regards,
Kamil
> ---
> tests/intel/i915_module_load.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/i915_module_load.c b/tests/intel/i915_module_load.c
> index 26e30a1000..68e2386465 100644
> --- a/tests/intel/i915_module_load.c
> +++ b/tests/intel/i915_module_load.c
> @@ -463,7 +463,8 @@ inject_fault_probe(int fd, const char pci_slot[], const char function_name[],
> injection_list_add(function_name);
> set_retval(function_name, inject_error);
>
> - igt_assert(igt_sysfs_set(devicefd, "reset", "1"));
> + if (!igt_debug_on(!igt_sysfs_has_attr(devicefd, "reset")))
> + igt_assert(igt_sysfs_set(devicefd, "reset", "1"));
> igt_kmod_bind("i915", pci_slot);
>
> err = -errno;
> --
> 2.54.0
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-08-21 10:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 18:41 [PATCH i-g-t] tests/intel/i915_module_load: Ignore missing PCI reset Janusz Krzysztofik
2026-08-20 20:04 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-08-20 20:26 ` ✓ i915.CI.BAT: " Patchwork
2026-08-20 21:21 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-08-21 1:42 ` ✗ i915.CI.Full: " Patchwork
2026-08-21 8:37 ` Janusz Krzysztofik
2026-08-21 9:59 ` [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox