* [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
@ 2024-12-13 9:54 Pranay Samala
2024-12-13 16:53 ` ✗ GitLab.Pipeline: warning for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Pranay Samala @ 2024-12-13 9:54 UTC (permalink / raw)
To: igt-dev
Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, pranay.samala,
Mark Yacoub, Mark Yacoub, Louis Chauvet
This patch reduces the number of non-4K HDMI EDIDs to 25 when
the extended flag is not used, as CI does not use this flag.
DP EDID tests are not reduced due to existing limited EDIDs.
The change ensures that only HDMI non-4K EDIDs are limited,
improving test efficiency and avoiding CI timeouts.
Cc: Mark Yacoub <markyacoub@chromium.org>
Cc: Mark Yacoub <markyacoub@google.com>
Cc: Louis Chauvet <louis.chauvet@bootlin.com>
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/chamelium/kms_chamelium_edid.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/chamelium/kms_chamelium_edid.c b/tests/chamelium/kms_chamelium_edid.c
index 5db8204d5..e572a6468 100644
--- a/tests/chamelium/kms_chamelium_edid.c
+++ b/tests/chamelium/kms_chamelium_edid.c
@@ -267,7 +267,8 @@ static const char igt_edid_stress_resolution_desc[] =
static void edid_stress_resolution(chamelium_data_t *data,
struct chamelium_port *port,
monitor_edid edids_list[],
- size_t edids_list_len)
+ size_t edids_list_len,
+ bool limit)
{
int i;
struct chamelium *chamelium = data->chamelium;
@@ -280,7 +281,7 @@ static void edid_stress_resolution(chamelium_data_t *data,
* if there is environment variable in CI when executing with igt_runner
*/
- if (!extended && is_intel_device(data->drm_fd))
+ if (!extended && is_intel_device(data->drm_fd) && limit)
edids_list_len = CI_LIMIT;
for (i = 0; i < edids_list_len; ++i) {
@@ -559,13 +560,13 @@ igt_main_args("e", NULL, help_str, opt_handler, NULL)
igt_describe(igt_edid_stress_resolution_desc);
connector_subtest("dp-edid-stress-resolution-4k", DisplayPort)
edid_stress_resolution(&data, port, DP_EDIDS_4K,
- ARRAY_SIZE(DP_EDIDS_4K));
+ ARRAY_SIZE(DP_EDIDS_4K), false);
igt_describe(igt_edid_stress_resolution_desc);
connector_subtest("dp-edid-stress-resolution-non-4k",
DisplayPort)
edid_stress_resolution(&data, port, DP_EDIDS_NON_4K,
- ARRAY_SIZE(DP_EDIDS_NON_4K));
+ ARRAY_SIZE(DP_EDIDS_NON_4K), false);
igt_describe(igt_edid_resolution_list_desc);
connector_subtest("dp-edid-resolution-list", DisplayPort)
@@ -613,12 +614,12 @@ igt_main_args("e", NULL, help_str, opt_handler, NULL)
igt_describe(igt_edid_stress_resolution_desc);
connector_subtest("hdmi-edid-stress-resolution-4k", HDMIA)
edid_stress_resolution(&data, port, HDMI_EDIDS_4K,
- ARRAY_SIZE(HDMI_EDIDS_4K));
+ ARRAY_SIZE(HDMI_EDIDS_4K), false);
igt_describe(igt_edid_stress_resolution_desc);
connector_subtest("hdmi-edid-stress-resolution-non-4k", HDMIA)
edid_stress_resolution(&data, port, HDMI_EDIDS_NON_4K,
- ARRAY_SIZE(HDMI_EDIDS_NON_4K));
+ ARRAY_SIZE(HDMI_EDIDS_NON_4K), true);
igt_describe(test_suspend_resume_edid_change_desc);
connector_subtest("hdmi-edid-change-during-suspend", HDMIA)
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✗ GitLab.Pipeline: warning for tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
@ 2024-12-13 16:53 ` Patchwork
2024-12-13 17:24 ` ✓ i915.CI.BAT: success " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-12-13 16:53 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
== Series Details ==
Series: tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
URL : https://patchwork.freedesktop.org/series/142542/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1329406 for the overview.
build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/68176499):
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 85cf021d as detached HEAD (ref is intel/IGTPW_12313)...
Removing build/
Removing lib/i915/perf-configs/__pycache__/
Removing lib/xe/oa-configs/__pycache__/
Removing scripts/__pycache__/
Skipping Git submodules setup
section_end:1734108513:get_sources
section_start:1734108513:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8 for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf:commit-85cf021d67c5f7d53662b08ff24901cb8ec8d768 with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf@sha256:3a0ffeb305cdc6ef081dde81d86afee76102e74f76c0f7bd5685fc2457ec707b ...
section_end:1734108516:step_script
section_start:1734108516:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1734108518:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8: image not known (docker.go:650:0s)
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1329406
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
2024-12-13 16:53 ` ✗ GitLab.Pipeline: warning for " Patchwork
@ 2024-12-13 17:24 ` Patchwork
2024-12-13 17:46 ` ✓ Xe.CI.BAT: " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-12-13 17:24 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
== Series Details ==
Series: tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
URL : https://patchwork.freedesktop.org/series/142542/
State : success
== Summary ==
CI Bug Log - changes from IGT_8156 -> IGTPW_12313
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/index.html
Participating hosts (45 -> 44)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12313 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [PASS][1] -> [ABORT][2] ([i915#12061]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-arlh-3/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@dmabuf@all-tests:
- bat-apl-1: [INCOMPLETE][3] ([i915#12904]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-apl-1/igt@dmabuf@all-tests.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-apl-1/igt@dmabuf@all-tests.html
* igt@i915_pm_rpm@module-reload:
- bat-rpls-4: [FAIL][5] ([i915#12903]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-rpls-4/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-rpls-4/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live:
- bat-mtlp-8: [ABORT][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-mtlp-8/igt@i915_selftest@live.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-6: [ABORT][9] ([i915#12061]) -> [PASS][10] +1 other test pass
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-apl-1: [DMESG-WARN][11] ([i915#12921]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-apl-1/igt@kms_flip@basic-flip-vs-dpms.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-apl-1/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@basic-flip-vs-modeset:
- bat-apl-1: [DMESG-WARN][13] ([i915#12918]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-apl-1/igt@kms_flip@basic-flip-vs-modeset.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-apl-1/igt@kms_flip@basic-flip-vs-modeset.html
* igt@kms_flip@basic-flip-vs-modeset@c-dp1:
- bat-apl-1: [DMESG-WARN][15] -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-apl-1/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-apl-1/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: [SKIP][17] ([i915#9197]) -> [PASS][18] +2 other tests pass
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8156/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
[i915#12918]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12918
[i915#12921]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12921
[i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8156 -> IGTPW_12313
* Linux: CI_DRM_15838 -> CI_DRM_15839
CI-20190529: 20190529
CI_DRM_15838: a752f9b5366a071e41f973b51842b6af5817f2a2 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15839: fb3d98511a2f6375a5c989ca5520aa31b689b119 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12313: 85cf021d67c5f7d53662b08ff24901cb8ec8d768 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8156: edf352a96646c8d793f0c1eb11795112f9bde725 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/index.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
2024-12-13 16:53 ` ✗ GitLab.Pipeline: warning for " Patchwork
2024-12-13 17:24 ` ✓ i915.CI.BAT: success " Patchwork
@ 2024-12-13 17:46 ` Patchwork
2024-12-14 0:58 ` ✗ i915.CI.Full: failure " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-12-13 17:46 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7029 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
URL : https://patchwork.freedesktop.org/series/142542/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8156_BAT -> XEIGTPW_12313_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 9)
------------------------------
Additional (1): bat-lnl-1
Known issues
------------
Here are the changes found in XEIGTPW_12313_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-lnl-1: NOTRUN -> [SKIP][1] ([Intel XE#1466])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@bad-pitch-0:
- bat-adlp-7: [PASS][2] -> [DMESG-WARN][3] ([Intel XE#3429]) +31 other tests dmesg-warn
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/bat-adlp-7/igt@kms_addfb_basic@bad-pitch-0.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-adlp-7/igt@kms_addfb_basic@bad-pitch-0.html
* igt@kms_dsc@dsc-basic:
- bat-lnl-1: NOTRUN -> [SKIP][4] ([Intel XE#2244])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-dpms@a-edp1:
- bat-lnl-1: NOTRUN -> [DMESG-WARN][5] ([Intel XE#3729]) +1 other test dmesg-warn
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-lnl-1: NOTRUN -> [SKIP][6] ([Intel XE#352]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [PASS][7] -> [FAIL][8] ([Intel XE#1861])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- bat-lnl-1: NOTRUN -> [SKIP][9] ([Intel XE#1470] / [Intel XE#2853])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@kms_hdmi_inject@inject-audio.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- bat-lnl-1: NOTRUN -> [SKIP][10] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- bat-lnl-1: NOTRUN -> [SKIP][11] ([Intel XE#688]) +17 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_live_ktest@xe_bo:
- bat-lnl-1: NOTRUN -> [SKIP][12] ([Intel XE#1192]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_live_ktest@xe_bo.html
* igt@xe_mmap@vram:
- bat-lnl-1: NOTRUN -> [SKIP][13] ([Intel XE#1416])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xehpc:
- bat-lnl-1: NOTRUN -> [SKIP][14] ([Intel XE#1420] / [Intel XE#2838])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-lnl-1: NOTRUN -> [SKIP][15] ([Intel XE#977])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-lnl-1: NOTRUN -> [SKIP][16] ([Intel XE#979])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_pat@pat-index-xelpg.html
* igt@xe_sriov_flr@flr-vf1-clear:
- bat-lnl-1: NOTRUN -> [SKIP][17] ([Intel XE#3342])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-lnl-1/igt@xe_sriov_flr@flr-vf1-clear.html
#### Possible fixes ####
* igt@kms_psr@psr-cursor-plane-move:
- bat-adlp-7: [SKIP][18] ([Intel XE#455]) -> [PASS][19] +1 other test pass
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip@edp-1:
- bat-adlp-7: [DMESG-WARN][20] ([Intel XE#3517]) -> [PASS][21] +1 other test pass
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#3429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3429
[Intel XE#3517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3517
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3729
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
Build changes
-------------
* IGT: IGT_8156 -> IGTPW_12313
IGTPW_12313: 85cf021d67c5f7d53662b08ff24901cb8ec8d768 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8156: edf352a96646c8d793f0c1eb11795112f9bde725 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2370-a752f9b5366a071e41f973b51842b6af5817f2a2: a752f9b5366a071e41f973b51842b6af5817f2a2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/index.html
[-- Attachment #2: Type: text/html, Size: 7953 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
` (2 preceding siblings ...)
2024-12-13 17:46 ` ✓ Xe.CI.BAT: " Patchwork
@ 2024-12-14 0:58 ` Patchwork
2024-12-14 6:39 ` ✗ Xe.CI.Full: " Patchwork
2024-12-16 5:57 ` [i-g-t] " Joshi, Kunal1
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-12-14 0:58 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
== Series Details ==
Series: tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
URL : https://patchwork.freedesktop.org/series/142542/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15839_full -> IGTPW_12313_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12313_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12313_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_12313/index.html
Participating hosts (12 -> 11)
------------------------------
Missing (1): shard-dg2-set2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12313_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_tiled_swapping@non-threaded:
- shard-rkl: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-3/igt@gem_tiled_swapping@non-threaded.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@gem_tiled_swapping@non-threaded.html
- shard-tglu: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-tglu-3/igt@gem_tiled_swapping@non-threaded.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@gem_tiled_swapping@non-threaded.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][5] +11 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc.html
* igt@kms_async_flips@crc@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [INCOMPLETE][6] +1 other test incomplete
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_async_flips@crc@pipe-a-dp-4.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a2:
- shard-rkl: [PASS][7] -> [INCOMPLETE][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-1/igt@kms_flip@flip-vs-suspend@a-hdmi-a2.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_flip@flip-vs-suspend@a-hdmi-a2.html
* igt@kms_psr@psr2-dpms:
- shard-mtlp: [PASS][9] -> [FAIL][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-2/igt@kms_psr@psr2-dpms.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_psr@psr2-dpms.html
#### Warnings ####
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][11] ([i915#12714] / [i915#5784]) -> [INCOMPLETE][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg1-12/igt@gem_eio@unwedge-stress.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@kms_async_flips@crc-atomic:
- shard-dg2: [WARN][13] -> [INCOMPLETE][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-4/igt@kms_async_flips@crc-atomic.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_async_flips@crc-atomic.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][15] ([i915#13287]) -> [INCOMPLETE][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-glk7/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk1/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
New tests
---------
New tests have been introduced between CI_DRM_15839_full and IGTPW_12313_full:
### New IGT tests (4) ###
* igt@kms_display_modes@extended-mode-basic@pipe-a-hdmi-a-1-pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.65] s
* igt@kms_display_modes@extended-mode-basic@pipe-a-vga-1-pipe-b-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.50] s
* igt@kms_display_modes@extended-mode-basic@pipe-b-hdmi-a-1-pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.68] s
* igt@kms_display_modes@extended-mode-basic@pipe-b-vga-1-pipe-a-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.65] s
Known issues
------------
Here are the changes found in IGTPW_12313_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg1: NOTRUN -> [SKIP][17] ([i915#8411])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8411])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8411])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#6230])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#11078])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@device_reset@cold-reset-bound.html
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#11078])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-8/igt@device_reset@cold-reset-bound.html
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#11078])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@busy-check-all@bcs0:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#8414]) +12 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@drm_fdinfo@busy-check-all@bcs0.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#8414]) +24 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#9323]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#13008])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-2/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][28] ([i915#13008])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#13008])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#9323])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#7697])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][32] ([i915#6335])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_freq@sysfs:
- shard-dg2: [PASS][33] -> [FAIL][34] ([i915#9561]) +1 other test fail
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-5/igt@gem_ctx_freq@sysfs.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gem_ctx_freq@sysfs.html
* igt@gem_ctx_persistence@engines-mixed-process:
- shard-snb: NOTRUN -> [SKIP][35] ([i915#1099]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb2/igt@gem_ctx_persistence@engines-mixed-process.html
* igt@gem_ctx_persistence@hang:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#8555]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#8555]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][38] ([i915#280]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-5/igt@gem_ctx_sseu@engines.html
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#280])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#280]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][41] -> [ABORT][42] ([i915#7975] / [i915#8213])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg1-18/igt@gem_eio@hibernate.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [PASS][43] -> [FAIL][44] ([i915#5784])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-3/igt@gem_eio@kms.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-dual:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4771])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4771])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#4525])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu: NOTRUN -> [SKIP][48] ([i915#4525]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_capture@capture-invisible:
- shard-tglu-1: NOTRUN -> [SKIP][49] ([i915#6334]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][50] ([i915#11965]) +4 other tests fail
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][51] ([i915#11965]) +2 other tests fail
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#3539] / [i915#4852]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#3539]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#3539]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3281]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#3281]) +7 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc-read-noreloc:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#3281]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@gem_exec_reloc@basic-wc-read-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3281]) +13 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4537] / [i915#4812])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4812]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-glk: [PASS][61] -> [INCOMPLETE][62] ([i915#13196]) +1 other test incomplete
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-glk7/igt@gem_exec_suspend@basic-s3@smem.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk5/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4860])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-none.html
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4860])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4860]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_lmem_swapping@massive:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#4613]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@gem_lmem_swapping@massive.html
* igt@gem_lmem_swapping@parallel-random:
- shard-tglu-1: NOTRUN -> [SKIP][67] ([i915#4613])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@random-engines:
- shard-glk: NOTRUN -> [SKIP][68] ([i915#4613]) +6 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk3/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@smem-oom:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4613])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-8/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][70] ([i915#5493]) +1 other test timeout
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][71] ([i915#4613]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#284])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#284])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#4077]) +9 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@close-race:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4077]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-7/igt@gem_mmap_gtt@close-race.html
* igt@gem_mmap_wc@invalid-flags:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4083]) +8 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][77] ([i915#4083]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#3282]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#3282]) +5 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@exhaustion:
- shard-snb: NOTRUN -> [WARN][80] ([i915#2658])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb2/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][81] ([i915#2658])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@gem_pread@exhaustion.html
* igt@gem_pread@self:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#3282]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_pread@self.html
* igt@gem_pxp@create-regular-buffer:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#4270])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@gem_pxp@create-regular-buffer.html
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#4270])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#4270]) +6 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: NOTRUN -> [TIMEOUT][86] ([i915#12917] / [i915#12964])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-tglu: [PASS][87] -> [SKIP][88] ([i915#4270]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-tglu-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#4270]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_readwrite@read-write:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#3282]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@gem_readwrite@read-write.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#5190] / [i915#8428]) +9 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8428]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4079]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#8411])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_tiled_pread_pwrite:
- shard-dg1: NOTRUN -> [SKIP][95] ([i915#4079])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#4879])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#3297]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#3282] / [i915#3297])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#3281] / [i915#3297])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#3297]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#3297]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen7_exec_parse@bitmasks:
- shard-dg2: NOTRUN -> [SKIP][102] +22 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#2527]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-secure:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#2527] / [i915#2856]) +5 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-param:
- shard-tglu-1: NOTRUN -> [SKIP][105] ([i915#2527] / [i915#2856])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#2527]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#2856]) +4 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@gen9_exec_parse@unaligned-access.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#2856]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-6/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_hangman@detector@vcs0:
- shard-mtlp: [PASS][109] -> [ABORT][110] ([i915#13193]) +1 other test abort
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@i915_hangman@detector@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: NOTRUN -> [ABORT][111] ([i915#9820])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][112] -> [ABORT][113] ([i915#10131])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu: NOTRUN -> [SKIP][114] ([i915#6412])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-7/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#8399])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu-1: NOTRUN -> [WARN][116] ([i915#2681]) +1 other test warn
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
- shard-dg1: [PASS][117] -> [FAIL][118] ([i915#3591]) +1 other test fail
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][119] ([i915#12797]) +1 other test incomplete
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk8/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#11681] / [i915#6621])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#11681] / [i915#6621])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#11681])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@i915_pm_rps@thresholds-park.html
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#11681])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-2/igt@i915_pm_rps@thresholds-park.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu: NOTRUN -> [SKIP][124] ([i915#5723])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@mock:
- shard-glk: NOTRUN -> [DMESG-WARN][125] ([i915#9311]) +1 other test dmesg-warn
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk1/igt@i915_selftest@mock.html
* igt@i915_selftest@mock@memory_region:
- shard-dg2: NOTRUN -> [DMESG-WARN][126] ([i915#9311]) +1 other test dmesg-warn
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@i915_selftest@mock@memory_region.html
- shard-tglu: NOTRUN -> [DMESG-WARN][127] ([i915#9311])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@i915_selftest@mock@memory_region.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-dg1: [PASS][128] -> [DMESG-WARN][129] ([i915#4391] / [i915#4423])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg1-14/igt@i915_suspend@basic-s2idle-without-i915.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][130] ([i915#4817])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk3/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#5190])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#5190])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#4212]) +1 other test skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@kms_addfb_basic@basic-x-tiled-legacy.html
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#4212])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#12454] / [i915#12712])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#8709]) +3 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [INCOMPLETE][137] ([i915#13287])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][138] ([i915#1769]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/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][139] ([i915#1769] / [i915#3555])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#1769] / [i915#3555])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][141] ([i915#1769])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#1769] / [i915#3555])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-mtlp: [PASS][143] -> [FAIL][144] ([i915#11808] / [i915#5956]) +1 other test fail
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [DMESG-WARN][145] ([i915#12964]) +4 other tests dmesg-warn
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-b-hdmi-a-2.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#5286]) +8 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#4538] / [i915#5286]) +2 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#5286])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#5286]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#5286]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][151] +5 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-7/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#3638])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#4538] / [i915#5190]) +13 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#4538]) +5 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][155] +14 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#10307] / [i915#6095]) +181 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#12805])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#6095]) +162 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#6095]) +12 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [PASS][161] -> [INCOMPLETE][162] ([i915#12796])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-glk2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk7/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#6095]) +89 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#6095]) +9 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#12313])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#6095]) +39 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#12313]) +2 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#12313]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#6095]) +81 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#3742])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-tglu-1: NOTRUN -> [SKIP][171] +35 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#7828]) +11 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-tglu-1: NOTRUN -> [SKIP][173] ([i915#7828]) +3 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#7828]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#7828]) +5 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm:
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#7828]) +9 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@kms_chamelium_hpd@hdmi-hpd-storm.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#7828]) +7 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_color@deep-color:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#9979])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic:
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#7116] / [i915#9424]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#3299])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#3116] / [i915#3299])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#7118] / [i915#9424]) +2 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@kms_content_protection@uevent.html
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#7118] / [i915#9424])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_content_protection@uevent.html
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#13049])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#13049])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#13049])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#8814])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-6/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#3555]) +3 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#13049])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][191] -> [DMESG-FAIL][192] ([i915#12964]) +2 other tests dmesg-fail
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-1/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-2.html
* igt@kms_cursor_edge_walk@128x128-top-edge:
- shard-rkl: [PASS][193] -> [DMESG-WARN][194] ([i915#12964]) +42 other tests dmesg-warn
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-6/igt@kms_cursor_edge_walk@128x128-top-edge.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_cursor_edge_walk@128x128-top-edge.html
* igt@kms_cursor_edge_walk@64x64-top-edge@pipe-b-hdmi-a-2:
- shard-rkl: [PASS][195] -> [DMESG-WARN][196] ([i915#12917] / [i915#12964]) +5 other tests dmesg-warn
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-3/igt@kms_cursor_edge_walk@64x64-top-edge@pipe-b-hdmi-a-2.html
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@kms_cursor_edge_walk@64x64-top-edge@pipe-b-hdmi-a-2.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#4103])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-tglu: NOTRUN -> [SKIP][198] ([i915#4103])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#4103] / [i915#4213])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#9809]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#13046] / [i915#5354]) +4 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: NOTRUN -> [FAIL][202] ([i915#2346])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#8588])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#3555]) +5 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: [PASS][205] -> [SKIP][206] ([i915#3555])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#1257])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@kms_dp_aux_dev.html
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#1257])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@kms_dp_aux_dev.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#12402])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#3840])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#3840])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-tglu-1: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#3840]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#3840])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#3840])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#3840]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@kms_dsc@dsc-with-output-formats.html
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#3840])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#3840])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#1839]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#658])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#3637]) +10 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#3637]) +4 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-8/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#9934]) +3 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][223] ([i915#4839])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk2/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#9934]) +8 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][225] ([i915#3637])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-snb: [PASS][226] -> [FAIL][227] ([i915#11989]) +1 other test fail
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-snb1/igt@kms_flip@2x-plain-flip-ts-check.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb2/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#9934]) +2 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-snb: NOTRUN -> [FAIL][229] ([i915#11989]) +1 other test fail
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb5/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][230] ([i915#8381])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-rkl: [PASS][231] -> [INCOMPLETE][232] ([i915#6113])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-1/igt@kms_flip@flip-vs-suspend.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_flip@flip-vs-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][233] ([i915#12745] / [i915#4839]) +1 other test incomplete
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][234] ([i915#12745])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check:
- shard-dg2: NOTRUN -> [FAIL][235] ([i915#11989]) +3 other tests fail
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#2672] / [i915#3555]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/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][237] ([i915#2672]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][238] ([i915#2672] / [i915#3555]) +4 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#2672] / [i915#3555]) +2 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#2672] / [i915#8813]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#2672]) +3 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#2587] / [i915#2672]) +4 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#2672] / [i915#3555]) +3 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][245] ([i915#2672] / [i915#3555]) +2 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#2587] / [i915#2672]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#2587] / [i915#2672]) +5 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#2672] / [i915#3555] / [i915#5190])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#2672] / [i915#3555] / [i915#8813]) +3 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#5274])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-dg2: [PASS][251] -> [FAIL][252] ([i915#6880])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#5354]) +37 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][254] ([i915#8708]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-snb: [PASS][255] -> [SKIP][256] +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#8708]) +14 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][258] ([i915#10056])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk4/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#10055])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#10433] / [i915#3458]) +1 other test skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][261] ([i915#3023]) +14 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#8708]) +25 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][263] +28 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#1825]) +11 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#5439])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu:
- shard-snb: NOTRUN -> [SKIP][266] +403 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-tglu: NOTRUN -> [SKIP][267] +117 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][268] ([i915#1825]) +19 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][269] ([i915#3458]) +21 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#3458]) +14 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#3555] / [i915#8228])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@invalid-hdr:
- shard-tglu-1: NOTRUN -> [SKIP][272] ([i915#3555] / [i915#8228])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#3555] / [i915#8228])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8228])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-swap:
- shard-tglu: NOTRUN -> [SKIP][275] ([i915#3555] / [i915#8228]) +1 other test skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2: [PASS][276] -> [SKIP][277] ([i915#3555] / [i915#8228]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@kms_hdr@static-toggle-dpms.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][278] ([i915#12394])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#10656])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][280] ([i915#10656])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#10656])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-8/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][282] ([i915#12388])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][283] ([i915#10656]) +3 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#12394])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-tglu: NOTRUN -> [SKIP][285] ([i915#12394])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#1839])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][287] ([i915#6301])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_panel_fitting@legacy.html
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#6301])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk: NOTRUN -> [FAIL][289] ([i915#12178])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][290] ([i915#7862]) +1 other test fail
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk: NOTRUN -> [FAIL][291] ([i915#12177])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][292] ([i915#12169])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][293] ([i915#10647]) +3 other tests fail
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][294] ([i915#8806])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][295] ([i915#13046] / [i915#5354] / [i915#9423])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][296] ([i915#6953] / [i915#9423])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg1: NOTRUN -> [SKIP][297] ([i915#6953])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-17/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][298] ([i915#12247]) +9 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][299] ([i915#12247]) +13 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-tglu-1: NOTRUN -> [SKIP][300] ([i915#12247] / [i915#6953])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75:
- shard-mtlp: NOTRUN -> [SKIP][301] ([i915#12247] / [i915#3555] / [i915#6953])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#12247]) +3 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-b.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#12247] / [i915#6953] / [i915#9423])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
- shard-dg1: NOTRUN -> [SKIP][304] ([i915#12247] / [i915#6953])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#12247]) +3 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html
- shard-dg1: NOTRUN -> [SKIP][306] ([i915#12247]) +8 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][307] ([i915#12343])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-tglu: NOTRUN -> [SKIP][308] ([i915#12343])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-5/igt@kms_pm_backlight@brightness-with-dpms.html
- shard-dg2: NOTRUN -> [SKIP][309] ([i915#12343])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade:
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#5354])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][311] ([i915#9812])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu: NOTRUN -> [SKIP][312] ([i915#9685])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#9685])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_pm_dc@dc6-psr.html
- shard-dg1: NOTRUN -> [SKIP][314] ([i915#9685])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-tglu: NOTRUN -> [SKIP][315] ([i915#3828])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#8430])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-13/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#8430])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-rkl: [PASS][318] -> [SKIP][319] ([i915#12916])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-4/igt@kms_pm_rpm@cursor-dpms.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][320] ([i915#9519])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][321] ([i915#9519])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@fences:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#4077]) +6 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_pm_rpm@fences.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][323] -> [SKIP][324] ([i915#9519])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: [PASS][325] -> [INCOMPLETE][326] ([i915#10553])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-glk6/igt@kms_pm_rpm@system-suspend-modeset.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk2/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][327] ([i915#9808]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][328] ([i915#11520]) +12 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][329] ([i915#11520]) +3 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#11520]) +13 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf:
- shard-mtlp: NOTRUN -> [SKIP][331] ([i915#12316]) +4 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][332] ([i915#11520]) +11 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
- shard-dg1: NOTRUN -> [SKIP][333] ([i915#11520]) +7 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-snb: NOTRUN -> [SKIP][334] ([i915#11520]) +6 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
- shard-tglu-1: NOTRUN -> [SKIP][335] ([i915#11520]) +3 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg1: NOTRUN -> [SKIP][336] ([i915#9683])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-12/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-rkl: NOTRUN -> [SKIP][337] ([i915#9683])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-mtlp: NOTRUN -> [SKIP][338] ([i915#9688]) +6 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@psr-sprite-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][339] ([i915#9732]) +9 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_psr@psr-sprite-mmap-cpu.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#9732]) +27 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr@psr2-dpms@edp-1:
- shard-mtlp: [PASS][341] -> [FAIL][342] ([i915#10105])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-2/igt@kms_psr@psr2-dpms@edp-1.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_psr@psr2-dpms@edp-1.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][343] ([i915#1072] / [i915#9732]) +25 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#1072] / [i915#9732]) +11 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-3/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][345] ([i915#1072] / [i915#9732]) +16 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-glk: NOTRUN -> [SKIP][346] +462 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk4/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2: NOTRUN -> [SKIP][347] ([i915#12755])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][348] ([i915#4235])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][349] ([i915#5289])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#5289]) +3 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][351] ([i915#12755] / [i915#5190])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-tglu: NOTRUN -> [SKIP][352] ([i915#3555]) +4 other tests skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_selftest@drm_framebuffer:
- shard-dg1: NOTRUN -> [ABORT][353] ([i915#13179]) +1 other test abort
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html
- shard-snb: NOTRUN -> [ABORT][354] ([i915#13179]) +1 other test abort
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb2/igt@kms_selftest@drm_framebuffer.html
- shard-tglu: NOTRUN -> [ABORT][355] ([i915#13179]) +1 other test abort
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-4/igt@kms_selftest@drm_framebuffer.html
- shard-mtlp: NOTRUN -> [ABORT][356] ([i915#13179]) +1 other test abort
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][357] ([i915#3555]) +2 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-2/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk: NOTRUN -> [FAIL][358] ([i915#10959])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [PASS][359] -> [INCOMPLETE][360] ([i915#12276])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-glk3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [DMESG-FAIL][361] ([i915#12964])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@negative-basic:
- shard-tglu: NOTRUN -> [SKIP][362] ([i915#3555] / [i915#9906])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-tglu: NOTRUN -> [SKIP][363] ([i915#9906]) +1 other test skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-dg2: NOTRUN -> [SKIP][364] ([i915#9906])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][365] ([i915#2437] / [i915#9412])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
- shard-dg1: NOTRUN -> [SKIP][366] ([i915#2437] / [i915#9412])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-tglu-1: NOTRUN -> [SKIP][367] ([i915#2437])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-1/igt@kms_writeback@writeback-invalid-parameters.html
- shard-glk: NOTRUN -> [SKIP][368] ([i915#2437])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-glk6/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-mtlp: NOTRUN -> [SKIP][369] ([i915#2437] / [i915#9412])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html
- shard-rkl: NOTRUN -> [SKIP][370] ([i915#2437] / [i915#9412])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg2: NOTRUN -> [SKIP][371] ([i915#8516])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@perf_pmu@rc6@other-idle-gt0.html
- shard-tglu: NOTRUN -> [SKIP][372] ([i915#8516])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-10/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][373] ([i915#3291] / [i915#3708])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@prime_vgem@basic-write.html
* igt@prime_vgem@coherency-gtt:
- shard-dg1: NOTRUN -> [SKIP][374] ([i915#3708] / [i915#4077])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-14/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-mtlp: NOTRUN -> [SKIP][375] ([i915#3708])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@prime_vgem@fence-flip-hang.html
- shard-dg2: NOTRUN -> [SKIP][376] ([i915#3708])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@prime_vgem@fence-flip-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg2: NOTRUN -> [SKIP][377] ([i915#9917]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-rkl: NOTRUN -> [SKIP][378] ([i915#9917])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-rkl-7/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1:
- shard-tglu: NOTRUN -> [FAIL][379] ([i915#12910]) +18 other tests fail
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html
* igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4:
- shard-mtlp: NOTRUN -> [FAIL][380] ([i915#12910]) +8 other tests fail
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][381] ([i915#7297]) -> [PASS][382] +1 other test pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-7/igt@gem_ccs@suspend-resume.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@gem_ccs@suspend-resume.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-mtlp: [INCOMPLETE][383] ([i915#13301]) -> [PASS][384] +1 other test pass
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-8/igt@gem_ctx_isolation@preservation-s3@rcs0.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [INCOMPLETE][385] ([i915#11441] / [i915#13304]) -> [PASS][386] +1 other test pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [ABORT][387] ([i915#10729]) -> [PASS][388] +1 other test pass
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-8/igt@gem_mmap_offset@clear-via-pagefault.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-5/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_pxp@create-valid-protected-context:
- shard-tglu: [SKIP][389] ([i915#4270]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-tglu-9/igt@gem_pxp@create-valid-protected-context.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-9/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_workarounds@suspend-resume-context:
- shard-dg2: [INCOMPLETE][391] -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-11/igt@gem_workarounds@suspend-resume-context.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_module_load@load:
- shard-dg2: ([PASS][393], [PASS][394], [PASS][395], [PASS][396], [PASS][397], [PASS][398], [PASS][399], [PASS][400], [PASS][401], [PASS][402], [PASS][403], [FAIL][404], [PASS][405], [PASS][406], [PASS][407], [PASS][408], [PASS][409], [PASS][410], [PASS][411], [PASS][412], [PASS][413], [PASS][414]) ([i915#13138]) -> ([PASS][415], [PASS][416], [PASS][417], [PASS][418], [PASS][419], [PASS][420], [PASS][421], [PASS][422], [PASS][423], [PASS][424], [PASS][425], [PASS][426], [PASS][427], [PASS][428], [PASS][429], [PASS][430], [PASS][431], [PASS][432], [PASS][433], [PASS][434], [PASS][435], [PASS][436])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-4/igt@i915_module_load@load.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-11/igt@i915_module_load@load.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-8/igt@i915_module_load@load.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-5/igt@i915_module_load@load.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-8/igt@i915_module_load@load.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-3/igt@i915_module_load@load.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-11/igt@i915_module_load@load.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-1/igt@i915_module_load@load.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@i915_module_load@load.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-1/igt@i915_module_load@load.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-4/igt@i915_module_load@load.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-11/igt@i915_module_load@load.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-3/igt@i915_module_load@load.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-7/igt@i915_module_load@load.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-2/igt@i915_module_load@load.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-1/igt@i915_module_load@load.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@i915_module_load@load.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-10/igt@i915_module_load@load.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-5/igt@i915_module_load@load.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-3/igt@i915_module_load@load.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-2/igt@i915_module_load@load.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-6/igt@i915_module_load@load.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@i915_module_load@load.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@i915_module_load@load.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@i915_module_load@load.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@i915_module_load@load.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@i915_module_load@load.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@i915_module_load@load.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@i915_module_load@load.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@i915_module_load@load.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-5/igt@i915_module_load@load.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-11/igt@i915_module_load@load.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-3/igt@i915_module_load@load.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@i915_module_load@load.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@i915_module_load@load.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@i915_module_load@load.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@i915_module_load@load.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-6/igt@i915_module_load@load.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@i915_module_load@load.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-1/igt@i915_module_load@load.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-4/igt@i915_module_load@load.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-2/igt@i915_module_load@load.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-7/igt@i915_module_load@load.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-10/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][437] ([i915#12817] / [i915#9820]) -> [PASS][438]
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-tglu-7/igt@i915_module_load@reload-with-fault-injection.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pipe_stress@stress-xrgb8888-untiled:
- shard-mtlp: [DMESG-WARN][439] ([i915#1982]) -> [PASS][440]
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-7/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-2/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
* igt@i915_pm_rps@reset:
- shard-dg2: [FAIL][441] -> [PASS][442]
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg2-3/igt@i915_pm_rps@reset.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg2-8/igt@i915_pm_rps@reset.html
- shard-dg1: [FAIL][443] -> [PASS][444]
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-dg1-18/igt@i915_pm_rps@reset.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-dg1-18/igt@i915_pm_rps@reset.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [ABORT][445] ([i915#12061]) -> [PASS][446] +1 other test pass
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-mtlp-5/igt@i915_selftest@live@workarounds.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-mtlp-4/igt@i915_selftest@live@workarounds.html
* igt@i915_selftest@mock@sanitycheck:
- shard-tglu: [ABORT][447] ([i915#13010]) -> [PASS][448] +2 other tests pass
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-tglu-8/igt@i915_selftest@mock@sanitycheck.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-tglu-2/igt@i915_selftest@mock@sanitycheck.html
* igt@kms_async_flips@crc:
- shard-snb: [INCOMPLETE][449] ([i915#13287] / [i915#9878]) -> [PASS][450]
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-snb4/igt@kms_async_flips@crc.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb1/igt@kms_async_flips@crc.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-1:
- shard-snb: [INCOMPLETE][451] ([i915#13287]) -> [PASS][452]
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15839/shard-snb4/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/shard-snb1/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-at
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12313/index.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
` (3 preceding siblings ...)
2024-12-14 0:58 ` ✗ i915.CI.Full: failure " Patchwork
@ 2024-12-14 6:39 ` Patchwork
2024-12-16 5:57 ` [i-g-t] " Joshi, Kunal1
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-12-14 6:39 UTC (permalink / raw)
To: Pranay Samala; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 88771 bytes --]
== Series Details ==
Series: tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
URL : https://patchwork.freedesktop.org/series/142542/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8156_full -> XEIGTPW_12313_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12313_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12313_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_12313_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp4:
- shard-dg2-set2: [PASS][1] -> [FAIL][2] +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-435/igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp4.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp4.html
* igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-rebind:
- shard-lnl: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-6/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-rebind.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-2/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue-userptr-rebind.html
* igt@xe_vm@unbind-all-2-vmas:
- shard-bmg: [PASS][5] -> [DMESG-WARN][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@xe_vm@unbind-all-2-vmas.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_vm@unbind-all-2-vmas.html
#### Warnings ####
* igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init:
- shard-bmg: [DMESG-WARN][7] ([Intel XE#3468]) -> [DMESG-WARN][8]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html
* igt@xe_module_load@reload:
- shard-dg2-set2: [DMESG-WARN][9] ([Intel XE#3467]) -> [ABORT][10]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-435/igt@xe_module_load@reload.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@xe_module_load@reload.html
Known issues
------------
Here are the changes found in XEIGTPW_12313_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#2550]) +23 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html
* igt@kms_atomic_interruptible@legacy-dpms:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][12] ([Intel XE#1727]) +3 other tests dmesg-warn
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_atomic_interruptible@legacy-dpms.html
* igt@kms_atomic_transition@modeset-transition-nonblocking:
- shard-dg2-set2: [PASS][13] -> [INCOMPLETE][14] ([Intel XE#1727]) +8 other tests incomplete
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_atomic_transition@modeset-transition-nonblocking.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_atomic_transition@modeset-transition-nonblocking.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-bmg: [PASS][15] -> [DMESG-FAIL][16] ([Intel XE#1727] / [Intel XE#3468])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1467])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-5/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#610])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#610])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1124])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#2191])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#367])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2887]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#787]) +34 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#455] / [Intel XE#787]) +9 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#2887]) +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-1/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][30] -> [INCOMPLETE][31] ([Intel XE#1727] / [Intel XE#3113])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#1152]) +3 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#373]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#373]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2252]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][36] ([Intel XE#1178])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_content_protection@atomic@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: NOTRUN -> [FAIL][37] ([Intel XE#1178])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [INCOMPLETE][38] ([Intel XE#2715]) +1 other test incomplete
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][39] ([Intel XE#3304])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2341])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#3278])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-1/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-random-64x64:
- shard-bmg: [PASS][42] -> [DMESG-FAIL][43] ([Intel XE#3468]) +20 other tests dmesg-fail
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_cursor_crc@cursor-random-64x64.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_cursor_crc@cursor-random-64x64.html
* igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [DMESG-FAIL][44] ([Intel XE#3468]) +1 other test dmesg-fail
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_cursor_edge_walk@128x128-right-edge@pipe-a-dp-2.html
* igt@kms_cursor_edge_walk@128x128-right-edge@pipe-d-dp-2:
- shard-bmg: NOTRUN -> [DMESG-WARN][45] ([Intel XE#3468]) +7 other tests dmesg-warn
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_cursor_edge_walk@128x128-right-edge@pipe-d-dp-2.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#323])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-bmg: [PASS][47] -> [SKIP][48] ([Intel XE#2291]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#309])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-bmg: [PASS][50] -> [DMESG-FAIL][51] ([Intel XE#2705] / [Intel XE#3468]) +2 other tests dmesg-fail
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_draw_crc@draw-method-blt@rgb565-4tiled:
- shard-bmg: [PASS][52] -> [INCOMPLETE][53] ([Intel XE#1727] / [Intel XE#3468]) +6 other tests incomplete
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_draw_crc@draw-method-blt@rgb565-4tiled.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_draw_crc@draw-method-blt@rgb565-4tiled.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1421])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][55] ([Intel XE#1727] / [Intel XE#3468]) +4 other tests dmesg-fail
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-dg2-set2: [PASS][56] -> [DMESG-WARN][57] ([Intel XE#1727] / [Intel XE#2955])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#2316]) +7 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_flip@2x-plain-flip-interruptible.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [PASS][60] -> [FAIL][61] ([Intel XE#2882]) +3 other tests fail
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2:
- shard-bmg: NOTRUN -> [FAIL][62] ([Intel XE#3321])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@a-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][63] ([Intel XE#3321])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
- shard-dg2-set2: NOTRUN -> [FAIL][64] ([Intel XE#301]) +4 other tests fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
* igt@kms_flip@flip-vs-expired-vblank@c-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][65] ([Intel XE#301] / [Intel XE#3321]) +2 other tests fail
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling:
- shard-dg2-set2: [PASS][66] -> [INCOMPLETE][67] ([Intel XE#1727] / [Intel XE#3468]) +1 other test incomplete
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode:
- shard-bmg: [PASS][68] -> [INCOMPLETE][69] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3468]) +1 other test incomplete
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#455]) +11 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/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:
- shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2293] / [Intel XE#2380])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2293])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2-set2: NOTRUN -> [SKIP][73] ([i915#5274])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2312]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#2311]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-tiling-linear:
- shard-bmg: NOTRUN -> [FAIL][76] ([Intel XE#2333]) +1 other test fail
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#651]) +17 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#651])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-slowdraw:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#653]) +11 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#656]) +5 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2313]) +7 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#2927])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_plane@pixel-format-source-clamping:
- shard-bmg: [PASS][83] -> [INCOMPLETE][84] ([Intel XE#1035] / [Intel XE#2566] / [Intel XE#3468])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_plane@pixel-format-source-clamping.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_plane@pixel-format-source-clamping.html
* igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant:
- shard-dg2-set2: [PASS][85] -> [DMESG-WARN][86] ([Intel XE#1727]) +22 other tests dmesg-warn
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant.html
* igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-a-dp-2:
- shard-bmg: [PASS][87] -> [DMESG-WARN][88] ([Intel XE#1727]) +4 other tests dmesg-warn
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-a-dp-2.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-a-dp-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#2763]) +3 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format:
- shard-bmg: [PASS][90] -> [DMESG-WARN][91] ([Intel XE#877]) +2 other tests dmesg-warn
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
- shard-bmg: [PASS][92] -> [DMESG-WARN][93] ([Intel XE#2566] / [Intel XE#3468]) +1 other test dmesg-warn
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
* igt@kms_plane_scaling@planes-scaler-unity-scaling:
- shard-bmg: [PASS][94] -> [DMESG-WARN][95] ([Intel XE#2566] / [Intel XE#877])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2763]) +4 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#1122])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#736])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-7/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [PASS][99] -> [FAIL][100] ([Intel XE#718])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#1430])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- shard-bmg: [PASS][103] -> [DMESG-WARN][104] ([Intel XE#1727] / [Intel XE#3468]) +3 other tests dmesg-warn
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_pm_rpm@basic-pci-d3-state.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_pm_rpm@basic-pci-d3-state.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-dg2-set2: [PASS][106] -> [DMESG-FAIL][107] ([Intel XE#3468])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_pm_rpm@drm-resources-equal.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@legacy-planes-dpms@plane-41:
- shard-dg2-set2: [PASS][108] -> [DMESG-WARN][109] ([Intel XE#1727] / [Intel XE#3468]) +5 other tests dmesg-warn
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_pm_rpm@legacy-planes-dpms@plane-41.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_pm_rpm@legacy-planes-dpms@plane-41.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2-set2: [PASS][110] -> [ABORT][111] ([Intel XE#3468])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@kms_pm_rpm@system-suspend-modeset.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_pm_rpm@universal-planes-dpms:
- shard-dg2-set2: [PASS][112] -> [DMESG-WARN][113] ([Intel XE#1727] / [Intel XE#2042] / [Intel XE#3468])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_pm_rpm@universal-planes-dpms.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_pm_rpm@universal-planes-dpms.html
* igt@kms_pm_rpm@universal-planes-dpms@plane-41:
- shard-dg2-set2: [PASS][114] -> [DMESG-WARN][115] ([Intel XE#3468]) +16 other tests dmesg-warn
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_pm_rpm@universal-planes-dpms@plane-41.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_pm_rpm@universal-planes-dpms@plane-41.html
* igt@kms_properties@crtc-properties-legacy@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [INCOMPLETE][116] ([Intel XE#1727] / [Intel XE#3468])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_properties@crtc-properties-legacy@pipe-a-dp-2.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#2893])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#1489]) +4 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#1489]) +3 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#2850] / [Intel XE#929]) +11 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#2939])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#1127])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#3414])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-4/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [PASS][125] -> [SKIP][126] ([Intel XE#1435])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vblank@crtc-id@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][127] ([Intel XE#1727]) +1 other test incomplete
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_vblank@crtc-id@pipe-a-hdmi-a-6.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][128] -> [FAIL][129] ([Intel XE#2159]) +1 other test fail
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-7/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@flip-suspend:
- shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#1499])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_vrr@flip-suspend.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#756])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_writeback@writeback-check-output.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_eudebug@basic-vm-bind-ufence:
- shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#2905]) +3 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_eudebug@basic-vm-bind-ufence.html
* igt@xe_eudebug_online@debugger-reopen:
- shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#2905]) +9 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_eudebug_online@debugger-reopen.html
* igt@xe_evict@evict-beng-small:
- shard-lnl: NOTRUN -> [SKIP][135] ([Intel XE#688]) +2 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-4/igt@xe_evict@evict-beng-small.html
* igt@xe_evict@evict-beng-threads-large:
- shard-bmg: [PASS][136] -> [TIMEOUT][137] ([Intel XE#1473])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@xe_evict@evict-beng-threads-large.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-bmg: NOTRUN -> [FAIL][138] ([Intel XE#2364])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict@evict-small-cm:
- shard-bmg: [PASS][139] -> [DMESG-WARN][140] ([Intel XE#1473] / [Intel XE#3468]) +4 other tests dmesg-warn
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@xe_evict@evict-small-cm.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_evict@evict-small-cm.html
* igt@xe_evict@evict-small-external-cm:
- shard-dg2-set2: [PASS][141] -> [DMESG-WARN][142] ([Intel XE#1473] / [Intel XE#1727])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-436/igt@xe_evict@evict-small-external-cm.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_evict@evict-small-external-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind:
- shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#2322]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind:
- shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#1392])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#288]) +11 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#2905])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init:
- shard-bmg: [PASS][147] -> [DMESG-WARN][148] ([Intel XE#3343])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init:
- shard-bmg: [PASS][149] -> [DMESG-WARN][150] ([Intel XE#3467]) +1 other test dmesg-warn
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init:
- shard-bmg: [PASS][151] -> [DMESG-WARN][152] ([Intel XE#3343] / [Intel XE#3468])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html
* igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][153] ([Intel XE#3467]) +1 other test dmesg-warn
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html
* igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind:
- shard-dg2-set2: [PASS][154] -> [DMESG-WARN][155] ([Intel XE#3467]) +2 other tests dmesg-warn
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- shard-bmg: [PASS][156] -> [INCOMPLETE][157] ([Intel XE#2998]) +1 other test incomplete
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: NOTRUN -> [SKIP][158] ([Intel XE#512])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@xe_mmap@small-bar.html
* igt@xe_oa@buffer-fill@rcs-0:
- shard-bmg: [PASS][159] -> [DMESG-WARN][160] ([Intel XE#3468]) +84 other tests dmesg-warn
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@xe_oa@buffer-fill@rcs-0.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_oa@buffer-fill@rcs-0.html
* igt@xe_oa@enable-disable@rcs-0:
- shard-bmg: NOTRUN -> [DMESG-WARN][161] ([Intel XE#1727] / [Intel XE#3468])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@xe_oa@enable-disable@rcs-0.html
* igt@xe_oa@whitelisted-registers-userspace-config:
- shard-dg2-set2: NOTRUN -> [SKIP][162] ([Intel XE#2541] / [Intel XE#3573]) +5 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_oa@whitelisted-registers-userspace-config.html
* igt@xe_pm@d3cold-basic:
- shard-lnl: NOTRUN -> [SKIP][163] ([Intel XE#2284] / [Intel XE#366])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-2/igt@xe_pm@d3cold-basic.html
* igt@xe_pm@d3hot-basic-exec:
- shard-dg2-set2: [PASS][164] -> [ABORT][165] ([Intel XE#1358] / [Intel XE#3468])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-435/igt@xe_pm@d3hot-basic-exec.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_pm@d3hot-basic-exec.html
* igt@xe_pm@s2idle-basic-exec:
- shard-bmg: [PASS][166] -> [DMESG-WARN][167] ([Intel XE#1616] / [Intel XE#3468])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@xe_pm@s2idle-basic-exec.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_pm@s2idle-basic-exec.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][168] ([Intel XE#2284] / [Intel XE#366])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s3-basic:
- shard-bmg: [PASS][169] -> [DMESG-WARN][170] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@xe_pm@s3-basic.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_pm@s3-basic.html
* igt@xe_pm@s3-multiple-execs:
- shard-dg2-set2: [PASS][171] -> [DMESG-WARN][172] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) +3 other tests dmesg-warn
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@xe_pm@s3-multiple-execs.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_pm@s3-multiple-execs.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][173] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-basic:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][174] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-warn
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@xe_pm@s4-basic.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: [PASS][175] -> [ABORT][176] ([Intel XE#1358] / [Intel XE#1607])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-6/igt@xe_pm@s4-exec-after.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-2/igt@xe_pm@s4-exec-after.html
* igt@xe_pm@s4-mocs:
- shard-bmg: [PASS][177] -> [DMESG-WARN][178] ([Intel XE#1727] / [Intel XE#2280] / [Intel XE#3468])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@xe_pm@s4-mocs.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-dg2-set2: [PASS][179] -> [DMESG-WARN][180] ([Intel XE#1727] / [Intel XE#2280] / [Intel XE#3468]) +1 other test dmesg-warn
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@xe_pm@s4-vm-bind-userptr.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@xe_pm@s4-vm-bind-userptr.html
- shard-bmg: [PASS][181] -> [DMESG-WARN][182] ([Intel XE#2280] / [Intel XE#3468])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@xe_pm@s4-vm-bind-userptr.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_pm@s4-vm-bind-userptr.html
* igt@xe_pm_residency@gt-c6-freeze:
- shard-dg2-set2: [PASS][183] -> [DMESG-WARN][184] ([Intel XE#1727] / [Intel XE#3088] / [Intel XE#3468]) +1 other test dmesg-warn
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@xe_pm_residency@gt-c6-freeze.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@xe_pm_residency@gt-c6-freeze.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-bmg: NOTRUN -> [SKIP][185] ([Intel XE#944])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
- shard-dg2-set2: NOTRUN -> [SKIP][186] ([Intel XE#944])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- shard-bmg: [DMESG-WARN][187] ([Intel XE#3468] / [Intel XE#3783]) -> [PASS][188]
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@core_hotunplug@unbind-rebind.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@core_hotunplug@unbind-rebind.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: [FAIL][189] ([Intel XE#3719]) -> [PASS][190] +3 other tests pass
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][191] ([Intel XE#911]) -> [PASS][192] +3 other tests pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-lnl: [FAIL][193] ([Intel XE#1426]) -> [PASS][194] +1 other test pass
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-bmg: [DMESG-FAIL][195] ([Intel XE#3468] / [Intel XE#877]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-bmg: [DMESG-FAIL][197] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][198] +5 other tests pass
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [SKIP][199] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][200]
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][201] ([Intel XE#1727]) -> [PASS][202]
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][203] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][204]
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_cursor_legacy@cursora-vs-flipa-legacy:
- shard-dg2-set2: [INCOMPLETE][205] ([Intel XE#1727] / [Intel XE#3226]) -> [PASS][206]
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_cursor_legacy@cursora-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][207] ([Intel XE#877]) -> [PASS][208]
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [SKIP][209] ([Intel XE#2291]) -> [PASS][210] +3 other tests pass
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2-set2: [DMESG-WARN][211] ([Intel XE#1727]) -> [PASS][212] +9 other tests pass
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@torture-bo:
- shard-lnl: [INCOMPLETE][213] ([Intel XE#3226]) -> [PASS][214]
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-6/igt@kms_cursor_legacy@torture-bo.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-2/igt@kms_cursor_legacy@torture-bo.html
* igt@kms_cursor_legacy@torture-bo@pipe-c:
- shard-lnl: [INCOMPLETE][215] -> [PASS][216]
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-6/igt@kms_cursor_legacy@torture-bo@pipe-c.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-2/igt@kms_cursor_legacy@torture-bo@pipe-c.html
* igt@kms_flip@2x-blocking-wf_vblank@ab-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][217] -> [PASS][218] +1 other test pass
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_flip@2x-blocking-wf_vblank@ab-hdmi-a6-dp4.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@kms_flip@2x-blocking-wf_vblank@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3:
- shard-bmg: [FAIL][219] ([Intel XE#2882]) -> [PASS][220] +3 other tests pass
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_flip@2x-blocking-wf_vblank@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-bmg: [INCOMPLETE][221] ([Intel XE#2635]) -> [PASS][222]
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_flip@2x-dpms-vs-vblank-race.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-dpms-vs-vblank-race@cd-dp2-hdmi-a3:
- shard-bmg: [INCOMPLETE][223] ([Intel XE#2635] / [Intel XE#3468]) -> [PASS][224]
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_flip@2x-dpms-vs-vblank-race@cd-dp2-hdmi-a3.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_flip@2x-dpms-vs-vblank-race@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-bmg: [SKIP][225] ([Intel XE#2316]) -> [PASS][226] +3 other tests pass
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][227] ([Intel XE#301]) -> [PASS][228] +2 other tests pass
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3:
- shard-bmg: [DMESG-WARN][229] ([Intel XE#3468]) -> [PASS][230] +131 other tests pass
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1:
- shard-lnl: [FAIL][231] ([Intel XE#886]) -> [PASS][232] +1 other test pass
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-8/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-6/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp2:
- shard-bmg: [FAIL][233] ([Intel XE#3321]) -> [PASS][234] +1 other test pass
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode:
- shard-bmg: [INCOMPLETE][235] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][236] +4 other tests pass
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-3-x-to-4:
- shard-bmg: [DMESG-WARN][237] -> [PASS][238]
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-3-x-to-4.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_flip_tiling@flip-change-tiling@pipe-b-hdmi-a-3-x-to-4.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-dg2-set2: [INCOMPLETE][239] ([Intel XE#1035] / [Intel XE#1727] / [Intel XE#3468]) -> [PASS][240] +1 other test pass
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_plane@plane-panning-bottom-right-suspend.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-436/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-bmg: [SKIP][241] ([Intel XE#2571]) -> [PASS][242]
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-a:
- shard-bmg: [DMESG-WARN][243] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][244]
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-a.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-a.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [FAIL][245] ([Intel XE#1430]) -> [PASS][246]
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@basic-rte:
- shard-bmg: [DMESG-WARN][247] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][248] +4 other tests pass
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_pm_rpm@basic-rte.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@kms_pm_rpm@basic-rte.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-dg2-set2: [ABORT][249] ([Intel XE#3468]) -> [PASS][250]
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@kms_pm_rpm@dpms-non-lpsp.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_vblank@query-busy:
- shard-bmg: [DMESG-FAIL][251] ([Intel XE#3468]) -> [PASS][252] +19 other tests pass
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_vblank@query-busy.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_vblank@query-busy.html
* igt@xe_ccs@suspend-resume:
- shard-bmg: [INCOMPLETE][253] ([Intel XE#1727] / [Intel XE#2771] / [Intel XE#3468]) -> [PASS][254]
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_ccs@suspend-resume.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_ccs@suspend-resume.html
* igt@xe_ccs@suspend-resume@linear-compressed-compfmt0-system-vram01:
- shard-dg2-set2: [DMESG-WARN][255] ([Intel XE#3468]) -> [PASS][256] +4 other tests pass
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@xe_ccs@suspend-resume@linear-compressed-compfmt0-system-vram01.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@xe_ccs@suspend-resume@linear-compressed-compfmt0-system-vram01.html
* igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01:
- shard-dg2-set2: [DMESG-FAIL][257] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][258] +7 other tests pass
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@xe_ccs@suspend-resume@tile64-compressed-compfmt0-vram01-vram01.html
* igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01:
- shard-bmg: [INCOMPLETE][259] ([Intel XE#2771]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01.html
* igt@xe_exec_balancer@twice-parallel-userptr-invalidate:
- shard-dg2-set2: [DMESG-FAIL][261] -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@xe_exec_balancer@twice-parallel-userptr-invalidate.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_exec_balancer@twice-parallel-userptr-invalidate.html
* igt@xe_exec_compute_mode@twice-userptr-free:
- shard-bmg: [DMESG-WARN][263] ([Intel XE#1727]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_exec_compute_mode@twice-userptr-free.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_exec_compute_mode@twice-userptr-free.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init:
- shard-bmg: [DMESG-WARN][265] ([Intel XE#3467] / [Intel XE#3468]) -> [PASS][266] +2 other tests pass
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html
* igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc:
- shard-dg2-set2: [DMESG-WARN][267] ([Intel XE#3467]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html
* igt@xe_module_load@unload:
- shard-bmg: [DMESG-WARN][269] ([Intel XE#3467]) -> [PASS][270] +2 other tests pass
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@xe_module_load@unload.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-4/igt@xe_module_load@unload.html
* igt@xe_pm@s2idle-exec-after:
- shard-dg2-set2: [DMESG-WARN][271] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][272] +8 other tests pass
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@xe_pm@s2idle-exec-after.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_pm@s2idle-exec-after.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [ABORT][273] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-lnl-8/igt@xe_pm@s4-multiple-execs.html
* igt@xe_vm@munmap-style-unbind-many-either-side-partial-hammer:
- shard-dg2-set2: [ABORT][275] -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial-hammer.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial-hammer.html
#### Warnings ####
* igt@kms_content_protection@atomic:
- shard-bmg: [SKIP][277] ([Intel XE#2341]) -> [FAIL][278] ([Intel XE#1178])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_content_protection@atomic.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
- shard-bmg: [INCOMPLETE][279] ([Intel XE#2715] / [Intel XE#3468]) -> [FAIL][280] ([Intel XE#1178]) +1 other test fail
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][281] ([Intel XE#1178]) -> [INCOMPLETE][282] ([Intel XE#2715] / [Intel XE#3468]) +1 other test incomplete
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_content_protection@legacy.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@uevent:
- shard-bmg: [FAIL][283] ([Intel XE#1188]) -> [SKIP][284] ([Intel XE#2341])
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_content_protection@uevent.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [DMESG-WARN][285] ([Intel XE#3468]) -> [DMESG-WARN][286] ([Intel XE#877])
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-bmg: [FAIL][287] ([Intel XE#2141]) -> [DMESG-FAIL][288] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-fail
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3:
- shard-bmg: [FAIL][289] ([Intel XE#2141]) -> [DMESG-FAIL][290] ([Intel XE#3468])
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: [FAIL][291] ([Intel XE#1695]) -> [DMESG-FAIL][292] ([Intel XE#3468])
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_fbcon_fbt@fbc.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-bmg: [DMESG-WARN][293] ([Intel XE#3468]) -> [SKIP][294] ([Intel XE#2316])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][295] ([Intel XE#2882]) -> [DMESG-FAIL][296] ([Intel XE#3468])
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3:
- shard-bmg: [FAIL][297] ([Intel XE#3321]) -> [DMESG-WARN][298] ([Intel XE#3468])
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-dp2-hdmi-a3:
- shard-bmg: [FAIL][299] ([Intel XE#3321]) -> [DMESG-FAIL][300] ([Intel XE#3468])
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-dp2-hdmi-a3.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-dg2-set2: [INCOMPLETE][301] ([Intel XE#2049] / [Intel XE#2597]) -> [DMESG-FAIL][302] ([Intel XE#1727] / [Intel XE#3468])
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: [INCOMPLETE][303] -> [DMESG-FAIL][304] ([Intel XE#3468])
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@flip-vs-suspend:
- shard-bmg: [DMESG-FAIL][305] ([Intel XE#1727] / [Intel XE#3468]) -> [INCOMPLETE][306] ([Intel XE#1727] / [Intel XE#2597] / [Intel XE#3468])
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@kms_flip@flip-vs-suspend.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][307] ([Intel XE#2311]) -> [SKIP][308] ([Intel XE#2312]) +11 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][309] ([Intel XE#2312]) -> [SKIP][310] ([Intel XE#2311]) +11 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-bmg: [FAIL][311] ([Intel XE#2333]) -> [DMESG-FAIL][312] ([Intel XE#3468]) +7 other tests dmesg-fail
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-bmg: [DMESG-FAIL][313] ([Intel XE#3468]) -> [FAIL][314] ([Intel XE#2333]) +7 other tests fail
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [DMESG-FAIL][315] ([Intel XE#3468]) -> [SKIP][316] ([Intel XE#2312]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [FAIL][317] ([Intel XE#2333]) -> [INCOMPLETE][318] ([Intel XE#1727] / [Intel XE#3468]) +1 other test incomplete
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [FAIL][319] ([Intel XE#2333]) -> [SKIP][320] ([Intel XE#2312]) +5 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-bmg: [SKIP][321] ([Intel XE#2312]) -> [FAIL][322] ([Intel XE#2333]) +5 other tests fail
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][323] ([Intel XE#2312]) -> [SKIP][324] ([Intel XE#2313]) +11 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][325] ([Intel XE#2313]) -> [SKIP][326] ([Intel XE#2312]) +16 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-bmg: [FAIL][327] ([Intel XE#2333]) -> [INCOMPLETE][328] ([Intel XE#1727] / [Intel XE#2050] / [Intel XE#3468])
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_pm_dc@dc9-dpms:
- shard-bmg: [DMESG-WARN][329] ([Intel XE#3468]) -> [DMESG-WARN][330] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-warn
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@kms_pm_dc@dc9-dpms.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-bmg: [DMESG-WARN][331] ([Intel XE#1727] / [Intel XE#3468]) -> [DMESG-WARN][332] ([Intel XE#3468])
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@kms_pm_rpm@modeset-non-lpsp.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [SKIP][333] ([Intel XE#362]) -> [FAIL][334] ([Intel XE#1729])
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: [INCOMPLETE][335] ([Intel XE#1473]) -> [FAIL][336] ([Intel XE#1000])
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_evict@evict-beng-mixed-many-threads-large.html
- shard-bmg: [INCOMPLETE][337] ([Intel XE#1473] / [Intel XE#3468]) -> [INCOMPLETE][338] ([Intel XE#1473])
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][339] ([Intel XE#1473] / [Intel XE#3468]) -> [TIMEOUT][340] ([Intel XE#1473] / [Intel XE#2472])
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-bmg: [INCOMPLETE][341] ([Intel XE#1473]) -> [TIMEOUT][342] ([Intel XE#1473] / [Intel XE#2472])
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-6/igt@xe_evict@evict-mixed-threads-large.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init:
- shard-bmg: [DMESG-WARN][343] ([Intel XE#3343]) -> [DMESG-WARN][344] ([Intel XE#3343] / [Intel XE#3468])
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html
* igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute:
- shard-bmg: [DMESG-WARN][345] ([Intel XE#3467]) -> [DMESG-WARN][346] ([Intel XE#3467] / [Intel XE#3468])
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html
* igt@xe_fault_injection@vm-create-fail-xe_pt_create:
- shard-bmg: [DMESG-WARN][347] ([Intel XE#3468]) -> [DMESG-WARN][348] ([Intel XE#3467] / [Intel XE#3468])
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-2/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [TIMEOUT][349] ([Intel XE#2961] / [Intel XE#2998]) -> [SKIP][350] ([Intel XE#1192])
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-433/igt@xe_live_ktest@xe_bo.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_eudebug:
- shard-dg2-set2: [SKIP][351] ([Intel XE#455]) -> [SKIP][352] ([Intel XE#1192])
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-434/igt@xe_live_ktest@xe_eudebug.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-435/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_pm@d3cold-mmap-system:
- shard-dg2-set2: [INCOMPLETE][353] ([Intel XE#1727]) -> [SKIP][354] ([Intel XE#2284] / [Intel XE#366])
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-436/igt@xe_pm@d3cold-mmap-system.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-bmg: [DMESG-WARN][355] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [DMESG-WARN][356] ([Intel XE#3468] / [Intel XE#569])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-7/igt@xe_pm@s3-vm-bind-unbind-all.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-6/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_pm@s4-d3hot-basic-exec:
- shard-dg2-set2: [DMESG-WARN][357] ([Intel XE#3468]) -> [DMESG-WARN][358] ([Intel XE#1727] / [Intel XE#3468]) +2 other tests dmesg-warn
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-dg2-435/igt@xe_pm@s4-d3hot-basic-exec.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-dg2-433/igt@xe_pm@s4-d3hot-basic-exec.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-bmg: [ABORT][359] ([Intel XE#3765]) -> [ABORT][360] ([Intel XE#3421])
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8156/shard-bmg-5/igt@xe_wedged@wedged-at-any-timeout.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/shard-bmg-2/igt@xe_wedged@wedged-at-any-timeout.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[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#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616
[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#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2042]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2042
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050
[Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[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#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
[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#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2771
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[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#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
[Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
[Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961
[Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3088]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3088
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3421
[Intel XE#3467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3467
[Intel XE#3468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3468
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[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#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3765]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3765
[Intel XE#3783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3783
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[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#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_8156 -> IGTPW_12313
IGTPW_12313: 85cf021d67c5f7d53662b08ff24901cb8ec8d768 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8156: edf352a96646c8d793f0c1eb11795112f9bde725 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2370-a752f9b5366a071e41f973b51842b6af5817f2a2: a752f9b5366a071e41f973b51842b6af5817f2a2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12313/index.html
[-- Attachment #2: Type: text/html, Size: 110517 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout.
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
` (4 preceding siblings ...)
2024-12-14 6:39 ` ✗ Xe.CI.Full: " Patchwork
@ 2024-12-16 5:57 ` Joshi, Kunal1
5 siblings, 0 replies; 7+ messages in thread
From: Joshi, Kunal1 @ 2024-12-16 5:57 UTC (permalink / raw)
To: Pranay Samala, igt-dev
Cc: karthik.b.s, sameer.lattannavar, Mark Yacoub, Mark Yacoub,
Louis Chauvet
On 13-12-2024 15:24, Pranay Samala wrote:
> This patch reduces the number of non-4K HDMI EDIDs to 25 when
> the extended flag is not used, as CI does not use this flag.
> DP EDID tests are not reduced due to existing limited EDIDs.
> The change ensures that only HDMI non-4K EDIDs are limited,
> improving test efficiency and avoiding CI timeouts.
>
> Cc: Mark Yacoub <markyacoub@chromium.org>
> Cc: Mark Yacoub <markyacoub@google.com>
> Cc: Louis Chauvet <louis.chauvet@bootlin.com>
>
> Signed-off-by: Pranay Samala <pranay.samala@intel.com>
Reviewed-by: Kunal Joshi <kunal1.joshi@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-16 5:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 9:54 [PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout Pranay Samala
2024-12-13 16:53 ` ✗ GitLab.Pipeline: warning for " Patchwork
2024-12-13 17:24 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-13 17:46 ` ✓ Xe.CI.BAT: " Patchwork
2024-12-14 0:58 ` ✗ i915.CI.Full: failure " Patchwork
2024-12-14 6:39 ` ✗ Xe.CI.Full: " Patchwork
2024-12-16 5:57 ` [i-g-t] " Joshi, Kunal1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox