* [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name
@ 2023-10-09 13:52 Swati Sharma
2023-10-09 16:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2) Patchwork
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Swati Sharma @ 2023-10-09 13:52 UTC (permalink / raw)
To: igt-dev
Remove pipe dependency in subtest name and give some
meaningful name to subtest.
v2: -use for_each_pipe_with_valid_output() since these tests
depends upon resolution
-drop pipe from data_t
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/kms_concurrent.c | 38 +++++++++-----------------------------
1 file changed, 9 insertions(+), 29 deletions(-)
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index d9cb197de..fd2c88fcc 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -30,24 +30,13 @@
* Description: Test atomic mode setting concurrently with multiple planes and
* screen resolution
*
- * SUBTEST: pipe-%s
+ * SUBTEST: multi-plane-atomic-resolution
* Description: Test atomic mode setting concurrently with multiple planes and
- * screen resolution on %arg[1].
+ * screen resolution.
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
* Test category: functionality test
- *
- * arg[1]:
- *
- * @A: pipe A
- * @B: pipe B
- * @C: pipe C
- * @D: pipe D
- * @E: pipe E
- * @F: pipe F
- * @G: pipe G
- * @H: pipe H
*/
IGT_TEST_DESCRIPTION("Test atomic mode setting concurrently with multiple planes and screen resolution");
@@ -341,20 +330,14 @@ run_test(data_t *data, enum pipe pipe, igt_output_t *output)
}
static void
-run_tests_for_pipe(data_t *data, enum pipe pipe)
+run_tests_for_pipe(data_t *data)
{
igt_output_t *output;
-
- igt_fixture {
- igt_require_pipe(&data->display, pipe);
- igt_require(data->display.pipes[pipe].n_planes > 0);
-
- igt_display_require_output(&data->display);
- }
+ enum pipe pipe;
igt_describe("Test atomic mode setting concurrently with multiple planes and screen "
"resolution.");
- igt_subtest_with_dynamic_f("pipe-%s", kmstest_pipe_name(pipe)) {
+ igt_subtest_with_dynamic("multi-plane-atomic-resolution") {
for_each_valid_output_on_pipe(&data->display, pipe, output) {
igt_display_reset(&data->display);
@@ -363,7 +346,8 @@ run_tests_for_pipe(data_t *data, enum pipe pipe)
continue;
igt_output_set_pipe(output, PIPE_NONE);
- igt_dynamic_f("%s", igt_output_name(output))
+ igt_require(data->display.pipes[pipe].n_planes > 0);
+ igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), igt_output_name(output))
run_test(data, pipe, output);
}
}
@@ -405,21 +389,17 @@ static data_t data;
igt_main_args("", long_options, help_str, opt_handler, NULL)
{
- enum pipe pipe;
-
igt_fixture {
data.drm_fd = drm_open_driver_master(DRIVER_ANY);
kmstest_set_vt_graphics_mode();
igt_display_require(&data.display, data.drm_fd);
igt_require(data.display.is_atomic);
+ igt_display_require_output(&data.display);
if (is_intel_device(data.drm_fd))
intel_allocator_multiprocess_start();
}
- for_each_pipe_static(pipe) {
- igt_subtest_group
- run_tests_for_pipe(&data, pipe);
- }
+ run_tests_for_pipe(&data);
igt_fixture {
if (is_intel_device(data.drm_fd))
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
@ 2023-10-09 16:21 ` Patchwork
2023-10-09 16:22 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-10-09 16:21 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5102 bytes --]
== Series Details ==
Series: tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
URL : https://patchwork.freedesktop.org/series/123865/
State : success
== Summary ==
CI Bug Log - changes from IGT_7522 -> IGTPW_9952
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
Participating hosts (37 -> 36)
------------------------------
Additional (1): fi-kbl-soraka
Missing (2): bat-dg2-8 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9952 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][3] ([i915#1886])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@kms_dsc@dsc-basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +9 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-kbl-soraka/igt@kms_dsc@dsc-basic.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1:
- bat-adlp-6: [PASS][5] -> [ABORT][6] ([i915#7977] / [i915#8668])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/bat-adlp-6/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-edp-1.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3@smem:
- bat-mtlp-8: [ABORT][7] ([i915#8213] / [i915#9262]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/bat-mtlp-8/igt@gem_exec_suspend@basic-s3@smem.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/bat-mtlp-8/igt@gem_exec_suspend@basic-s3@smem.html
* igt@kms_frontbuffer_tracking@basic:
- fi-bsw-nick: [FAIL][9] ([i915#9276]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][11] ([IGT#3]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359
[i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8981]: https://gitlab.freedesktop.org/drm/intel/issues/8981
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9276]: https://gitlab.freedesktop.org/drm/intel/issues/9276
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7522 -> IGTPW_9952
CI-20190529: 20190529
CI_DRM_13729: fe7c35e5be39964f7c0b83899b9d5d9355848544 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9952: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
IGT_7522: 334a1178a36a1327dc7fbba43ab16d1f3a7d887b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+igt@kms_concurrent@multi-plane-atomic-resolution
+igt@kms_selftest@drm_cmdline
+igt@kms_selftest@drm_damage
+igt@kms_selftest@drm_dp_mst
+igt@kms_selftest@drm_plane
+igt@kms_selftest@framebuffer
-igt@kms_concurrent@pipe-a
-igt@kms_concurrent@pipe-b
-igt@kms_concurrent@pipe-c
-igt@kms_concurrent@pipe-d
-igt@kms_concurrent@pipe-e
-igt@kms_concurrent@pipe-f
-igt@kms_concurrent@pipe-g
-igt@kms_concurrent@pipe-h
-igt@kms_selftest@drm_cmdline_parser
-igt@kms_selftest@drm_damage_helper
-igt@kms_selftest@drm_dp_mst_helper
-igt@kms_selftest@drm_framebuffer
-igt@kms_selftest@drm_plane_helper
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
[-- Attachment #2: Type: text/html, Size: 6005 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
2023-10-09 16:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2) Patchwork
@ 2023-10-09 16:22 ` Patchwork
2023-10-09 19:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-10-09 16:22 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3356 bytes --]
== Series Details ==
Series: tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
URL : https://patchwork.freedesktop.org/series/123865/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7522_BAT -> XEIGTPW_9952_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (3 -> 4)
------------------------------
Additional (1): bat-adlp-7
Known issues
------------
Here are the changes found in XEIGTPW_9952_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-adlp-7: NOTRUN -> [FAIL][1] ([Intel XE#609]) +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adlp-7: NOTRUN -> [SKIP][2] ([Intel XE#423])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@kms_dsc@dsc-basic.html
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: NOTRUN -> [INCOMPLETE][3] ([Intel XE#632])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
* igt@xe_evict@evict-small-cm:
- bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@xe_evict@evict-small-cm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
- bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#288]) +17 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
* igt@xe_exec_store@basic-store:
- bat-adlp-7: NOTRUN -> [FAIL][6] ([Intel XE#761])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@xe_exec_store@basic-store.html
* igt@xe_mmap@vram:
- bat-adlp-7: NOTRUN -> [SKIP][7] ([Intel XE#263])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/bat-adlp-7/igt@xe_mmap@vram.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261
[Intel XE#263]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/263
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423
[Intel XE#609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/609
[Intel XE#632]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/632
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#761]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/761
Build changes
-------------
* IGT: IGT_7522 -> IGTPW_9952
IGTPW_9952: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
IGT_7522: 334a1178a36a1327dc7fbba43ab16d1f3a7d887b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-422-973ab92d198430d6023aa21b93ce665193b00342: 973ab92d198430d6023aa21b93ce665193b00342
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9952/index.html
[-- Attachment #2: Type: text/html, Size: 4080 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
2023-10-09 16:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2) Patchwork
2023-10-09 16:22 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
@ 2023-10-09 19:36 ` Patchwork
2023-10-10 6:46 ` Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-10-09 19:36 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 75593 bytes --]
== Series Details ==
Series: tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
URL : https://patchwork.freedesktop.org/series/123865/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7522_full -> IGTPW_9952_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9952_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9952_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9952/index.html
Participating hosts (9 -> 10)
------------------------------
Additional (1): shard-rkl0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9952_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_eio@suspend:
- shard-dg1: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-18/igt@gem_eio@suspend.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@gem_eio@suspend.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-mtlp: [PASS][3] -> [FAIL][4] +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4}:
- shard-dg1: [PASS][5] -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-4.html
New tests
---------
New tests have been introduced between IGT_7522_full and IGTPW_9952_full:
### New IGT tests (10) ###
* igt@kms_concurrent@multi-plane-atomic-resolution:
- Statuses :
- Exec time: [None] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@universal-plane-functional@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_universal_plane@universal-plane-functional@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9952_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@drm_fdinfo@isolation@bcs0:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +10 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@drm_fdinfo@isolation@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][9] -> [FAIL][10] ([i915#7742])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#7697])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8562])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [PASS][14] -> [FAIL][15] ([i915#6268])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-2/igt@gem_ctx_exec@basic-nohangcheck.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg2: NOTRUN -> [SKIP][16] ([fdo#109314])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#8555])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
- shard-mtlp: [PASS][18] -> [FAIL][19] ([i915#2410]) +2 other tests fail
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][21] -> [ABORT][22] ([i915#7975] / [i915#8213]) +1 other test abort
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-12/igt@gem_eio@hibernate.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-14/igt@gem_eio@hibernate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][23] -> [FAIL][24] ([i915#5784])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@gem_eio@reset-stress.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][25] ([i915#4525])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@pi@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][26] ([i915#4475])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_exec_capture@pi@vcs0.html
* igt@gem_exec_fair@basic-none-solo:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#3539] / [i915#4852])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][28] -> [FAIL][29] ([i915#2842])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#3539]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][31] -> [FAIL][32] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-rkl: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-tglu: [PASS][35] -> [FAIL][36] ([i915#2842])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +8 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#3281]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_schedule@noreorder-priority@vecs0:
- shard-mtlp: [PASS][41] -> [DMESG-WARN][42] ([i915#8962])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@preemptive-hang@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][44] ([i915#9051])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_schedule@preemptive-hang@vcs0.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: [PASS][45] -> [INCOMPLETE][46] ([i915#9275])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4860]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_gtt_cpu_tlb:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4077]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_gtt_cpu_tlb.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-rkl: NOTRUN -> [SKIP][49] ([i915#4613])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4613])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][51] ([i915#4613]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_madvise@dontneed-before-exec:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3282])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#8289])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4077]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4083]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4083]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][58] ([i915#2658])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@gem_pread@exhaustion.html
* igt@gem_pread@uncached:
- shard-rkl: NOTRUN -> [SKIP][59] ([i915#3282])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_pread@uncached.html
* igt@gem_pwrite_snooped:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#3282]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_pwrite_snooped.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4270])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4270])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4270]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#4270])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8428])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4077]) +6 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_tiled_blits@basic.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3323])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#3297]) +3 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [PASS][69] -> [FAIL][70] ([i915#9353])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_userptr_blits@nohangcheck.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][71] ([i915#3318])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_userptr_blits@vma-merge.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg2: NOTRUN -> [SKIP][72] ([fdo#109289]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-dg1: NOTRUN -> [SKIP][73] ([fdo#109289])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gen7_exec_parse@basic-allowed.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#2856]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#2856]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gen9_exec_parse@secure-batches.html
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#2527])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][77] -> [DMESG-WARN][78] ([i915#8617])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#8399])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-dg1: [PASS][80] -> [FAIL][81] ([i915#3591])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#1397])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][83] -> [SKIP][84] ([i915#1397]) +3 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [PASS][85] -> [SKIP][86] ([i915#1397]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#6621])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#6188])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#4212])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#8502]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#8502]) +7 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#404])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][93] ([fdo#111614])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#5286]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][95] ([i915#4538] / [i915#5286])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#5286])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][97] ([fdo#111614] / [i915#3638])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][98] ([fdo#111614]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][99] ([fdo#111614])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#5190]) +8 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][101] -> [FAIL][102] ([i915#3743]) +1 other test fail
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
- shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111615]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#4538] / [i915#5190]) +4 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][105] ([fdo#110723])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#6187])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#2705])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][108] ([i915#5354] / [i915#6095]) +4 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#3734] / [i915#5354] / [i915#6095]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#3689] / [i915#5354]) +19 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +5 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#3689] / [i915#5354] / [i915#6095]) +3 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#3689] / [i915#3886] / [i915#5354]) +6 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][114] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095]) +2 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-5/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#5354]) +33 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][118] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#5354] / [i915#6095]) +5 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#5354]) +9 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-tglu: NOTRUN -> [SKIP][121] ([i915#3742])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#4087]) +3 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-mtlp: NOTRUN -> [SKIP][123] ([fdo#111827]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2: NOTRUN -> [SKIP][124] ([fdo#111827])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@gamma:
- shard-tglu: NOTRUN -> [SKIP][125] ([fdo#111827])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#7828]) +6 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#7828]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#7828]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][129] ([i915#7828]) +2 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][130] ([i915#6944] / [i915#7116] / [i915#7118])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#3299])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#3299])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#3116] / [i915#3299])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#7118]) +2 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#3555] / [i915#8814])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#3359])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#3359])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#3555])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#3359])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#3555]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3555])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#4103] / [i915#4213] / [i915#5608])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][143] ([fdo#109274] / [i915#5354]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][144] ([fdo#111825]) +3 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#3546])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][146] -> [FAIL][147] ([i915#2346])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@forked-move@all-pipes:
- shard-mtlp: [PASS][148] -> [DMESG-WARN][149] ([i915#2017])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_cursor_legacy@forked-move@all-pipes.html
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_cursor_legacy@forked-move@all-pipes.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#9227])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#9227])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#9226] / [i915#9261]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#9226] / [i915#9261]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#8588])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#3804])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#8812])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#3840])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][158] ([fdo#109274]) +7 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-snb: NOTRUN -> [SKIP][159] ([fdo#109271] / [fdo#111767])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#2672]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#2672]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#2672] / [i915#3555])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2: [PASS][163] -> [FAIL][164] ([i915#6880])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#8708]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#1825]) +12 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#3458]) +5 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#3023]) +7 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][169] ([fdo#110189])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#8708]) +15 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#8708]) +3 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#3458]) +14 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
- shard-dg1: NOTRUN -> [SKIP][173] ([fdo#111825]) +7 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][174] ([fdo#109280]) +5 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][175] ([fdo#111825] / [i915#1825]) +7 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#8228]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#8228])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-16/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#8228]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#6301])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][180] ([fdo#109289]) +2 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#3555])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#5176] / [i915#9423]) +3 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#5235]) +23 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][184] ([i915#5235]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#5235]) +7 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-snb: NOTRUN -> [SKIP][186] ([fdo#109271]) +23 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#5235]) +15 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#658])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#658])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr@cursor_blt:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#1072]) +2 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_psr@cursor_blt.html
* igt@kms_psr@cursor_mmap_gtt:
- shard-dg1: NOTRUN -> [SKIP][191] ([i915#1072] / [i915#4078]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_psr@cursor_mmap_gtt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#1072]) +4 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_rotation_crc@bad-tiling:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#4235])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][194] ([fdo#111615] / [i915#5289])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][195] ([fdo#111615] / [i915#5289])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-rkl: [PASS][196] -> [INCOMPLETE][197] ([i915#8875])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#4098])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#4098])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#8623])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@pipe-b-query-idle:
- shard-mtlp: [PASS][201] -> [DMESG-WARN][202] ([i915#2017] / [i915#9157])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_vblank@pipe-b-query-idle.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@kms_vblank@pipe-b-query-idle.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-dg2: [PASS][203] -> [FAIL][204] ([fdo#103375])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy-hang:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#4070] / [i915#6768])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html
* igt@kms_vrr@flip-dpms:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8808])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_vrr@flip-dpms.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#2437])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#7387])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@perf@global-sseu-config.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][209] -> [FAIL][210] ([i915#4349])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@rcs0.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#8440])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#3708])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708] / [i915#4077])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#3708] / [i915#4077])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][215] ([fdo#109295] / [i915#3708])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: NOTRUN -> [ABORT][216] ([i915#8521] / [i915#8865])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_perfmon@create-perfmon-exceed:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#2575]) +8 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@v3d/v3d_perfmon@create-perfmon-exceed.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#2575]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][219] ([fdo#109315]) +2 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_submit_csd@valid-multisync-submission:
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#2575]) +4 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
* igt@vc4/vc4_mmap@mmap-bo:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +7 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@vc4/vc4_mmap@mmap-bo.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#2575])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@vc4/vc4_tiling@get-bad-handle.html
* igt@vc4/vc4_wait_bo@used-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#7711]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@vc4/vc4_wait_bo@used-bo-0ns.html
* igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#7711]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][226] ([i915#7742]) -> [PASS][227]
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ctx_persistence@engines-hang@ccs0:
- shard-mtlp: [ABORT][228] ([i915#9414]) -> [PASS][229]
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-2/igt@gem_ctx_persistence@engines-hang@ccs0.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@ccs0.html
* igt@gem_eio@hibernate:
- shard-tglu: [ABORT][230] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-10/igt@gem_eio@hibernate.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [FAIL][232] ([i915#5784]) -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_eio@kms.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_eio@kms.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][234] ([i915#2846]) -> [PASS][235]
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][236] ([i915#2842]) -> [PASS][237] +1 other test pass
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fence@invalid-fence-array:
- shard-mtlp: [ABORT][238] ([i915#9262]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@invalid-fence-array.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_exec_fence@invalid-fence-array.html
* igt@gem_exec_fence@parallel@bcs0:
- shard-mtlp: [TIMEOUT][240] ([i915#9137]) -> [PASS][241]
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@bcs0.html
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@bcs0.html
* igt@gem_exec_fence@parallel@rcs0:
- shard-mtlp: [DMESG-FAIL][242] ([i915#8962]) -> [PASS][243]
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@rcs0.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][244] ([i915#4936] / [i915#5493]) -> [PASS][245]
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [TIMEOUT][246] ([i915#5493]) -> [PASS][247]
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@i915_hangman@engine-engine-hang@vcs0:
- shard-mtlp: [FAIL][248] ([i915#7069]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@i915_hangman@engine-engine-hang@vcs0.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_hangman@engine-engine-hang@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][250] ([i915#8489] / [i915#8668]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][252] ([i915#1397]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][254] ([i915#1397]) -> [PASS][255] +1 other test pass
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][256] ([i915#2346]) -> [PASS][257] +1 other test pass
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1:
- shard-glk: [FAIL][258] ([i915#79]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2: [FAIL][260] ([i915#6880]) -> [PASS][261]
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_plane@pixel-format-source-clamping@pipe-a-planes:
- shard-mtlp: [DMESG-WARN][262] ([i915#1982]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
- shard-glk: [DMESG-FAIL][264] ([i915#118]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
* {igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2}:
- shard-rkl: [INCOMPLETE][266] -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
* {igt@kms_pm_dc@dc9-dpms}:
- shard-tglu: [SKIP][268] ([i915#4281]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-dg2: [FAIL][270] ([fdo#103375]) -> [PASS][271] +1 other test pass
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@perf_pmu@busy-double-start@ccs0:
- shard-mtlp: [FAIL][272] ([i915#4349]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@ccs0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@ccs0.html
#### Warnings ####
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][274] ([fdo#110189] / [i915#3955]) -> [SKIP][275] ([i915#3955])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: [SKIP][276] ([fdo#109285] / [i915#4098]) -> [SKIP][277] ([fdo#109285])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: [SKIP][278] ([fdo#111825] / [i915#4423]) -> [SKIP][279] ([fdo#111825])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187
[i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289
[i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
[i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9051]: https://gitlab.freedesktop.org/drm/intel/issues/9051
[i915#9137]: https://gitlab.freedesktop.org/drm/intel/issues/9137
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7522 -> IGTPW_9952
CI-20190529: 20190529
CI_DRM_13729: fe7c35e5be39964f7c0b83899b9d5d9355848544 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9952: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
IGT_7522: 334a1178a36a1327dc7fbba43ab16d1f3a7d887b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
[-- Attachment #2: Type: text/html, Size: 90805 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
` (2 preceding siblings ...)
2023-10-09 19:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-10-10 6:46 ` Patchwork
2023-10-10 7:58 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-10-11 5:03 ` [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Karthik B S
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-10-10 6:46 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 75380 bytes --]
== Series Details ==
Series: tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
URL : https://patchwork.freedesktop.org/series/123865/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7522_full -> IGTPW_9952_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9952_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9952_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9952/index.html
Participating hosts (9 -> 10)
------------------------------
Additional (1): shard-rkl0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9952_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render:
- shard-mtlp: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
New tests
---------
New tests have been introduced between IGT_7522_full and IGTPW_9952_full:
### New IGT tests (8) ###
* igt@kms_concurrent@multi-plane-atomic-resolution:
- Statuses :
- Exec time: [None] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9952_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@drm_fdinfo@isolation@bcs0:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +10 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@drm_fdinfo@isolation@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][5] -> [FAIL][6] ([i915#7742])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][7] ([i915#9323])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#7697])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#8562])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [PASS][10] -> [FAIL][11] ([i915#6268])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-2/igt@gem_ctx_exec@basic-nohangcheck.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg2: NOTRUN -> [SKIP][12] ([fdo#109314])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
- shard-mtlp: [PASS][14] -> [FAIL][15] ([i915#2410]) +2 other tests fail
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][16] ([i915#280])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][17] -> [ABORT][18] ([i915#7975] / [i915#8213]) +1 other test abort
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-12/igt@gem_eio@hibernate.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-14/igt@gem_eio@hibernate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][19] -> [FAIL][20] ([i915#5784])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@gem_eio@reset-stress.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_eio@reset-stress.html
* igt@gem_eio@suspend:
- shard-dg1: [PASS][21] -> [DMESG-WARN][22] ([i915#4391])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-18/igt@gem_eio@suspend.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@gem_eio@suspend.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#4525])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@pi@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][24] ([i915#4475])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_exec_capture@pi@vcs0.html
* igt@gem_exec_fair@basic-none-solo:
- shard-dg1: NOTRUN -> [SKIP][25] ([i915#3539] / [i915#4852])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][26] -> [FAIL][27] ([i915#2842])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-rkl: [PASS][31] -> [FAIL][32] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-tglu: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) +3 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-rkl: NOTRUN -> [SKIP][36] ([i915#3281]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +8 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) +2 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_schedule@noreorder-priority@vecs0:
- shard-mtlp: [PASS][39] -> [DMESG-WARN][40] ([i915#8962])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4537] / [i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@preemptive-hang@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][42] ([i915#9051])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_schedule@preemptive-hang@vcs0.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: [PASS][43] -> [INCOMPLETE][44] ([i915#9275])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#4860]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_gtt_cpu_tlb:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4077]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_gtt_cpu_tlb.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#4613])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4613])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][49] ([i915#4613]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_madvise@dontneed-before-exec:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#3282])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#8289])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4077]) +4 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4083]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4083]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3282])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][56] ([i915#2658])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@gem_pread@exhaustion.html
* igt@gem_pread@uncached:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#3282])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_pread@uncached.html
* igt@gem_pwrite_snooped:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_pwrite_snooped.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4270])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4270])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#4270])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#8428])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +6 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_tiled_blits@basic.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#3323])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#3297]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [PASS][67] -> [FAIL][68] ([i915#9353])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_userptr_blits@nohangcheck.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][69] ([i915#3318])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_userptr_blits@vma-merge.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg2: NOTRUN -> [SKIP][70] ([fdo#109289]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-dg1: NOTRUN -> [SKIP][71] ([fdo#109289])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gen7_exec_parse@basic-allowed.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#2856]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#2856]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gen9_exec_parse@secure-batches.html
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#2527])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][75] -> [DMESG-WARN][76] ([i915#8617])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#8399])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-dg1: [PASS][78] -> [FAIL][79] ([i915#3591])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#1397])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][81] -> [SKIP][82] ([i915#1397]) +3 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [PASS][83] -> [SKIP][84] ([i915#1397]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#6621])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#6188])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4212])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#8502]) +3 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#8502]) +7 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#404])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][91] ([fdo#111614])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][92] ([i915#5286]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#4538] / [i915#5286])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#5286])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][95] ([fdo#111614] / [i915#3638])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][96] ([fdo#111614]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][97] ([fdo#111614])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#5190]) +8 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][99] -> [FAIL][100] ([i915#3743]) +1 other test fail
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
- shard-mtlp: NOTRUN -> [SKIP][101] ([fdo#111615]) +3 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#4538] / [i915#5190]) +4 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][103] ([fdo#110723])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6187])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#2705])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#5354] / [i915#6095]) +4 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3734] / [i915#5354] / [i915#6095]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#3689] / [i915#5354]) +19 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#5354] / [i915#6095]) +5 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#3689] / [i915#5354] / [i915#6095]) +3 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#3689] / [i915#3886] / [i915#5354]) +6 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][113] ([i915#5354] / [i915#6095]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-5/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#5354]) +33 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][116] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#5354] / [i915#6095]) +5 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#5354]) +9 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#3742])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#4087]) +3 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111827]) +1 other test skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111827])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@gamma:
- shard-tglu: NOTRUN -> [SKIP][123] ([fdo#111827])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#7828]) +6 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#7828]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#7828]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#7828]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][128] ([i915#6944] / [i915#7116] / [i915#7118])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#3299])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#3299])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#3116] / [i915#3299])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#7118]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3555] / [i915#8814])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#3359])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#3359])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#3555])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-mtlp: NOTRUN -> [SKIP][137] ([i915#3359])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#3555]) +2 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#3555])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#4103] / [i915#4213] / [i915#5608])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][141] ([fdo#109274] / [i915#5354]) +2 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][142] ([fdo#111825]) +3 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#3546])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][144] -> [FAIL][145] ([i915#2346])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@forked-move@all-pipes:
- shard-mtlp: [PASS][146] -> [DMESG-WARN][147] ([i915#2017])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_cursor_legacy@forked-move@all-pipes.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_cursor_legacy@forked-move@all-pipes.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#9227])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#9227])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#9226] / [i915#9261]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#9226] / [i915#9261]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#8588])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#3804])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#8812])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#3840])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][156] ([fdo#109274]) +7 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-snb: NOTRUN -> [SKIP][157] ([fdo#109271] / [fdo#111767])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#2672]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#2672]) +2 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#2672] / [i915#3555])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2: [PASS][161] -> [FAIL][162] ([i915#6880])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#8708]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#1825]) +12 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#3458]) +5 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#3023]) +7 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][167] ([fdo#110189])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#8708]) +15 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#8708]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#3458]) +14 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
- shard-dg1: NOTRUN -> [SKIP][171] ([fdo#111825]) +7 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][172] ([fdo#109280]) +5 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][173] ([fdo#111825] / [i915#1825]) +7 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#8228]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#8228])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-16/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#8228]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#6301])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][178] ([fdo#109289]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#3555])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#5176] / [i915#9423]) +3 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#5235]) +23 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#5235]) +3 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#5235]) +7 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-snb: NOTRUN -> [SKIP][184] ([fdo#109271]) +23 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#5235]) +15 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#658])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#658])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr@cursor_blt:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#1072]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_psr@cursor_blt.html
* igt@kms_psr@cursor_mmap_gtt:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#1072] / [i915#4078]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_psr@cursor_mmap_gtt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#1072]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_rotation_crc@bad-tiling:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#4235])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][192] ([fdo#111615] / [i915#5289])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][193] ([fdo#111615] / [i915#5289])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-rkl: [PASS][194] -> [INCOMPLETE][195] ([i915#8875])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#4098])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#4098])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#8623])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-mtlp: [PASS][199] -> [FAIL][200] ([i915#9196])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vblank@pipe-b-query-idle:
- shard-mtlp: [PASS][201] -> [DMESG-WARN][202] ([i915#2017] / [i915#9157])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_vblank@pipe-b-query-idle.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@kms_vblank@pipe-b-query-idle.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-dg2: [PASS][203] -> [FAIL][204] ([fdo#103375])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy-hang:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#4070] / [i915#6768])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html
* igt@kms_vrr@flip-dpms:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8808])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_vrr@flip-dpms.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#2437])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#7387])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@perf@global-sseu-config.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][209] -> [FAIL][210] ([i915#4349])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@rcs0.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#8440])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#3708])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708] / [i915#4077])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#3708] / [i915#4077])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][215] ([fdo#109295] / [i915#3708])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: NOTRUN -> [ABORT][216] ([i915#8521] / [i915#8865])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_perfmon@create-perfmon-exceed:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#2575]) +8 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@v3d/v3d_perfmon@create-perfmon-exceed.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#2575]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][219] ([fdo#109315]) +2 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_submit_csd@valid-multisync-submission:
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#2575]) +4 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
* igt@vc4/vc4_mmap@mmap-bo:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +7 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@vc4/vc4_mmap@mmap-bo.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#2575])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@vc4/vc4_tiling@get-bad-handle.html
* igt@vc4/vc4_wait_bo@used-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#7711]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@vc4/vc4_wait_bo@used-bo-0ns.html
* igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#7711]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][226] ([i915#7742]) -> [PASS][227]
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ctx_persistence@engines-hang@ccs0:
- shard-mtlp: [ABORT][228] ([i915#9414]) -> [PASS][229]
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-2/igt@gem_ctx_persistence@engines-hang@ccs0.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@ccs0.html
* igt@gem_eio@hibernate:
- shard-tglu: [ABORT][230] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-10/igt@gem_eio@hibernate.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [FAIL][232] ([i915#5784]) -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_eio@kms.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_eio@kms.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][234] ([i915#2846]) -> [PASS][235]
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][236] ([i915#2842]) -> [PASS][237] +1 other test pass
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fence@invalid-fence-array:
- shard-mtlp: [ABORT][238] ([i915#9262]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@invalid-fence-array.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_exec_fence@invalid-fence-array.html
* igt@gem_exec_fence@parallel@bcs0:
- shard-mtlp: [TIMEOUT][240] ([i915#9137]) -> [PASS][241]
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@bcs0.html
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@bcs0.html
* igt@gem_exec_fence@parallel@rcs0:
- shard-mtlp: [DMESG-FAIL][242] ([i915#8962]) -> [PASS][243]
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@rcs0.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][244] ([i915#4936] / [i915#5493]) -> [PASS][245]
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [TIMEOUT][246] ([i915#5493]) -> [PASS][247]
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@i915_hangman@engine-engine-hang@vcs0:
- shard-mtlp: [FAIL][248] ([i915#7069]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@i915_hangman@engine-engine-hang@vcs0.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_hangman@engine-engine-hang@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][250] ([i915#8489] / [i915#8668]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][252] ([i915#1397]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][254] ([i915#1397]) -> [PASS][255] +1 other test pass
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][256] ([i915#2346]) -> [PASS][257] +1 other test pass
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1:
- shard-glk: [FAIL][258] ([i915#79]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2: [FAIL][260] ([i915#6880]) -> [PASS][261]
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_plane@pixel-format-source-clamping@pipe-a-planes:
- shard-mtlp: [DMESG-WARN][262] ([i915#1982]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
- shard-glk: [DMESG-FAIL][264] ([i915#118]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
* {igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2}:
- shard-rkl: [INCOMPLETE][266] -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
* {igt@kms_pm_dc@dc9-dpms}:
- shard-tglu: [SKIP][268] ([i915#4281]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-dg2: [FAIL][270] ([fdo#103375]) -> [PASS][271] +1 other test pass
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@perf_pmu@busy-double-start@ccs0:
- shard-mtlp: [FAIL][272] ([i915#4349]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@ccs0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@ccs0.html
#### Warnings ####
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][274] ([fdo#110189] / [i915#3955]) -> [SKIP][275] ([i915#3955])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: [SKIP][276] ([fdo#109285] / [i915#4098]) -> [SKIP][277] ([fdo#109285])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: [SKIP][278] ([fdo#111825] / [i915#4423]) -> [SKIP][279] ([fdo#111825])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187
[i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289
[i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
[i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9051]: https://gitlab.freedesktop.org/drm/intel/issues/9051
[i915#9137]: https://gitlab.freedesktop.org/drm/intel/issues/9137
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7522 -> IGTPW_9952
CI-20190529: 20190529
CI_DRM_13729: fe7c35e5be39964f7c0b83899b9d5d9355848544 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9952: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
IGT_7522: 334a1178a36a1327dc7fbba43ab16d1f3a7d887b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
[-- Attachment #2: Type: text/html, Size: 90510 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
` (3 preceding siblings ...)
2023-10-10 6:46 ` Patchwork
@ 2023-10-10 7:58 ` Patchwork
2023-10-11 5:03 ` [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Karthik B S
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-10-10 7:58 UTC (permalink / raw)
To: Sharma, Swati2; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 74954 bytes --]
== Series Details ==
Series: tests/kms_concurrent: remove pipe dependency in subtest name (rev2)
URL : https://patchwork.freedesktop.org/series/123865/
State : success
== Summary ==
CI Bug Log - changes from IGT_7522_full -> IGTPW_9952_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
Participating hosts (9 -> 10)
------------------------------
Additional (1): shard-rkl0
New tests
---------
New tests have been introduced between IGT_7522_full and IGTPW_9952_full:
### New IGT tests (8) ###
* igt@kms_concurrent@multi-plane-atomic-resolution:
- Statuses :
- Exec time: [None] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_concurrent@multi-plane-atomic-resolution@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9952_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@drm_fdinfo@isolation@bcs0:
- shard-dg2: NOTRUN -> [SKIP][2] ([i915#8414]) +10 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@drm_fdinfo@isolation@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][3] -> [FAIL][4] ([i915#7742])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][5] ([i915#9323])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#7697])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#8562])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [PASS][8] -> [FAIL][9] ([i915#6268])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-2/igt@gem_ctx_exec@basic-nohangcheck.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg2: NOTRUN -> [SKIP][10] ([fdo#109314])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8555])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
- shard-mtlp: [PASS][12] -> [FAIL][13] ([i915#2410]) +2 other tests fail
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#280])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][15] -> [ABORT][16] ([i915#7975] / [i915#8213]) +1 other test abort
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-12/igt@gem_eio@hibernate.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-14/igt@gem_eio@hibernate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][17] -> [FAIL][18] ([i915#5784])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@gem_eio@reset-stress.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_eio@reset-stress.html
* igt@gem_eio@suspend:
- shard-dg1: [PASS][19] -> [DMESG-WARN][20] ([i915#4391])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-18/igt@gem_eio@suspend.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@gem_eio@suspend.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#4525])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@pi@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][22] ([i915#4475])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_exec_capture@pi@vcs0.html
* igt@gem_exec_fair@basic-none-solo:
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#3539] / [i915#4852])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][24] -> [FAIL][25] ([i915#2842])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#3539]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][27] -> [FAIL][28] ([i915#2842])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-rkl: [PASS][29] -> [FAIL][30] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-tglu: [PASS][31] -> [FAIL][32] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281]) +3 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3281]) +8 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +2 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_schedule@noreorder-priority@vecs0:
- shard-mtlp: [PASS][37] -> [DMESG-WARN][38] ([i915#8962])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@vecs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#4537] / [i915#4812])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@preemptive-hang@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][40] ([i915#9051])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_exec_schedule@preemptive-hang@vcs0.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: [PASS][41] -> [INCOMPLETE][42] ([i915#9275])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-11/igt@gem_exec_suspend@basic-s0@lmem0.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_fenced_exec_thrash@2-spare-fences:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) +2 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html
* igt@gem_gtt_cpu_tlb:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4077]) +3 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_gtt_cpu_tlb.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#4613])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4613])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][47] ([i915#4613]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_madvise@dontneed-before-exec:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3282])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#8289])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_media_fill@media-fill.html
* igt@gem_mmap_gtt@fault-concurrent:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#4077]) +4 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@gem_mmap_gtt@fault-concurrent.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4083]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3282])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][54] ([i915#2658])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@gem_pread@exhaustion.html
* igt@gem_pread@uncached:
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#3282])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_pread@uncached.html
* igt@gem_pwrite_snooped:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#3282]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@gem_pwrite_snooped.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4270])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4270])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#4270])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8428])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4077]) +6 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@gem_tiled_blits@basic.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#3323])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#3297]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [PASS][65] -> [FAIL][66] ([i915#9353])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@gem_userptr_blits@nohangcheck.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][67] ([i915#3318])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_userptr_blits@vma-merge.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg2: NOTRUN -> [SKIP][68] ([fdo#109289]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-dg1: NOTRUN -> [SKIP][69] ([fdo#109289])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gen7_exec_parse@basic-allowed.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#2856]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#2856]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@gen9_exec_parse@secure-batches.html
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#2527])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@gen9_exec_parse@secure-batches.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][73] -> [DMESG-WARN][74] ([i915#8617])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#8399])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-dg1: [PASS][76] -> [FAIL][77] ([i915#3591])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#1397])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][79] -> [SKIP][80] ([i915#1397]) +3 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [PASS][81] -> [SKIP][82] ([i915#1397]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#6621])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#6188])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#4212])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#8502]) +3 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#8502]) +7 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc_ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#404])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][89] ([fdo#111614])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#5286]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#4538] / [i915#5286])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#5286])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][93] ([fdo#111614] / [i915#3638])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][94] ([fdo#111614]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][95] ([fdo#111614])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#5190]) +8 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][97] -> [FAIL][98] ([i915#3743]) +1 other test fail
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
- shard-mtlp: NOTRUN -> [SKIP][99] ([fdo#111615]) +3 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#4538] / [i915#5190]) +4 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][101] ([fdo#110723])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][102] ([i915#6187])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#2705])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#5354] / [i915#6095]) +4 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#3734] / [i915#5354] / [i915#6095]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#3689] / [i915#5354]) +19 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#5354] / [i915#6095]) +5 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#3689] / [i915#5354] / [i915#6095]) +3 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_ccs@pipe-b-ccs-on-another-bo-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#3689] / [i915#3886] / [i915#5354]) +6 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-tglu: NOTRUN -> [SKIP][111] ([i915#5354] / [i915#6095]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-5/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#5354]) +33 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][114] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@kms_ccs@pipe-d-bad-aux-stride-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095]) +5 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][116] ([i915#5354]) +9 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#3742])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#4087]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111827]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2: NOTRUN -> [SKIP][120] ([fdo#111827])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@gamma:
- shard-tglu: NOTRUN -> [SKIP][121] ([fdo#111827])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#7828]) +6 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-10/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][123] ([i915#7828]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#7828]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#7828]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][126] ([i915#6944] / [i915#7116] / [i915#7118])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#3299])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3299])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-tglu: NOTRUN -> [SKIP][129] ([i915#3116] / [i915#3299])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-3/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#7118]) +2 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#3555] / [i915#8814])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#3359])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#3359])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#3555])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#3359])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#3555]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#3555])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#4103] / [i915#4213] / [i915#5608])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][139] ([fdo#109274] / [i915#5354]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][140] ([fdo#111825]) +3 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#3546])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][142] -> [FAIL][143] ([i915#2346])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@forked-move@all-pipes:
- shard-mtlp: [PASS][144] -> [DMESG-WARN][145] ([i915#2017])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_cursor_legacy@forked-move@all-pipes.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_cursor_legacy@forked-move@all-pipes.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#9227])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#9227])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#9226] / [i915#9261]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#9226] / [i915#9261]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#8588])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#3804])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#8812])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][154] ([fdo#109274]) +7 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-snb: NOTRUN -> [SKIP][155] ([fdo#109271] / [fdo#111767])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#2672]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#2672]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#2672] / [i915#3555])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2: [PASS][159] -> [FAIL][160] ([i915#6880])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#8708]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#1825]) +12 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#3458]) +5 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#3023]) +7 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][165] ([fdo#110189])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#8708]) +15 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8708]) +3 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render:
- shard-mtlp: [PASS][168] -> [FAIL][169] ([i915#8909])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#3458]) +14 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
- shard-dg1: NOTRUN -> [SKIP][171] ([fdo#111825]) +7 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][172] ([fdo#109280]) +5 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][173] ([fdo#111825] / [i915#1825]) +7 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#8228]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#8228])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-16/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#8228]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#6301])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][178] ([fdo#109289]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
* igt@kms_plane_multiple@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#3555])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-4/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#5176] / [i915#9423]) +3 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#5235]) +23 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#5235]) +3 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#5235]) +7 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-snb: NOTRUN -> [SKIP][184] ([fdo#109271]) +23 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-snb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][185] ([i915#5235]) +15 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#658])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#658])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr@cursor_blt:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#1072]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_psr@cursor_blt.html
* igt@kms_psr@cursor_mmap_gtt:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#1072] / [i915#4078]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@kms_psr@cursor_mmap_gtt.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#1072]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-3/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_rotation_crc@bad-tiling:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#4235])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][192] ([fdo#111615] / [i915#5289])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][193] ([fdo#111615] / [i915#5289])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-rkl: [PASS][194] -> [INCOMPLETE][195] ([i915#8875])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#4098])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#4098])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#8623])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-mtlp: [PASS][199] -> [FAIL][200] ([i915#9196])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vblank@pipe-b-query-idle:
- shard-mtlp: [PASS][201] -> [DMESG-WARN][202] ([i915#2017] / [i915#9157])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-5/igt@kms_vblank@pipe-b-query-idle.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@kms_vblank@pipe-b-query-idle.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-dg2: [PASS][203] -> [FAIL][204] ([fdo#103375])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy-hang:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#4070] / [i915#6768])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_vblank@pipe-c-wait-forked-busy-hang.html
* igt@kms_vrr@flip-dpms:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8808])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-5/igt@kms_vrr@flip-dpms.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][207] ([i915#2437])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#7387])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@perf@global-sseu-config.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][209] -> [FAIL][210] ([i915#4349])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@rcs0.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#8440])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@perf_pmu@faulting-read@gtt.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#3708])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#3708] / [i915#4077])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-2/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#3708] / [i915#4077])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@fence-flip-hang:
- shard-rkl: NOTRUN -> [SKIP][215] ([fdo#109295] / [i915#3708])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@prime_vgem@fence-flip-hang.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: NOTRUN -> [ABORT][216] ([i915#8521] / [i915#8865])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_perfmon@create-perfmon-exceed:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#2575]) +8 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-6/igt@v3d/v3d_perfmon@create-perfmon-exceed.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#2575]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-12/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][219] ([fdo#109315]) +2 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-2/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_submit_csd@valid-multisync-submission:
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#2575]) +4 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
* igt@vc4/vc4_mmap@mmap-bo:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#7711]) +7 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@vc4/vc4_mmap@mmap-bo.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-tglu: NOTRUN -> [SKIP][222] ([i915#2575])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#7711])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@vc4/vc4_tiling@get-bad-handle.html
* igt@vc4/vc4_wait_bo@used-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#7711]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-15/igt@vc4/vc4_wait_bo@used-bo-0ns.html
* igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#7711]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][226] ([i915#7742]) -> [PASS][227]
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ctx_persistence@engines-hang@ccs0:
- shard-mtlp: [ABORT][228] ([i915#9414]) -> [PASS][229]
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-2/igt@gem_ctx_persistence@engines-hang@ccs0.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-1/igt@gem_ctx_persistence@engines-hang@ccs0.html
* igt@gem_eio@hibernate:
- shard-tglu: [ABORT][230] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-10/igt@gem_eio@hibernate.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-8/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [FAIL][232] ([i915#5784]) -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_eio@kms.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@gem_eio@kms.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][234] ([i915#2846]) -> [PASS][235]
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][236] ([i915#2842]) -> [PASS][237] +1 other test pass
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fence@invalid-fence-array:
- shard-mtlp: [ABORT][238] ([i915#9262]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@invalid-fence-array.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-8/igt@gem_exec_fence@invalid-fence-array.html
* igt@gem_exec_fence@parallel@bcs0:
- shard-mtlp: [TIMEOUT][240] ([i915#9137]) -> [PASS][241]
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@bcs0.html
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@bcs0.html
* igt@gem_exec_fence@parallel@rcs0:
- shard-mtlp: [DMESG-FAIL][242] ([i915#8962]) -> [PASS][243]
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-4/igt@gem_exec_fence@parallel@rcs0.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@gem_exec_fence@parallel@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][244] ([i915#4936] / [i915#5493]) -> [PASS][245]
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-7/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [TIMEOUT][246] ([i915#5493]) -> [PASS][247]
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@i915_hangman@engine-engine-hang@vcs0:
- shard-mtlp: [FAIL][248] ([i915#7069]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-7/igt@i915_hangman@engine-engine-hang@vcs0.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_hangman@engine-engine-hang@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][250] ([i915#8489] / [i915#8668]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][252] ([i915#1397]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-16/igt@i915_pm_rpm@modeset-lpsp.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [SKIP][254] ([i915#1397]) -> [PASS][255] +1 other test pass
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][256] ([i915#2346]) -> [PASS][257] +1 other test pass
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1:
- shard-glk: [FAIL][258] ([i915#79]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2: [FAIL][260] ([i915#6880]) -> [PASS][261]
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_plane@pixel-format-source-clamping@pipe-a-planes:
- shard-mtlp: [DMESG-WARN][262] ([i915#1982]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-7/igt@kms_plane@pixel-format-source-clamping@pipe-a-planes.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
- shard-glk: [DMESG-FAIL][264] ([i915#118]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-glk7/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-glk4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
* {igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2}:
- shard-rkl: [INCOMPLETE][266] -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html
* {igt@kms_pm_dc@dc9-dpms}:
- shard-tglu: [SKIP][268] ([i915#4281]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-dg2: [FAIL][270] ([fdo#103375]) -> [PASS][271] +1 other test pass
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg2-1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@perf_pmu@busy-double-start@ccs0:
- shard-mtlp: [FAIL][272] ([i915#4349]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-mtlp-1/igt@perf_pmu@busy-double-start@ccs0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-mtlp-2/igt@perf_pmu@busy-double-start@ccs0.html
#### Warnings ####
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][274] ([fdo#110189] / [i915#3955]) -> [SKIP][275] ([i915#3955])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: [SKIP][276] ([fdo#109285] / [i915#4098]) -> [SKIP][277] ([fdo#109285])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: [SKIP][278] ([fdo#111825] / [i915#4423]) -> [SKIP][279] ([fdo#111825])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7522/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187
[i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289
[i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
[i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8909]: https://gitlab.freedesktop.org/drm/intel/issues/8909
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9051]: https://gitlab.freedesktop.org/drm/intel/issues/9051
[i915#9137]: https://gitlab.freedesktop.org/drm/intel/issues/9137
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7522 -> IGTPW_9952
CI-20190529: 20190529
CI_DRM_13729: fe7c35e5be39964f7c0b83899b9d5d9355848544 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9952: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
IGT_7522: 334a1178a36a1327dc7fbba43ab16d1f3a7d887b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9952/index.html
[-- Attachment #2: Type: text/html, Size: 90072 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
` (4 preceding siblings ...)
2023-10-10 7:58 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2023-10-11 5:03 ` Karthik B S
5 siblings, 0 replies; 7+ messages in thread
From: Karthik B S @ 2023-10-11 5:03 UTC (permalink / raw)
To: Swati Sharma, igt-dev
Hi,
On 10/9/2023 7:22 PM, Swati Sharma wrote:
> Remove pipe dependency in subtest name and give some
> meaningful name to subtest.
>
> v2: -use for_each_pipe_with_valid_output() since these tests
> depends upon resolution
> -drop pipe from data_t
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> ---
> tests/kms_concurrent.c | 38 +++++++++-----------------------------
> 1 file changed, 9 insertions(+), 29 deletions(-)
>
> diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
> index d9cb197de..fd2c88fcc 100644
> --- a/tests/kms_concurrent.c
> +++ b/tests/kms_concurrent.c
> @@ -30,24 +30,13 @@
> * Description: Test atomic mode setting concurrently with multiple planes and
> * screen resolution
> *
> - * SUBTEST: pipe-%s
> + * SUBTEST: multi-plane-atomic-resolution
Could this be rename to 'multi-plane-atomic-lowres'? Just a suggestion
as I find it similar to kms_plane_lowres.
> * Description: Test atomic mode setting concurrently with multiple planes and
> - * screen resolution on %arg[1].
> + * screen resolution.
> * Driver requirement: i915, xe
> * Functionality: kms_core
> * Mega feature: General Display Features
> * Test category: functionality test
> - *
> - * arg[1]:
> - *
> - * @A: pipe A
> - * @B: pipe B
> - * @C: pipe C
> - * @D: pipe D
> - * @E: pipe E
> - * @F: pipe F
> - * @G: pipe G
> - * @H: pipe H
> */
>
> IGT_TEST_DESCRIPTION("Test atomic mode setting concurrently with multiple planes and screen resolution");
> @@ -341,20 +330,14 @@ run_test(data_t *data, enum pipe pipe, igt_output_t *output)
> }
>
> static void
> -run_tests_for_pipe(data_t *data, enum pipe pipe)
> +run_tests_for_pipe(data_t *data)
> {
> igt_output_t *output;
> -
> - igt_fixture {
> - igt_require_pipe(&data->display, pipe);
> - igt_require(data->display.pipes[pipe].n_planes > 0);
> -
> - igt_display_require_output(&data->display);
> - }
> + enum pipe pipe;
>
> igt_describe("Test atomic mode setting concurrently with multiple planes and screen "
> "resolution.");
> - igt_subtest_with_dynamic_f("pipe-%s", kmstest_pipe_name(pipe)) {
> + igt_subtest_with_dynamic("multi-plane-atomic-resolution") {
> for_each_valid_output_on_pipe(&data->display, pipe, output) {
> igt_display_reset(&data->display);
>
> @@ -363,7 +346,8 @@ run_tests_for_pipe(data_t *data, enum pipe pipe)
> continue;
>
> igt_output_set_pipe(output, PIPE_NONE);
Although not added by this patch, this seems redundant as this is again
being set inside 'prepare_planes'. May be we could remove this and also
the set_pipe call again inside prepare planes.
With these changes, the patch LGTM.
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> - igt_dynamic_f("%s", igt_output_name(output))
> + igt_require(data->display.pipes[pipe].n_planes > 0);
> + igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), igt_output_name(output))
> run_test(data, pipe, output);
> }
> }
> @@ -405,21 +389,17 @@ static data_t data;
>
> igt_main_args("", long_options, help_str, opt_handler, NULL)
> {
> - enum pipe pipe;
> -
> igt_fixture {
> data.drm_fd = drm_open_driver_master(DRIVER_ANY);
> kmstest_set_vt_graphics_mode();
> igt_display_require(&data.display, data.drm_fd);
> igt_require(data.display.is_atomic);
> + igt_display_require_output(&data.display);
> if (is_intel_device(data.drm_fd))
> intel_allocator_multiprocess_start();
> }
>
> - for_each_pipe_static(pipe) {
> - igt_subtest_group
> - run_tests_for_pipe(&data, pipe);
> - }
> + run_tests_for_pipe(&data);
>
> igt_fixture {
> if (is_intel_device(data.drm_fd))
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-10-11 5:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-09 13:52 [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Swati Sharma
2023-10-09 16:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: remove pipe dependency in subtest name (rev2) Patchwork
2023-10-09 16:22 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-10-09 19:36 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-10-10 6:46 ` Patchwork
2023-10-10 7:58 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-10-11 5:03 ` [igt-dev] [v2] tests/kms_concurrent: remove pipe dependency in subtest name Karthik B S
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox