* [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename
@ 2023-09-18 11:22 Swati Sharma
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc Swati Sharma
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Swati Sharma @ 2023-09-18 11:22 UTC (permalink / raw)
To: igt-dev
Test rename and doc. cleanup.
Swati Sharma (2):
tests/kms_lease: remove redundant test doc
tests/kms_lease: rename subtests
tests/kms_lease.c | 67 ++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 36 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
@ 2023-09-18 11:22 ` Swati Sharma
2023-09-27 3:23 ` Karthik B S
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests Swati Sharma
` (5 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Swati Sharma @ 2023-09-18 11:22 UTC (permalink / raw)
To: igt-dev
We already have IGT_TEST_DESCRIPTION and even testplan
documentation, no need to redundant documentation.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/kms_lease.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index 9ada6d5ea..1a91b3eb4 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -21,11 +21,6 @@
* IN THE SOFTWARE.
*/
-/** @file kms_lease.c
- *
- * This is a test of DRM leases
- */
-
/**
* TEST: kms lease
* Category: Display
--
2.25.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc Swati Sharma
@ 2023-09-18 11:22 ` Swati Sharma
2023-09-26 16:45 ` Modem, Bhanuprakash
2023-09-18 19:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/kms_lease: Test rename Patchwork
` (4 subsequent siblings)
6 siblings, 1 reply; 10+ messages in thread
From: Swati Sharma @ 2023-09-18 11:22 UTC (permalink / raw)
To: igt-dev
Use '-' instead of '_' while naming subtests.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/kms_lease.c | 62 +++++++++++++++++++++++------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index 1a91b3eb4..343cdb812 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -46,21 +46,21 @@
#include "igt_device.h"
/**
- * SUBTEST: atomic_implicit_crtc
+ * SUBTEST: atomic-implicit-crtc
* Description: Negative test by using a different crtc with atomic ioctl
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: cursor_implicit_plane
+ * SUBTEST: cursor-implicit-plane
* Description: Negative test by using a non-primary plane with setcursor ioctl
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: empty_lease
+ * SUBTEST: empty-lease
* Description: Check that creating an empty lease works
* Driver requirement: i915, xe
* Functionality: lease
@@ -89,63 +89,63 @@
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_again
+ * SUBTEST: lease-again
* Description: Tests leasing objects more than once
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_get
+ * SUBTEST: lease-get
* Description: Tests getting the required contents of a lease
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_invalid_connector
+ * SUBTEST: lease-invalid-connector
* Description: Tests leasing an invalid connector
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_invalid_crtc
+ * SUBTEST: lease-invalid-crtc
* Description: Tests leasing an invalid crtc
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_invalid_plane
+ * SUBTEST: lease-invalid-plane
* Description: Tests leasing an invalid plane
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_revoke
+ * SUBTEST: lease-revoke
* Description: Tests revocation of lease
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_unleased_connector
+ * SUBTEST: lease-unleased-connector
* Description: Negative test by trying to use an unleased connector
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lease_unleased_crtc
+ * SUBTEST: lease-unleased-crtc
* Description: Negative test by trying to use an unleased crtc
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: lessee_list
+ * SUBTEST: lessee-list
* Description: Check if listed lease is same as created one
* Driver requirement: i915, xe
* Functionality: lease
@@ -168,7 +168,7 @@
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: page_flip_implicit_plane
+ * SUBTEST: page-flip-implicit-plane
* Description: Negative test by using a non-primary plane with the page flip ioctl
* Driver requirement: i915, xe
* Functionality: lease
@@ -184,14 +184,14 @@
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: setcrtc_implicit_plane
+ * SUBTEST: setcrtc-implicit-plane
* Description: Negative test by using a non-primary plane with the setcrtc ioctl
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
* Test category: functionality test
*
- * SUBTEST: simple_lease
+ * SUBTEST: simple-lease
* Description: Check if create lease ioctl call works
* Driver requirement: i915, xe
* Functionality: lease
@@ -381,7 +381,7 @@ static void simple_lease(data_t *data)
igt_assert_eq(0, prepare_crtc(&lease, data));
/* Paint something attractive */
- paint_fb(lease.fd, &lease.primary_fb, "simple_lease",
+ paint_fb(lease.fd, &lease.primary_fb, "simple-lease",
lease.mode->name, igt_output_name(lease.output), kmstest_pipe_name(pipe));
igt_debug_wait_for_keypress("lease");
cleanup_crtc(&lease,
@@ -1347,25 +1347,25 @@ igt_main
void (*func)(data_t *);
const char *desc;
} funcs[] = {
- { "simple_lease", simple_lease, "Check if create lease ioctl call works" },
- { "empty_lease", empty_lease, "Check that creating an empty lease works" },
- { "lessee_list", lessee_list, "Check if listed lease is same as created one" },
- { "lease_get", lease_get, "Tests getting the required contents of a lease" },
- { "lease_unleased_connector", lease_unleased_connector, "Negative test by trying to"
+ { "simple-lease", simple_lease, "Check if create lease ioctl call works" },
+ { "empty-lease", empty_lease, "Check that creating an empty lease works" },
+ { "lessee-list", lessee_list, "Check if listed lease is same as created one" },
+ { "lease-get", lease_get, "Tests getting the required contents of a lease" },
+ { "lease-unleased-connector", lease_unleased_connector, "Negative test by trying to"
" use an unleased connector " },
- { "lease_unleased_crtc", lease_unleased_crtc, "Negative test by trying to use an unleased crtc" },
- { "lease_revoke", lease_revoke, "Tests revocation of lease" },
- { "lease_again", lease_again, "Tests leasing objects more than once" },
- { "lease_invalid_connector", lease_invalid_connector, "Tests leasing an invalid connector" },
- { "lease_invalid_crtc", lease_invalid_crtc, "Tests leasing an invalid crtc" },
- { "lease_invalid_plane", lease_invalid_plane, "Tests leasing an invalid plane" },
- { "page_flip_implicit_plane", page_flip_implicit_plane, "Negative test by using a "
+ { "lease-unleased-crtc", lease_unleased_crtc, "Negative test by trying to use an unleased crtc" },
+ { "lease-revoke", lease_revoke, "Tests revocation of lease" },
+ { "lease-again", lease_again, "Tests leasing objects more than once" },
+ { "lease-invalid-connector", lease_invalid_connector, "Tests leasing an invalid connector" },
+ { "lease-invalid-crtc", lease_invalid_crtc, "Tests leasing an invalid crtc" },
+ { "lease-invalid-plane", lease_invalid_plane, "Tests leasing an invalid plane" },
+ { "page-flip-implicit-plane", page_flip_implicit_plane, "Negative test by using a "
"non-primary plane with the page flip ioctl" },
- { "setcrtc_implicit_plane", setcrtc_implicit_plane, "Negative test by using a "
+ { "setcrtc-implicit-plane", setcrtc_implicit_plane, "Negative test by using a "
"non-primary plane with the setcrtc ioctl" },
- { "cursor_implicit_plane", cursor_implicit_plane, "Negative test by using a non-primary"
+ { "cursor-implicit-plane", cursor_implicit_plane, "Negative test by using a non-primary"
" plane with setcursor ioctl" },
- { "atomic_implicit_crtc", atomic_implicit_crtc, "Negative test by using a different"
+ { "atomic-implicit-crtc", atomic_implicit_crtc, "Negative test by using a different"
" crtc with atomic ioctl" },
{ }
}, *f;
--
2.25.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/kms_lease: Test rename
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc Swati Sharma
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests Swati Sharma
@ 2023-09-18 19:05 ` Patchwork
2023-09-18 19:09 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2023-09-18 19:05 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]
== Series Details ==
Series: tests/kms_lease: Test rename
URL : https://patchwork.freedesktop.org/series/123855/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7493_BAT -> XEIGTPW_9819_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_9819_BAT that come from known issues:
### IGT changes ###
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
Build changes
-------------
* IGT: IGT_7493 -> IGTPW_9819
* Linux: xe-376-9da40abcc0ccdf8fdfed4e21d76060bfcd35fe7d -> xe-377-717f01815b20bde3f081a18f42f31673ce1f107f
IGTPW_9819: 9819
IGT_7493: 2517e42d612e0c1ca096acf8b5f6177f7ef4bce7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-376-9da40abcc0ccdf8fdfed4e21d76060bfcd35fe7d: 9da40abcc0ccdf8fdfed4e21d76060bfcd35fe7d
xe-377-717f01815b20bde3f081a18f42f31673ce1f107f: 717f01815b20bde3f081a18f42f31673ce1f107f
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9819/index.html
[-- Attachment #2: Type: text/html, Size: 1846 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: Test rename
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
` (2 preceding siblings ...)
2023-09-18 19:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/kms_lease: Test rename Patchwork
@ 2023-09-18 19:09 ` Patchwork
2023-09-19 22:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2023-09-18 19:09 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 10658 bytes --]
== Series Details ==
Series: tests/kms_lease: Test rename
URL : https://patchwork.freedesktop.org/series/123855/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13651 -> IGTPW_9819
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
Participating hosts (38 -> 38)
------------------------------
Additional (2): fi-kbl-soraka bat-dg2-8
Missing (2): fi-ivb-3770 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9819 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0@smem:
- bat-dg2-9: [PASS][1] -> [INCOMPLETE][2] ([i915#8797] / [i915#9275])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#4083])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-8: NOTRUN -> [SKIP][6] ([i915#4077]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@gem_mmap_gtt@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg2-8: NOTRUN -> [SKIP][7] ([i915#4079]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][8] ([i915#6621])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [PASS][9] -> [DMESG-FAIL][10] ([i915#5334])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][11] ([i915#1886] / [i915#7913])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@live@slpc:
- fi-kbl-soraka: NOTRUN -> [ABORT][12] ([i915#7913])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-kbl-soraka/igt@i915_selftest@live@slpc.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#6645])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][14] ([i915#5190])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#4215] / [i915#5190])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#4212]) +6 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#4212] / [i915#5608])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][19] ([fdo#109271]) +9 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-kbl-soraka/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][20] ([fdo#109285])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#5274])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][22] -> [ABORT][23] ([i915#8668])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
* igt@kms_psr@cursor_plane_move:
- bat-dg2-8: NOTRUN -> [SKIP][24] ([i915#1072]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_psr@cursor_plane_move.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][25] ([i915#3555])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-8: NOTRUN -> [SKIP][26] ([i915#3708])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-8: NOTRUN -> [SKIP][27] ([i915#3708] / [i915#4077]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- bat-dg2-8: NOTRUN -> [SKIP][28] ([i915#3291] / [i915#3708]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/bat-dg2-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@execlists:
- fi-bsw-n3050: [ABORT][29] ([i915#7913]) -> [PASS][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#485]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/485
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[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#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7493 -> IGTPW_9819
CI-20190529: 20190529
CI_DRM_13651: 61b71c3f061a44a6ab1dcf756918886aa03a5480 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9819: 9819
IGT_7493: 2517e42d612e0c1ca096acf8b5f6177f7ef4bce7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+igt@kms_lease@atomic-implicit-crtc
+igt@kms_lease@cursor-implicit-plane
+igt@kms_lease@empty-lease
+igt@kms_lease@lease-again
+igt@kms_lease@lease-get
+igt@kms_lease@lease-invalid-connector
+igt@kms_lease@lease-invalid-crtc
+igt@kms_lease@lease-invalid-plane
+igt@kms_lease@lease-revoke
+igt@kms_lease@lease-unleased-connector
+igt@kms_lease@lease-unleased-crtc
+igt@kms_lease@lessee-list
+igt@kms_lease@page-flip-implicit-plane
+igt@kms_lease@setcrtc-implicit-plane
+igt@kms_lease@simple-lease
-igt@kms_lease@atomic_implicit_crtc
-igt@kms_lease@cursor_implicit_plane
-igt@kms_lease@empty_lease
-igt@kms_lease@lease_again
-igt@kms_lease@lease_get
-igt@kms_lease@lease_invalid_connector
-igt@kms_lease@lease_invalid_crtc
-igt@kms_lease@lease_invalid_plane
-igt@kms_lease@lease_revoke
-igt@kms_lease@lease_unleased_connector
-igt@kms_lease@lease_unleased_crtc
-igt@kms_lease@lessee_list
-igt@kms_lease@page_flip_implicit_plane
-igt@kms_lease@setcrtc_implicit_plane
-igt@kms_lease@simple_lease
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
[-- Attachment #2: Type: text/html, Size: 12601 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_lease: Test rename
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
` (3 preceding siblings ...)
2023-09-18 19:09 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
@ 2023-09-19 22:38 ` Patchwork
2023-09-21 6:00 ` Patchwork
2023-09-21 6:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2023-09-19 22:38 UTC (permalink / raw)
To: Swati Sharma; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100247 bytes --]
== Series Details ==
Series: tests/kms_lease: Test rename
URL : https://patchwork.freedesktop.org/series/123855/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13651_full -> IGTPW_9819_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9819_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9819_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_9819/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9819_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_isolation@preservation-s3@ccs0:
- shard-dg2: NOTRUN -> [INCOMPLETE][1] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_isolation@preservation-s3@ccs0.html
* igt@kms_psr@psr2_cursor_blt:
- shard-mtlp: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_selftest@drm_dp_mst:
- shard-rkl: NOTRUN -> [TIMEOUT][3] +1 other test timeout
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_selftest@drm_dp_mst.html
* igt@kms_selftest@drm_format_helper:
- shard-dg2: NOTRUN -> [TIMEOUT][4] +1 other test timeout
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_selftest@drm_format_helper.html
New tests
---------
New tests have been introduced between CI_DRM_13651_full and IGTPW_9819_full:
### New IGT tests (293) ###
* igt@kms_lease@atomic-implicit-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@empty-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-again@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-get@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-revoke@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lessee-list@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@simple-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9819_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#8414]) +10 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8414]) +19 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.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/CI_DRM_13651/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#7697])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#4873])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_caching@read-writes.html
* igt@gem_ccs@block-copy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#3555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-mtlp: NOTRUN -> [SKIP][14] ([i915#9323])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-mtlp: NOTRUN -> [SKIP][15] ([i915#6335])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [PASS][16] -> [FAIL][17] ([i915#6121])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-s3@vcs0:
- shard-mtlp: [PASS][18] -> [DMESG-WARN][19] ([i915#9262]) +2 other tests dmesg-warn
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-5/igt@gem_ctx_isolation@preservation-s3@vcs0.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@vcs0.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555]) +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#8555]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-mixed:
- shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#1099]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_ctx_persistence@legacy-engines-mixed.html
* igt@gem_eio@kms:
- shard-dg2: NOTRUN -> [FAIL][23] ([i915#5784])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-snb: NOTRUN -> [FAIL][24] ([i915#8898])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-sync:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4771])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [PASS][26] -> [FAIL][27] ([i915#2846])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][29] -> [FAIL][30] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4812]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fence@submit67.html
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#4812])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#3711])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#5107])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#3281])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-cpu-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) +14 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +5 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4537])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@preempt-hang@vcs0:
- shard-mtlp: NOTRUN -> [ABORT][41] ([i915#9262]) +11 other tests abort
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_schedule@preempt-hang@vcs0.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@promotion:
- shard-dg2: NOTRUN -> [INCOMPLETE][43] ([i915#2295])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_schedule@promotion.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [PASS][44] -> [INCOMPLETE][45] ([i915#8797])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-snb: NOTRUN -> [DMESG-WARN][46] ([i915#8841]) +5 other tests dmesg-warn
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][47] -> [ABORT][48] ([i915#7975] / [i915#8213])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
- shard-dg1: [PASS][49] -> [ABORT][50] ([i915#7975] / [i915#8213])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4860]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@smem-oom:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4613]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_mmap_gtt@close-race:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4077]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_mmap_gtt@close-race.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4077]) +11 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4077]) +13 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4083]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4083]) +5 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_mmap_wc@read-write.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#3282]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@snoop:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#3282])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_pread@snoop.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4270]) +4 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270]) +6 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#3282]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8428]) +8 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#5190]) +9 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4079])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4079]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#4885])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4885])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#4079]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#3297]) +2 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#3297] / [i915#4880]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][74] ([i915#3297])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][75] ([i915#3318])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_userptr_blits@vma-merge.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-dg2: NOTRUN -> [FAIL][76] ([fdo#103375])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@basic-allocation:
- shard-mtlp: NOTRUN -> [SKIP][77] ([fdo#109289]) +5 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gen7_exec_parse@basic-allocation.html
- shard-rkl: NOTRUN -> [SKIP][78] ([fdo#109289])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg2: NOTRUN -> [SKIP][79] ([fdo#109289]) +4 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gen7_exec_parse@basic-offset.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#2856]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#2527])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-large:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#2856]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#2527])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_hangman@gt-error-state-capture@vecs0:
- shard-mtlp: NOTRUN -> [DMESG-WARN][84] ([i915#9262]) +3 other tests dmesg-warn
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@i915_hangman@gt-error-state-capture@vecs0.html
* igt@i915_module_load@load:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#6227])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: NOTRUN -> [DMESG-WARN][86] ([i915#8617])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-dg1: [PASS][87] -> [FAIL][88] ([i915#3591])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-rkl: [PASS][89] -> [SKIP][90] ([i915#1397]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-mtlp: NOTRUN -> [SKIP][91] ([fdo#109293])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8431])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#1397])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][94] ([i915#1397]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#6621])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][96] -> [INCOMPLETE][97] ([i915#7790])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-snb2/igt@i915_pm_rps@reset.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@i915_pm_rps@reset.html
- shard-tglu: [PASS][98] -> [INCOMPLETE][99] ([i915#8320])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-5/igt@i915_pm_rps@reset.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-7/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds-idle-park@gt0:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#8925]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@i915_pm_rps@thresholds-idle-park@gt0.html
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#8925])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* igt@i915_query@query-topology-unsupported:
- shard-dg2: NOTRUN -> [SKIP][102] ([fdo#109302])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_query@query-topology-unsupported.html
- shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#109302])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][104] -> [FAIL][105] ([fdo#103375])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#4212]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#4212]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#3826])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#8502]) +3 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/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-b-hdmi-a-2-4-rc_ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#8709]) +11 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc_ccs-cc.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][111] ([i915#8247]) +3 other tests fail
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][112] ([i915#8247]) +3 other tests fail
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_async_flips@crc@pipe-c-hdmi-a-1.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#6229])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][114] ([fdo#111614]) +4 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#5286])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [FAIL][116] ([i915#5138])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][117] ([fdo#111614]) +7 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: [PASS][118] -> [FAIL][119] ([i915#3743])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111615]) +7 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][122] ([fdo#110723]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg1: NOTRUN -> [SKIP][123] ([fdo#111615])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][124] ([fdo#111615])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#6187]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +7 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#2705])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_big_joiner@invalid-modeset.html
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#2705])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#5354]) +49 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#3886] / [i915#6095]) +10 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#5354] / [i915#6095])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#3886]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][133] ([fdo#109271] / [i915#3886])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#3689] / [i915#3886] / [i915#5354]) +10 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs:
- shard-glk: NOTRUN -> [SKIP][137] ([fdo#109271]) +29 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#3689] / [i915#5354]) +19 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#5354] / [i915#6095]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#6095]) +43 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#5354]) +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#3689] / [i915#5354] / [i915#6095]) +2 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#4087] / [i915#7213]) +4 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_chamelium_audio@dp-audio:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#7828]) +10 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-mtlp: NOTRUN -> [SKIP][145] ([fdo#111827])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@gamma:
- shard-dg2: NOTRUN -> [SKIP][146] ([fdo#111827]) +2 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#7828]) +6 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#7828]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#3299])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-dg1: NOTRUN -> [SKIP][150] ([i915#7116])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#7118]) +2 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#6944]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#3359]) +2 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#3359]) +2 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555]) +8 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-dg1: NOTRUN -> [SKIP][156] ([i915#3555]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#8814]) +4 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][158] ([fdo#109274] / [fdo#111767] / [i915#5354])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3546]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#4213]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-mtlp: NOTRUN -> [FAIL][161] ([i915#8248])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-snb: NOTRUN -> [SKIP][162] ([fdo#109271] / [fdo#111767])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-mtlp: NOTRUN -> [SKIP][163] ([fdo#111767] / [i915#3546])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][164] ([fdo#109274] / [i915#5354]) +6 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#9227])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#9226] / [i915#9261]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8588])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#8812])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-basic:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#3840] / [i915#9159])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#3555] / [i915#3840])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][172] ([fdo#109274]) +5 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#8381]) +1 other test skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-rkl: NOTRUN -> [SKIP][174] ([fdo#111825]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3637]) +4 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2:
- shard-glk: [PASS][176] -> [FAIL][177] ([i915#79])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk7/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#8381])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#2587] / [i915#2672])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#2672])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#2672]) +2 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#8810])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#2672]) +6 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][184] ([i915#3555] / [i915#8810]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-mtlp: NOTRUN -> [SKIP][185] ([fdo#109285])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#8708]) +18 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [PASS][187] -> [FAIL][188] ([i915#6880])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][189] ([fdo#111825]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][190] ([fdo#111825] / [i915#1825]) +5 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3458]) +12 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#8708]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][193] ([fdo#110189]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#3458]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8708]) +14 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#1825]) +39 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][197] ([fdo#109280]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3023]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8228])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#8228]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_hdr@static-toggle.html
* igt@kms_plane@plane-position-hole-dpms:
- shard-glk: NOTRUN -> [INCOMPLETE][201] ([i915#2295])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk8/igt@kms_plane@plane-position-hole-dpms.html
* igt@kms_plane_multiple@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#8806])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#8806])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][204] ([i915#8292])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#5176]) +7 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#5176]) +15 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#5176]) +7 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#5235]) +5 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#5235]) +15 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][210] ([fdo#109271]) +197 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1:
- shard-apl: NOTRUN -> [SKIP][211] ([fdo#109271]) +42 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#5235]) +11 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][213] ([i915#5235]) +19 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#6524])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
- shard-glk: NOTRUN -> [SKIP][215] ([fdo#109271] / [i915#658])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#658]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_primary_render:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#1072]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr@psr2_primary_render.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#4235]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#5289])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][220] ([fdo#111615] / [i915#5289])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-a:
- shard-rkl: [PASS][221] -> [FAIL][222] ([i915#9196])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-mtlp: [PASS][223] -> [ABORT][224] ([i915#9262]) +1 other test abort
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend:
- shard-apl: [PASS][225] -> [INCOMPLETE][226] ([i915#180])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl6/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#4070] / [i915#6768]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_vblank@pipe-c-wait-forked-busy.html
* igt@kms_vblank@pipe-d-query-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#4070] / [i915#533] / [i915#6768]) +2 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked-busy.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#2437])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@blocking@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][230] ([i915#9259]) +1 other test fail
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf@blocking@0-rcs0.html
* igt@perf@buffer-fill@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][231] ([i915#7823] / [i915#9265])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf@buffer-fill@0-rcs0.html
* igt@perf_pmu@busy-check-all@rcs0:
- shard-mtlp: NOTRUN -> [FAIL][232] ([i915#4521]) +2 other tests fail
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@busy-check-all@rcs0.html
* igt@perf_pmu@busy-hang@ccs0:
- shard-mtlp: NOTRUN -> [FAIL][233] ([i915#4349]) +8 other tests fail
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@perf_pmu@busy-hang@ccs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#8850])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][235] ([fdo#112283])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][236] ([i915#6806])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][237] ([i915#5793] / [i915#6121])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-check-all@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][238] ([i915#5234]) +5 other tests fail
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@most-busy-check-all@vcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-mtlp: NOTRUN -> [ABORT][239] ([i915#9268] / [i915#9335])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6-suspend:
- shard-mtlp: NOTRUN -> [ABORT][240] ([i915#9262] / [i915#9268])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@perf_pmu@rc6-suspend.html
* igt@prime_vgem@basic-gtt:
- shard-mtlp: NOTRUN -> [SKIP][241] ([i915#3708] / [i915#4077])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@prime_vgem@basic-gtt.html
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#3708] / [i915#4077])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#3708])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@prime_vgem@basic-read.html
* igt@prime_vgem@coherency-blt:
- shard-mtlp: NOTRUN -> [FAIL][244] ([i915#8445])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@prime_vgem@coherency-blt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#3708]) +2 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@prime_vgem@fence-read-hang.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: [PASS][246] -> [FAIL][247] ([i915#1731])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-7/igt@sysfs_heartbeat_interval@mixed@vecs0.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: [PASS][248] -> [TIMEOUT][249] ([i915#8521])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync:
- shard-dg1: NOTRUN -> [SKIP][250] ([i915#2575]) +2 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html
* igt@v3d/v3d_perfmon@create-perfmon-0:
- shard-rkl: NOTRUN -> [SKIP][251] ([fdo#109315]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@v3d/v3d_perfmon@create-perfmon-0.html
* igt@v3d/v3d_submit_csd@bad-bo:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#2575]) +13 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@v3d/v3d_submit_csd@bad-bo.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#2575]) +11 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#7711])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#7711]) +8 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html
* igt@vc4/vc4_tiling@set-bad-modifier:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#7711])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-modifier.html
* igt@vc4/vc4_tiling@set-get:
- shard-dg2: NOTRUN -> [SKIP][257] ([i915#7711]) +5 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][258] ([i915#7742]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][260] ([i915#7297]) -> [PASS][261]
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][262] ([i915#6268]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
- shard-tglu: [FAIL][264] ([i915#6268]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_eio@in-flight-suspend:
- shard-mtlp: [ABORT][266] ([i915#7892] / [i915#9262]) -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_eio@in-flight-suspend.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][268] ([i915#5784]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-15/igt@gem_eio@unwedge-stress.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglu: [FAIL][270] ([i915#2842]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][272] ([i915#2842]) -> [PASS][273] +1 other test pass
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [INCOMPLETE][274] ([i915#5566]) -> [PASS][275]
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl4/igt@gen9_exec_parse@allowed-single.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl2/igt@gen9_exec_parse@allowed-single.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][276] ([i915#1397]) -> [PASS][277] +1 other test pass
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [SKIP][278] ([i915#1397]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg2: [SKIP][280] ([i915#1397]) -> [PASS][281] +1 other test pass
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-glk: [DMESG-FAIL][282] ([i915#5334]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@i915_selftest@live@gt_heartbeat.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-dg1: [DMESG-WARN][284] ([i915#4391] / [i915#4423]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_suspend@basic-s3-without-i915.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@sysfs-reader:
- shard-mtlp: [ABORT][286] ([i915#9262]) -> [PASS][287] +2 other tests pass
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-3/igt@i915_suspend@sysfs-reader.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_suspend@sysfs-reader.html
* igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs:
- shard-dg1: [DMESG-WARN][288] ([i915#4423]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][290] ([i915#2346]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-suspend@b-edp1:
- shard-mtlp: [DMESG-WARN][292] ([i915#9262]) -> [PASS][293] +2 other tests pass
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_flip@flip-vs-suspend@b-edp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-dg2: [FAIL][294] ([i915#6880]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
- shard-apl: [INCOMPLETE][296] ([i915#180]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
* igt@kms_plane@pixel-format@pipe-a-planes:
- shard-glk: [DMESG-FAIL][298] ([i915#118]) -> [PASS][299]
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@kms_plane@pixel-format@pipe-a-planes.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@kms_plane@pixel-format@pipe-a-planes.html
* igt@kms_vblank@pipe-b-ts-continuation-suspend:
- shard-dg2: [FAIL][300] ([fdo#103375]) -> [PASS][301] +1 other test pass
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
#### Warnings ####
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: [ABORT][302] ([i915#4983] / [i915#7461]) -> [INCOMPLETE][3
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
[-- Attachment #2: Type: text/html, Size: 116556 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_lease: Test rename
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
` (4 preceding siblings ...)
2023-09-19 22:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-09-21 6:00 ` Patchwork
2023-09-21 6:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2023-09-21 6:00 UTC (permalink / raw)
To: Sharma, Swati2; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100247 bytes --]
== Series Details ==
Series: tests/kms_lease: Test rename
URL : https://patchwork.freedesktop.org/series/123855/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13651_full -> IGTPW_9819_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9819_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9819_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_9819/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9819_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@kms_fbcon_fbt@fbc-suspend.html
New tests
---------
New tests have been introduced between CI_DRM_13651_full and IGTPW_9819_full:
### New IGT tests (293) ###
* igt@kms_lease@atomic-implicit-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@empty-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-again@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-get@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-revoke@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lessee-list@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@simple-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9819_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][2] ([i915#8411])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8411]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +10 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8414]) +19 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][6] -> [FAIL][7] ([i915#7742])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#7697])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#4873])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_caching@read-writes.html
* igt@gem_ccs@block-copy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#3555])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#6335])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [PASS][13] -> [FAIL][14] ([i915#6121])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-s3@ccs0:
- shard-dg2: NOTRUN -> [INCOMPLETE][15] ([i915#9162])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_isolation@preservation-s3@ccs0.html
* igt@gem_ctx_isolation@preservation-s3@vcs0:
- shard-mtlp: [PASS][16] -> [DMESG-WARN][17] ([i915#9262]) +2 other tests dmesg-warn
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-5/igt@gem_ctx_isolation@preservation-s3@vcs0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@vcs0.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#8555]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8555]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-mixed:
- shard-snb: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#1099]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_ctx_persistence@legacy-engines-mixed.html
* igt@gem_eio@kms:
- shard-dg2: NOTRUN -> [FAIL][21] ([i915#5784])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-snb: NOTRUN -> [FAIL][22] ([i915#8898])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-sync:
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4771])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [PASS][24] -> [FAIL][25] ([i915#2846])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#3539] / [i915#4852]) +4 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][27] -> [FAIL][28] ([i915#2842])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4812]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#4812])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fence@submit67.html
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#4812])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-mtlp: NOTRUN -> [SKIP][32] ([i915#3711])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3539]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#5107])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#3281])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-cpu-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +14 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +5 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4537])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@preempt-hang@vcs0:
- shard-mtlp: NOTRUN -> [ABORT][39] ([i915#9262]) +11 other tests abort
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_schedule@preempt-hang@vcs0.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@promotion:
- shard-dg2: NOTRUN -> [INCOMPLETE][41] ([i915#2295])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_schedule@promotion.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [PASS][42] -> [INCOMPLETE][43] ([i915#8797])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-snb: NOTRUN -> [DMESG-WARN][44] ([i915#8841]) +5 other tests dmesg-warn
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][45] -> [ABORT][46] ([i915#7975] / [i915#8213])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
- shard-dg1: [PASS][47] -> [ABORT][48] ([i915#7975] / [i915#8213])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@smem-oom:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4613]) +5 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_mmap_gtt@close-race:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4077]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_mmap_gtt@close-race.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4077]) +11 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4077]) +13 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4083]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#4083]) +5 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_mmap_wc@read-write.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) +3 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@snoop:
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#3282])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_pread@snoop.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#4270]) +4 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4270]) +6 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3282]) +3 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#8428]) +8 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#5190]) +9 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#4079])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4079]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4885])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4885])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#4079]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3297] / [i915#4880]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][72] ([i915#3297])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][73] ([i915#3318])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_userptr_blits@vma-merge.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-dg2: NOTRUN -> [FAIL][74] ([fdo#103375])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@basic-allocation:
- shard-mtlp: NOTRUN -> [SKIP][75] ([fdo#109289]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gen7_exec_parse@basic-allocation.html
- shard-rkl: NOTRUN -> [SKIP][76] ([fdo#109289])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg2: NOTRUN -> [SKIP][77] ([fdo#109289]) +4 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gen7_exec_parse@basic-offset.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#2856]) +3 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#2527])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-large:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#2856]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_hangman@gt-error-state-capture@vecs0:
- shard-mtlp: NOTRUN -> [DMESG-WARN][82] ([i915#9262]) +3 other tests dmesg-warn
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@i915_hangman@gt-error-state-capture@vecs0.html
* igt@i915_module_load@load:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#6227])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: NOTRUN -> [DMESG-WARN][84] ([i915#8617])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-dg1: [PASS][85] -> [FAIL][86] ([i915#3591])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-rkl: [PASS][87] -> [SKIP][88] ([i915#1397]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-mtlp: NOTRUN -> [SKIP][89] ([fdo#109293])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8431])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#1397])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#1397]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#6621])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][94] -> [INCOMPLETE][95] ([i915#7790])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-snb2/igt@i915_pm_rps@reset.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@i915_pm_rps@reset.html
- shard-tglu: [PASS][96] -> [INCOMPLETE][97] ([i915#8320])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-5/igt@i915_pm_rps@reset.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-7/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds-idle-park@gt0:
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#8925]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@i915_pm_rps@thresholds-idle-park@gt0.html
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#8925])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* igt@i915_query@query-topology-unsupported:
- shard-dg2: NOTRUN -> [SKIP][100] ([fdo#109302])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_query@query-topology-unsupported.html
- shard-mtlp: NOTRUN -> [SKIP][101] ([fdo#109302])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][102] -> [FAIL][103] ([fdo#103375])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#4212]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#4212]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#3826])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#8502]) +3 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/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-b-hdmi-a-2-4-rc_ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#8709]) +11 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc_ccs-cc.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][109] ([i915#8247]) +3 other tests fail
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][110] ([i915#8247]) +3 other tests fail
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_async_flips@crc@pipe-c-hdmi-a-1.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6229])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][112] ([fdo#111614]) +4 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#5286])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [FAIL][114] ([i915#5138])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][115] ([fdo#111614]) +7 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: [PASS][116] -> [FAIL][117] ([i915#3743])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#4538])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111615]) +7 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][120] ([fdo#110723]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg1: NOTRUN -> [SKIP][121] ([fdo#111615])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][122] ([fdo#111615])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#6187]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5190]) +7 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#2705])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_big_joiner@invalid-modeset.html
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#2705])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#5354]) +49 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3886] / [i915#6095]) +10 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#5354] / [i915#6095])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][130] ([fdo#109271] / [i915#3886]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][131] ([fdo#109271] / [i915#3886])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#3689] / [i915#3886] / [i915#5354]) +10 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][134] ([i915#5354] / [i915#6095])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs:
- shard-glk: NOTRUN -> [SKIP][135] ([fdo#109271]) +29 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#3689] / [i915#5354]) +19 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#5354] / [i915#6095]) +2 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs:
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#6095]) +43 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#5354]) +4 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#3689] / [i915#5354] / [i915#6095]) +2 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#4087] / [i915#7213]) +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_chamelium_audio@dp-audio:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) +10 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-mtlp: NOTRUN -> [SKIP][143] ([fdo#111827])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@gamma:
- shard-dg2: NOTRUN -> [SKIP][144] ([fdo#111827]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#7828]) +6 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#7828]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#3299])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#7116])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#7118]) +2 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#6944]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3359]) +2 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3359]) +2 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#3555]) +8 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#3555]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8814]) +4 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][156] ([fdo#109274] / [fdo#111767] / [i915#5354])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3546]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#4213]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-mtlp: NOTRUN -> [FAIL][159] ([i915#8248])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-snb: NOTRUN -> [SKIP][160] ([fdo#109271] / [fdo#111767])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-mtlp: NOTRUN -> [SKIP][161] ([fdo#111767] / [i915#3546])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][162] ([fdo#109274] / [i915#5354]) +6 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#9227])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#9226] / [i915#9261]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#8588])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#8812])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-basic:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#3840] / [i915#9159])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#3840])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][170] ([fdo#109274]) +5 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#8381]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-rkl: NOTRUN -> [SKIP][172] ([fdo#111825]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3637]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2:
- shard-glk: [PASS][174] -> [FAIL][175] ([i915#79])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk7/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8381])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#2587] / [i915#2672])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#2672])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#2672]) +2 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#8810])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#2672]) +6 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#8810]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-mtlp: NOTRUN -> [SKIP][183] ([fdo#109285])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#8708]) +18 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [PASS][185] -> [FAIL][186] ([i915#6880])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][187] ([fdo#111825]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][188] ([fdo#111825] / [i915#1825]) +5 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#3458]) +12 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#8708]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][191] ([fdo#110189]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#3458]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#8708]) +14 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#1825]) +39 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][195] ([fdo#109280]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3023]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8228]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_hdr@static-toggle.html
* igt@kms_plane@plane-position-hole-dpms:
- shard-glk: NOTRUN -> [INCOMPLETE][199] ([i915#2295])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk8/igt@kms_plane@plane-position-hole-dpms.html
* igt@kms_plane_multiple@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#8806])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8806])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][202] ([i915#8292])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#5176]) +7 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#5176]) +15 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#5176]) +7 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#5235]) +5 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#5235]) +15 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][208] ([fdo#109271]) +197 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1:
- shard-apl: NOTRUN -> [SKIP][209] ([fdo#109271]) +42 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#5235]) +11 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#5235]) +19 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#6524])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
- shard-glk: NOTRUN -> [SKIP][213] ([fdo#109271] / [i915#658])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#658]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_cursor_blt:
- shard-mtlp: NOTRUN -> [FAIL][215] ([i915#9066])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_psr@psr2_primary_render:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#1072]) +3 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr@psr2_primary_render.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#4235]) +2 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#5289])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][219] ([fdo#111615] / [i915#5289])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_selftest@drm_dp_mst:
- shard-rkl: NOTRUN -> [TIMEOUT][220] ([i915#8628]) +1 other test timeout
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_selftest@drm_dp_mst.html
* igt@kms_selftest@drm_format_helper:
- shard-dg2: NOTRUN -> [TIMEOUT][221] ([i915#8628]) +1 other test timeout
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_selftest@drm_format_helper.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-a:
- shard-rkl: [PASS][222] -> [FAIL][223] ([i915#9196])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-mtlp: [PASS][224] -> [ABORT][225] ([i915#9262]) +1 other test abort
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend:
- shard-apl: [PASS][226] -> [INCOMPLETE][227] ([i915#180])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl6/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#4070] / [i915#6768]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_vblank@pipe-c-wait-forked-busy.html
* igt@kms_vblank@pipe-d-query-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#4070] / [i915#533] / [i915#6768]) +2 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked-busy.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#2437])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@blocking@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][231] ([i915#9259]) +1 other test fail
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf@blocking@0-rcs0.html
* igt@perf@buffer-fill@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][232] ([i915#7823] / [i915#9265])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf@buffer-fill@0-rcs0.html
* igt@perf_pmu@busy-check-all@rcs0:
- shard-mtlp: NOTRUN -> [FAIL][233] ([i915#4521]) +2 other tests fail
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@busy-check-all@rcs0.html
* igt@perf_pmu@busy-hang@ccs0:
- shard-mtlp: NOTRUN -> [FAIL][234] ([i915#4349]) +8 other tests fail
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@perf_pmu@busy-hang@ccs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#8850])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][236] ([fdo#112283])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][237] ([i915#6806])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][238] ([i915#5793] / [i915#6121])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-check-all@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][239] ([i915#5234]) +5 other tests fail
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@most-busy-check-all@vcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-mtlp: NOTRUN -> [ABORT][240] ([i915#9268] / [i915#9335])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6-suspend:
- shard-mtlp: NOTRUN -> [ABORT][241] ([i915#9262] / [i915#9268])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@perf_pmu@rc6-suspend.html
* igt@prime_vgem@basic-gtt:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#3708] / [i915#4077])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@prime_vgem@basic-gtt.html
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#3708] / [i915#4077])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#3708])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@prime_vgem@basic-read.html
* igt@prime_vgem@coherency-blt:
- shard-mtlp: NOTRUN -> [FAIL][245] ([i915#8445])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@prime_vgem@coherency-blt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#3708]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@prime_vgem@fence-read-hang.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: [PASS][247] -> [FAIL][248] ([i915#1731])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-7/igt@sysfs_heartbeat_interval@mixed@vecs0.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: [PASS][249] -> [TIMEOUT][250] ([i915#8521])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#2575]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html
* igt@v3d/v3d_perfmon@create-perfmon-0:
- shard-rkl: NOTRUN -> [SKIP][252] ([fdo#109315]) +2 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@v3d/v3d_perfmon@create-perfmon-0.html
* igt@v3d/v3d_submit_csd@bad-bo:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#2575]) +13 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@v3d/v3d_submit_csd@bad-bo.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#2575]) +11 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#7711])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#7711]) +8 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html
* igt@vc4/vc4_tiling@set-bad-modifier:
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#7711])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-modifier.html
* igt@vc4/vc4_tiling@set-get:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#7711]) +5 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][259] ([i915#7742]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][261] ([i915#7297]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][263] ([i915#6268]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
- shard-tglu: [FAIL][265] ([i915#6268]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_eio@in-flight-suspend:
- shard-mtlp: [ABORT][267] ([i915#7892] / [i915#9262]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_eio@in-flight-suspend.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][269] ([i915#5784]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-15/igt@gem_eio@unwedge-stress.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglu: [FAIL][271] ([i915#2842]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][273] ([i915#2842]) -> [PASS][274] +1 other test pass
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [INCOMPLETE][275] ([i915#5566]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl4/igt@gen9_exec_parse@allowed-single.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl2/igt@gen9_exec_parse@allowed-single.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][277] ([i915#1397]) -> [PASS][278] +1 other test pass
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [SKIP][279] ([i915#1397]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg2: [SKIP][281] ([i915#1397]) -> [PASS][282] +1 other test pass
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-glk: [DMESG-FAIL][283] ([i915#5334]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@i915_selftest@live@gt_heartbeat.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-dg1: [DMESG-WARN][285] ([i915#4391] / [i915#4423]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_suspend@basic-s3-without-i915.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@sysfs-reader:
- shard-mtlp: [ABORT][287] ([i915#9262]) -> [PASS][288] +2 other tests pass
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-3/igt@i915_suspend@sysfs-reader.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_suspend@sysfs-reader.html
* igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs:
- shard-dg1: [DMESG-WARN][289] ([i915#4423]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][291] ([i915#2346]) -> [PASS][292]
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-suspend@b-edp1:
- shard-mtlp: [DMESG-WARN][293] ([i915#9262]) -> [PASS][294] +2 other tests pass
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_flip@flip-vs-suspend@b-edp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-dg2: [FAIL][295] ([i915#6880]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
- shard-apl: [INCOMPLETE][297] ([i915#180]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
* igt@kms_plane@pixel-format@pipe-a-planes:
- shard-glk: [DMESG-FAIL][299] ([i915#118]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@kms_plane@pixel-format@pipe-a-planes.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@kms_plane@pixel-format@pipe-a-planes.html
* igt@kms_vblank@pipe-b-ts-continuation-suspend:
- shard-dg2: [FAIL][301] ([fdo#103375]) -> [PASS][302] +1 other test pass
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
[302]: https://intel-gfx-ci.01.org/tree/dr
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
[-- Attachment #2: Type: text/html, Size: 116547 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_lease: Test rename
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
` (5 preceding siblings ...)
2023-09-21 6:00 ` Patchwork
@ 2023-09-21 6:20 ` Patchwork
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2023-09-21 6:20 UTC (permalink / raw)
To: Sharma, Swati2; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100247 bytes --]
== Series Details ==
Series: tests/kms_lease: Test rename
URL : https://patchwork.freedesktop.org/series/123855/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13651_full -> IGTPW_9819_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
New tests
---------
New tests have been introduced between CI_DRM_13651_full and IGTPW_9819_full:
### New IGT tests (293) ###
* igt@kms_lease@atomic-implicit-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@atomic-implicit-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 4 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@cursor-implicit-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@empty-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@empty-lease@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-again@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-again@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-get@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-get@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-invalid-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-invalid-plane@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-revoke@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-revoke@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-dp-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-connector@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lease-unleased-crtc@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@lessee-list@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-b-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-c-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@lessee-list@pipe-d-hdmi-a-4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@page-flip-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-b-vga-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-c-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@setcrtc-implicit-plane@pipe-d-hdmi-a-3:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease:
- Statuses :
- Exec time: [None] s
* igt@kms_lease@simple-lease@pipe-a-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-a-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-b-hdmi-a-2:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-dp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-1:
- Statuses : 3 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-c-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_lease@simple-lease@pipe-d-hdmi-a-1:
- Statuses : 2 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_9819_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@api_intel_bb@blit-reloc-keep-cache.html
- shard-mtlp: NOTRUN -> [SKIP][2] ([i915#8411]) +1 other test skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg2: NOTRUN -> [SKIP][3] ([i915#8414]) +10 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) +19 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.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/CI_DRM_13651/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#7697])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#4873])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_caching@read-writes.html
* igt@gem_ccs@block-copy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#3555])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@suspend-resume:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#6335])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [PASS][12] -> [FAIL][13] ([i915#6121])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_ctx_exec@basic-nohangcheck.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-s3@ccs0:
- shard-dg2: NOTRUN -> [INCOMPLETE][14] ([i915#9162])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_isolation@preservation-s3@ccs0.html
* igt@gem_ctx_isolation@preservation-s3@vcs0:
- shard-mtlp: [PASS][15] -> [DMESG-WARN][16] ([i915#9262]) +2 other tests dmesg-warn
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-5/igt@gem_ctx_isolation@preservation-s3@vcs0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@vcs0.html
* igt@gem_ctx_persistence@hang:
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#8555]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@gem_ctx_persistence@hang.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#8555]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-mixed:
- shard-snb: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#1099]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_ctx_persistence@legacy-engines-mixed.html
* igt@gem_eio@kms:
- shard-dg2: NOTRUN -> [FAIL][20] ([i915#5784])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-snb: NOTRUN -> [FAIL][21] ([i915#8898])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-sync:
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#4771])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [PASS][23] -> [FAIL][24] ([i915#2846])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#3539] / [i915#4852]) +4 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fair@basic-none-rrul.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/CI_DRM_13651/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fence@concurrent:
- shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4812]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_fence@submit67.html
- shard-dg1: NOTRUN -> [SKIP][30] ([i915#4812])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#3711])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#5107])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-cpu-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3281]) +14 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +5 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4537])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@preempt-hang@vcs0:
- shard-mtlp: NOTRUN -> [ABORT][38] ([i915#9262]) +11 other tests abort
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_exec_schedule@preempt-hang@vcs0.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4537] / [i915#4812])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@promotion:
- shard-dg2: NOTRUN -> [INCOMPLETE][40] ([i915#2295])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_schedule@promotion.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [PASS][41] -> [INCOMPLETE][42] ([i915#8797])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-snb: NOTRUN -> [DMESG-WARN][43] ([i915#8841]) +5 other tests dmesg-warn
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb4/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][44] -> [ABORT][45] ([i915#7975] / [i915#8213])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
- shard-dg1: [PASS][46] -> [ABORT][47] ([i915#7975] / [i915#8213])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-18/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#4860]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4860]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@smem-oom:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4613]) +5 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_mmap_gtt@close-race:
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4077]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_mmap_gtt@close-race.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4077]) +11 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4077]) +13 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4083]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4083]) +5 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_mmap_wc@read-write.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@snoop:
- shard-dg1: NOTRUN -> [SKIP][57] ([i915#3282])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@gem_pread@snoop.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#4270])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4270]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4270]) +6 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#3282]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#8428]) +8 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#5190]) +9 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_gtt:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4079])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_set_tiling_vs_gtt.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4079]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_set_tiling_vs_gtt.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4885])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_softpin@evict-snoop-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4885])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#4079]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3297]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297] / [i915#4880]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][71] ([i915#3297])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@vma-merge:
- shard-dg2: NOTRUN -> [FAIL][72] ([i915#3318])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@gem_userptr_blits@vma-merge.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-dg2: NOTRUN -> [FAIL][73] ([fdo#103375])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@basic-allocation:
- shard-mtlp: NOTRUN -> [SKIP][74] ([fdo#109289]) +5 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@gen7_exec_parse@basic-allocation.html
- shard-rkl: NOTRUN -> [SKIP][75] ([fdo#109289])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg2: NOTRUN -> [SKIP][76] ([fdo#109289]) +4 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@gen7_exec_parse@basic-offset.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#2856]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#2527])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@bb-large:
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#2856]) +4 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#2527])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_hangman@gt-error-state-capture@vecs0:
- shard-mtlp: NOTRUN -> [DMESG-WARN][81] ([i915#9262]) +3 other tests dmesg-warn
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@i915_hangman@gt-error-state-capture@vecs0.html
* igt@i915_module_load@load:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#6227])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: NOTRUN -> [DMESG-WARN][83] ([i915#8617])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-dg1: [PASS][84] -> [FAIL][85] ([i915#3591])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-rkl: [PASS][86] -> [SKIP][87] ([i915#1397]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-mtlp: NOTRUN -> [SKIP][88] ([fdo#109293])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8431])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#1397])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#1397]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#6621])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][93] -> [INCOMPLETE][94] ([i915#7790])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-snb2/igt@i915_pm_rps@reset.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@i915_pm_rps@reset.html
- shard-tglu: [PASS][95] -> [INCOMPLETE][96] ([i915#8320])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-5/igt@i915_pm_rps@reset.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-7/igt@i915_pm_rps@reset.html
* igt@i915_pm_rps@thresholds-idle-park@gt0:
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#8925]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@i915_pm_rps@thresholds-idle-park@gt0.html
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#8925])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* igt@i915_query@query-topology-unsupported:
- shard-dg2: NOTRUN -> [SKIP][99] ([fdo#109302])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_query@query-topology-unsupported.html
- shard-mtlp: NOTRUN -> [SKIP][100] ([fdo#109302])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][101] -> [FAIL][102] ([fdo#103375])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-mtlp: NOTRUN -> [SKIP][103] ([i915#4212]) +2 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#4212]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#3826])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#8502]) +3 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/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-b-hdmi-a-2-4-rc_ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#8709]) +11 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc_ccs-cc.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][108] ([i915#8247]) +3 other tests fail
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][109] ([i915#8247]) +3 other tests fail
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_async_flips@crc@pipe-c-hdmi-a-1.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: NOTRUN -> [SKIP][110] ([i915#6229])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][111] ([fdo#111614]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-rkl: NOTRUN -> [SKIP][112] ([i915#5286])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [FAIL][113] ([i915#5138])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][114] ([fdo#111614]) +7 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: [PASS][115] -> [FAIL][116] ([i915#3743])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][118] ([fdo#111615]) +7 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][119] ([fdo#110723]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg1: NOTRUN -> [SKIP][120] ([fdo#111615])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][121] ([fdo#111615])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][122] ([i915#6187]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5190]) +7 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#2705])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_big_joiner@invalid-modeset.html
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#2705])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#5354]) +49 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#3886] / [i915#6095]) +10 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][128] ([i915#5354] / [i915#6095])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#3886]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][130] ([fdo#109271] / [i915#3886])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl4/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#3689] / [i915#3886] / [i915#5354]) +10 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#5354] / [i915#6095])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs:
- shard-glk: NOTRUN -> [SKIP][134] ([fdo#109271]) +29 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#5354]) +19 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095]) +2 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs:
- shard-mtlp: NOTRUN -> [SKIP][137] ([i915#6095]) +43 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_ccs@pipe-d-crc-primary-rotation-180-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#5354]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#5354] / [i915#6095]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@kms_ccs@pipe-d-random-ccs-data-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#4087] / [i915#7213]) +4 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_chamelium_audio@dp-audio:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#7828]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-mtlp: NOTRUN -> [SKIP][142] ([fdo#111827])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@gamma:
- shard-dg2: NOTRUN -> [SKIP][143] ([fdo#111827]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#7828]) +6 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#7828]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#3299])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#7116])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#7118]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#6944]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#3359]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#3359]) +2 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555]) +8 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#3555]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#8814]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][155] ([fdo#109274] / [fdo#111767] / [i915#5354])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#3546]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#4213]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-mtlp: NOTRUN -> [FAIL][158] ([i915#8248])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-snb: NOTRUN -> [SKIP][159] ([fdo#109271] / [fdo#111767])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-mtlp: NOTRUN -> [SKIP][160] ([fdo#111767] / [i915#3546])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][161] ([fdo#109274] / [i915#5354]) +6 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#9227])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html
* igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#9226] / [i915#9261]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#8588])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#8812])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-basic:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#3840] / [i915#9159])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#3555] / [i915#3840])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_dsc@dsc-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2: NOTRUN -> [INCOMPLETE][169] ([i915#8912])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-5/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][170] ([fdo#109274]) +5 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#8381]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-rkl: NOTRUN -> [SKIP][172] ([fdo#111825]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3637]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2:
- shard-glk: [PASS][174] -> [FAIL][175] ([i915#79])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk7/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8381])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#2587] / [i915#2672])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#2672])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#2672]) +2 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#8810])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#2672]) +6 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#8810]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-mtlp: NOTRUN -> [SKIP][183] ([fdo#109285])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#8708]) +18 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [PASS][185] -> [FAIL][186] ([i915#6880])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][187] ([fdo#111825]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][188] ([fdo#111825] / [i915#1825]) +5 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#3458]) +12 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#8708]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][191] ([fdo#110189]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#3458]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#8708]) +14 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#1825]) +39 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][195] ([fdo#109280]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3023]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8228]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_hdr@static-toggle.html
* igt@kms_plane@plane-position-hole-dpms:
- shard-glk: NOTRUN -> [INCOMPLETE][199] ([i915#2295])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk8/igt@kms_plane@plane-position-hole-dpms.html
* igt@kms_plane_multiple@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#8806])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8806])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][202] ([i915#8292])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#5176]) +7 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#5176]) +15 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#5176]) +7 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#5235]) +5 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#5235]) +15 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1:
- shard-snb: NOTRUN -> [SKIP][208] ([fdo#109271]) +197 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1:
- shard-apl: NOTRUN -> [SKIP][209] ([fdo#109271]) +42 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-c-dp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#5235]) +11 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#5235]) +19 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#6524])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
- shard-glk: NOTRUN -> [SKIP][213] ([fdo#109271] / [i915#658])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#658]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_cursor_blt:
- shard-mtlp: NOTRUN -> [FAIL][215] ([i915#9066])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_psr@psr2_primary_render:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#1072]) +3 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@kms_psr@psr2_primary_render.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#4235]) +2 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-7/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#5289])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][219] ([fdo#111615] / [i915#5289])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_selftest@drm_dp_mst:
- shard-rkl: NOTRUN -> [TIMEOUT][220] ([i915#8628]) +1 other test timeout
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_selftest@drm_dp_mst.html
* igt@kms_selftest@drm_format_helper:
- shard-dg2: NOTRUN -> [TIMEOUT][221] ([i915#8628]) +1 other test timeout
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@kms_selftest@drm_format_helper.html
* igt@kms_universal_plane@cursor-fb-leak-pipe-a:
- shard-rkl: [PASS][222] -> [FAIL][223] ([i915#9196])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-mtlp: [PASS][224] -> [ABORT][225] ([i915#9262]) +1 other test abort
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend:
- shard-apl: [PASS][226] -> [INCOMPLETE][227] ([i915#180])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl6/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-wait-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#4070] / [i915#6768]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@kms_vblank@pipe-c-wait-forked-busy.html
* igt@kms_vblank@pipe-d-query-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#4070] / [i915#533] / [i915#6768]) +2 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@kms_vblank@pipe-d-query-forked-busy.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#2437])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@blocking@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][231] ([i915#9259]) +1 other test fail
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf@blocking@0-rcs0.html
* igt@perf@buffer-fill@0-rcs0:
- shard-mtlp: NOTRUN -> [FAIL][232] ([i915#7823] / [i915#9265])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf@buffer-fill@0-rcs0.html
* igt@perf_pmu@busy-check-all@rcs0:
- shard-mtlp: NOTRUN -> [FAIL][233] ([i915#4521]) +2 other tests fail
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@busy-check-all@rcs0.html
* igt@perf_pmu@busy-hang@ccs0:
- shard-mtlp: NOTRUN -> [FAIL][234] ([i915#4349]) +8 other tests fail
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@perf_pmu@busy-hang@ccs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#8850])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][236] ([fdo#112283])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][237] ([i915#6806])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][238] ([i915#5793] / [i915#6121])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-3/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-check-all@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][239] ([i915#5234]) +5 other tests fail
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@perf_pmu@most-busy-check-all@vcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-mtlp: NOTRUN -> [ABORT][240] ([i915#9268] / [i915#9335])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-8/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6-suspend:
- shard-mtlp: NOTRUN -> [ABORT][241] ([i915#9262] / [i915#9268])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@perf_pmu@rc6-suspend.html
* igt@prime_vgem@basic-gtt:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#3708] / [i915#4077])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@prime_vgem@basic-gtt.html
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#3708] / [i915#4077])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#3708])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-5/igt@prime_vgem@basic-read.html
* igt@prime_vgem@coherency-blt:
- shard-mtlp: NOTRUN -> [FAIL][245] ([i915#8445])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@prime_vgem@coherency-blt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#3708]) +2 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-6/igt@prime_vgem@fence-read-hang.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: [PASS][247] -> [FAIL][248] ([i915#1731])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-7/igt@sysfs_heartbeat_interval@mixed@vecs0.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: [PASS][249] -> [TIMEOUT][250] ([i915#8521])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-1/igt@sysfs_preempt_timeout@timeout@vecs0.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#2575]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html
* igt@v3d/v3d_perfmon@create-perfmon-0:
- shard-rkl: NOTRUN -> [SKIP][252] ([fdo#109315]) +2 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-7/igt@v3d/v3d_perfmon@create-perfmon-0.html
* igt@v3d/v3d_submit_csd@bad-bo:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#2575]) +13 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-1/igt@v3d/v3d_submit_csd@bad-bo.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#2575]) +11 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-1/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#7711])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-14/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@access-purged-bo-mem:
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#7711]) +8 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@access-purged-bo-mem.html
* igt@vc4/vc4_tiling@set-bad-modifier:
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#7711])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-modifier.html
* igt@vc4/vc4_tiling@set-get:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#7711]) +5 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-2/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][259] ([i915#7742]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][261] ([i915#7297]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-11/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][263] ([i915#6268]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-6/igt@gem_ctx_exec@basic-nohangcheck.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
- shard-tglu: [FAIL][265] ([i915#6268]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-10/igt@gem_ctx_exec@basic-nohangcheck.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-3/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_eio@in-flight-suspend:
- shard-mtlp: [ABORT][267] ([i915#7892] / [i915#9262]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-2/igt@gem_eio@in-flight-suspend.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-4/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][269] ([i915#5784]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-15/igt@gem_eio@unwedge-stress.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-17/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglu: [FAIL][271] ([i915#2842]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [FAIL][273] ([i915#2842]) -> [PASS][274] +1 other test pass
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [INCOMPLETE][275] ([i915#5566]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl4/igt@gen9_exec_parse@allowed-single.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl2/igt@gen9_exec_parse@allowed-single.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][277] ([i915#1397]) -> [PASS][278] +1 other test pass
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-rkl-6/igt@i915_pm_rpm@dpms-non-lpsp.html
- shard-dg1: [SKIP][279] ([i915#1397]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg2: [SKIP][281] ([i915#1397]) -> [PASS][282] +1 other test pass
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-glk: [DMESG-FAIL][283] ([i915#5334]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@i915_selftest@live@gt_heartbeat.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-dg1: [DMESG-WARN][285] ([i915#4391] / [i915#4423]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@i915_suspend@basic-s3-without-i915.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@sysfs-reader:
- shard-mtlp: [ABORT][287] ([i915#9262]) -> [PASS][288] +2 other tests pass
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-3/igt@i915_suspend@sysfs-reader.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-2/igt@i915_suspend@sysfs-reader.html
* igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs:
- shard-dg1: [DMESG-WARN][289] ([i915#4423]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-17/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-16/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][291] ([i915#2346]) -> [PASS][292]
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@flip-vs-suspend@b-edp1:
- shard-mtlp: [DMESG-WARN][293] ([i915#9262]) -> [PASS][294] +2 other tests pass
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-mtlp-4/igt@kms_flip@flip-vs-suspend@b-edp1.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-mtlp-3/igt@kms_flip@flip-vs-suspend@b-edp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-dg2: [FAIL][295] ([i915#6880]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
- shard-apl: [INCOMPLETE][297] ([i915#180]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-apl7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
* igt@kms_plane@pixel-format@pipe-a-planes:
- shard-glk: [DMESG-FAIL][299] ([i915#118]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-glk2/igt@kms_plane@pixel-format@pipe-a-planes.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-glk6/igt@kms_plane@pixel-format@pipe-a-planes.html
* igt@kms_vblank@pipe-b-ts-continuation-suspend:
- shard-dg2: [FAIL][301] ([fdo#103375]) -> [PASS][302] +1 other test pass
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg2-7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
#### Warnings ####
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: [ABORT][303] ([i915#4983] / [i915#7461]) -> [INCOMPLETE][304] ([i915#4983])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13651/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/shard-dg1-18/igt@device_reset@unbind-reset-rebind.html
* igt@i
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9819/index.html
[-- Attachment #2: Type: text/html, Size: 116581 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests Swati Sharma
@ 2023-09-26 16:45 ` Modem, Bhanuprakash
0 siblings, 0 replies; 10+ messages in thread
From: Modem, Bhanuprakash @ 2023-09-26 16:45 UTC (permalink / raw)
To: Swati Sharma, igt-dev
On Mon-18-09-2023 04:52 pm, Swati Sharma wrote:
> Use '-' instead of '_' while naming subtests.
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> tests/kms_lease.c | 62 +++++++++++++++++++++++------------------------
> 1 file changed, 31 insertions(+), 31 deletions(-)
>
> diff --git a/tests/kms_lease.c b/tests/kms_lease.c
> index 1a91b3eb4..343cdb812 100644
> --- a/tests/kms_lease.c
> +++ b/tests/kms_lease.c
> @@ -46,21 +46,21 @@
> #include "igt_device.h"
>
> /**
> - * SUBTEST: atomic_implicit_crtc
> + * SUBTEST: atomic-implicit-crtc
> * Description: Negative test by using a different crtc with atomic ioctl
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: cursor_implicit_plane
> + * SUBTEST: cursor-implicit-plane
> * Description: Negative test by using a non-primary plane with setcursor ioctl
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: empty_lease
> + * SUBTEST: empty-lease
> * Description: Check that creating an empty lease works
> * Driver requirement: i915, xe
> * Functionality: lease
> @@ -89,63 +89,63 @@
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_again
> + * SUBTEST: lease-again
> * Description: Tests leasing objects more than once
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_get
> + * SUBTEST: lease-get
> * Description: Tests getting the required contents of a lease
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_invalid_connector
> + * SUBTEST: lease-invalid-connector
> * Description: Tests leasing an invalid connector
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_invalid_crtc
> + * SUBTEST: lease-invalid-crtc
> * Description: Tests leasing an invalid crtc
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_invalid_plane
> + * SUBTEST: lease-invalid-plane
> * Description: Tests leasing an invalid plane
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_revoke
> + * SUBTEST: lease-revoke
> * Description: Tests revocation of lease
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_unleased_connector
> + * SUBTEST: lease-unleased-connector
> * Description: Negative test by trying to use an unleased connector
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lease_unleased_crtc
> + * SUBTEST: lease-unleased-crtc
> * Description: Negative test by trying to use an unleased crtc
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: lessee_list
> + * SUBTEST: lessee-list
> * Description: Check if listed lease is same as created one
> * Driver requirement: i915, xe
> * Functionality: lease
> @@ -168,7 +168,7 @@
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: page_flip_implicit_plane
> + * SUBTEST: page-flip-implicit-plane
> * Description: Negative test by using a non-primary plane with the page flip ioctl
> * Driver requirement: i915, xe
> * Functionality: lease
> @@ -184,14 +184,14 @@
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: setcrtc_implicit_plane
> + * SUBTEST: setcrtc-implicit-plane
> * Description: Negative test by using a non-primary plane with the setcrtc ioctl
> * Driver requirement: i915, xe
> * Functionality: lease
> * Mega feature: General Display Features
> * Test category: functionality test
> *
> - * SUBTEST: simple_lease
> + * SUBTEST: simple-lease
> * Description: Check if create lease ioctl call works
> * Driver requirement: i915, xe
> * Functionality: lease
> @@ -381,7 +381,7 @@ static void simple_lease(data_t *data)
> igt_assert_eq(0, prepare_crtc(&lease, data));
>
> /* Paint something attractive */
> - paint_fb(lease.fd, &lease.primary_fb, "simple_lease",
> + paint_fb(lease.fd, &lease.primary_fb, "simple-lease",
> lease.mode->name, igt_output_name(lease.output), kmstest_pipe_name(pipe));
> igt_debug_wait_for_keypress("lease");
> cleanup_crtc(&lease,
> @@ -1347,25 +1347,25 @@ igt_main
> void (*func)(data_t *);
> const char *desc;
> } funcs[] = {
> - { "simple_lease", simple_lease, "Check if create lease ioctl call works" },
> - { "empty_lease", empty_lease, "Check that creating an empty lease works" },
> - { "lessee_list", lessee_list, "Check if listed lease is same as created one" },
> - { "lease_get", lease_get, "Tests getting the required contents of a lease" },
> - { "lease_unleased_connector", lease_unleased_connector, "Negative test by trying to"
> + { "simple-lease", simple_lease, "Check if create lease ioctl call works" },
> + { "empty-lease", empty_lease, "Check that creating an empty lease works" },
> + { "lessee-list", lessee_list, "Check if listed lease is same as created one" },
> + { "lease-get", lease_get, "Tests getting the required contents of a lease" },
> + { "lease-unleased-connector", lease_unleased_connector, "Negative test by trying to"
> " use an unleased connector " },
> - { "lease_unleased_crtc", lease_unleased_crtc, "Negative test by trying to use an unleased crtc" },
> - { "lease_revoke", lease_revoke, "Tests revocation of lease" },
> - { "lease_again", lease_again, "Tests leasing objects more than once" },
> - { "lease_invalid_connector", lease_invalid_connector, "Tests leasing an invalid connector" },
> - { "lease_invalid_crtc", lease_invalid_crtc, "Tests leasing an invalid crtc" },
> - { "lease_invalid_plane", lease_invalid_plane, "Tests leasing an invalid plane" },
> - { "page_flip_implicit_plane", page_flip_implicit_plane, "Negative test by using a "
> + { "lease-unleased-crtc", lease_unleased_crtc, "Negative test by trying to use an unleased crtc" },
> + { "lease-revoke", lease_revoke, "Tests revocation of lease" },
> + { "lease-again", lease_again, "Tests leasing objects more than once" },
> + { "lease-invalid-connector", lease_invalid_connector, "Tests leasing an invalid connector" },
> + { "lease-invalid-crtc", lease_invalid_crtc, "Tests leasing an invalid crtc" },
> + { "lease-invalid-plane", lease_invalid_plane, "Tests leasing an invalid plane" },
> + { "page-flip-implicit-plane", page_flip_implicit_plane, "Negative test by using a "
> "non-primary plane with the page flip ioctl" },
> - { "setcrtc_implicit_plane", setcrtc_implicit_plane, "Negative test by using a "
> + { "setcrtc-implicit-plane", setcrtc_implicit_plane, "Negative test by using a "
> "non-primary plane with the setcrtc ioctl" },
> - { "cursor_implicit_plane", cursor_implicit_plane, "Negative test by using a non-primary"
> + { "cursor-implicit-plane", cursor_implicit_plane, "Negative test by using a non-primary"
> " plane with setcursor ioctl" },
> - { "atomic_implicit_crtc", atomic_implicit_crtc, "Negative test by using a different"
> + { "atomic-implicit-crtc", atomic_implicit_crtc, "Negative test by using a different"
> " crtc with atomic ioctl" },
> { }
> }, *f;
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc Swati Sharma
@ 2023-09-27 3:23 ` Karthik B S
0 siblings, 0 replies; 10+ messages in thread
From: Karthik B S @ 2023-09-27 3:23 UTC (permalink / raw)
To: Swati Sharma, igt-dev
On 9/18/2023 4:52 PM, Swati Sharma wrote:
> We already have IGT_TEST_DESCRIPTION and even testplan
> documentation, no need to redundant documentation.
'to' -> 'for'
With this update,
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> ---
> tests/kms_lease.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/tests/kms_lease.c b/tests/kms_lease.c
> index 9ada6d5ea..1a91b3eb4 100644
> --- a/tests/kms_lease.c
> +++ b/tests/kms_lease.c
> @@ -21,11 +21,6 @@
> * IN THE SOFTWARE.
> */
>
> -/** @file kms_lease.c
> - *
> - * This is a test of DRM leases
> - */
> -
> /**
> * TEST: kms lease
> * Category: Display
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-09-27 3:23 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 11:22 [igt-dev] [PATCH i-g-t 0/2] tests/kms_lease: Test rename Swati Sharma
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 1/2] tests/kms_lease: remove redundant test doc Swati Sharma
2023-09-27 3:23 ` Karthik B S
2023-09-18 11:22 ` [igt-dev] [PATCH i-g-t 2/2] tests/kms_lease: rename subtests Swati Sharma
2023-09-26 16:45 ` Modem, Bhanuprakash
2023-09-18 19:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/kms_lease: Test rename Patchwork
2023-09-18 19:09 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-09-19 22:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-09-21 6:00 ` Patchwork
2023-09-21 6:20 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox