* [PATCH 0/1] Existence of gtidle node check before rc6 disable test
@ 2024-10-01 19:12 Soham Purkait
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Soham Purkait @ 2024-10-01 19:12 UTC (permalink / raw)
To: igt-dev; +Cc: riana.tauro, anshuman.gupta, soham.purkait
From: "Purkait, Soham" <soham.purkait@intel.com>
Rc6 disable test has been modified in order to check the presence of gtidle node in sysfs gt0 path.
Purkait, Soham (1):
Check gtidle before rc6 disable test
tests/intel/xe_oa.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
2.34.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] Check gtidle before rc6 disable test
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
@ 2024-10-01 19:12 ` Soham Purkait
2024-10-03 5:08 ` Riana Tauro
2024-10-01 20:53 ` ✓ CI.xeBAT: success for Existence of gtidle node check " Patchwork
` (3 subsequent siblings)
4 siblings, 1 reply; 7+ messages in thread
From: Soham Purkait @ 2024-10-01 19:12 UTC (permalink / raw)
To: igt-dev; +Cc: riana.tauro, anshuman.gupta, soham.purkait
From: "Purkait, Soham" <soham.purkait@intel.com>
---
tests/intel/xe_oa.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
index 9be4fd633..6538d6323 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -4644,8 +4644,10 @@ igt_main
test_oa_unit_concurrent_oa_buffer_read();
}
- igt_subtest("rc6-disable")
+ igt_subtest("rc6-disable"){
+ igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
test_rc6_disable();
+ }
igt_subtest_with_dynamic("stress-open-close") {
__for_one_hwe_in_oag(hwe)
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✓ CI.xeBAT: success for Existence of gtidle node check before rc6 disable test
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
@ 2024-10-01 20:53 ` Patchwork
2024-10-01 21:08 ` ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-01 20:53 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3078 bytes --]
== Series Details ==
Series: Existence of gtidle node check before rc6 disable test
URL : https://patchwork.freedesktop.org/series/139390/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8047_BAT -> XEIGTPW_11852_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_11852_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_psr@psr-cursor-plane-move:
- bat-adlp-7: [PASS][1] -> [SKIP][2] ([Intel XE#455]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip@edp-1:
- bat-adlp-7: [PASS][3] -> [DMESG-FAIL][4] ([Intel XE#2871]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
#### Possible fixes ####
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- {bat-bmg-2}: [INCOMPLETE][5] ([Intel XE#2874]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
#### Warnings ####
* igt@kms_psr@psr-sprite-plane-onoff:
- bat-adlp-7: [DMESG-FAIL][7] -> [SKIP][8] ([Intel XE#455]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/bat-adlp-7/igt@kms_psr@psr-sprite-plane-onoff.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/bat-adlp-7/igt@kms_psr@psr-sprite-plane-onoff.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#2871]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
Build changes
-------------
* IGT: IGT_8047 -> IGTPW_11852
* Linux: xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6 -> xe-2000-82482c2c47dd2f25e9a5f3065a72529d8ce31f7a
IGTPW_11852: 11852
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6: 5e9e9c104744977ec0158c26e33f2b476729fbb6
xe-2000-82482c2c47dd2f25e9a5f3065a72529d8ce31f7a: 82482c2c47dd2f25e9a5f3065a72529d8ce31f7a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/index.html
[-- Attachment #2: Type: text/html, Size: 3818 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for Existence of gtidle node check before rc6 disable test
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
2024-10-01 20:53 ` ✓ CI.xeBAT: success for Existence of gtidle node check " Patchwork
@ 2024-10-01 21:08 ` Patchwork
2024-10-02 0:06 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-02 17:50 ` ✗ Fi.CI.IGT: " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-01 21:08 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2672 bytes --]
== Series Details ==
Series: Existence of gtidle node check before rc6 disable test
URL : https://patchwork.freedesktop.org/series/139390/
State : success
== Summary ==
CI Bug Log - changes from IGT_8047 -> IGTPW_11852
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/index.html
Participating hosts (44 -> 42)
------------------------------
Missing (2): bat-rpls-4 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_11852 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@runner@aborted:
- bat-dg2-14: NOTRUN -> [FAIL][1] ([i915#12292])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/bat-dg2-14/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [ABORT][2] ([i915#12216]) -> [PASS][3] +1 other test pass
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-mtlp-8/igt@i915_selftest@live.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/bat-mtlp-8/igt@i915_selftest@live.html
- bat-twl-1: [INCOMPLETE][4] ([i915#12133]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/bat-twl-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_lrc:
- bat-twl-1: [INCOMPLETE][6] ([i915#10886]) -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8047/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/bat-twl-1/igt@i915_selftest@live@gt_lrc.html
[i915#10886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10886
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#12292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12292
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8047 -> IGTPW_11852
* Linux: CI_DRM_15464 -> CI_DRM_15468
CI-20190529: 20190529
CI_DRM_15464: 5e9e9c104744977ec0158c26e33f2b476729fbb6 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15468: 82482c2c47dd2f25e9a5f3065a72529d8ce31f7a @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11852: 11852
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/index.html
[-- Attachment #2: Type: text/html, Size: 3337 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ CI.xeFULL: failure for Existence of gtidle node check before rc6 disable test
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
` (2 preceding siblings ...)
2024-10-01 21:08 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-10-02 0:06 ` Patchwork
2024-10-02 17:50 ` ✗ Fi.CI.IGT: " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-02 0:06 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 48705 bytes --]
== Series Details ==
Series: Existence of gtidle node check before rc6 disable test
URL : https://patchwork.freedesktop.org/series/139390/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8047_full -> XEIGTPW_11852_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11852_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11852_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11852_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][1] +4 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_fbcon_fbt@fbc:
- shard-lnl: [PASS][2] -> [FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_fbcon_fbt@fbc.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-upscaling:
- shard-lnl: [PASS][4] -> [DMESG-WARN][5] +1 other test dmesg-warn
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-upscaling.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-upscaling.html
* igt@kms_pm_rpm@modeset-stress-extra-wait:
- shard-lnl: [PASS][6] -> [DMESG-FAIL][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@kms_pm_rpm@modeset-stress-extra-wait.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-8/igt@kms_pm_rpm@modeset-stress-extra-wait.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-dg2-set2: [PASS][8] -> [FAIL][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_pm_residency@gt-c6-freeze:
- shard-dg2-set2: NOTRUN -> [ABORT][10] +1 other test abort
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@xe_pm_residency@gt-c6-freeze.html
* igt@xe_tlb@basic-tlb:
- shard-dg2-set2: NOTRUN -> [FAIL][11]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-432/igt@xe_tlb@basic-tlb.html
#### Warnings ####
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [INCOMPLETE][12] ([Intel XE#1195]) -> [TIMEOUT][13] +1 other test timeout
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@xe_live_ktest@xe_bo.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@xe_live_ktest@xe_bo.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_joiner@basic-force-ultra-joiner:
- {shard-bmg}: NOTRUN -> [SKIP][14] +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-2/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- {shard-bmg}: [PASS][15] -> [INCOMPLETE][16] +2 other tests incomplete
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-5/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_pm_residency@gt-c6-freeze@gt0:
- {shard-bmg}: NOTRUN -> [ABORT][17] +1 other test abort
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-1/igt@xe_pm_residency@gt-c6-freeze@gt0.html
Known issues
------------
Here are the changes found in XEIGTPW_11852_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#599]) +3 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@modeset-transition-nonblocking-fencing:
- shard-lnl: [PASS][19] -> [FAIL][20] ([Intel XE#1701]) +1 other test fail
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1407])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#316]) +4 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-463/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1428])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1124]) +13 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#1124]) +2 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#2191])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1512])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#2191]) +3 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#367]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#367]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#455] / [Intel XE#787]) +31 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#787]) +111 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2887]) +5 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][34] ([Intel XE#1195] / [Intel XE#1727])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][35] ([Intel XE#1195])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1152]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-432/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#373]) +4 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#373]) +12 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][39] ([Intel XE#1188]) +1 other test fail
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1424]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#308]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1413])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#323]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#309])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-lnl: [PASS][45] -> [FAIL][46] ([Intel XE#1475])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#323]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#307]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#307])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#776])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: NOTRUN -> [SKIP][51] ([Intel XE#1137])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-463/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1421]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [PASS][53] -> [FAIL][54] ([Intel XE#886])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1401]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1397] / [Intel XE#1745])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1397])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#455]) +17 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_force_connector_basic@force-edid:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#352])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_force_connector_basic@force-edid.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#651]) +5 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#651]) +34 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#658])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1469]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-8/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#653]) +34 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#656]) +23 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: NOTRUN -> [DMESG-FAIL][67] ([Intel XE#324]) +1 other test dmesg-fail
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-5/igt@kms_plane@plane-position-hole.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4:
- shard-lnl: [PASS][68] -> [DMESG-WARN][69] ([Intel XE#324]) +4 other tests dmesg-warn
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html
* igt@kms_plane@plane-position-hole@pipe-b-plane-3:
- shard-lnl: NOTRUN -> [DMESG-WARN][70] ([Intel XE#324])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-5/igt@kms_plane@plane-position-hole@pipe-b-plane-3.html
* igt@kms_plane_cursor@viewport:
- shard-dg2-set2: NOTRUN -> [FAIL][71] ([Intel XE#616]) +1 other test fail
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-464/igt@kms_plane_cursor@viewport.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][72] -> [FAIL][73] ([Intel XE#361])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-464/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#2763]) +7 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#2763]) +5 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-464/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_pm_backlight@fade:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#870])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#1129]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#908])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: NOTRUN -> [FAIL][80] ([Intel XE#1430])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@legacy-planes-dpms:
- shard-lnl: [PASS][81] -> [INCOMPLETE][82] ([Intel XE#1620] / [Intel XE#2864])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_pm_rpm@legacy-planes-dpms.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_pm_rpm@legacy-planes-dpms.html
* igt@kms_pm_rpm@legacy-planes-dpms@plane-59:
- shard-lnl: [PASS][83] -> [DMESG-FAIL][84] ([Intel XE#1620]) +1 other test dmesg-fail
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#1489]) +7 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#2893]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-8/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#1122])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-dg2-set2: NOTRUN -> [SKIP][88] ([Intel XE#2850]) +24 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@fbc-psr2-suspend:
- shard-lnl: [PASS][89] -> [FAIL][90] ([Intel XE#1649]) +1 other test fail
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_psr@fbc-psr2-suspend.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@kms_psr@fbc-psr2-suspend.html
* igt@kms_psr@pr-cursor-plane-move:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1406]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_psr@pr-cursor-plane-move.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1127])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#1127])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#327]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][95] -> [FAIL][96] ([Intel XE#2159]) +1 other test fail
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@flip-suspend@pipe-a-edp-1:
- shard-lnl: [PASS][97] -> [FAIL][98] ([Intel XE#2443]) +1 other test fail
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_vrr@flip-suspend@pipe-a-edp-1.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#756]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#756])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-8/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-436/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#1123])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#1126]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [PASS][104] -> [TIMEOUT][105] ([Intel XE#1473] / [Intel XE#402])
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-464/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-small-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#688]) +6 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_evict@evict-mixed-threads-small-multi-vm.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1392]) +3 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@xe_exec_basic@multigpu-once-bindexecqueue.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#288]) +32 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#2229])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-464/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_oa@oa-regs-whitelisted:
- shard-lnl: [PASS][110] -> [FAIL][111] ([Intel XE#2514])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@xe_oa@oa-regs-whitelisted.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html
* igt@xe_oa@oa-regs-whitelisted@rcs-0:
- shard-lnl: NOTRUN -> [FAIL][112] ([Intel XE#2514])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted@rcs-0.html
* igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#2541]) +4 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-435/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#2248])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pm@s2idle-basic-exec:
- shard-lnl: [PASS][115] -> [INCOMPLETE][116] ([Intel XE#1358] / [Intel XE#1616])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@xe_pm@s2idle-basic-exec.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-5/igt@xe_pm@s2idle-basic-exec.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#2284] / [Intel XE#366])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-vm-bind-userptr:
- shard-dg2-set2: NOTRUN -> [ABORT][118] ([Intel XE#1694])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@xe_pm@s2idle-vm-bind-userptr.html
* igt@xe_pm@s4-basic:
- shard-lnl: [PASS][119] -> [ABORT][120] ([Intel XE#1358] / [Intel XE#1607])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@xe_pm@s4-basic.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@xe_pm@s4-basic.html
* igt@xe_query@multigpu-query-topology:
- shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#944]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-432/igt@xe_query@multigpu-query-topology.html
- shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#944]) +2 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_query@multigpu-query-topology.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: [PASS][123] -> [SKIP][124] ([Intel XE#1130])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-436/igt@xe_wedged@wedged-at-any-timeout.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@xe_wedged@wedged-at-any-timeout.html
#### Possible fixes ####
* igt@kms_async_flips@alternate-sync-async-flip:
- {shard-bmg}: [FAIL][125] ([Intel XE#827]) -> [PASS][126] +2 other tests pass
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip.html
- shard-dg2-set2: [FAIL][127] ([Intel XE#827]) -> [PASS][128] +1 other test pass
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-433/igt@kms_async_flips@alternate-sync-async-flip.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: [FAIL][129] ([Intel XE#1659]) -> [PASS][130] +1 other test pass
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-dg2-set2: [DMESG-WARN][131] ([Intel XE#877]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-463/igt@kms_big_fb@linear-64bpp-rotate-180.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-466/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: [INCOMPLETE][133] -> [PASS][134] +1 other test pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-lnl: [INCOMPLETE][135] ([Intel XE#1616]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_cursor_crc@cursor-suspend.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_edge_walk@128x128-top-edge:
- shard-lnl: [FAIL][137] ([Intel XE#2577]) -> [PASS][138] +1 other test pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-6/igt@kms_cursor_edge_walk@128x128-top-edge.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_cursor_edge_walk@128x128-top-edge.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-lnl: [FAIL][139] ([Intel XE#1475]) -> [PASS][140]
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-lnl: [INCOMPLETE][141] -> [PASS][142] +1 other test pass
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_fbcon_fbt@psr-suspend.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- {shard-bmg}: [INCOMPLETE][143] ([Intel XE#2597]) -> [PASS][144]
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3:
- {shard-bmg}: [INCOMPLETE][145] ([Intel XE#2597] / [Intel XE#2635]) -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a3.html
* igt@kms_flip@flip-vs-wf_vblank-interruptible:
- shard-lnl: [FAIL][147] ([Intel XE#886]) -> [PASS][148] +9 other tests pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-7/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-7/igt@kms_flip@flip-vs-wf_vblank-interruptible.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [FAIL][149] ([Intel XE#361]) -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-464/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][151] ([Intel XE#718]) -> [PASS][152]
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-2/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-lnl: [FAIL][153] ([Intel XE#1649]) -> [PASS][154] +1 other test pass
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-8/igt@kms_psr@psr2-cursor-plane-onoff.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][155] ([Intel XE#899]) -> [PASS][156]
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@flipline:
- shard-lnl: [FAIL][157] ([Intel XE#2443]) -> [PASS][158] +1 other test pass
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@kms_vrr@flipline.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@kms_vrr@flipline.html
* igt@xe_ccs@suspend-resume:
- shard-lnl: [INCOMPLETE][159] ([Intel XE#2760]) -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-1/igt@xe_ccs@suspend-resume.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@xe_ccs@suspend-resume.html
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-lnl: [FAIL][161] ([Intel XE#2667]) -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-3/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][163] ([Intel XE#1473]) -> [PASS][164]
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_oa@mmio-triggered-reports:
- {shard-bmg}: [FAIL][165] ([Intel XE#2249]) -> [PASS][166] +1 other test pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-bmg-6/igt@xe_oa@mmio-triggered-reports.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-bmg-7/igt@xe_oa@mmio-triggered-reports.html
- shard-lnl: [FAIL][167] ([Intel XE#2249]) -> [PASS][168] +1 other test pass
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-4/igt@xe_oa@mmio-triggered-reports.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-3/igt@xe_oa@mmio-triggered-reports.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [ABORT][169] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][170]
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8047/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616
[Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694
[Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635
[Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667
[Intel XE#2723]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2723
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2760
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8047 -> IGTPW_11852
* Linux: xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6 -> xe-2000-82482c2c47dd2f25e9a5f3065a72529d8ce31f7a
IGTPW_11852: 11852
IGT_8047: 2a1ef45992ee7569d9fc37be875fa78ce3aa5ab8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1996-5e9e9c104744977ec0158c26e33f2b476729fbb6: 5e9e9c104744977ec0158c26e33f2b476729fbb6
xe-2000-82482c2c47dd2f25e9a5f3065a72529d8ce31f7a: 82482c2c47dd2f25e9a5f3065a72529d8ce31f7a
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11852/index.html
[-- Attachment #2: Type: text/html, Size: 52131 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for Existence of gtidle node check before rc6 disable test
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
` (3 preceding siblings ...)
2024-10-02 0:06 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-02 17:50 ` Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-02 17:50 UTC (permalink / raw)
To: Soham Purkait; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100274 bytes --]
== Series Details ==
Series: Existence of gtidle node check before rc6 disable test
URL : https://patchwork.freedesktop.org/series/139390/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15468_full -> IGTPW_11852_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11852_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11852_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/index.html
Participating hosts (9 -> 9)
------------------------------
Additional (1): shard-snb-0
Missing (1): shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11852_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_isolation@dirty-switch@vcs0:
- shard-mtlp: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-4/igt@gem_ctx_isolation@dirty-switch@vcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@gem_ctx_isolation@dirty-switch@vcs0.html
* igt@i915_pm_rps@reset:
- shard-dg1: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-14/igt@i915_pm_rps@reset.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@i915_pm_rps@reset.html
* igt@i915_selftest@live@gt_pm:
- shard-rkl: [PASS][5] -> [DMESG-FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@i915_selftest@live@gt_pm.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-6/igt@i915_selftest@live@gt_pm.html
* igt@kms_draw_crc@draw-method-mmap-cpu@xrgb8888-untiled:
- shard-dg2: [PASS][7] -> [FAIL][8] +4 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-cpu@xrgb8888-untiled.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@kms_draw_crc@draw-method-mmap-cpu@xrgb8888-untiled.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1:
- shard-tglu: [PASS][9] -> [FAIL][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
* igt@kms_joiner@basic-big-joiner:
- shard-mtlp: NOTRUN -> [SKIP][11] +3 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][12] +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_joiner@basic-ultra-joiner.html
- shard-tglu: NOTRUN -> [SKIP][13]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][14]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@perf@blocking:
- shard-mtlp: [PASS][15] -> [FAIL][16] +1 other test fail
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-4/igt@perf@blocking.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@perf@blocking.html
New tests
---------
New tests have been introduced between CI_DRM_15468_full and IGTPW_11852_full:
### New IGT tests (1) ###
* igt@kms_plane_alpha_blend@constant-alpha-min@pipe-a-hdmi-a-2:
- Statuses : 1 pass(s)
- Exec time: [0.74] s
Known issues
------------
Here are the changes found in IGTPW_11852_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#8411])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-6/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#6230])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-6/igt@api_intel_bb@crc32.html
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#6230])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-5/igt@api_intel_bb@crc32.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#9318])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@debugfs_test@basic-hwmon.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][21] ([i915#11814] / [i915#11815])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-18/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy-hang@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#8414]) +15 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@drm_fdinfo@busy-hang@rcs0.html
* igt@drm_fdinfo@most-busy-check-all:
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#8414]) +13 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@drm_fdinfo@most-busy-check-all.html
* igt@drm_fdinfo@most-busy-check-all@bcs0:
- shard-dg2: NOTRUN -> [SKIP][24] ([i915#8414]) +17 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@drm_fdinfo@most-busy-check-all@bcs0.html
* igt@fbdev@nullptr:
- shard-dg2: [PASS][25] -> [SKIP][26] ([i915#2582])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-8/igt@fbdev@nullptr.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@fbdev@nullptr.html
* igt@fbdev@unaligned-write:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#2582])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@fbdev@unaligned-write.html
* igt@gem_busy@close-race:
- shard-tglu: NOTRUN -> [FAIL][28] ([i915#12297])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@gem_busy@close-race.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#3555] / [i915#9323])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@gem_ccs@block-multicopy-inplace.html
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#3555] / [i915#9323])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@gem_ccs@block-multicopy-inplace.html
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#3555] / [i915#9323])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#3555] / [i915#9323])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#9323])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#9323])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
- shard-tglu: NOTRUN -> [SKIP][35] ([i915#9323])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][36] ([i915#7297])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: NOTRUN -> [ABORT][37] ([i915#9846])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@gem_create@create-ext-cpu-access-big.html
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#6335])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_engines@invalid-engines:
- shard-tglu: NOTRUN -> [FAIL][39] ([i915#12027])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_ctx_persistence@file:
- shard-snb: NOTRUN -> [SKIP][40] ([i915#1099]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb4/igt@gem_ctx_persistence@file.html
* igt@gem_ctx_persistence@heartbeat-close:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#8555])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-close.html
* igt@gem_ctx_persistence@hostile:
- shard-tglu: [PASS][42] -> [FAIL][43] ([i915#11980])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-2/igt@gem_ctx_persistence@hostile.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-5/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#280])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@gem_ctx_sseu@engines.html
- shard-tglu: NOTRUN -> [SKIP][45] ([i915#280]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-rkl: NOTRUN -> [ABORT][46] ([i915#7975] / [i915#8213])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [PASS][47] -> [FAIL][48] ([i915#5784])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-4/igt@gem_eio@kms.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][49] -> [FAIL][50] ([i915#5784])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-13/igt@gem_eio@unwedge-stress.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-pair:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4771])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@gem_exec_balancer@bonded-pair.html
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4771])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@gem_exec_balancer@bonded-pair.html
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#4771])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4525]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][55] -> [ABORT][56] ([i915#11713])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-5/igt@gem_exec_big@single.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][57] ([i915#11965]) +1 other test fail
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-tglu: NOTRUN -> [SKIP][58] ([i915#6334]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][59] ([i915#11965]) +4 other tests fail
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][60] ([i915#11965]) +2 other tests fail
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-rkl: NOTRUN -> [FAIL][61] ([i915#2842]) +3 other tests fail
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none-solo:
- shard-tglu: NOTRUN -> [FAIL][62] ([i915#2842]) +7 other tests fail
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@gem_exec_fair@basic-none-solo.html
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4473])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#3539])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@gem_exec_fair@basic-pace.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4473] / [i915#4771])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@gem_exec_fair@basic-pace.html
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#3539])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace@vcs0:
- shard-rkl: [PASS][67] -> [FAIL][68] ([i915#2842])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@gem_exec_fair@basic-pace@vcs0.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@gem_exec_fair@basic-pace@vcs0.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3539] / [i915#4852]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3539] / [i915#4852]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_reloc@basic-cpu-read:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3281]) +9 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-11/igt@gem_exec_reloc@basic-cpu-read.html
* igt@gem_exec_reloc@basic-gtt-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#3281]) +6 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-noreloc.html
* igt@gem_exec_reloc@basic-scanout:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#3281]) +10 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_reloc@basic-write-gtt-active:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#3281]) +8 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@gem_exec_reloc@basic-write-gtt-active.html
* igt@gem_exec_schedule@pi-common@vecs0:
- shard-dg2: NOTRUN -> [FAIL][75] ([i915#12296]) +7 other tests fail
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@gem_exec_schedule@pi-common@vecs0.html
* igt@gem_exec_schedule@pi-ringfull@bcs0:
- shard-tglu: NOTRUN -> [FAIL][76] ([i915#12296]) +5 other tests fail
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@gem_exec_schedule@pi-ringfull@bcs0.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg1: NOTRUN -> [SKIP][77] ([i915#4812])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4537] / [i915#4812])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@gem_exec_schedule@preempt-queue-contexts.html
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#4537] / [i915#4812])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#7276])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#4860])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4860])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4860])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#4613]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@parallel-random:
- shard-rkl: NOTRUN -> [SKIP][85] ([i915#4613]) +4 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@verify-random:
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4613])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic-small-bo:
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4083]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@gem_mmap@basic-small-bo.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#4077]) +4 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_gtt@medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#4077]) +7 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@gem_mmap_gtt@medium-copy-xy.html
* igt@gem_mmap_wc@bad-object:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#4083])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@gem_mmap_wc@bad-object.html
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#4083])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@gem_mmap_wc@bad-object.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#3282]) +4 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][93] ([i915#2658])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@gem_pread@exhaustion.html
- shard-mtlp: NOTRUN -> [SKIP][94] ([i915#3282]) +4 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#3282]) +4 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-exhaustion:
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#3282]) +5 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-protected-buffer:
- shard-tglu: NOTRUN -> [SKIP][97] ([i915#4270]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#4270]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#5190] / [i915#8428]) +3 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html
* igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#8428]) +3 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][101] ([i915#4079])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-mtlp: NOTRUN -> [SKIP][102] ([i915#4079])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4079])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-4/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#4885])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@access-control:
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#3297])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#3297]) +4 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3282] / [i915#3297])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@relocations:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#3281] / [i915#3297])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@gem_userptr_blits@relocations.html
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#3281] / [i915#3297])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@gem_userptr_blits@relocations.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#3281] / [i915#3297])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@gem_userptr_blits@relocations.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][111] ([i915#2527] / [i915#2856]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#2856])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#2527]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_module_load@load:
- shard-tglu: NOTRUN -> [SKIP][114] ([i915#6227])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][115] -> [ABORT][116] ([i915#9820])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#6412])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-2/igt@i915_module_load@resize-bar.html
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#6412])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#8399]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#8399])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
- shard-dg1: [PASS][121] -> [FAIL][122] ([i915#3591]) +2 other tests fail
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#11681])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@i915_pm_rps@thresholds-idle-park.html
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#11681])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#11681])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu: NOTRUN -> [SKIP][126] ([i915#4387])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#6188])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_query@test-query-geometry-subslices:
- shard-rkl: NOTRUN -> [SKIP][128] ([i915#5723])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@live:
- shard-rkl: [PASS][129] -> [DMESG-FAIL][130] ([i915#12133])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@i915_selftest@live.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-6/igt@i915_selftest@live.html
* igt@i915_selftest@mock:
- shard-tglu: NOTRUN -> [DMESG-WARN][131] ([i915#9311]) +1 other test dmesg-warn
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@i915_selftest@mock.html
* igt@intel_hwmon@hwmon-write:
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#7707])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@intel_hwmon@hwmon-write.html
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#7707])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@intel_hwmon@hwmon-write.html
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#7707]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#8709]) +3 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#8709]) +7 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#8709]) +11 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-11/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#1769] / [i915#3555])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#1769] / [i915#3555])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#1769] / [i915#3555])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-snb: NOTRUN -> [SKIP][141] ([i915#1769])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#1769] / [i915#3555])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][143] ([i915#5286]) +5 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#5286]) +6 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538] / [i915#5286]) +3 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][146] +17 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#3638]) +3 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#4538] / [i915#5190]) +7 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#3638]) +2 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#5190])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#5190] / [i915#9197]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#6187]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#4538]) +4 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#6095]) +135 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#10307] / [i915#10434] / [i915#6095])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#6095]) +79 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#9197]) +15 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#12313]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][159] ([i915#12313]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#10307] / [i915#6095]) +162 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#12313]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#12313]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#12313]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#6095]) +19 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#6095]) +81 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#11616] / [i915#7213]) +3 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#3742])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_cdclk@plane-scaling.html
- shard-tglu: NOTRUN -> [SKIP][168] ([i915#3742])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#7828]) +10 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#7828]) +8 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#7828]) +3 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-4/igt@kms_chamelium_frames@hdmi-crc-multiple.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#7828]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@vga-frame-dump:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#7828]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@kms_chamelium_frames@vga-frame-dump.html
* igt@kms_content_protection@atomic-dpms:
- shard-snb: NOTRUN -> [SKIP][174] +106 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb5/igt@kms_content_protection@atomic-dpms.html
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_content_protection@atomic-dpms.html
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#7118] / [i915#9424]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html
- shard-rkl: NOTRUN -> [SKIP][177] ([i915#7118] / [i915#9424]) +2 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_content_protection@atomic-dpms.html
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#7116] / [i915#9424]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3299])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#3116] / [i915#3299])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#3116])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#6944] / [i915#9424]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_content_protection@lic-type-0.html
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#6944] / [i915#9424]) +3 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@kms_content_protection@lic-type-0.html
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#9424])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@kms_content_protection@lic-type-0.html
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#9424]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_content_protection@lic-type-0.html
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#9424]) +1 other test skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-tglu: NOTRUN -> [SKIP][187] ([i915#6944] / [i915#7116] / [i915#7118])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#11453])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#3555])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@kms_cursor_crc@cursor-random-32x32.html
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#3555]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_cursor_crc@cursor-random-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8814])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#3555]) +5 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#8814]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#11453])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#4213])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#4103]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][197] +27 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#9809]) +6 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#9067])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#9067])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#9067])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#9067])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#4103]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#9723])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#9833])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8827])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#3804])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#1769] / [i915#3555] / [i915#3804])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#3804])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#3804])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dsc@dsc-basic:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@kms_dsc@dsc-basic.html
- shard-dg1: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#3840]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_dsc@dsc-basic.html
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#3840] / [i915#9159])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#3840]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_dsc@dsc-with-formats.html
- shard-mtlp: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#3840])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#3840])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#3840] / [i915#9053])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#3840] / [i915#9053])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@chamelium:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#4854])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_feature_discovery@chamelium.html
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#4854])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-13/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-1x:
- shard-dg2: [PASS][221] -> [SKIP][222] ([i915#9738])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-7/igt@kms_feature_discovery@display-1x.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_feature_discovery@display-1x.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#1839])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@kms_feature_discovery@display-2x.html
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#1839])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#658])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-2/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][226] ([i915#8381])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@kms_flip@2x-flip-vs-fences-interruptible.html
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#8381])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#8381])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][229] +11 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-dg1: NOTRUN -> [SKIP][230] ([i915#9934]) +2 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#3637]) +2 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-tglu: NOTRUN -> [SKIP][232] ([i915#3637]) +5 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible:
- shard-dg2: [PASS][233] -> [FAIL][234] ([i915#2122])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-4/igt@kms_flip@wf_vblank-ts-check-interruptible.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@kms_flip@wf_vblank-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1:
- shard-mtlp: [PASS][235] -> [FAIL][236] ([i915#2122])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-1/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a4:
- shard-dg1: NOTRUN -> [FAIL][237] ([i915#2122])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a4.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a3:
- shard-dg2: NOTRUN -> [FAIL][238] ([i915#2122]) +2 other tests fail
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a3.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1:
- shard-snb: [PASS][239] -> [FAIL][240] ([i915#2122]) +5 other tests fail
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-snb2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb1/igt@kms_flip@wf_vblank-ts-check-interruptible@b-vga1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1:
- shard-tglu: [PASS][241] -> [FAIL][242] ([i915#2122])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-6/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible@d-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#2672] / [i915#3555]) +3 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][244] ([i915#2672]) +3 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-dg2: [PASS][245] -> [SKIP][246] ([i915#3555]) +5 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#2672] / [i915#3555])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#2672] / [i915#3555])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#2587] / [i915#2672])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][250] ([i915#2672] / [i915#3555]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#2672]) +3 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#2587] / [i915#2672] / [i915#3555])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#2587] / [i915#2672]) +4 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][254] ([i915#3555] / [i915#8813])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8810])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2672]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][257] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#2672] / [i915#3555] / [i915#8813]) +4 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#3555] / [i915#5190])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#3555])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2672] / [i915#3555]) +2 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-dg2: [PASS][262] -> [SKIP][263] ([i915#5354]) +12 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
- shard-dg2: [PASS][264] -> [FAIL][265] ([i915#6880])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#5354]) +28 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][267] +110 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#8708]) +11 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#3458] / [i915#4423])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][270] ([i915#3023]) +23 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#10433] / [i915#3458])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][272] +22 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#8708]) +8 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#1825]) +48 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][275] ([i915#5439])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#9766])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#9766])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#3458]) +11 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#8708]) +8 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#3458]) +11 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#1825]) +15 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_hdmi_inject@inject-audio:
- shard-rkl: [PASS][282] -> [SKIP][283] ([i915#433])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-1/igt@kms_hdmi_inject@inject-audio.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch:
- shard-tglu: NOTRUN -> [SKIP][284] ([i915#3555] / [i915#8228]) +1 other test skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: NOTRUN -> [SKIP][285] ([i915#3555] / [i915#8228])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8228])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_hdr@static-swap.html
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#3555] / [i915#8228])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-2/igt@kms_hdr@static-swap.html
- shard-dg2: NOTRUN -> [SKIP][288] ([i915#3555] / [i915#8228])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-1/igt@kms_hdr@static-swap.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][289] ([i915#6301]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#6301])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@pixel-format:
- shard-tglu: [PASS][291] -> [ABORT][292] ([i915#10354]) +1 other test abort
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-5/igt@kms_plane@pixel-format.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-5/igt@kms_plane@pixel-format.html
* igt@kms_plane@pixel-format-source-clamping:
- shard-dg2: [PASS][293] -> [SKIP][294] ([i915#8825]) +1 other test skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-6/igt@kms_plane@pixel-format-source-clamping.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane@pixel-format-source-clamping.html
* igt@kms_plane_lowres@tiling-none:
- shard-mtlp: NOTRUN -> [SKIP][295] ([i915#3582])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_plane_lowres@tiling-none.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][296] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-none@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][297] ([i915#11614] / [i915#3582])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_plane_lowres@tiling-none@pipe-d-edp-1.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#5354] / [i915#9423])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-tglu: NOTRUN -> [FAIL][299] ([i915#8292]) +1 other test fail
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][300] ([i915#8292])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format:
- shard-dg2: [PASS][301] -> [SKIP][302] ([i915#8152] / [i915#9423])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format@pipe-d:
- shard-dg2: [PASS][303] -> [SKIP][304] ([i915#8152])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format@pipe-d.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-dg1: NOTRUN -> [SKIP][305] ([i915#12247]) +12 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-dg2: [PASS][306] -> [SKIP][307] ([i915#3555] / [i915#8152] / [i915#9423])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d:
- shard-dg2: [PASS][308] -> [SKIP][309] ([i915#12247] / [i915#8152]) +2 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers:
- shard-dg2: NOTRUN -> [SKIP][310] ([i915#8152] / [i915#9423])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][311] ([i915#8152])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-20x20-with-modifiers@pipe-d.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][312] ([i915#12247]) +7 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-dg1: NOTRUN -> [SKIP][314] ([i915#12247] / [i915#6953]) +1 other test skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#12247]) +11 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][316] ([i915#12247] / [i915#8152]) +1 other test skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20:
- shard-dg2: [PASS][317] -> [SKIP][318] ([i915#12247] / [i915#8152] / [i915#9423])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-a:
- shard-dg2: [PASS][319] -> [SKIP][320] ([i915#12247]) +11 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-a.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-a.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-mtlp: NOTRUN -> [SKIP][321] ([i915#12247] / [i915#6953]) +1 other test skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c:
- shard-dg2: NOTRUN -> [SKIP][322] ([i915#12247]) +8 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#6953])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-tglu: NOTRUN -> [SKIP][324] ([i915#12247] / [i915#3555] / [i915#6953])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75:
- shard-dg2: [PASS][325] -> [SKIP][326] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#12247] / [i915#6953])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#12247] / [i915#6953]) +2 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d:
- shard-tglu: NOTRUN -> [SKIP][329] ([i915#12247]) +25 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#5354]) +1 other test skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-2/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][331] ([i915#9685])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [PASS][332] -> [SKIP][333] ([i915#4281])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [PASS][334] -> [SKIP][335] ([i915#9340])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#8430])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#3547])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#9519]) +1 other test skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: NOTRUN -> [SKIP][339] ([i915#9519])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][340] -> [SKIP][341] ([i915#9519])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][342] -> [SKIP][343] ([i915#9519]) +4 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#9519]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-mtlp: NOTRUN -> [SKIP][345] ([i915#9519])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-3/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pm-caching:
- shard-dg1: NOTRUN -> [SKIP][346] ([i915#4077]) +5 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@kms_pm_rpm@pm-caching.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#6524])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_properties@crtc-properties-atomic:
- shard-dg2: [PASS][348] -> [SKIP][349] ([i915#11521])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-10/igt@kms_properties@crtc-properties-atomic.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_properties@crtc-properties-atomic.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2: NOTRUN -> [SKIP][350] ([i915#11520]) +3 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][351] ([i915#11520]) +2 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#9808]) +1 other test skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][353] ([i915#11520]) +2 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb1/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][354] ([i915#11520]) +9 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][355] ([i915#12316]) +4 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][356] ([i915#11520]) +7 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-1/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][357] ([i915#4348])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-4/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-sprite-blt:
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#1072] / [i915#9732]) +14 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_psr@fbc-pr-sprite-blt.html
* igt@kms_psr@pr-cursor-blt:
- shard-mtlp: NOTRUN -> [SKIP][359] ([i915#9688]) +8 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@kms_psr@pr-cursor-blt.html
* igt@kms_psr@pr-sprite-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#1072] / [i915#9732]) +22 other tests skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_psr@pr-sprite-mmap-gtt.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#9732]) +28 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-7/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr@psr2-primary-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][362] ([i915#1072] / [i915#9732]) +7 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-15/igt@kms_psr@psr2-primary-mmap-cpu.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg1: NOTRUN -> [SKIP][363] ([i915#5289]) +1 other test skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-tglu: NOTRUN -> [SKIP][364] ([i915#5289]) +2 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-mtlp: NOTRUN -> [SKIP][365] ([i915#5289])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][366] ([i915#11131] / [i915#5190])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][367] ([i915#8623])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@kms_tiled_display@basic-test-pattern.html
- shard-dg2: NOTRUN -> [SKIP][368] ([i915#8623])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu: NOTRUN -> [SKIP][369] ([i915#8623])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@query-forked-hang:
- shard-dg2: [PASS][370] -> [SKIP][371] ([i915#9197]) +44 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-5/igt@kms_vblank@query-forked-hang.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@kms_vblank@query-forked-hang.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: NOTRUN -> [SKIP][372] ([i915#9906])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@negative-basic:
- shard-mtlp: [PASS][373] -> [FAIL][374] ([i915#10393]) +1 other test fail
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-2/igt@kms_vrr@negative-basic.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-mtlp: NOTRUN -> [SKIP][375] ([i915#8808] / [i915#9906])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-check-output:
- shard-tglu: NOTRUN -> [SKIP][376] ([i915#2437])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-3/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][377] ([i915#2437] / [i915#9412])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-rkl: NOTRUN -> [SKIP][378] ([i915#2437] / [i915#9412])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-dg1: NOTRUN -> [SKIP][379] ([i915#2437] / [i915#9412])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-mtlp: NOTRUN -> [SKIP][380] ([i915#2437] / [i915#9412])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-7/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-tglu: NOTRUN -> [SKIP][381] ([i915#2437] / [i915#9412]) +1 other test skip
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][382] ([i915#2437])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_writeback@writeback-invalid-parameters.html
- shard-mtlp: NOTRUN -> [SKIP][383] ([i915#2437])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@kms_writeback@writeback-invalid-parameters.html
- shard-dg2: NOTRUN -> [SKIP][384] ([i915#2437])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html
- shard-rkl: NOTRUN -> [SKIP][385] ([i915#2437])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][386] ([i915#2433])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-5/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg2: [PASS][387] -> [FAIL][388] ([i915#11943]) +2 other tests fail
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-8/igt@perf_pmu@all-busy-idle-check-all.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-7/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@busy-double-start@vcs0:
- shard-dg1: [PASS][389] -> [FAIL][390] ([i915#4349]) +1 other test fail
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-14/igt@perf_pmu@busy-double-start@vcs0.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-12/igt@perf_pmu@busy-double-start@vcs0.html
* igt@perf_pmu@busy-idle@ccs0:
- shard-mtlp: [PASS][391] -> [FAIL][392] ([i915#4349]) +4 other tests fail
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-3/igt@perf_pmu@busy-idle@ccs0.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@perf_pmu@busy-idle@ccs0.html
* igt@perf_pmu@most-busy-idle-check-all@rcs0:
- shard-dg1: [PASS][393] -> [FAIL][394] ([i915#11943]) +2 other tests fail
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-19/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
- shard-mtlp: [PASS][395] -> [FAIL][396] ([i915#11943]) +2 other tests fail
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-3/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-1/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg2: NOTRUN -> [SKIP][397] ([i915#9917]) +1 other test skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg1: NOTRUN -> [SKIP][398] ([i915#9917])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-19/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_timeline@invalid-wait-zero-handles:
- shard-rkl: NOTRUN -> [FAIL][399] ([i915#9781])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@syncobj_timeline@invalid-wait-zero-handles.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-tglu: NOTRUN -> [FAIL][400] ([i915#9781])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@syncobj_wait@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][401] ([i915#7297]) -> [PASS][402]
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-7/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
* igt@gem_ctx_engines@invalid-engines:
- shard-mtlp: [FAIL][403] ([i915#12027]) -> [PASS][404]
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-8/igt@gem_ctx_engines@invalid-engines.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-6/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_exec_fair@basic-pace-share:
- shard-tglu: [FAIL][405] ([i915#2842]) -> [PASS][406] +1 other test pass
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-4/igt@gem_exec_fair@basic-pace-share.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-rkl: [FAIL][407] ([i915#2842]) -> [PASS][408] +2 other tests pass
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-5/igt@gem_exec_fair@basic-pace-solo.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [FAIL][409] ([i915#2876]) -> [PASS][410]
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@i915_module_load@reload-no-display:
- shard-snb: [ABORT][411] ([i915#11703]) -> [PASS][412]
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-snb5/igt@i915_module_load@reload-no-display.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb6/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [ABORT][413] ([i915#9820]) -> [PASS][414]
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [ABORT][415] ([i915#10131] / [i915#10887] / [i915#9820]) -> [PASS][416]
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [ABORT][417] ([i915#12216]) -> [PASS][418] +1 other test pass
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-mtlp-3/igt@i915_selftest@live@workarounds.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-mtlp-8/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [INCOMPLETE][419] ([i915#4817]) -> [PASS][420]
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs:
- shard-dg2: [SKIP][421] ([i915#9197]) -> [PASS][422] +13 other tests pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-snb: [SKIP][423] -> [PASS][424] +2 other tests pass
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2: [SKIP][425] ([i915#1849]) -> [PASS][426]
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg2-2/igt@kms_fbcon_fbt@fbc-suspend.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg2-10/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@blocking-wf_vblank:
- shard-rkl: [FAIL][427] ([i915#11961] / [i915#2122]) -> [PASS][428]
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-5/igt@kms_flip@blocking-wf_vblank.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-7/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@blocking-wf_vblank@c-hdmi-a1:
- shard-tglu: [FAIL][429] ([i915#2122]) -> [PASS][430] +7 other tests pass
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-tglu-2/igt@kms_flip@blocking-wf_vblank@c-hdmi-a1.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-tglu-9/igt@kms_flip@blocking-wf_vblank@c-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-rkl: [FAIL][431] ([i915#2122]) -> [PASS][432] +1 other test pass
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-7/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg1: [INCOMPLETE][433] ([i915#4839] / [i915#6113]) -> [PASS][434]
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-13/igt@kms_flip@flip-vs-suspend-interruptible.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-14/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: [INCOMPLETE][435] ([i915#4839]) -> [PASS][436] +1 other test pass
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-snb2/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-rkl: [FAIL][437] ([i915#11989] / [i915#2122]) -> [PASS][438]
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-rkl-3/igt@kms_flip@wf_vblank-ts-check.html
- shard-dg1: [FAIL][439] ([i915#11989] / [i915#2122]) -> [PASS][440]
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-dg1-15/igt@kms_flip@wf_vblank-ts-check.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check.html
- shard-snb: [FAIL][441] ([i915#2122]) -> [PASS][442] +5 other tests pass
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15468/shard-snb5/igt@kms_flip@wf_vblank-ts-check.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/shard-
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11852/index.html
[-- Attachment #2: Type: text/html, Size: 108898 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] Check gtidle before rc6 disable test
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
@ 2024-10-03 5:08 ` Riana Tauro
0 siblings, 0 replies; 7+ messages in thread
From: Riana Tauro @ 2024-10-03 5:08 UTC (permalink / raw)
To: Soham Purkait, igt-dev; +Cc: anshuman.gupta
Hi Soham
1) set your git config user.name. format should be first name followed
by last
From: "Soham Purkait" <soham.purkait@intel.com>
2) you do not need a cover letter for a single patch
3) add a detailed commit message and the subject should follow
the format of other commits. check git log and follow the previous
commits
4) use "PATCH i-g-t" for igt patches
git format-patch --subject-prefix="PATCH i-g-t"
On 10/2/2024 12:42 AM, Soham Purkait wrote:
> From: "Purkait, Soham" <soham.purkait@intel.com>
>
> ---
> tests/intel/xe_oa.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
> index 9be4fd633..6538d6323 100644
> --- a/tests/intel/xe_oa.c
> +++ b/tests/intel/xe_oa.c
> @@ -4644,8 +4644,10 @@ igt_main
> test_oa_unit_concurrent_oa_buffer_read();
> }
>
> - igt_subtest("rc6-disable")
> + igt_subtest("rc6-disable"){
add space before {
Thanks,
Riana Tauro
> + igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
> test_rc6_disable();
> + }
>
> igt_subtest_with_dynamic("stress-open-close") {
> __for_one_hwe_in_oag(hwe)
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-03 5:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
2024-10-03 5:08 ` Riana Tauro
2024-10-01 20:53 ` ✓ CI.xeBAT: success for Existence of gtidle node check " Patchwork
2024-10-01 21:08 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-02 0:06 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-02 17:50 ` ✗ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox