* [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable
@ 2024-10-02 0:20 Karthik B S
2024-10-02 2:29 ` ✓ CI.xeBAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Karthik B S @ 2024-10-02 0:20 UTC (permalink / raw)
To: igt-dev; +Cc: ankit.k.nautiyal, santhosh.reddy.guddati, Karthik B S
With the current logic the test will fail on configs where the first
display supports force joiner and the second display doesn't supoprt it.
Reset the force_joiner_supported variable at the start of the loop to
avoid this failure.
Also remove the redundant check in all the force joiner subtests
for force_joiner_supported as the following output check is inherently
checking this as well.
Signed-off-by: Karthik B S <karthik.b.s@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
---
tests/intel/kms_joiner.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/tests/intel/kms_joiner.c b/tests/intel/kms_joiner.c
index 508e82ce3..9a353ee1b 100644
--- a/tests/intel/kms_joiner.c
+++ b/tests/intel/kms_joiner.c
@@ -411,14 +411,13 @@ static void test_ultra_joiner(data_t *data, bool invalid_pipe, bool two_display,
igt_main
{
- bool force_joiner_supported, ultra_joiner_supported, is_dgfx;
+ bool ultra_joiner_supported, is_dgfx;
int i, j, display_ver;
igt_output_t *output;
drmModeModeInfo mode;
data_t data;
igt_fixture {
- force_joiner_supported = false;
ultra_joiner_supported = false;
data.big_joiner_output_count = 0;
data.ultra_joiner_output_count = 0;
@@ -441,7 +440,7 @@ igt_main
ultra_joiner_supported = true;
for_each_connected_output(&data.display, output) {
- bool ultrajoiner_found = false, bigjoiner_found = false;
+ bool ultrajoiner_found = false, bigjoiner_found = false, force_joiner_supported = false;
drmModeConnector *connector = output->config.connector;
/*
@@ -539,8 +538,6 @@ igt_main
igt_describe("Verify the basic modeset on big joiner mode on all pipes");
igt_subtest_with_dynamic("basic-force-big-joiner") {
- igt_require_f(force_joiner_supported,
- "force joiner not supported on this platform or none of the connected output supports it\n");
igt_require_f(data.non_big_joiner_output_count > 0,
"No non big joiner output found\n");
igt_require_f(data.n_pipes > 1,
@@ -560,8 +557,6 @@ igt_main
}
igt_subtest_with_dynamic("invalid-modeset-force-big-joiner") {
- igt_require_f(force_joiner_supported,
- "force joiner not supported on this platform or none of the connected output supports it\n");
igt_require_f(data.non_big_joiner_output_count > 0,
"Non big joiner output not found\n");
igt_require_f(data.n_pipes > 1,
@@ -584,8 +579,6 @@ igt_main
igt_describe("Verify the basic modeset on ultra joiner mode on all pipes");
igt_subtest_with_dynamic("basic-force-ultra-joiner") {
- igt_require_f(force_joiner_supported,
- "force joiner not supported on this platform or none of the connected output supports it\n");
igt_require_f(ultra_joiner_supported,
"Ultra joiner not supported on this platform\n");
igt_require_f(data.non_ultra_joiner_output_count > 0,
@@ -600,8 +593,6 @@ igt_main
}
igt_subtest_with_dynamic("invalid-modeset-force-ultra-joiner") {
- igt_require_f(force_joiner_supported,
- "force joiner not supported on this platform or none of the connected output supports it\n");
igt_require_f(ultra_joiner_supported,
"Ultra joiner not supported on this platform\n");
igt_require_f(data.non_ultra_joiner_output_count > 0,
--
2.39.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✓ CI.xeBAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
@ 2024-10-02 2:29 ` Patchwork
2024-10-02 2:42 ` ✗ Fi.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-02 2:29 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3090 bytes --]
== Series Details ==
Series: tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
URL : https://patchwork.freedesktop.org/series/139376/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8047_BAT -> XEIGTPW_11853_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_11853_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_psr@psr-cursor-plane-move:
- bat-adlp-7: [PASS][1] -> [SKIP][2] ([Intel XE#455]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip@edp-1:
- bat-adlp-7: [PASS][3] -> [DMESG-FAIL][4] ([Intel XE#2871]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
#### Possible fixes ####
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- {bat-bmg-2}: [INCOMPLETE][5] ([Intel XE#2874]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
#### Warnings ####
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-adlp-7: [DMESG-FAIL][7] -> [SKIP][8] ([Intel XE#455]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-sprite-plane-onoff.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/bat-adlp-7/igt@kms_psr@psr-sprite-plane-onoff.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#2871]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
Build changes
-------------
* IGT: IGT_8047 -> IGTPW_11853
* Linux: xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6 -> xe-2001-fcdbbdcd11d425434efc837037141c9dfb0fcdec
IGTPW_11853: 11853
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6: 5e9e9c104744977ec0158c26e33f2b476729fbb6
xe-2001-fcdbbdcd11d425434efc837037141c9dfb0fcdec: fcdbbdcd11d425434efc837037141c9dfb0fcdec
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/index.html
[-- Attachment #2: Type: text/html, Size: 3830 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
2024-10-02 2:29 ` ✓ CI.xeBAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2) Patchwork
@ 2024-10-02 2:42 ` Patchwork
2024-10-02 3:13 ` ✗ CI.xeFULL: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-02 2:42 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5451 bytes --]
== Series Details ==
Series: tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
URL : https://patchwork.freedesktop.org/series/139376/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8047 -> IGTPW_11853
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11853 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11853, 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_11853/index.html
Participating hosts (44 -> 40)
------------------------------
Missing (4): bat-adlm-1 bat-rpls-4 bat-arls-1 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11853:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@uncore:
- bat-dg2-11: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-dg2-11/igt@i915_selftest@live@uncore.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-11/igt@i915_selftest@live@uncore.html
Known issues
------------
Here are the changes found in IGTPW_11853 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-twl-2: [PASS][3] -> [INCOMPLETE][4] ([i915#12133] / [i915#9413])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-2/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-2/igt@i915_selftest@live.html
- bat-dg2-11: [PASS][5] -> [ABORT][6] ([i915#12133])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-dg2-11/igt@i915_selftest@live.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-11/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_lrc:
- bat-twl-2: [PASS][7] -> [INCOMPLETE][8] ([i915#9413])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
* igt@runner@aborted:
- bat-dg2-14: NOTRUN -> [FAIL][9] ([i915#12292])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-14/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [ABORT][10] ([i915#12216]) -> [PASS][11] +1 other test pass
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-mtlp-8/igt@i915_selftest@live.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-mtlp-8/igt@i915_selftest@live.html
- bat-twl-1: [INCOMPLETE][12] ([i915#12133]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_lrc:
- bat-twl-1: [INCOMPLETE][14] ([i915#10886]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-arls-5: [DMESG-WARN][16] ([i915#10341] / [i915#12133]) -> [ABORT][17] ([i915#12061] / [i915#12133])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-arls-5/igt@i915_selftest@live.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-arls-5/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [DMESG-WARN][18] ([i915#10341] / [i915#11637]) -> [ABORT][19] ([i915#12061])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-arls-5/igt@i915_selftest@live@workarounds.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-arls-5/igt@i915_selftest@live@workarounds.html
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#10886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10886
[i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#12292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12292
[i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8047 -> IGTPW_11853
* Linux: CI_DRM_15464 -> CI_DRM_15469
CI-20190529: 20190529
CI_DRM_15464: 5e9e9c104744977ec0158c26e33f2b476729fbb6 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15469: fcdbbdcd11d425434efc837037141c9dfb0fcdec @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11853: 11853
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/index.html
[-- Attachment #2: Type: text/html, Size: 6790 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ CI.xeFULL: failure for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
2024-10-02 2:29 ` ✓ CI.xeBAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2) Patchwork
2024-10-02 2:42 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-10-02 3:13 ` Patchwork
2024-10-03 6:26 ` ✓ Fi.CI.BAT: success " Patchwork
2024-10-08 10:22 ` ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-02 3:13 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 52721 bytes --]
== Series Details ==
Series: tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
URL : https://patchwork.freedesktop.org/series/139376/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8047_full -> XEIGTPW_11853_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11853_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11853_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 (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11853_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_3d:
- shard-lnl: NOTRUN -> [SKIP][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_3d.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-dg2-set2: [PASS][2] -> [SKIP][3] +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate:
- shard-lnl: [PASS][4] -> [FAIL][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: NOTRUN -> [SKIP][6] +8 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_pm_residency@gt-c6-freeze:
- shard-dg2-set2: NOTRUN -> [ABORT][7] +1 other test abort
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-463/igt@xe_pm_residency@gt-c6-freeze.html
* igt@xe_tlb@basic-tlb:
- shard-dg2-set2: NOTRUN -> [FAIL][8]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@xe_tlb@basic-tlb.html
#### Warnings ####
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2-set2: [SKIP][9] ([Intel XE#373]) -> [SKIP][10]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-463/igt@kms_chamelium_hpd@dp-hpd-storm.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- shard-dg2-set2: [SKIP][11] ([Intel XE#653]) -> [SKIP][12]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [INCOMPLETE][13] ([Intel XE#1195]) -> [TIMEOUT][14] +1 other test timeout
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@xe_live_ktest@xe_bo.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-433/igt@xe_live_ktest@xe_bo.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_async_flips@async-flip-with-page-flip-events:
- {shard-bmg}: [DMESG-WARN][15] ([Intel XE#1033]) -> [SKIP][16]
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-1/igt@kms_async_flips@async-flip-with-page-flip-events.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_async_flips@async-flip-with-page-flip-events.html
* igt@kms_async_flips@crc@pipe-d-hdmi-a-3:
- {shard-bmg}: [FAIL][17] ([Intel XE#1288]) -> [DMESG-FAIL][18] +1 other test dmesg-fail
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-6/igt@kms_async_flips@crc@pipe-d-hdmi-a-3.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-4/igt@kms_async_flips@crc@pipe-d-hdmi-a-3.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs:
- {shard-bmg}: [SKIP][19] ([Intel XE#2887]) -> [SKIP][20]
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-6/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- {shard-bmg}: [SKIP][21] ([Intel XE#2252]) -> [SKIP][22]
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-6/igt@kms_chamelium_hpd@dp-hpd-storm.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- {shard-bmg}: NOTRUN -> [SKIP][23] +4 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy:
- {shard-bmg}: [PASS][24] -> [SKIP][25]
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-dp2-hdmi-a3:
- {shard-bmg}: NOTRUN -> [FAIL][26]
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp2:
- {shard-bmg}: [PASS][27] -> [ABORT][28]
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp2.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp2.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
- {shard-bmg}: [FAIL][29] ([Intel XE#2333]) -> [SKIP][30]
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt:
- {shard-bmg}: [SKIP][31] ([Intel XE#2313]) -> [SKIP][32]
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html
* igt@xe_pm_residency@gt-c6-freeze@gt0:
- {shard-bmg}: NOTRUN -> [ABORT][33] +1 other test abort
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-6/igt@xe_pm_residency@gt-c6-freeze@gt0.html
New tests
---------
New tests have been introduced between XEIGT_8047_full and XEIGTPW_11853_full:
### New IGT tests (1) ###
* igt@xe_oa:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in XEIGTPW_11853_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#599]) +3 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#829])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1407])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#316]) +4 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1428])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1124]) +12 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1124]) +4 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#2191])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1512])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#2191]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#367]) +6 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#367]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#787]) +139 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#2887]) +7 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][48] ([Intel XE#1195] / [Intel XE#1727])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#455] / [Intel XE#787]) +39 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1152]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#306])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_chamelium_color@ctm-0-25.html
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#306])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-5/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#373]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#373]) +15 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#307])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][56] ([Intel XE#1188]) +1 other test fail
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1424]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#308]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#1413])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#309]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#323]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-lnl: [PASS][62] -> [FAIL][63] ([Intel XE#1475]) +1 other test fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#323]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#776])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1137])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#1421]) +3 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [PASS][68] -> [FAIL][69] ([Intel XE#886]) +7 other tests fail
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1401]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#1397] / [Intel XE#1745])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#1397])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#455]) +21 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@force-edid:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#352])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_force_connector_basic@force-edid.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([i915#5274])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#651]) +34 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-suspend.html
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#651]) +4 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#658])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1469]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#656]) +23 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#653]) +42 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: NOTRUN -> [DMESG-FAIL][83] ([Intel XE#324]) +1 other test dmesg-fail
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_plane@plane-position-hole.html
* igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3:
- shard-lnl: [PASS][84] -> [DMESG-WARN][85] ([Intel XE#324]) +3 other tests dmesg-warn
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-a-plane-3.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-dg2-set2: [PASS][86] -> [SKIP][87] ([Intel XE#829])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-432/igt@kms_plane_alpha_blend@constant-alpha-max.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#2763]) +7 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2763]) +5 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_pm_backlight@fade:
- shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#870])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-463/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#1129]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#908])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: NOTRUN -> [FAIL][94] ([Intel XE#1430])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@legacy-planes:
- shard-lnl: NOTRUN -> [INCOMPLETE][95] ([Intel XE#1620] / [Intel XE#2864])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_pm_rpm@legacy-planes.html
* igt@kms_pm_rpm@legacy-planes@plane-41:
- shard-lnl: NOTRUN -> [DMESG-FAIL][96] ([Intel XE#1620])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_pm_rpm@legacy-planes@plane-41.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-lnl: [PASS][97] -> [DMESG-FAIL][98] ([Intel XE#1620])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#1489]) +11 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#2893]) +2 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-8/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#1122])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@pr-cursor-plane-move:
- shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#1406]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-6/igt@kms_psr@pr-cursor-plane-move.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2850]) +22 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_psr@psr-dpms.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#1127])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#327]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_vrr@cmrr:
- shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#2168])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_vrr@cmrr.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][107] -> [FAIL][108] ([Intel XE#2159]) +1 other test fail
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#756]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#756])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#1123]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#1126])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: [PASS][113] -> [TIMEOUT][114] ([Intel XE#1473])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-432/igt@xe_evict@evict-beng-threads-large.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#688]) +5 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1392]) +3 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@xe_exec_basic@multigpu-once-bindexecqueue.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#288]) +34 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_reset@parallel-gt-reset:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][118] ([Intel XE#1195]) +1 other test incomplete
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-434/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][119] ([Intel XE#2229])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-463/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_module_load@reload-no-display:
- shard-dg2-set2: [PASS][120] -> [FAIL][121] ([Intel XE#1204] / [Intel XE#2136])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-435/igt@xe_module_load@reload-no-display.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@xe_module_load@reload-no-display.html
* igt@xe_oa@oa-regs-whitelisted:
- shard-lnl: [PASS][122] -> [FAIL][123] ([Intel XE#2514])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html
* igt@xe_oa@oa-regs-whitelisted@rcs-0:
- shard-lnl: NOTRUN -> [FAIL][124] ([Intel XE#2514])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted@rcs-0.html
* igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#2541]) +6 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#2248])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: NOTRUN -> [SKIP][127] ([Intel XE#1337])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-433/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xe2:
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#977])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@xe_pat@pat-index-xe2.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#2284] / [Intel XE#366])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-vm-bind-prefetch:
- shard-lnl: [PASS][130] -> [INCOMPLETE][131] ([Intel XE#1616])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@xe_pm@s2idle-vm-bind-prefetch.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-5/igt@xe_pm@s2idle-vm-bind-prefetch.html
* igt@xe_pm@s2idle-vm-bind-userptr:
- shard-dg2-set2: NOTRUN -> [ABORT][132] ([Intel XE#1694])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-464/igt@xe_pm@s2idle-vm-bind-userptr.html
* igt@xe_query@multigpu-query-topology:
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#944]) +5 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-436/igt@xe_query@multigpu-query-topology.html
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#944]) +2 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@xe_query@multigpu-query-topology.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-lnl: [PASS][135] -> [FAIL][136] ([Intel XE#2780])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@xe_wedged@wedged-at-any-timeout.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@xe_wedged@wedged-at-any-timeout.html
#### Possible fixes ####
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: [FAIL][137] ([Intel XE#1659]) -> [PASS][138]
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][139] ([Intel XE#877]) -> [PASS][140]
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-463/igt@kms_big_fb@linear-64bpp-rotate-180.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [INCOMPLETE][141] -> [PASS][142] +1 other test pass
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-lnl: [INCOMPLETE][143] ([Intel XE#1616]) -> [PASS][144]
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_cursor_crc@cursor-suspend.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_crc@cursor-suspend@pipe-c-edp-1:
- shard-lnl: [INCOMPLETE][145] -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_cursor_crc@cursor-suspend@pipe-c-edp-1.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-4/igt@kms_cursor_crc@cursor-suspend@pipe-c-edp-1.html
* igt@kms_cursor_edge_walk@128x128-top-edge:
- shard-lnl: [FAIL][147] ([Intel XE#2577]) -> [PASS][148] +1 other test pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_cursor_edge_walk@128x128-top-edge.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-top-edge.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-lnl: [FAIL][149] ([Intel XE#1475]) -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_flip@2x-busy-flip@ad-dp2-hdmi-a3:
- {shard-bmg}: [DMESG-WARN][151] ([Intel XE#877]) -> [PASS][152]
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-8/igt@kms_flip@2x-busy-flip@ad-dp2-hdmi-a3.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@kms_flip@2x-busy-flip@ad-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- {shard-bmg}: [INCOMPLETE][153] ([Intel XE#2597] / [Intel XE#2635]) -> [PASS][154]
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible:
- shard-lnl: [FAIL][155] ([Intel XE#886]) -> [PASS][156] +2 other tests pass
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-7/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
* igt@kms_joiner@invalid-modeset-force-big-joiner@big_joiner_on_last_pipe:
- {shard-bmg}: [FAIL][157] -> [PASS][158] +3 other tests pass
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-7/igt@kms_joiner@invalid-modeset-force-big-joiner@big_joiner_on_last_pipe.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-3/igt@kms_joiner@invalid-modeset-force-big-joiner@big_joiner_on_last_pipe.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
- shard-dg2-set2: [FAIL][159] ([Intel XE#616]) -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][161] ([Intel XE#718]) -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-lnl: [FAIL][163] ([Intel XE#1649]) -> [PASS][164] +1 other test pass
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_psr@psr2-cursor-plane-onoff.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][165] ([Intel XE#899]) -> [PASS][166] +2 other tests pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@flip-basic-fastset:
- shard-lnl: [FAIL][167] ([Intel XE#2443]) -> [PASS][168] +3 other tests pass
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@kms_vrr@flip-basic-fastset.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-8/igt@kms_vrr@flip-basic-fastset.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-lnl: [FAIL][169] ([Intel XE#2667]) -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-3/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_oa@mmio-triggered-reports:
- {shard-bmg}: [FAIL][171] ([Intel XE#2249]) -> [PASS][172] +1 other test pass
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-6/igt@xe_oa@mmio-triggered-reports.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-bmg-7/igt@xe_oa@mmio-triggered-reports.html
- shard-lnl: [FAIL][173] ([Intel XE#2249]) -> [PASS][174] +1 other test pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@xe_oa@mmio-triggered-reports.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-1/igt@xe_oa@mmio-triggered-reports.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [ABORT][175] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][176]
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-7/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [FAIL][177] ([Intel XE#958]) -> [PASS][178]
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-lnl-5/igt@xe_pm_residency@toggle-gt-c6.html
#### Warnings ####
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-dg2-set2: [SKIP][179] ([Intel XE#316]) -> [SKIP][180] ([Intel XE#829])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-270.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][181] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][182] ([Intel XE#829])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-463/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [FAIL][183] ([Intel XE#1729]) -> [SKIP][184] ([Intel XE#362])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204
[Intel XE#1288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1288
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616
[Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2385]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2385
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635
[Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2780
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2899
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_8047 -> IGTPW_11853
* Linux: xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6 -> xe-2001-fcdbbdcd11d425434efc837037141c9dfb0fcdec
IGTPW_11853: 11853
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6: 5e9e9c104744977ec0158c26e33f2b476729fbb6
xe-2001-fcdbbdcd11d425434efc837037141c9dfb0fcdec: fcdbbdcd11d425434efc837037141c9dfb0fcdec
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/index.html
[-- Attachment #2: Type: text/html, Size: 56084 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
` (2 preceding siblings ...)
2024-10-02 3:13 ` ✗ CI.xeFULL: " Patchwork
@ 2024-10-03 6:26 ` Patchwork
2024-10-08 10:22 ` ✗ Fi.CI.IGT: failure " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-03 6:26 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5038 bytes --]
== Series Details ==
Series: tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
URL : https://patchwork.freedesktop.org/series/139376/
State : success
== Summary ==
CI Bug Log - changes from IGT_8047 -> IGTPW_11853
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/index.html
Participating hosts (44 -> 40)
------------------------------
Missing (4): bat-adlm-1 bat-rpls-4 bat-arls-1 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_11853 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-twl-2: [PASS][1] -> [INCOMPLETE][2] ([i915#12133] / [i915#9413])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-2/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-2/igt@i915_selftest@live.html
- bat-dg2-11: [PASS][3] -> [ABORT][4] ([i915#12133])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-dg2-11/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-11/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_lrc:
- bat-twl-2: [PASS][5] -> [INCOMPLETE][6] ([i915#9413])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
* igt@i915_selftest@live@uncore:
- bat-dg2-11: [PASS][7] -> [ABORT][8] ([i915#12307])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-dg2-11/igt@i915_selftest@live@uncore.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-11/igt@i915_selftest@live@uncore.html
* igt@runner@aborted:
- bat-dg2-14: NOTRUN -> [FAIL][9] ([i915#12292])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-dg2-14/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [ABORT][10] ([i915#12216]) -> [PASS][11] +1 other test pass
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-mtlp-8/igt@i915_selftest@live.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-mtlp-8/igt@i915_selftest@live.html
- bat-twl-1: [INCOMPLETE][12] ([i915#12133]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_lrc:
- bat-twl-1: [INCOMPLETE][14] ([i915#10886]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-arls-5: [DMESG-WARN][16] ([i915#10341] / [i915#12133]) -> [ABORT][17] ([i915#12061] / [i915#12133])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-arls-5/igt@i915_selftest@live.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-arls-5/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [DMESG-WARN][18] ([i915#10341] / [i915#11637]) -> [ABORT][19] ([i915#12061])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-arls-5/igt@i915_selftest@live@workarounds.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/bat-arls-5/igt@i915_selftest@live@workarounds.html
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#10886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10886
[i915#11637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11637
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#12292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12292
[i915#12307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12307
[i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8047 -> IGTPW_11853
* Linux: CI_DRM_15464 -> CI_DRM_15469
CI-20190529: 20190529
CI_DRM_15464: 5e9e9c104744977ec0158c26e33f2b476729fbb6 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15469: fcdbbdcd11d425434efc837037141c9dfb0fcdec @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11853: 11853
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/index.html
[-- Attachment #2: Type: text/html, Size: 6364 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
` (3 preceding siblings ...)
2024-10-03 6:26 ` ✓ Fi.CI.BAT: success " Patchwork
@ 2024-10-08 10:22 ` Patchwork
2024-10-08 14:27 ` Karthik B S
4 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2024-10-08 10:22 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100286 bytes --]
== Series Details ==
Series: tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
URL : https://patchwork.freedesktop.org/series/139376/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15469_full -> IGTPW_11853_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11853_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11853_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_11853/index.html
Participating hosts (10 -> 8)
------------------------------
Missing (2): shard-dg2-set2 shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11853_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_joiner@basic-force-big-joiner:
- shard-dg2: [PASS][1] -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-tglu: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-mtlp: [PASS][6] -> [FAIL][7] +4 other tests fail
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-2/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@perf_pmu@busy-idle-check-all:
- shard-dg1: [PASS][8] -> [FAIL][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@perf_pmu@busy-idle-check-all.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@perf_pmu@busy-idle-check-all.html
* igt@perf_pmu@busy-idle-check-all@vecs1:
- shard-dg2: [PASS][10] -> [FAIL][11] +1 other test fail
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@perf_pmu@busy-idle-check-all@vecs1.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@perf_pmu@busy-idle-check-all@vecs1.html
* igt@prime_busy@hang-wait@rcs0:
- shard-dg2: [PASS][12] -> [INCOMPLETE][13] +1 other test incomplete
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@prime_busy@hang-wait@rcs0.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@prime_busy@hang-wait@rcs0.html
#### Warnings ####
* igt@kms_joiner@basic-force-big-joiner:
- shard-tglu: [SKIP][14] ([i915#10656]) -> [SKIP][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-2/igt@kms_joiner@basic-force-big-joiner.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: [SKIP][16] ([i915#10656]) -> [SKIP][17] +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-16/igt@kms_joiner@basic-force-ultra-joiner.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: [SKIP][18] ([i915#10656]) -> [SKIP][19]
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: [SKIP][20] ([i915#10656]) -> [SKIP][21] +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-mtlp: [SKIP][22] ([i915#4077] / [i915#9688]) -> [FAIL][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-4/igt@kms_psr@psr2-primary-mmap-gtt.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_psr@psr2-primary-mmap-gtt.html
New tests
---------
New tests have been introduced between CI_DRM_15469_full and IGTPW_11853_full:
### New IGT tests (2) ###
* igt@kms_plane_multiple@tiling-none@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.69] s
* igt@kms_plane_multiple@tiling-none@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.67] s
Known issues
------------
Here are the changes found in IGTPW_11853_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#6230])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@api_intel_bb@crc32.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#9318])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@debugfs_test@basic-hwmon.html
* igt@device_reset@cold-reset-bound:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#11078])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][27] ([i915#11814] / [i915#11815])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@most-busy-check-all:
- shard-dg1: NOTRUN -> [SKIP][28] ([i915#8414]) +7 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@drm_fdinfo@most-busy-check-all.html
* igt@drm_fdinfo@most-busy-check-all@bcs0:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#8414]) +25 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@drm_fdinfo@most-busy-check-all@bcs0.html
* igt@drm_fdinfo@virtual-busy-idle:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#8414])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@drm_fdinfo@virtual-busy-idle.html
* igt@drm_read@short-buffer-block:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#9197]) +10 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@drm_read@short-buffer-block.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#9323])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-tglu: NOTRUN -> [SKIP][33] ([i915#3555] / [i915#9323])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#9323])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#9323])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#7697])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_ctx_engines@invalid-engines:
- shard-rkl: [PASS][37] -> [FAIL][38] ([i915#12027])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@gem_ctx_engines@invalid-engines.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_ctx_persistence@heartbeat-close:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#8555])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-close.html
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#8555])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@gem_ctx_persistence@heartbeat-close.html
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#8555])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-close.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][42] ([i915#1099]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_sseu@invalid-args:
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#280])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#280])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-rkl: NOTRUN -> [ABORT][45] ([i915#7975] / [i915#8213])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_eio@hibernate.html
* igt@gem_exec_balancer@bonded-pair:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4771])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_exec_balancer@bonded-pair.html
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4771])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4771])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-rkl: NOTRUN -> [SKIP][49] ([i915#4525]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][50] ([i915#11965]) +1 other test fail
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#6344])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [PASS][52] -> [FAIL][53] ([i915#2846])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-solo:
- shard-rkl: NOTRUN -> [FAIL][54] ([i915#2842]) +1 other test fail
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-none-vip:
- shard-tglu: NOTRUN -> [FAIL][55] ([i915#2842]) +3 other tests fail
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gem_exec_fair@basic-none-vip.html
* igt@gem_exec_fair@basic-pace:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4473] / [i915#4771])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#3539]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3539] / [i915#4852]) +4 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#3539] / [i915#4852]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#3281]) +12 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#3281]) +7 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@gem_exec_reloc@basic-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#3281]) +15 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-write-gtt-active:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3281]) +8 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_exec_reloc@basic-write-gtt-active.html
* igt@gem_exec_schedule@pi-common@vcs0:
- shard-rkl: NOTRUN -> [FAIL][64] ([i915#12296]) +4 other tests fail
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_exec_schedule@pi-common@vcs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4537] / [i915#4812])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4537] / [i915#4812])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2: NOTRUN -> [ABORT][67] ([i915#7975] / [i915#8213]) +1 other test abort
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg1: [PASS][68] -> [ABORT][69] ([i915#7975] / [i915#8213]) +1 other test abort
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-12/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#4860])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4860])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4860])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#4613]) +3 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][74] ([i915#4613]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-random:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4613])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4077]) +9 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4077]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@bad-object:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#4083]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@gem_mmap_wc@bad-object.html
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4083]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@gem_mmap_wc@bad-object.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4083])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@gem_mmap_wc@bad-object.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#3282]) +4 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_pread@exhaustion.html
- shard-snb: NOTRUN -> [WARN][82] ([i915#2658])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb1/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][83] ([i915#2658])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#3282]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-self:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#3282]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4270])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#4270]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#4270]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#5190] / [i915#8428]) +6 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
* igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8428]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#8411]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#4079])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-mtlp: NOTRUN -> [SKIP][93] ([i915#4079])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-dg2: NOTRUN -> [SKIP][94] ([i915#4079])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#3282]) +9 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#4885])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@access-control:
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#3297])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@gem_userptr_blits@access-control.html
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#3297])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_userptr_blits@access-control.html
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#3297])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#3282] / [i915#3297])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@relocations:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#3281] / [i915#3297])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_userptr_blits@relocations.html
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#3281] / [i915#3297])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@gem_userptr_blits@relocations.html
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#3281] / [i915#3297])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#3297]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#3297]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#2527]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][107] ([i915#2527] / [i915#2856]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#2856])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [PASS][109] -> [ABORT][110] ([i915#10131] / [i915#9697])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu: NOTRUN -> [SKIP][111] ([i915#6412])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][112] ([i915#8399])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rps@reset:
- shard-tglu: [PASS][113] -> [ABORT][114] ([i915#12309])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-2/igt@i915_pm_rps@reset.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-9/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#11681])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@i915_pm_rps@thresholds-idle-park.html
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#11681])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#4387])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#7984])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@i915_power@sanity.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#6188])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#7707])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][121] ([i915#7707]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#4212])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#3826])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#8709]) +7 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][125] ([i915#8709]) +11 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#1769] / [i915#3555])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#1769] / [i915#3555])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5286]) +3 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#5286]) +8 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][130] ([i915#5286]) +6 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [PASS][131] -> [FAIL][132] ([i915#5138]) +1 other test fail
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#3638]) +5 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-180:
- shard-rkl: [PASS][134] -> [ABORT][135] ([i915#10354])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][136] +11 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#3638]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#5190]) +2 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#6187])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][140] +42 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#4538] / [i915#5190]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#4538]) +4 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#5190] / [i915#9197])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#12313]) +3 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#12313]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#4423] / [i915#6095])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc:
- shard-snb: NOTRUN -> [SKIP][147] +147 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb5/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][148] ([i915#6095]) +39 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#10307] / [i915#6095]) +184 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#12313]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#12313]) +2 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#12313]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#6095]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#6095]) +115 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#6095]) +97 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#4087]) +4 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#7828]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#7828]) +5 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-dg1: NOTRUN -> [SKIP][160] ([i915#7828]) +3 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#7828]) +11 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-tglu: NOTRUN -> [SKIP][162] ([i915#7828]) +4 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_content_protection@atomic-dpms.html
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#7116] / [i915#9424]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@content-type-change:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#9424])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3299])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#3116] / [i915#3299]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#6944] / [i915#9424]) +3 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_content_protection@lic-type-0.html
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#9424])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_content_protection@lic-type-0.html
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#9424])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#7118] / [i915#9424]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#7118] / [i915#9424])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-alpha-opaque:
- shard-dg2: [PASS][173] -> [SKIP][174] ([i915#9197]) +22 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_cursor_crc@cursor-alpha-opaque.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_cursor_crc@cursor-alpha-opaque.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#3555]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_cursor_crc@cursor-random-32x32.html
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#3555]) +4 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_cursor_crc@cursor-random-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#8814])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#11453]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#3555]) +5 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#8814])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#3555]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#4103]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#4103] / [i915#4213])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#4103]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#4103] / [i915#4213])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][186] ([i915#9809]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#9067])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#9067])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#9067])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#9067])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#9723])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#8588])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dsc@dsc-basic:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#3840])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_dsc@dsc-basic.html
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_dsc@dsc-basic.html
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#3840] / [i915#9159])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3840])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-formats:
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#3840])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#3840])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-tglu: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#3840])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#3840] / [i915#9053])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#3840] / [i915#9053])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@chamelium:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#4854])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_feature_discovery@chamelium.html
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#4854])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#1839])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#1839]) +1 other test skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [PASS][206] -> [FAIL][207] ([i915#2122]) +5 other tests fail
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb4/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3637]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#8381])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][210] ([i915#8381])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][211] +10 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#9934]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#3637]) +4 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#8381]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- shard-dg1: NOTRUN -> [DMESG-WARN][215] ([i915#4423])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@c-edp1:
- shard-mtlp: NOTRUN -> [INCOMPLETE][216] ([i915#6113]) +1 other test incomplete
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_flip@flip-vs-suspend@c-edp1.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-dg2: [PASS][217] -> [FAIL][218] ([i915#2122]) +4 other tests fail
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-7/igt@kms_flip@plain-flip-fb-recreate.html
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_flip@plain-flip-fb-recreate.html
- shard-rkl: [PASS][219] -> [FAIL][220] ([i915#2122])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@kms_flip@plain-flip-fb-recreate.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1:
- shard-snb: NOTRUN -> [FAIL][221] ([i915#2122]) +1 other test fail
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html
* igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2:
- shard-rkl: NOTRUN -> [FAIL][222] ([i915#2122])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2.html
* igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2:
- shard-rkl: NOTRUN -> [FAIL][223] ([i915#11989])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#2672] / [i915#3555]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#2672]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#2672] / [i915#3555])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#2587] / [i915#2672])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#2672] / [i915#3555]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][229] ([i915#2672] / [i915#3555]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][230] ([i915#2587] / [i915#2672]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#2672]) +8 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#2672])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#2672] / [i915#3555]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-dg2: [PASS][236] -> [SKIP][237] ([i915#5354]) +12 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#5354]) +29 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][239] +62 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#8708]) +14 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#5439])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#3458]) +17 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#10433] / [i915#3458])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][244] +24 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#8708]) +7 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#8708]) +8 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#3458]) +7 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#1825]) +13 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][249] ([i915#1825]) +44 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#3023]) +31 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_hdr@bpc-switch:
- shard-tglu: NOTRUN -> [SKIP][251] ([i915#3555] / [i915#8228])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: [PASS][252] -> [SKIP][253] ([i915#3555] / [i915#8228])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_hdr@bpc-switch-suspend.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#3555] / [i915#8228])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_hdr@static-swap.html
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8228])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_hdr@static-swap.html
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#8228])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_hdr@static-swap.html
* igt@kms_invalid_mode@bad-hsync-end:
- shard-dg2: [PASS][257] -> [SKIP][258] ([i915#3555]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_invalid_mode@bad-hsync-end.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_invalid_mode@bad-hsync-end.html
* igt@kms_joiner@basic-big-joiner:
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#10656]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#10656])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#12339])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane@pixel-format:
- shard-dg2: [PASS][262] -> [SKIP][263] ([i915#8825])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-1/igt@kms_plane@pixel-format.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane@pixel-format.html
* igt@kms_plane@plane-panning-bottom-right:
- shard-dg2: NOTRUN -> [SKIP][264] ([i915#8825])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane@plane-panning-bottom-right.html
* igt@kms_plane_lowres@tiling-none:
- shard-mtlp: NOTRUN -> [SKIP][265] ([i915#3582])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][266] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][267] ([i915#11614] / [i915#3582])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#5354] / [i915#9423])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-tglu: NOTRUN -> [FAIL][269] ([i915#8292]) +1 other test fail
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][270] ([i915#8292])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#12247]) +15 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation:
- shard-dg2: [PASS][272] -> [SKIP][273] ([i915#12247] / [i915#8152] / [i915#9423])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-dg2: [PASS][274] -> [SKIP][275] ([i915#12247]) +5 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d:
- shard-dg2: [PASS][276] -> [SKIP][277] ([i915#12247] / [i915#8152])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][278] ([i915#12247]) +8 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
- shard-dg2: [PASS][279] -> [SKIP][280] ([i915#8152] / [i915#9423]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d:
- shard-dg2: [PASS][281] -> [SKIP][282] ([i915#8152])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#12247] / [i915#6953])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#12247] / [i915#6953])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][285] ([i915#12247]) +7 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][286] ([i915#12247] / [i915#6953])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#6953] / [i915#8152] / [i915#9423])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
- shard-mtlp: NOTRUN -> [SKIP][288] ([i915#6953])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#12247]) +2 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#12247] / [i915#8152])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#12247] / [i915#3555])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#5354])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#9685])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][294] ([i915#8430])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [PASS][295] -> [SKIP][296] ([i915#9519]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#9519])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#9519]) +1 other test skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: NOTRUN -> [SKIP][299] ([i915#9519])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [PASS][300] -> [SKIP][301] ([i915#9519])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#9519])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pm-caching:
- shard-dg1: NOTRUN -> [SKIP][303] ([i915#4077]) +4 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_pm_rpm@pm-caching.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2: [PASS][304] -> [SKIP][305] ([i915#3547])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-5/igt@kms_pm_rpm@system-suspend-modeset.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#6524])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][307] ([i915#11520]) +3 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][308] ([i915#11520]) +3 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][309] ([i915#11520]) +3 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][310] ([i915#9808])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#12316]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-dg2: NOTRUN -> [SKIP][312] ([i915#11520]) +4 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#11520]) +11 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#9683])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#4348])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg2: NOTRUN -> [SKIP][316] ([i915#9683])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_psr2_su@page_flip-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][317] ([i915#9683])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-sprite-blt:
- shard-dg2: NOTRUN -> [SKIP][318] ([i915#1072] / [i915#9732]) +14 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_psr@fbc-pr-sprite-blt.html
* igt@kms_psr@pr-sprite-blt:
- shard-mtlp: NOTRUN -> [SKIP][319] ([i915#9688]) +2 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_psr@pr-sprite-blt.html
* igt@kms_psr@pr-sprite-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][320] ([i915#9732]) +15 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_psr@pr-sprite-mmap-cpu.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#1072] / [i915#9732]) +32 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#9732]) +5 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_psr@psr2-primary-mmap-cpu.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#9685]) +2 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#11131]) +1 other test skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_rotation_crc@primary-rotation-90.html
- shard-dg2: NOTRUN -> [SKIP][325] ([i915#11131])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][326] ([i915#5289]) +1 other test skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][327] ([i915#11131] / [i915#5190])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-dg1: NOTRUN -> [SKIP][328] ([i915#5289])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_selftest@drm_framebuffer:
- shard-rkl: NOTRUN -> [ABORT][329] ([i915#12231]) +1 other test abort
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][330] ([i915#8623])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html
- shard-tglu: NOTRUN -> [SKIP][331] ([i915#8623])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-9/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][332] ([i915#8623])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@lobf:
- shard-dg2: NOTRUN -> [SKIP][333] ([i915#11920])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_vrr@lobf.html
* igt@kms_vrr@negative-basic:
- shard-rkl: NOTRUN -> [SKIP][334] ([i915#3555] / [i915#9906])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_vrr@negative-basic.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#2437] / [i915#9412]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#2437] / [i915#9412])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-dg1: NOTRUN -> [SKIP][337] ([i915#2437] / [i915#9412])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-mtlp: NOTRUN -> [SKIP][338] ([i915#2437] / [i915#9412])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][339] ([i915#2437])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_writeback@writeback-invalid-parameters.html
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#2437])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_writeback@writeback-invalid-parameters.html
- shard-mtlp: NOTRUN -> [SKIP][341] ([i915#2437])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_writeback@writeback-invalid-parameters.html
- shard-dg2: NOTRUN -> [SKIP][342] ([i915#2437])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_writeback@writeback-invalid-parameters.html
- shard-rkl: NOTRUN -> [SKIP][343] ([i915#2437])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#2435])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@busy-idle-check-all@ccs0:
- shard-mtlp: [PASS][345] -> [FAIL][346] ([i915#4349]) +3 other tests fail
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@perf_pmu@busy-idle-check-all@ccs0.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html
* igt@perf_pmu@busy-idle-check-all@vcs0:
- shard-dg2: [PASS][347] -> [FAIL][348] ([i915#4349]) +8 other tests fail
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@perf_pmu@busy-idle-check-all@vcs0.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@perf_pmu@busy-idle-check-all@vcs0.html
* igt@perf_pmu@busy-idle-check-all@vecs0:
- shard-dg1: [PASS][349] -> [FAIL][350] ([i915#4349]) +2 other tests fail
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@perf_pmu@busy-idle-check-all@vecs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-rkl: NOTRUN -> [SKIP][351] ([i915#8516])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg1: NOTRUN -> [SKIP][352] ([i915#9917])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@sriov_basic@enable-vfs-autoprobe-on.html
#### Possible fixes ####
* igt@fbdev@nullptr:
- shard-dg2: [SKIP][353] ([i915#2582]) -> [PASS][354] +1 other test pass
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@fbdev@nullptr.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@fbdev@nullptr.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [INCOMPLETE][355] ([i915#7297]) -> [PASS][356] +1 other test pass
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_ctx_engines@invalid-engines:
- shard-mtlp: [FAIL][357] ([i915#12027]) -> [PASS][358]
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@gem_ctx_engines@invalid-engines.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_eio@hibernate:
- shard-dg2: [ABORT][359] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][360]
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-3/igt@gem_eio@hibernate.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@gem_eio@hibernate.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [FAIL][361] ([i915#2842]) -> [PASS][362] +3 other tests pass
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@i915_module_load@reload-no-display:
- shard-snb: [ABORT][363] ([i915#11703]) -> [PASS][364]
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb5/igt@i915_module_load@reload-no-display.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb2/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [ABORT][365] ([i915#9820]) -> [PASS][366]
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html
- shard-snb: [ABORT][367] ([i915#9820]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg1: [ABORT][369] ([i915#9820]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [ABORT][371] ([i915#12216]) -> [PASS][372] +1 other test pass
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-3/igt@i915_selftest@live@workarounds.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [INCOMPLETE][373] ([i915#4817]) -> [PASS][374]
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_color@ctm-max:
- shard-dg2: [SKIP][375] ([i915#5354]) -> [PASS][376] +15 other tests pass
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_color@ctm-max.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_color@ctm-max.html
* igt@kms_fbcon_fbt@fbc:
- shard-dg2: [SKIP][377] ([i915#1849]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_fbcon_fbt@fbc.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@blocking-wf_vblank:
- shard-mtlp: [FAIL][379] ([i915#2122]) -> [PASS][380] +7 other tests pass
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-7/igt@kms_flip@blocking-wf_vblank.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-dg2: [FAIL][381] ([i915#2122]) -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
- shard-dg1: [FAIL][383] ([i915#2122]) -> [PASS][384] +4 other tests pass
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1:
- shard-mtlp: [FAIL][385] ([i915#12138]) -> [PASS][386]
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3:
- shard-dg1: [INCOMPLETE][387] ([i915#4839] / [i915#6113]) -> [PASS][388]
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-mtlp: [FAIL][389] ([i915#11989] / [i915#2122]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-6/igt@kms_flip@plain-flip-ts-check-interruptible.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-rkl: [FAIL][391] ([i915#11989] / [i915#2122]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_flip@wf_vblank-ts-check-interruptible:
- shard-rkl: [FAIL][393] ([i915#2122]) -> [PASS][394] +3 other tests pass
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2:
- shard-rkl: [FAIL][395] ([i915#11961]) -> [PASS][396] +3 other tests pass
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1:
- shard-snb: [FAIL][397] ([i915#2122]) -> [PASS][398] +7 other tests pass
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1:
- shard-tglu: [FAIL][399] ([i915#2122]) -> [PASS][400] +3 other tests pass
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-dg2: [SKIP][401] ([i915#3555]) -> [PASS][402] +2 other tests pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
- shard-snb: [SKIP][403] -> [PASS][404] +4 other tests pass
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [SKIP][405] ([i915#3555] / [i915#8228]) -> [PASS][406]
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_hdr@static-toggle.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_hdr@static-toggle.html
* igt@kms_plane@plane-panning-top-left:
- shard-dg2: [SKIP][407] ([i915#8825]) -> [PASS][408]
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane@plane-panning-top-left.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_plane@plane-panning-top-left.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
- shard-dg2: [SKIP][409] ([i915#8152] / [i915#9423]) -> [PASS][410]
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c:
- shard-dg2: [SKIP][411] ([i915#12247]) -> [PASS][412] +11 other tests pass
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d:
- shard-dg2: [SKIP][413] ([i915#8152]) -> [PASS][414]
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling:
- shard-dg2: [SKIP][415] ([i915#12247] / [i915#8152] / [i915#9423]) -> [PASS][416]
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d:
- shard-dg2: [SKIP][417] ([i915#12247] / [i915#8152]) -> [PASS][418] +2 other tests pass
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-dg2: [SKIP][419] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][420] +1 other test pass
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-dg2: [SKIP][421] ([i915#9293]) -> [PASS][422]
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_pm_dc@dc5-dpms-negative.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2: [SKIP][423] ([i915#9519]) -> [PASS][424]
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_pm_rpm@dpms-non-lpsp.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [SKIP][425] ([i915#9519]) -> [PASS][426]
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_properties@plane-properties-legacy:
- shard-dg2: [SKIP][427] ([i915#11521]) -> [PASS][428]
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_properties@plane-properties-legacy.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_properties@plane-properties-legacy.html
* igt@kms_setmode@basic:
- shard-dg1: [FAIL][429] ([i915#5465]) -> [PASS][430] +2 other tests pass
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@kms_setmode@basic.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_setmode@basic.html
- shard-tglu: [FAIL][431] ([i915#5465]) -> [PASS][432] +2 other tests pass
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-9/igt@kms_setmode@basic.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][433] ([i915#5465]) -> [PASS][434] +2 other tests pass
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@kms_setmode@basic@pipe-b-edp-1.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-dg2: [SKIP][435] ([i915#9197]) -> [PASS][436] +37 other tests pass
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_vblank@ts-continuation-dpms-suspend.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_vblank@ts-continuation-dpms-suspend.html
#### Warnings ####
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: [SKIP][437] ([i915#9197]) -> [SKIP][438] ([i915#7091])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_selftest@mock:
- shard-dg2: [DMESG-WARN][439] ([i915#1982] / [i915#9311]) -> [DMESG-WARN][440] ([i915#9311])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@i915_selftest@mock.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@i915_selftest@mock.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2: [SKIP][441] ([i915#9197]) -> [SKIP][442] ([i915#6228])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_async_flips@invalid-async-flip.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: [SKIP][443] ([i915#9531]) -> [SKIP][444] ([i915#9197])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2: [SKIP][445] -> [SKIP][446] ([i915#9197]) +1 other test skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_bi
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/index.html
[-- Attachment #2: Type: text/html, Size: 109084 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/kms_joiner: Reset the force_joiner_supported variable (rev2)
2024-10-08 10:22 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2024-10-08 14:27 ` Karthik B S
0 siblings, 0 replies; 7+ messages in thread
From: Karthik B S @ 2024-10-08 14:27 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 104104 bytes --]
On 10/8/2024 3:52 PM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/kms_joiner: Reset the force_joiner_supported variable
> (rev2)
> *URL:* https://patchwork.freedesktop.org/series/139376/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/index.html
>
>
> CI Bug Log - changes from CI_DRM_15469_full -> IGTPW_11853_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_11853_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_11853_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_11853/index.html
>
>
> Participating hosts (10 -> 8)
>
> Missing (2): shard-dg2-set2 shard-glk
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_11853_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> *
>
> igt@kms_joiner@basic-force-big-joiner:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_joiner@basic-force-big-joiner.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_joiner@basic-force-big-joiner.html>
> *
>
> igt@kms_joiner@invalid-modeset-force-ultra-joiner:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html>
> *
>
> igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-2/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html>
> +4 other tests fail
> *
>
> igt@perf_pmu@busy-idle-check-all:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@perf_pmu@busy-idle-check-all.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@perf_pmu@busy-idle-check-all.html>
> *
>
> igt@perf_pmu@busy-idle-check-all@vecs1:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@perf_pmu@busy-idle-check-all@vecs1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@perf_pmu@busy-idle-check-all@vecs1.html>
> +1 other test fail
> *
>
> igt@prime_busy@hang-wait@rcs0:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@prime_busy@hang-wait@rcs0.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@prime_busy@hang-wait@rcs0.html>
> +1 other test incomplete
>
Hi,
The failures other than on kms_joiner are unrelated. On dg2 the skip is
seen sporadically even before this patch so that is unrelated.
This patch is expected to fix the failure seen on shard-bmg, and this is
passing as expected.
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11853/shards-all.html?testfilter=kms_joiner@.*force-big-joiner
Thanks,
Karthik.B.S
>
> *
>
>
> Warnings
>
> *
>
> igt@kms_joiner@basic-force-big-joiner:
>
> o shard-tglu: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-2/igt@kms_joiner@basic-force-big-joiner.html>
> ([i915#10656]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_joiner@basic-force-big-joiner.html>
> *
>
> igt@kms_joiner@basic-force-ultra-joiner:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-16/igt@kms_joiner@basic-force-ultra-joiner.html>
> ([i915#10656]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_joiner@basic-force-ultra-joiner.html>
> +2 other tests skip
> *
>
> igt@kms_joiner@invalid-modeset-force-big-joiner:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> ([i915#10656]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> *
>
> igt@kms_joiner@invalid-modeset-force-ultra-joiner:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html>
> ([i915#10656]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html>
> +2 other tests skip
> *
>
> igt@kms_psr@psr2-primary-mmap-gtt:
>
> o shard-mtlp: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-4/igt@kms_psr@psr2-primary-mmap-gtt.html>
> ([i915#4077] / [i915#9688]) -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_psr@psr2-primary-mmap-gtt.html>
>
>
> New tests
>
> New tests have been introduced between CI_DRM_15469_full and
> IGTPW_11853_full:
>
>
> New IGT tests (2)
>
> *
>
> igt@kms_plane_multiple@tiling-none@pipe-a-vga-1:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.69] s
> *
>
> igt@kms_plane_multiple@tiling-none@pipe-b-vga-1:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.67] s
>
>
> Known issues
>
> Here are the changes found in IGTPW_11853_full that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@api_intel_bb@crc32:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@api_intel_bb@crc32.html>
> ([i915#6230])
> *
>
> igt@debugfs_test@basic-hwmon:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@debugfs_test@basic-hwmon.html>
> ([i915#9318])
> *
>
> igt@device_reset@cold-reset-bound:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@device_reset@cold-reset-bound.html>
> ([i915#11078])
> *
>
> igt@device_reset@unbind-reset-rebind:
>
> o shard-dg1: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@device_reset@unbind-reset-rebind.html>
> ([i915#11814] / [i915#11815])
> *
>
> igt@drm_fdinfo@most-busy-check-all:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@drm_fdinfo@most-busy-check-all.html>
> ([i915#8414]) +7 other tests skip
> *
>
> igt@drm_fdinfo@most-busy-check-all@bcs0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@drm_fdinfo@most-busy-check-all@bcs0.html>
> ([i915#8414]) +25 other tests skip
> *
>
> igt@drm_fdinfo@virtual-busy-idle:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@drm_fdinfo@virtual-busy-idle.html>
> ([i915#8414])
> *
>
> igt@drm_read@short-buffer-block:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@drm_read@short-buffer-block.html>
> ([i915#9197]) +10 other tests skip
> *
>
> igt@gem_ccs@block-multicopy-compressed:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@gem_ccs@block-multicopy-compressed.html>
> ([i915#9323])
> *
>
> igt@gem_ccs@block-multicopy-inplace:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gem_ccs@block-multicopy-inplace.html>
> ([i915#3555] / [i915#9323])
> *
>
> igt@gem_ccs@ctrl-surf-copy-new-ctx:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html>
> ([i915#9323])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@gem_ccs@ctrl-surf-copy-new-ctx.html>
> ([i915#9323])
> *
>
> igt@gem_close_race@multigpu-basic-process:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@gem_close_race@multigpu-basic-process.html>
> ([i915#7697])
> *
>
> igt@gem_ctx_engines@invalid-engines:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@gem_ctx_engines@invalid-engines.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_ctx_engines@invalid-engines.html>
> ([i915#12027])
> *
>
> igt@gem_ctx_persistence@heartbeat-close:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-close.html>
> ([i915#8555])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@gem_ctx_persistence@heartbeat-close.html>
> ([i915#8555])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@gem_ctx_persistence@heartbeat-close.html>
> ([i915#8555])
> *
>
> igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html>
> ([i915#1099]) +3 other tests skip
> *
>
> igt@gem_ctx_sseu@invalid-args:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@gem_ctx_sseu@invalid-args.html>
> ([i915#280])
> *
>
> igt@gem_ctx_sseu@mmap-args:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_ctx_sseu@mmap-args.html>
> ([i915#280])
> *
>
> igt@gem_eio@hibernate:
>
> o shard-rkl: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_eio@hibernate.html>
> ([i915#7975] / [i915#8213])
> *
>
> igt@gem_exec_balancer@bonded-pair:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_exec_balancer@bonded-pair.html>
> ([i915#4771])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@gem_exec_balancer@bonded-pair.html>
> ([i915#4771])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@gem_exec_balancer@bonded-pair.html>
> ([i915#4771])
> *
>
> igt@gem_exec_balancer@parallel-keep-submit-fence:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_exec_balancer@parallel-keep-submit-fence.html>
> ([i915#4525]) +1 other test skip
> *
>
> igt@gem_exec_capture@capture:
>
> o shard-mtlp: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_exec_capture@capture.html>
> ([i915#11965]) +1 other test fail
> *
>
> igt@gem_exec_capture@capture-recoverable:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@gem_exec_capture@capture-recoverable.html>
> ([i915#6344])
> *
>
> igt@gem_exec_fair@basic-deadline:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html>
> ([i915#2846])
> *
>
> igt@gem_exec_fair@basic-none-solo:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_exec_fair@basic-none-solo.html>
> ([i915#2842]) +1 other test fail
> *
>
> igt@gem_exec_fair@basic-none-vip:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gem_exec_fair@basic-none-vip.html>
> ([i915#2842]) +3 other tests fail
> *
>
> igt@gem_exec_fair@basic-pace:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_exec_fair@basic-pace.html>
> ([i915#4473] / [i915#4771])
> *
>
> igt@gem_exec_fair@basic-sync:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@gem_exec_fair@basic-sync.html>
> ([i915#3539]) +1 other test skip
> *
>
> igt@gem_exec_flush@basic-uc-ro-default:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@gem_exec_flush@basic-uc-ro-default.html>
> ([i915#3539] / [i915#4852]) +4 other tests skip
> *
>
> igt@gem_exec_flush@basic-uc-rw-default:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@gem_exec_flush@basic-uc-rw-default.html>
> ([i915#3539] / [i915#4852]) +3 other tests skip
> *
>
> igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html>
> ([i915#3281]) +12 other tests skip
> *
>
> igt@gem_exec_reloc@basic-gtt-noreloc:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@gem_exec_reloc@basic-gtt-noreloc.html>
> ([i915#3281]) +7 other tests skip
> *
>
> igt@gem_exec_reloc@basic-gtt-read-noreloc:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html>
> ([i915#3281]) +15 other tests skip
> *
>
> igt@gem_exec_reloc@basic-write-gtt-active:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_exec_reloc@basic-write-gtt-active.html>
> ([i915#3281]) +8 other tests skip
> *
>
> igt@gem_exec_schedule@pi-common@vcs0:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_exec_schedule@pi-common@vcs0.html>
> ([i915#12296]) +4 other tests fail
> *
>
> igt@gem_exec_schedule@preempt-queue-contexts:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts.html>
> ([i915#4537] / [i915#4812])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@gem_exec_schedule@preempt-queue-contexts.html>
> ([i915#4537] / [i915#4812])
> *
>
> igt@gem_exec_suspend@basic-s4-devices:
>
> o shard-dg2: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices.html>
> ([i915#7975] / [i915#8213]) +1 other test abort
> *
>
> igt@gem_exec_suspend@basic-s4-devices@lmem0:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-12/igt@gem_exec_suspend@basic-s4-devices@lmem0.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html>
> ([i915#7975] / [i915#8213]) +1 other test abort
> *
>
> igt@gem_fenced_exec_thrash@no-spare-fences-busy:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html>
> ([i915#4860])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html>
> ([i915#4860])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html>
> ([i915#4860])
> *
>
> igt@gem_lmem_swapping@parallel-random-verify-ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html>
> ([i915#4613]) +3 other tests skip
> *
>
> igt@gem_lmem_swapping@verify-ccs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@gem_lmem_swapping@verify-ccs.html>
> ([i915#4613]) +3 other tests skip
> *
>
> igt@gem_lmem_swapping@verify-random:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_lmem_swapping@verify-random.html>
> ([i915#4613])
> *
>
> igt@gem_mmap_gtt@cpuset-big-copy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_mmap_gtt@cpuset-big-copy.html>
> ([i915#4077]) +9 other tests skip
> *
>
> igt@gem_mmap_gtt@cpuset-medium-copy:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy.html>
> ([i915#4077]) +3 other tests skip
> *
>
> igt@gem_mmap_wc@bad-object:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@gem_mmap_wc@bad-object.html>
> ([i915#4083]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@gem_mmap_wc@bad-object.html>
> ([i915#4083]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@gem_mmap_wc@bad-object.html>
> ([i915#4083])
> *
>
> igt@gem_pread@exhaustion:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_pread@exhaustion.html>
> ([i915#3282]) +4 other tests skip
> o shard-snb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb1/igt@gem_pread@exhaustion.html>
> ([i915#2658])
> o shard-tglu: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@gem_pread@exhaustion.html>
> ([i915#2658])
> *
>
> igt@gem_pread@snoop:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_pread@snoop.html>
> ([i915#3282]) +3 other tests skip
> *
>
> igt@gem_pwrite@basic-self:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@gem_pwrite@basic-self.html>
> ([i915#3282]) +2 other tests skip
> *
>
> igt@gem_pxp@fail-invalid-protected-context:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@gem_pxp@fail-invalid-protected-context.html>
> ([i915#4270])
> *
>
> igt@gem_pxp@reject-modify-context-protection-off-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_pxp@reject-modify-context-protection-off-1.html>
> ([i915#4270]) +1 other test skip
> *
>
> igt@gem_pxp@reject-modify-context-protection-on:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-on.html>
> ([i915#4270]) +2 other tests skip
> *
>
> igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html>
> ([i915#5190] / [i915#8428]) +6 other tests skip
> *
>
> igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html>
> ([i915#8428]) +3 other tests skip
> *
>
> igt@gem_set_tiling_vs_blt@tiled-to-untiled:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html>
> ([i915#8411]) +2 other tests skip
> *
>
> igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html>
> ([i915#4079])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html>
> ([i915#4079])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html>
> ([i915#4079])
> *
>
> igt@gem_set_tiling_vs_pwrite:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@gem_set_tiling_vs_pwrite.html>
> ([i915#3282]) +9 other tests skip
> *
>
> igt@gem_softpin@evict-snoop:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@gem_softpin@evict-snoop.html>
> ([i915#4885])
> *
>
> igt@gem_userptr_blits@access-control:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@gem_userptr_blits@access-control.html>
> ([i915#3297])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_userptr_blits@access-control.html>
> ([i915#3297])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@gem_userptr_blits@access-control.html>
> ([i915#3297])
> *
>
> igt@gem_userptr_blits@forbidden-operations:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@gem_userptr_blits@forbidden-operations.html>
> ([i915#3282] / [i915#3297])
> *
>
> igt@gem_userptr_blits@relocations:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gem_userptr_blits@relocations.html>
> ([i915#3281] / [i915#3297])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@gem_userptr_blits@relocations.html>
> ([i915#3281] / [i915#3297])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@gem_userptr_blits@relocations.html>
> ([i915#3281] / [i915#3297])
> *
>
> igt@gem_userptr_blits@unsync-overlap:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@gem_userptr_blits@unsync-overlap.html>
> ([i915#3297]) +1 other test skip
> *
>
> igt@gem_userptr_blits@unsync-unmap:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html>
> ([i915#3297]) +1 other test skip
> *
>
> igt@gen9_exec_parse@allowed-all:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@gen9_exec_parse@allowed-all.html>
> ([i915#2527]) +2 other tests skip
> *
>
> igt@gen9_exec_parse@basic-rejected-ctx-param:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@gen9_exec_parse@basic-rejected-ctx-param.html>
> ([i915#2527] / [i915#2856]) +1 other test skip
> *
>
> igt@gen9_exec_parse@bb-start-cmd:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@gen9_exec_parse@bb-start-cmd.html>
> ([i915#2856])
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#10131] / [i915#9697])
> *
>
> igt@i915_module_load@resize-bar:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@i915_module_load@resize-bar.html>
> ([i915#6412])
> *
>
> igt@i915_pm_freq_api@freq-suspend:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@i915_pm_freq_api@freq-suspend.html>
> ([i915#8399])
> *
>
> igt@i915_pm_rps@reset:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-2/igt@i915_pm_rps@reset.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-9/igt@i915_pm_rps@reset.html>
> ([i915#12309])
> *
>
> igt@i915_pm_rps@thresholds-idle-park:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@i915_pm_rps@thresholds-idle-park.html>
> ([i915#11681])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@i915_pm_rps@thresholds-idle-park.html>
> ([i915#11681])
> *
>
> igt@i915_pm_sseu@full-enable:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@i915_pm_sseu@full-enable.html>
> ([i915#4387])
> *
>
> igt@i915_power@sanity:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@i915_power@sanity.html>
> ([i915#7984])
> *
>
> igt@i915_query@query-topology-coherent-slice-mask:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@i915_query@query-topology-coherent-slice-mask.html>
> ([i915#6188])
> *
>
> igt@intel_hwmon@hwmon-write:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@intel_hwmon@hwmon-write.html>
> ([i915#7707])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@intel_hwmon@hwmon-write.html>
> ([i915#7707]) +1 other test skip
> *
>
> igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html>
> ([i915#4212])
> *
>
> igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html>
> ([i915#3826])
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html>
> ([i915#8709]) +7 other tests skip
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html>
> ([i915#8709]) +11 other tests skip
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html>
> ([i915#1769] / [i915#3555])
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html>
> ([i915#1769] / [i915#3555])
> *
>
> igt@kms_big_fb@4-tiled-64bpp-rotate-180:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
> ([i915#4538] / [i915#5286]) +3 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-8bpp-rotate-90:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html>
> ([i915#5286]) +8 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
> ([i915#5286]) +6 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> ([i915#5138]) +1 other test fail
> *
>
> igt@kms_big_fb@linear-8bpp-rotate-270:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_big_fb@linear-8bpp-rotate-270.html>
> ([i915#3638]) +5 other tests skip
> *
>
> igt@kms_big_fb@x-tiled-8bpp-rotate-180:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html>
> ([i915#10354])
> *
>
> igt@kms_big_fb@x-tiled-8bpp-rotate-270:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html>
> +11 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-8bpp-rotate-270:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html>
> ([i915#3638]) +2 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html>
> ([i915#5190]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html>
> ([i915#6187])
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html>
> +42 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html>
> ([i915#4538] / [i915#5190]) +10 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html>
> ([i915#4538]) +4 other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html>
> ([i915#5190] / [i915#9197])
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html>
> ([i915#12313]) +3 other tests skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html>
> ([i915#12313]) +1 other test skip
> *
>
> igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-4.html>
> ([i915#4423] / [i915#6095])
> *
>
> igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb5/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html>
> +147 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html>
> ([i915#6095]) +39 other tests skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html>
> ([i915#10307] / [i915#6095]) +184 other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html>
> ([i915#12313]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html>
> ([i915#12313]) +2 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html>
> ([i915#12313]) +1 other test skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html>
> ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html>
> ([i915#6095]) +4 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html>
> ([i915#6095]) +115 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html>
> ([i915#6095]) +97 other tests skip
> *
>
> igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html>
> ([i915#4087]) +4 other tests skip
> *
>
> igt@kms_chamelium_edid@vga-edid-read:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_chamelium_edid@vga-edid-read.html>
> ([i915#7828]) +2 other tests skip
> *
>
> igt@kms_chamelium_frames@hdmi-crc-multiple:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-multiple.html>
> ([i915#7828]) +5 other tests skip
> *
>
> igt@kms_chamelium_frames@vga-frame-dump:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_chamelium_frames@vga-frame-dump.html>
> ([i915#7828]) +3 other tests skip
> *
>
> igt@kms_chamelium_hpd@dp-hpd:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_chamelium_hpd@dp-hpd.html>
> ([i915#7828]) +11 other tests skip
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html>
> ([i915#7828]) +4 other tests skip
> *
>
> igt@kms_content_protection@atomic-dpms:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_content_protection@atomic-dpms.html>
> ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_content_protection@atomic-dpms.html>
> ([i915#7116] / [i915#9424]) +1 other test skip
> *
>
> igt@kms_content_protection@content-type-change:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_content_protection@content-type-change.html>
> ([i915#9424])
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html>
> ([i915#3299])
> *
>
> igt@kms_content_protection@dp-mst-type-1:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_content_protection@dp-mst-type-1.html>
> ([i915#3116] / [i915#3299]) +1 other test skip
> *
>
> igt@kms_content_protection@lic-type-0:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_content_protection@lic-type-0.html>
> ([i915#6944] / [i915#9424]) +3 other tests skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_content_protection@lic-type-0.html>
> ([i915#9424])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_content_protection@lic-type-0.html>
> ([i915#9424])
> *
>
> igt@kms_content_protection@type1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_content_protection@type1.html>
> ([i915#7118] / [i915#9424]) +1 other test skip
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_content_protection@uevent.html>
> ([i915#7118] / [i915#9424])
> *
>
> igt@kms_cursor_crc@cursor-alpha-opaque:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_cursor_crc@cursor-alpha-opaque.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_cursor_crc@cursor-alpha-opaque.html>
> ([i915#9197]) +22 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-random-32x32:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_cursor_crc@cursor-random-32x32.html>
> ([i915#3555]) +1 other test skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_cursor_crc@cursor-random-32x32.html>
> ([i915#3555]) +4 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-32x32.html>
> ([i915#3555] / [i915#8814])
> *
>
> igt@kms_cursor_crc@cursor-random-512x512:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x512.html>
> ([i915#11453]) +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x10:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html>
> ([i915#3555]) +5 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-64x21:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html>
> ([i915#8814])
> *
>
> igt@kms_cursor_crc@cursor-sliding-32x10:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-32x10.html>
> ([i915#3555]) +3 other tests skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> ([i915#4103]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> ([i915#4103] / [i915#4213])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> ([i915#4103]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> ([i915#4103] / [i915#4213])
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html>
> ([i915#9809]) +3 other tests skip
> *
>
> igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html>
> ([i915#9067])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html>
> ([i915#9067])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html>
> ([i915#9067])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html>
> ([i915#9067])
> *
>
> igt@kms_dirtyfb@psr-dirtyfb-ioctl:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html>
> ([i915#9723])
> *
>
> igt@kms_display_modes@mst-extended-mode-negative:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_display_modes@mst-extended-mode-negative.html>
> ([i915#8588])
> *
>
> igt@kms_dsc@dsc-basic:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_dsc@dsc-basic.html>
> ([i915#3555] / [i915#3840])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_dsc@dsc-basic.html>
> ([i915#3555] / [i915#3840]) +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_dsc@dsc-basic.html>
> ([i915#3555] / [i915#3840] / [i915#9159])
> *
>
> igt@kms_dsc@dsc-fractional-bpp:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html>
> ([i915#3840])
> *
>
> igt@kms_dsc@dsc-with-formats:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_dsc@dsc-with-formats.html>
> ([i915#3555] / [i915#3840])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_dsc@dsc-with-formats.html>
> ([i915#3555] / [i915#3840])
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_dsc@dsc-with-output-formats.html>
> ([i915#3555] / [i915#3840])
> *
>
> igt@kms_dsc@dsc-with-output-formats-with-bpc:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html>
> ([i915#3840] / [i915#9053])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_dsc@dsc-with-output-formats-with-bpc.html>
> ([i915#3840] / [i915#9053])
> *
>
> igt@kms_feature_discovery@chamelium:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_feature_discovery@chamelium.html>
> ([i915#4854])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_feature_discovery@chamelium.html>
> ([i915#4854])
> *
>
> igt@kms_feature_discovery@display-2x:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_feature_discovery@display-2x.html>
> ([i915#1839])
> *
>
> igt@kms_feature_discovery@display-4x:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_feature_discovery@display-4x.html>
> ([i915#1839]) +1 other test skip
> *
>
> igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb4/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html>
> ([i915#2122]) +5 other tests fail
> *
>
> igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html>
> ([i915#3637]) +1 other test skip
> *
>
> igt@kms_flip@2x-flip-vs-fences-interruptible:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html>
> ([i915#8381])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html>
> ([i915#8381])
> *
>
> igt@kms_flip@2x-flip-vs-panning-vs-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html>
> +10 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_flip@2x-flip-vs-panning-vs-hang.html>
> ([i915#9934]) +2 other tests skip
> *
>
> igt@kms_flip@2x-modeset-vs-vblank-race:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> ([i915#3637]) +4 other tests skip
> *
>
> igt@kms_flip@flip-vs-fences-interruptible:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_flip@flip-vs-fences-interruptible.html>
> ([i915#8381]) +1 other test skip
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
>
> o shard-dg1: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html>
> ([i915#4423])
> *
>
> igt@kms_flip@flip-vs-suspend@c-edp1:
>
> o shard-mtlp: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_flip@flip-vs-suspend@c-edp1.html>
> ([i915#6113]) +1 other test incomplete
> *
>
> igt@kms_flip@plain-flip-fb-recreate:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-7/igt@kms_flip@plain-flip-fb-recreate.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_flip@plain-flip-fb-recreate.html>
> ([i915#2122]) +4 other tests fail
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@kms_flip@plain-flip-fb-recreate.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate.html>
> ([i915#2122])
> *
>
> igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1:
>
> o shard-snb: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html>
> ([i915#2122]) +1 other test fail
> *
>
> igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2.html>
> ([i915#2122])
> *
>
> igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2.html>
> ([i915#11989])
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html>
> ([i915#2672] / [i915#3555]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html>
> ([i915#2672]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html>
> ([i915#2672] / [i915#3555])
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html>
> ([i915#2587] / [i915#2672])
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html>
> ([i915#2672] / [i915#3555]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html>
> ([i915#2672] / [i915#3555]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html>
> ([i915#2587] / [i915#2672]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> ([i915#2672]) +8 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html>
> ([i915#2672])
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html>
> ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html>
> ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html>
> ([i915#2672] / [i915#3555]) +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> ([i915#5354]) +12 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html>
> ([i915#5354]) +29 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html>
> +62 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html>
> ([i915#8708]) +14 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> ([i915#5439])
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html>
> ([i915#3458]) +17 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html>
> ([i915#10433] / [i915#3458])
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html>
> +24 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html>
> ([i915#8708]) +7 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html>
> ([i915#8708]) +8 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html>
> ([i915#3458]) +7 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html>
> ([i915#1825]) +13 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html>
> ([i915#1825]) +44 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html>
> ([i915#3023]) +31 other tests skip
> *
>
> igt@kms_hdr@bpc-switch:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@kms_hdr@bpc-switch.html>
> ([i915#3555] / [i915#8228])
> *
>
> igt@kms_hdr@bpc-switch-suspend:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_hdr@bpc-switch-suspend.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_hdr@bpc-switch-suspend.html>
> ([i915#3555] / [i915#8228])
> *
>
> igt@kms_hdr@static-swap:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_hdr@static-swap.html>
> ([i915#3555] / [i915#8228])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_hdr@static-swap.html>
> ([i915#3555] / [i915#8228])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_hdr@static-swap.html>
> ([i915#3555] / [i915#8228])
> *
>
> igt@kms_invalid_mode@bad-hsync-end:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_invalid_mode@bad-hsync-end.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_invalid_mode@bad-hsync-end.html>
> ([i915#3555]) +1 other test skip
> *
>
> igt@kms_joiner@basic-big-joiner:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_joiner@basic-big-joiner.html>
> ([i915#10656]) +1 other test skip
> *
>
> igt@kms_joiner@invalid-modeset-force-ultra-joiner:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html>
> ([i915#10656])
> *
>
> igt@kms_joiner@invalid-modeset-ultra-joiner:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> ([i915#12339])
> *
>
> igt@kms_plane@pixel-format:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-1/igt@kms_plane@pixel-format.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane@pixel-format.html>
> ([i915#8825])
> *
>
> igt@kms_plane@plane-panning-bottom-right:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane@plane-panning-bottom-right.html>
> ([i915#8825])
> *
>
> igt@kms_plane_lowres@tiling-none:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none.html>
> ([i915#3582])
> *
>
> igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html>
> ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
> *
>
> igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html>
> ([i915#11614] / [i915#3582])
> *
>
> igt@kms_plane_scaling@2x-scaler-multi-pipe:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_plane_scaling@2x-scaler-multi-pipe.html>
> ([i915#5354] / [i915#9423])
> *
>
> igt@kms_plane_scaling@intel-max-src-size:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-3/igt@kms_plane_scaling@intel-max-src-size.html>
> ([i915#8292]) +1 other test fail
> *
>
> igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html>
> ([i915#8292])
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html>
> ([i915#12247]) +15 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html>
> ([i915#12247] / [i915#8152] / [i915#9423])
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html>
> ([i915#12247]) +5 other tests skip
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-d.html>
> ([i915#12247] / [i915#8152])
> *
>
> igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html>
> ([i915#12247]) +8 other tests skip
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html>
> ([i915#8152] / [i915#9423]) +1 other test skip
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers@pipe-d.html>
> ([i915#8152])
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25.html>
> ([i915#12247] / [i915#6953])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html>
> ([i915#12247] / [i915#6953])
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html>
> ([i915#12247]) +7 other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html>
> ([i915#12247] / [i915#6953])
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> ([i915#6953] / [i915#8152] / [i915#9423])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> ([i915#6953])
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html>
> ([i915#12247]) +2 other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d.html>
> ([i915#12247] / [i915#8152])
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html>
> ([i915#12247] / [i915#3555])
> *
>
> igt@kms_pm_backlight@fade-with-dpms:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_pm_backlight@fade-with-dpms.html>
> ([i915#5354])
> *
>
> igt@kms_pm_dc@dc3co-vpb-simulation:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> ([i915#9685])
> *
>
> igt@kms_pm_lpsp@screens-disabled:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_pm_lpsp@screens-disabled.html>
> ([i915#8430])
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html>
> ([i915#9519]) +1 other test skip
> *
>
> igt@kms_pm_rpm@dpms-non-lpsp:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_pm_rpm@dpms-non-lpsp.html>
> ([i915#9519])
> *
>
> igt@kms_pm_rpm@modeset-lpsp-stress:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> ([i915#9519]) +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> ([i915#9519])
> *
>
> igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html>
> ([i915#9519])
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> ([i915#9519])
> *
>
> igt@kms_pm_rpm@pm-caching:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_pm_rpm@pm-caching.html>
> ([i915#4077]) +4 other tests skip
> *
>
> igt@kms_pm_rpm@system-suspend-modeset:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-5/igt@kms_pm_rpm@system-suspend-modeset.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_pm_rpm@system-suspend-modeset.html>
> ([i915#3547])
> *
>
> igt@kms_prime@basic-crc-hybrid:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html>
> ([i915#6524])
> *
>
> igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html>
> ([i915#11520]) +3 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb7/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html>
> ([i915#11520]) +3 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html>
> ([i915#11520]) +3 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1.html>
> ([i915#9808])
> *
>
> igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html>
> ([i915#12316]) +1 other test skip
> *
>
> igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html>
> ([i915#11520]) +4 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html>
> ([i915#11520]) +11 other tests skip
> *
>
> igt@kms_psr2_su@page_flip-p010:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_psr2_su@page_flip-p010.html>
> ([i915#9683])
> *
>
> igt@kms_psr2_su@page_flip-xrgb8888:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_psr2_su@page_flip-xrgb8888.html>
> ([i915#4348])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_psr2_su@page_flip-xrgb8888.html>
> ([i915#9683])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_psr2_su@page_flip-xrgb8888.html>
> ([i915#9683])
> *
>
> igt@kms_psr@fbc-pr-sprite-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_psr@fbc-pr-sprite-blt.html>
> ([i915#1072] / [i915#9732]) +14 other tests skip
> *
>
> igt@kms_psr@pr-sprite-blt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@kms_psr@pr-sprite-blt.html>
> ([i915#9688]) +2 other tests skip
> *
>
> igt@kms_psr@pr-sprite-mmap-cpu:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-7/igt@kms_psr@pr-sprite-mmap-cpu.html>
> ([i915#9732]) +15 other tests skip
> *
>
> igt@kms_psr@psr2-cursor-mmap-gtt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_psr@psr2-cursor-mmap-gtt.html>
> ([i915#1072] / [i915#9732]) +32 other tests skip
> *
>
> igt@kms_psr@psr2-primary-mmap-cpu:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_psr@psr2-primary-mmap-cpu.html>
> ([i915#1072] / [i915#9732]) +5 other tests skip
> *
>
> igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> ([i915#9685]) +2 other tests skip
> *
>
> igt@kms_rotation_crc@primary-rotation-90:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-5/igt@kms_rotation_crc@primary-rotation-90.html>
> ([i915#11131]) +1 other test skip
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-90.html>
> ([i915#11131])
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html>
> ([i915#5289]) +1 other test skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> ([i915#11131] / [i915#5190])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html>
> ([i915#5289])
> *
>
> igt@kms_selftest@drm_framebuffer:
>
> o shard-rkl: NOTRUN -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_selftest@drm_framebuffer.html>
> ([i915#12231]) +1 other test abort
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html>
> ([i915#8623])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-9/igt@kms_tiled_display@basic-test-pattern.html>
> ([i915#8623])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern.html>
> ([i915#8623])
> *
>
> igt@kms_vrr@lobf:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-3/igt@kms_vrr@lobf.html>
> ([i915#11920])
> *
>
> igt@kms_vrr@negative-basic:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_vrr@negative-basic.html>
> ([i915#3555] / [i915#9906])
> *
>
> igt@kms_writeback@writeback-check-output-xrgb2101010:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> ([i915#2437] / [i915#9412]) +1 other test skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> ([i915#2437] / [i915#9412])
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> ([i915#2437] / [i915#9412])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html>
> ([i915#2437] / [i915#9412])
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_writeback@writeback-invalid-parameters.html>
> ([i915#2437])
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_writeback@writeback-invalid-parameters.html>
> ([i915#2437])
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-3/igt@kms_writeback@writeback-invalid-parameters.html>
> ([i915#2437])
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_writeback@writeback-invalid-parameters.html>
> ([i915#2437])
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-7/igt@kms_writeback@writeback-invalid-parameters.html>
> ([i915#2437])
> *
>
> igt@perf@per-context-mode-unprivileged:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-3/igt@perf@per-context-mode-unprivileged.html>
> ([i915#2435])
> *
>
> igt@perf_pmu@busy-idle-check-all@ccs0:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@perf_pmu@busy-idle-check-all@ccs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-6/igt@perf_pmu@busy-idle-check-all@ccs0.html>
> ([i915#4349]) +3 other tests fail
> *
>
> igt@perf_pmu@busy-idle-check-all@vcs0:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@perf_pmu@busy-idle-check-all@vcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@perf_pmu@busy-idle-check-all@vcs0.html>
> ([i915#4349]) +8 other tests fail
> *
>
> igt@perf_pmu@busy-idle-check-all@vecs0:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@perf_pmu@busy-idle-check-all@vecs0.html>
> ([i915#4349]) +2 other tests fail
> *
>
> igt@perf_pmu@rc6-all-gts:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html>
> ([i915#8516])
> *
>
> igt@sriov_basic@enable-vfs-autoprobe-on:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@sriov_basic@enable-vfs-autoprobe-on.html>
> ([i915#9917])
>
>
> Possible fixes
>
> *
>
> igt@fbdev@nullptr:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@fbdev@nullptr.html>
> ([i915#2582]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@fbdev@nullptr.html>
> +1 other test pass
> *
>
> igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html>
> ([i915#7297]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html>
> +1 other test pass
> *
>
> igt@gem_ctx_engines@invalid-engines:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@gem_ctx_engines@invalid-engines.html>
> ([i915#12027]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-2/igt@gem_ctx_engines@invalid-engines.html>
> *
>
> igt@gem_eio@hibernate:
>
> o shard-dg2: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-3/igt@gem_eio@hibernate.html>
> ([i915#10030] / [i915#7975] / [i915#8213]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@gem_eio@hibernate.html>
> *
>
> igt@gem_exec_fair@basic-pace@rcs0:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html>
> ([i915#2842]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html>
> +3 other tests pass
> *
>
> igt@i915_module_load@reload-no-display:
>
> o shard-snb: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb5/igt@i915_module_load@reload-no-display.html>
> ([i915#11703]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb2/igt@i915_module_load@reload-no-display.html>
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-rkl: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#9820]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html>
> o shard-snb: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#9820]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html>
> o shard-dg1: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html>
> ([i915#9820]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html>
> *
>
> igt@i915_selftest@live@workarounds:
>
> o shard-mtlp: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-3/igt@i915_selftest@live@workarounds.html>
> ([i915#12216]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-7/igt@i915_selftest@live@workarounds.html>
> +1 other test pass
> *
>
> igt@i915_suspend@basic-s3-without-i915:
>
> o shard-rkl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html>
> ([i915#4817]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html>
> *
>
> igt@kms_color@ctm-max:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_color@ctm-max.html>
> ([i915#5354]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_color@ctm-max.html>
> +15 other tests pass
> *
>
> igt@kms_fbcon_fbt@fbc:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_fbcon_fbt@fbc.html>
> ([i915#1849]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_fbcon_fbt@fbc.html>
> *
>
> igt@kms_flip@blocking-wf_vblank:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-7/igt@kms_flip@blocking-wf_vblank.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_flip@blocking-wf_vblank.html>
> +7 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> +1 other test pass
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-13/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html>
> +4 other tests pass
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html>
> ([i915#12138]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html>
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3:
>
> o shard-dg1: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html>
> ([i915#4839] / [i915#6113]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-12/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html>
> *
>
> igt@kms_flip@plain-flip-ts-check-interruptible:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-6/igt@kms_flip@plain-flip-ts-check-interruptible.html>
> ([i915#11989] / [i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible.html>
> *
>
> igt@kms_flip@wf_vblank-ts-check:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check.html>
> ([i915#11989] / [i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_flip@wf_vblank-ts-check.html>
> *
>
> igt@kms_flip@wf_vblank-ts-check-interruptible:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html>
> +3 other tests pass
> *
>
> igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html>
> ([i915#11961]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a2.html>
> +3 other tests pass
> *
>
> igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1:
>
> o shard-snb: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html>
> +7 other tests pass
> *
>
> igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html>
> ([i915#2122]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-4/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html>
> +3 other tests pass
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html>
> ([i915#3555]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html>
> +2 other tests pass
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
>
> o shard-snb: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html>
> +4 other tests pass
> *
>
> igt@kms_hdr@static-toggle:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-6/igt@kms_hdr@static-toggle.html>
> ([i915#3555] / [i915#8228]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-10/igt@kms_hdr@static-toggle.html>
> *
>
> igt@kms_plane@plane-panning-top-left:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane@plane-panning-top-left.html>
> ([i915#8825]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_plane@plane-panning-top-left.html>
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html>
> ([i915#8152] / [i915#9423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html>
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html>
> ([i915#12247]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-c.html>
> +11 other tests pass
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html>
> ([i915#8152]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html>
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html>
> ([i915#12247] / [i915#8152] / [i915#9423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html>
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html>
> ([i915#12247] / [i915#8152]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html>
> +2 other tests pass
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html>
> ([i915#6953] / [i915#8152] / [i915#9423]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html>
> +1 other test pass
> *
>
> igt@kms_pm_dc@dc5-dpms-negative:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_pm_dc@dc5-dpms-negative.html>
> ([i915#9293]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_pm_dc@dc5-dpms-negative.html>
> *
>
> igt@kms_pm_rpm@dpms-non-lpsp:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_pm_rpm@dpms-non-lpsp.html>
> ([i915#9519]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-5/igt@kms_pm_rpm@dpms-non-lpsp.html>
> *
>
> igt@kms_pm_rpm@modeset-lpsp-stress:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> ([i915#9519]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> *
>
> igt@kms_properties@plane-properties-legacy:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_properties@plane-properties-legacy.html>
> ([i915#11521]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-1/igt@kms_properties@plane-properties-legacy.html>
> *
>
> igt@kms_setmode@basic:
>
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg1-18/igt@kms_setmode@basic.html>
> ([i915#5465]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg1-18/igt@kms_setmode@basic.html>
> +2 other tests pass
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-tglu-9/igt@kms_setmode@basic.html>
> ([i915#5465]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-tglu-6/igt@kms_setmode@basic.html>
> +2 other tests pass
> *
>
> igt@kms_setmode@basic@pipe-b-edp-1:
>
> o shard-mtlp: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-mtlp-1/igt@kms_setmode@basic@pipe-b-edp-1.html>
> ([i915#5465]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-mtlp-1/igt@kms_setmode@basic@pipe-b-edp-1.html>
> +2 other tests pass
> *
>
> igt@kms_vblank@ts-continuation-dpms-suspend:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_vblank@ts-continuation-dpms-suspend.html>
> ([i915#9197]) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-7/igt@kms_vblank@ts-continuation-dpms-suspend.html>
> +37 other tests pass
>
>
> Warnings
>
> *
>
> igt@i915_pipe_stress@stress-xrgb8888-ytiled:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>
> ([i915#7091])
> *
>
> igt@i915_selftest@mock:
>
> o shard-dg2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-11/igt@i915_selftest@mock.html>
> ([i915#1982] / [i915#9311]) -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-4/igt@i915_selftest@mock.html>
> ([i915#9311])
> *
>
> igt@kms_async_flips@invalid-async-flip:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-2/igt@kms_async_flips@invalid-async-flip.html>
> ([i915#9197]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html>
> ([i915#6228])
> *
>
> igt@kms_atomic@plane-primary-overlay-mutable-zpos:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html>
> ([i915#9531]) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11853/shard-dg2-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html>
> ([i915#9197])
> *
>
> igt@kms_big_fb@linear-16bpp-rotate-90:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15469/shard-dg2-10/igt@kms_bi>
> -> [SKIP][446] ([i915#9197]) +1 other test skip
>
[-- Attachment #2: Type: text/html, Size: 138964 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-08 14:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 0:20 [PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable Karthik B S
2024-10-02 2:29 ` ✓ CI.xeBAT: success for tests/kms_joiner: Reset the force_joiner_supported variable (rev2) Patchwork
2024-10-02 2:42 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-10-02 3:13 ` ✗ CI.xeFULL: " Patchwork
2024-10-03 6:26 ` ✓ Fi.CI.BAT: success " Patchwork
2024-10-08 10:22 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-10-08 14:27 ` Karthik B S
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox