* [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled
@ 2024-07-26 8:02 sk.anirban
2024-07-26 9:48 ` ✗ CI.xeBAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2) Patchwork
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: sk.anirban @ 2024-07-26 8:02 UTC (permalink / raw)
To: igt-dev, anshuman.gupta; +Cc: sk.anirban, riana.tauro
From: Sk Anirban <sk.anirban@intel.com>
Skip these tests when SLPC is enabled as it fails frequently.
These tests are designed for host turbo and sysfs is not available
when SLPC is enabled.
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11455
v2: Add a skip for all the threshold subtests
Provide explanations for failures (Riana)
Addressed cosmetic review comments (Riana)
v3: Addressed cosmetic review comments (Riana)
Reviewed-by: Riana Tauro <riana.tauro@intel.com>
Signed-off-by: Sk Anirban <sk.anirban@intel.com>
---
tests/intel/i915_pm_rps.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tests/intel/i915_pm_rps.c b/tests/intel/i915_pm_rps.c
index 99b83f315..ace22b00c 100644
--- a/tests/intel/i915_pm_rps.c
+++ b/tests/intel/i915_pm_rps.c
@@ -1161,7 +1161,8 @@ igt_main
igt_subtest_with_dynamic("thresholds-idle") {
int tmp, gt;
-
+ igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
+ "This subtest is not supported when SLPC is enabled\n");
i915_for_each_gt(drm_fd, tmp, gt) {
igt_dynamic_f("gt%u", gt)
test_thresholds(drm_fd, gt, TEST_IDLE);
@@ -1170,7 +1171,8 @@ igt_main
igt_subtest_with_dynamic("thresholds") {
int tmp, gt;
-
+ igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
+ "This subtest is not supported when SLPC is enabled\n");
i915_for_each_gt(drm_fd, tmp, gt) {
igt_dynamic_f("gt%u", gt)
test_thresholds(drm_fd, gt, 0);
@@ -1179,7 +1181,8 @@ igt_main
igt_subtest_with_dynamic("thresholds-park") {
int tmp, gt;
-
+ igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
+ "This subtest is not supported when SLPC is enabled\n");
i915_for_each_gt(drm_fd, tmp, gt) {
igt_dynamic_f("gt%u", gt)
test_thresholds(drm_fd, gt, TEST_PARK);
@@ -1188,6 +1191,8 @@ igt_main
igt_subtest_with_dynamic("thresholds-idle-park") {
int tmp, gt;
+ igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
+ "This subtest is not supported when SLPC is enabled\n");
i915_for_each_gt(drm_fd, tmp, gt) {
igt_dynamic_f("gt%u", gt)
--
2.34.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✗ CI.xeBAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
@ 2024-07-26 9:48 ` Patchwork
2024-07-26 9:56 ` ✗ Fi.CI.BAT: " Patchwork
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-26 9:48 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9415 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
URL : https://patchwork.freedesktop.org/series/136551/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7939_BAT -> XEIGTPW_11473_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11473_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11473_BAT, 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 (6 -> 6)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11473_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@kms_frontbuffer_tracking@basic:
- bat-dg2-oem2: [PASS][1] -> [SKIP][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html
#### Warnings ####
* igt@kms_dsc@dsc-basic:
- bat-dg2-oem2: [SKIP][3] ([Intel XE#455]) -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-dg2-oem2: [SKIP][5] ([Intel XE#929]) -> [SKIP][6] +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_psr@psr-cursor-plane-move.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_psr@psr-cursor-plane-move.html
Known issues
------------
Here are the changes found in XEIGTPW_11473_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- bat-dg2-oem2: [PASS][7] -> [SKIP][8] ([Intel XE#1885])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html
* igt@fbdev@eof:
- bat-dg2-oem2: [PASS][9] -> [SKIP][10] ([Intel XE#2134]) +4 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@fbdev@eof.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@fbdev@eof.html
* igt@kms_addfb_basic@bad-pitch-128:
- bat-dg2-oem2: [PASS][11] -> [SKIP][12] ([i915#2575]) +50 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_addfb_basic@bad-pitch-128.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_addfb_basic@bad-pitch-128.html
* igt@xe_intel_bb@create-in-region:
- bat-dg2-oem2: [PASS][13] -> [SKIP][14] ([Intel XE#1130]) +155 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_intel_bb@create-in-region.html
* igt@xe_live_ktest@xe_bo:
- bat-dg2-oem2: [PASS][15] -> [SKIP][16] ([Intel XE#455])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_live_ktest@xe_bo.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_live_ktest@xe_bo.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-dg2-oem2: [PASS][17] -> [SKIP][18] ([Intel XE#2229] / [Intel XE#455])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-dg2-oem2: [PASS][19] -> [SKIP][20] ([Intel XE#2229])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_module_load@load:
- bat-dg2-oem2: [PASS][21] -> [FAIL][22] ([Intel XE#2136])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_module_load@load.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_module_load@load.html
#### Possible fixes ####
* igt@xe_evict@evict-beng-small-multi-vm:
- {bat-bmg-1}: [DMESG-WARN][23] -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-bmg-1/igt@xe_evict@evict-beng-small-multi-vm.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-bmg-1/igt@xe_evict@evict-beng-small-multi-vm.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-oem2: [SKIP][25] ([Intel XE#623]) -> [SKIP][26] ([i915#2575])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-oem2: [SKIP][27] ([i915#5274]) -> [SKIP][28] ([i915#2575])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- bat-dg2-oem2: [SKIP][29] ([Intel XE#1091]) -> [SKIP][30] ([i915#2575]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@sriov_basic@enable-vfs-autoprobe-off.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate:
- bat-dg2-oem2: [SKIP][31] ([Intel XE#288]) -> [SKIP][32] ([Intel XE#1130]) +32 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate.html
* igt@xe_huc_copy@huc_copy:
- bat-dg2-oem2: [SKIP][33] ([Intel XE#255]) -> [SKIP][34] ([Intel XE#1130])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html
* igt@xe_pat@pat-index-xe2:
- bat-dg2-oem2: [SKIP][35] ([Intel XE#977]) -> [SKIP][36] ([Intel XE#1130])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html
* igt@xe_pat@pat-index-xehpc:
- bat-dg2-oem2: [SKIP][37] ([Intel XE#979]) -> [SKIP][38] ([Intel XE#1130]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
Build changes
-------------
* IGT: IGT_7939 -> IGTPW_11473
IGTPW_11473: 11473
IGT_7939: 7939
xe-1671-edd84625d093bb52bfb1c0c6feb12cff308d81b7: edd84625d093bb52bfb1c0c6feb12cff308d81b7
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/index.html
[-- Attachment #2: Type: text/html, Size: 11149 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
2024-07-26 9:48 ` ✗ CI.xeBAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2) Patchwork
@ 2024-07-26 9:56 ` Patchwork
2024-07-26 19:35 ` ✗ CI.xeFULL: " Patchwork
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-26 9:56 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9388 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
URL : https://patchwork.freedesktop.org/series/136551/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7939 -> IGTPW_11473
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11473 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11473, 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_11473/index.html
Participating hosts (39 -> 39)
------------------------------
Additional (3): fi-bsw-n3050 bat-mtlp-6 fi-pnv-d510
Missing (3): fi-kbl-7567u bat-jsl-1 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11473:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@mman:
- bat-arlh-2: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7939/bat-arlh-2/igt@i915_selftest@live@mman.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-arlh-2/igt@i915_selftest@live@mman.html
Known issues
------------
Here are the changes found in IGTPW_11473 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-mtlp-6: NOTRUN -> [SKIP][3] ([i915#9318])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html
* igt@fbdev@info:
- bat-mtlp-6: NOTRUN -> [SKIP][4] ([i915#1849] / [i915#2582])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@fbdev@info.html
* igt@fbdev@write:
- bat-mtlp-6: NOTRUN -> [SKIP][5] ([i915#2582]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@fbdev@write.html
* igt@gem_lmem_swapping@basic:
- fi-pnv-d510: NOTRUN -> [SKIP][6] +32 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/fi-pnv-d510/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@random-engines:
- fi-bsw-n3050: NOTRUN -> [SKIP][7] +19 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/fi-bsw-n3050/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@verify-random:
- bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#4613]) +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap@basic:
- bat-mtlp-6: NOTRUN -> [SKIP][9] ([i915#4083])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@gem_mmap@basic.html
* igt@gem_tiled_blits@basic:
- bat-mtlp-6: NOTRUN -> [SKIP][10] ([i915#4077]) +2 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_basic:
- bat-mtlp-6: NOTRUN -> [SKIP][11] ([i915#4079]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#6621])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- bat-mtlp-6: NOTRUN -> [SKIP][13] ([i915#4212] / [i915#9792]) +8 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-mtlp-6: NOTRUN -> [SKIP][14] ([i915#5190] / [i915#9792])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-legacy:
- bat-mtlp-6: NOTRUN -> [SKIP][15] ([i915#9792]) +17 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-mtlp-6: NOTRUN -> [SKIP][16] ([i915#3637] / [i915#9792]) +3 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-mtlp-6: NOTRUN -> [SKIP][17] ([i915#5274] / [i915#9792])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@basic:
- bat-mtlp-6: NOTRUN -> [SKIP][18] ([i915#4342] / [i915#5354] / [i915#9792])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pm_backlight@basic-brightness:
- bat-mtlp-6: NOTRUN -> [SKIP][19] ([i915#5354] / [i915#9792])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-mtlp-6: NOTRUN -> [SKIP][20] ([i915#1072] / [i915#9673] / [i915#9732] / [i915#9792]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-mtlp-6: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#8809] / [i915#9792])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-mtlp-6: NOTRUN -> [SKIP][22] ([i915#3708] / [i915#9792])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-mtlp-6: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-read:
- bat-mtlp-6: NOTRUN -> [SKIP][24] ([i915#3708]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- bat-mtlp-6: NOTRUN -> [SKIP][25] ([i915#10216] / [i915#3708])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-mtlp-6/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@vgem_basic@unload:
- {bat-arlh-3}: [INCOMPLETE][26] -> [PASS][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7939/bat-arlh-3/igt@vgem_basic@unload.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/bat-arlh-3/igt@vgem_basic@unload.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9792
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7939 -> IGTPW_11473
CI-20190529: 20190529
CI_DRM_15136: edd84625d093bb52bfb1c0c6feb12cff308d81b7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11473: 11473
IGT_7939: 7939
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11473/index.html
[-- Attachment #2: Type: text/html, Size: 11668 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
2024-07-26 9:48 ` ✗ CI.xeBAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2) Patchwork
2024-07-26 9:56 ` ✗ Fi.CI.BAT: " Patchwork
@ 2024-07-26 19:35 ` Patchwork
2024-07-29 5:02 ` ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3) Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-26 19:35 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 53367 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2)
URL : https://patchwork.freedesktop.org/series/136551/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7939_full -> XEIGTPW_11473_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11473_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11473_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 (3 -> 3)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11473_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][1] -> [FAIL][2] +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
Known issues
------------
Here are the changes found in XEIGTPW_11473_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-toggle-modeset-transition:
- shard-dg2-set2: [PASS][3] -> [FAIL][4] ([Intel XE#1426]) +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-lnl: [PASS][5] -> [FAIL][6] ([Intel XE#1659])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1124]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#1399])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#309])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-1/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1401]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1397] / [Intel XE#1745])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/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][13] ([Intel XE#1397])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#656]) +3 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [PASS][15] -> [SKIP][16] ([Intel XE#1201] / [Intel XE#455])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-c-edp-1:
- shard-lnl: [PASS][17] -> [DMESG-WARN][18] ([Intel XE#1705]) +2 other tests dmesg-warn
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-5/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-c-edp-1.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-5/igt@kms_plane_alpha_blend@coverage-vs-premult-vs-constant@pipe-c-edp-1.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [PASS][19] -> [FAIL][20] ([Intel XE#361]) +2 other tests fail
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_pm_backlight@fade:
- shard-lnl: [PASS][21] -> [SKIP][22] ([Intel XE#870])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-8/igt@kms_pm_backlight@fade.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_pm_backlight@fade.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1439])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_psr@pr-cursor-plane-move:
- shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#1406])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-5/igt@kms_psr@pr-cursor-plane-move.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [PASS][25] -> [FAIL][26] ([Intel XE#899]) +1 other test fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-dg2-set2: [PASS][27] -> [INCOMPLETE][28] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@xe_evict@evict-beng-cm-threads-large.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-436/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [PASS][29] -> [INCOMPLETE][30] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: [PASS][31] -> [TIMEOUT][32] ([Intel XE#1473] / [Intel XE#392])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@xe_evict@evict-beng-mixed-threads-large.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_evict@evict-beng-small-external-cm:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#688]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-3/igt@xe_evict@evict-beng-small-external-cm.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1392]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-rebind.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [PASS][35] -> [DMESG-WARN][36] ([Intel XE#2280])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@xe_pm@s4-mocs.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-dg2-set2: [PASS][37] -> [INCOMPLETE][38] ([Intel XE#1195] / [Intel XE#1358])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@xe_pm@s4-vm-bind-prefetch.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-lnl: [PASS][39] -> [ABORT][40] ([Intel XE#1794])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-7/igt@xe_pm@s4-vm-bind-userptr.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][41] ([Intel XE#911]) -> [PASS][42] +3 other tests pass
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_cursor_legacy@torture-bo@pipe-a:
- shard-dg2-set2: [DMESG-WARN][43] ([Intel XE#877]) -> [PASS][44] +1 other test pass
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_cursor_legacy@torture-bo@pipe-a.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_cursor_legacy@torture-bo@pipe-a.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6:
- shard-dg2-set2: [DMESG-WARN][45] ([Intel XE#1551]) -> [PASS][46] +1 other test pass
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6.html
* igt@kms_flip@wf_vblank-ts-check@a-edp1:
- shard-lnl: [FAIL][47] ([Intel XE#886]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-2/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-1/igt@kms_flip@wf_vblank-ts-check@a-edp1.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-lnl: [DMESG-WARN][49] ([Intel XE#2052]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
* {igt@kms_plane@plane-position-covered@pipe-b-plane-4}:
- shard-lnl: [DMESG-WARN][51] ([Intel XE#324]) -> [PASS][52] +4 other tests pass
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-5/igt@kms_plane@plane-position-covered@pipe-b-plane-4.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@kms_plane@plane-position-covered@pipe-b-plane-4.html
* {igt@kms_plane@plane-position-hole@pipe-a-plane-3}:
- shard-lnl: [DMESG-FAIL][53] ([Intel XE#324]) -> [PASS][54] +1 other test pass
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-6/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-1/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-lnl: [SKIP][55] ([Intel XE#870]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-8/igt@kms_pm_backlight@fade-with-dpms.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-4/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][57] ([Intel XE#718]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-6/igt@kms_pm_dc@dc5-psr.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@kms_pm_dc@dc5-psr.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb@psr2-pipe-b-edp-1:
- shard-lnl: [DMESG-WARN][59] ([Intel XE#1705]) -> [PASS][60] +1 other test pass
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb@psr2-pipe-b-edp-1.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb@psr2-pipe-b-edp-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6:
- shard-dg2-set2: [FAIL][61] ([Intel XE#899]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-dg2-set2: [DMESG-WARN][63] ([Intel XE#2019]) -> [PASS][64] +1 other test pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_vblank@ts-continuation-suspend.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_vblank@ts-continuation-suspend.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [INCOMPLETE][65] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_compute_mode@once-userptr-invalidate:
- shard-lnl: [FAIL][67] ([Intel XE#1069]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-2/igt@xe_exec_compute_mode@once-userptr-invalidate.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-7/igt@xe_exec_compute_mode@once-userptr-invalidate.html
* igt@xe_gt_freq@freq_basic_api:
- shard-dg2-set2: [FAIL][69] -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_gt_freq@freq_basic_api.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@xe_gt_freq@freq_basic_api.html
* igt@xe_module_load@unload:
- shard-dg2-set2: [DMESG-WARN][71] ([Intel XE#1551] / [Intel XE#2019]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@xe_module_load@unload.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-434/igt@xe_module_load@unload.html
* igt@xe_pm@s4-basic:
- shard-dg2-set2: [DMESG-WARN][73] -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@xe_pm@s4-basic.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-434/igt@xe_pm@s4-basic.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: [ABORT][75] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-2/igt@xe_pm@s4-exec-after.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-7/igt@xe_pm@s4-exec-after.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-lnl: [ABORT][77] ([Intel XE#1794]) -> [PASS][78]
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-8/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [FAIL][79] ([Intel XE#958]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html
#### Warnings ####
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2-set2: [SKIP][81] ([Intel XE#873]) -> [SKIP][82] ([Intel XE#1201] / [Intel XE#873])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg2-set2: [SKIP][83] ([Intel XE#316]) -> [SKIP][84] ([Intel XE#1201] / [Intel XE#316]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2-set2: [SKIP][85] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][86] ([Intel XE#316])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg2-set2: [SKIP][87] ([Intel XE#619]) -> [SKIP][88] ([Intel XE#1201] / [Intel XE#619])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][89] ([Intel XE#1124]) -> [SKIP][90] ([Intel XE#1124] / [Intel XE#1201]) +6 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2-set2: [SKIP][91] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][92] ([Intel XE#610])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-dg2-set2: [SKIP][93] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][94] ([Intel XE#1124]) +9 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2-set2: [SKIP][95] ([Intel XE#346]) -> [SKIP][96] ([Intel XE#1201] / [Intel XE#346])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_big_joiner@invalid-modeset.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
- shard-dg2-set2: [SKIP][97] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][98] ([Intel XE#367]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-dg2-set2: [SKIP][99] ([Intel XE#367]) -> [SKIP][100] ([Intel XE#1201] / [Intel XE#367])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][101] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][102] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +9 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][103] ([Intel XE#1252]) -> [SKIP][104] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][105] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][106] ([Intel XE#1252])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][107] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][108] ([Intel XE#787]) +76 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][109] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][110] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][111] ([Intel XE#787]) -> [SKIP][112] ([Intel XE#1201] / [Intel XE#787]) +34 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html
* igt@kms_cdclk@mode-transition@pipe-c-dp-4:
- shard-dg2-set2: [SKIP][113] ([Intel XE#314]) -> [SKIP][114] ([Intel XE#1201] / [Intel XE#314]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][115] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][116] ([Intel XE#306]) +2 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@kms_chamelium_color@ctm-limited-range.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2-set2: [SKIP][117] ([Intel XE#306]) -> [SKIP][118] ([Intel XE#1201] / [Intel XE#306])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_chamelium_color@ctm-max.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-dg2-set2: [SKIP][119] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][120] ([Intel XE#373]) +9 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][121] ([Intel XE#373]) -> [SKIP][122] ([Intel XE#1201] / [Intel XE#373]) +5 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2-set2: [SKIP][123] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][124] ([Intel XE#307])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@kms_content_protection@dp-mst-lic-type-1.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][125] ([Intel XE#308]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#308])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x512.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2-set2: [SKIP][127] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][128] ([Intel XE#308]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2-set2: [SKIP][129] ([Intel XE#307]) -> [SKIP][130] ([Intel XE#1201] / [Intel XE#307])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_display_modes@mst-extended-mode-negative.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: [SKIP][131] ([Intel XE#776]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#776])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_fbcon_fbt@psr-suspend.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: [SKIP][133] ([Intel XE#1138] / [Intel XE#1201]) -> [SKIP][134] ([Intel XE#1138])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_feature_discovery@display-4x.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_feature_discovery@display-4x.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][136] ([Intel XE#651]) +24 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary:
- shard-dg2-set2: [SKIP][137] ([Intel XE#651]) -> [SKIP][138] ([Intel XE#1201] / [Intel XE#651]) +17 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: [SKIP][139] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][140] ([Intel XE#658])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: [SKIP][141] ([Intel XE#658]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#658])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][144] ([Intel XE#653]) +26 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][145] ([Intel XE#653]) -> [SKIP][146] ([Intel XE#1201] / [Intel XE#653]) +17 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2-set2: [SKIP][147] ([Intel XE#1201] / [Intel XE#605]) -> [SKIP][148] ([Intel XE#605])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_plane@plane-position-covered:
- shard-lnl: [DMESG-WARN][149] ([Intel XE#324]) -> [DMESG-FAIL][150] ([Intel XE#324])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-lnl-5/igt@kms_plane@plane-position-covered.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-lnl-6/igt@kms_plane@plane-position-covered.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][152] ([Intel XE#455]) +16 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_plane_multiple@tiling-y.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers:
- shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][154] ([Intel XE#455] / [Intel XE#498]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][156] ([Intel XE#498]) +5 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][157] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][158] ([Intel XE#2318] / [Intel XE#455])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][159] ([Intel XE#1201] / [Intel XE#2318]) -> [SKIP][160] ([Intel XE#2318]) +2 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg2-set2: [SKIP][161] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6:
- shard-dg2-set2: [SKIP][163] ([Intel XE#2318]) -> [SKIP][164] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][165] ([Intel XE#455]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#455]) +7 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-6.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg2-set2: [SKIP][167] ([Intel XE#870]) -> [SKIP][168] ([Intel XE#1201] / [Intel XE#870])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_pm_backlight@fade-with-dpms.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][169] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][170] ([Intel XE#1122])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@kms_pm_dc@dc3co-vpb-simulation.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [Intel XE#908]) -> [SKIP][172] ([Intel XE#908])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf:
- shard-dg2-set2: [SKIP][173] ([Intel XE#1489]) -> [SKIP][174] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][176] ([Intel XE#1489]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2-set2: [SKIP][177] ([Intel XE#1122]) -> [SKIP][178] ([Intel XE#1122] / [Intel XE#1201])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_psr2_su@page_flip-p010.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-436/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][180] ([Intel XE#929]) +13 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-463/igt@kms_psr@fbc-psr2-sprite-plane-move.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@psr2-basic:
- shard-dg2-set2: [SKIP][181] ([Intel XE#929]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#929]) +8 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_psr@psr2-basic.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@kms_psr@psr2-basic.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][184] ([Intel XE#327])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@kms_rotation_crc@bad-pixel-format.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2-set2: [SKIP][185] ([Intel XE#327]) -> [SKIP][186] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@kms_rotation_crc@primary-rotation-270.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-434/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][187] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][188] ([Intel XE#1127])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2-set2: [SKIP][189] ([Intel XE#1201] / [Intel XE#330]) -> [SKIP][190] ([Intel XE#330])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@kms_tv_load_detect@load-detect.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][192] ([Intel XE#756])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@kms_writeback@writeback-fb-id.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg2-set2: [SKIP][193] ([Intel XE#1091] / [Intel XE#1201]) -> [SKIP][194] ([Intel XE#1091])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][196] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@xe_compute_preempt@compute-preempt.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: [SKIP][197] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][198] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: [SKIP][199] ([Intel XE#1126]) -> [SKIP][200] ([Intel XE#1126] / [Intel XE#1201])
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch:
- shard-dg2-set2: [SKIP][201] ([Intel XE#288]) -> [SKIP][202] ([Intel XE#1201] / [Intel XE#288]) +13 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-463/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-prefetch.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][203] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][204] ([Intel XE#288]) +20 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-433/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
* igt@xe_gt_freq@freq_fixed_exec:
- shard-dg2-set2: [FAIL][205] ([Intel XE#2256]) -> [FAIL][206] ([Intel XE#2262])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-436/igt@xe_gt_freq@freq_fixed_exec.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-435/igt@xe_gt_freq@freq_fixed_exec.html
* igt@xe_live_ktest@xe_mocs:
- shard-dg2-set2: [FAIL][207] ([Intel XE#1999]) -> [SKIP][208] ([Intel XE#1192] / [Intel XE#1201])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@xe_live_ktest@xe_mocs.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@xe_live_ktest@xe_mocs.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: [SKIP][209] ([Intel XE#560]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#560])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_media_fill@media-fill.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-466/igt@xe_media_fill@media-fill.html
* igt@xe_pm@d3cold-basic-exec:
- shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][212] ([Intel XE#366])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@xe_pm@d3cold-basic-exec.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-dg2-set2: [DMESG-WARN][213] ([Intel XE#1162] / [Intel XE#1941]) -> [DMESG-WARN][214] ([Intel XE#1162])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-434/igt@xe_pm@s3-vm-bind-unbind-all.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_query@multigpu-query-hwconfig:
- shard-dg2-set2: [SKIP][215] ([Intel XE#944]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#944])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-432/igt@xe_query@multigpu-query-hwconfig.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-433/igt@xe_query@multigpu-query-hwconfig.html
* igt@xe_query@multigpu-query-uc-fw-version-huc:
- shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][218] ([Intel XE#944]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7939/shard-dg2-435/igt@xe_query@multigpu-query-uc-fw-version-huc.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-huc.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[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#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1705
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1941]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1941
[Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019
[Intel XE#2052]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2052
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2207]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2256]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2256
[Intel XE#2262]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2262
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[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#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[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#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[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#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[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#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[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#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
Build changes
-------------
* IGT: IGT_7939 -> IGTPW_11473
IGTPW_11473: 11473
IGT_7939: 7939
xe-1671-edd84625d093bb52bfb1c0c6feb12cff308d81b7: edd84625d093bb52bfb1c0c6feb12cff308d81b7
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11473/index.html
[-- Attachment #2: Type: text/html, Size: 69577 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
` (2 preceding siblings ...)
2024-07-26 19:35 ` ✗ CI.xeFULL: " Patchwork
@ 2024-07-29 5:02 ` Patchwork
2024-07-29 5:15 ` ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-29 5:02 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
URL : https://patchwork.freedesktop.org/series/136551/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7940_BAT -> XEIGTPW_11480_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (7 -> 6)
------------------------------
Missing (1): bat-bmg-1
Known issues
------------
Here are the changes found in XEIGTPW_11480_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [PASS][1] -> [DMESG-FAIL][2] ([Intel XE#324])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
Build changes
-------------
* IGT: IGT_7940 -> IGTPW_11480
* Linux: xe-1672-220554a8ef7ac26fbfc4f141816679d742a0d232 -> xe-1677-e948842a6cba538c9f5f5dc8535a88d82a3fc0fe
IGTPW_11480: 11480
IGT_7940: 2a73158fa69a2b8e20d5a0bdf773ee194bfe13c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1672-220554a8ef7ac26fbfc4f141816679d742a0d232: 220554a8ef7ac26fbfc4f141816679d742a0d232
xe-1677-e948842a6cba538c9f5f5dc8535a88d82a3fc0fe: e948842a6cba538c9f5f5dc8535a88d82a3fc0fe
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/index.html
[-- Attachment #2: Type: text/html, Size: 2199 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
` (3 preceding siblings ...)
2024-07-29 5:02 ` ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3) Patchwork
@ 2024-07-29 5:15 ` Patchwork
2024-07-29 5:57 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-29 7:56 ` ✗ Fi.CI.IGT: " Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-29 5:15 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2282 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
URL : https://patchwork.freedesktop.org/series/136551/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_15142 -> IGTPW_11480
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/index.html
Participating hosts (41 -> 35)
------------------------------
Additional (1): fi-elk-e7500
Missing (7): bat-dg1-7 fi-bsw-n3050 fi-snb-2520m fi-kbl-8809g bat-dg2-11 bat-arls-2 bat-mtlp-6
Known issues
------------
Here are the changes found in IGTPW_11480 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@basic@lmem0:
- bat-dg2-9: [PASS][1] -> [FAIL][2] ([i915#10378])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/bat-dg2-9/igt@gem_lmem_swapping@basic@lmem0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/bat-dg2-9/igt@gem_lmem_swapping@basic@lmem0.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- bat-dg2-13: [PASS][3] -> [SKIP][4] ([Intel XE#484]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/bat-dg2-13/igt@kms_chamelium_hpd@dp-hpd-fast.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/bat-dg2-13/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_pm_rpm@basic-pci-d3-state:
- fi-elk-e7500: NOTRUN -> [SKIP][5] +24 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/fi-elk-e7500/igt@kms_pm_rpm@basic-pci-d3-state.html
[Intel XE#484]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/484
[i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7940 -> IGTPW_11480
CI-20190529: 20190529
CI_DRM_15142: e948842a6cba538c9f5f5dc8535a88d82a3fc0fe @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11480: 11480
IGT_7940: 2a73158fa69a2b8e20d5a0bdf773ee194bfe13c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/index.html
[-- Attachment #2: Type: text/html, Size: 2940 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
` (4 preceding siblings ...)
2024-07-29 5:15 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-07-29 5:57 ` Patchwork
2024-07-29 7:56 ` ✗ Fi.CI.IGT: " Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-07-29 5:57 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 56276 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
URL : https://patchwork.freedesktop.org/series/136551/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7940_full -> XEIGTPW_11480_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11480_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11480_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 (3 -> 3)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11480_full:
### IGT changes ###
#### Possible regressions ####
* igt@xe_pm@s2idle-vm-bind-unbind-all:
- shard-dg2-set2: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-unbind-all.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@xe_pm@s2idle-vm-bind-unbind-all.html
Known issues
------------
Here are the changes found in XEIGTPW_11480_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][3] -> [FAIL][4] ([Intel XE#1426]) +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-lnl: [PASS][5] -> [FAIL][6] ([Intel XE#1426]) +1 other test fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-1/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#1124] / [Intel XE#1201])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#1201] / [Intel XE#610])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1124]) +3 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1399]) +4 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#1201] / [Intel XE#787]) +13 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-d-hdmi-a-6.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#306])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#373])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#373]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-8/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_color@gamma:
- shard-dg2-set2: [PASS][16] -> [INCOMPLETE][17] ([Intel XE#1150] / [Intel XE#1195])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_color@gamma.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_color@gamma.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1413])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1424]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-6/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#599]) +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1421]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-8/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@dpms-vs-vblank-race:
- shard-dg2-set2: [PASS][22] -> [INCOMPLETE][23] ([Intel XE#1195] / [Intel XE#2049])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_flip@dpms-vs-vblank-race.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_flip@dpms-vs-vblank-race.html
* igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a6:
- shard-dg2-set2: [PASS][24] -> [INCOMPLETE][25] ([Intel XE#1195])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a6.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_flip@dpms-vs-vblank-race@b-hdmi-a6.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-lnl: [PASS][26] -> [FAIL][27] ([Intel XE#886]) +1 other test fail
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1397] / [Intel XE#1745])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/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][29] ([Intel XE#1397])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/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-16bpp-ytile-upscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#651]) +5 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [PASS][32] -> [FAIL][33] ([Intel XE#1332])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#656]) +14 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-slowdraw:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1201] / [Intel XE#653]) +4 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-slowdraw.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-dg2-set2: [PASS][37] -> [DMESG-WARN][38] ([Intel XE#1162])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_pipe_crc_basic@suspend-read-crc.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_plane@plane-position-hole-dpms:
- shard-lnl: [PASS][39] -> [DMESG-WARN][40] ([Intel XE#324])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-1/igt@kms_plane@plane-position-hole-dpms.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [PASS][41] -> [FAIL][42] ([Intel XE#361])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#498]) +3 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#2318]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_pm_backlight@basic-brightness:
- shard-lnl: [PASS][45] -> [SKIP][46] ([Intel XE#870]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-1/igt@kms_pm_backlight@basic-brightness.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#1128])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-lnl: [PASS][48] -> [FAIL][49] ([Intel XE#1649]) +3 other tests fail
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-8/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-sprite-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1201] / [Intel XE#929]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html
* igt@kms_psr@pr-sprite-blt:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1406])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_psr@pr-sprite-blt.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1437])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-6/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#1127])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1435]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-dg2-set2: [PASS][55] -> [FAIL][56] ([Intel XE#771] / [Intel XE#899])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6:
- shard-dg2-set2: [PASS][57] -> [FAIL][58] ([Intel XE#899])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html
* igt@xe_evict@evict-beng-cm-threads-large:
- shard-dg2-set2: [PASS][59] -> [TIMEOUT][60] ([Intel XE#1473] / [Intel XE#392])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@xe_evict@evict-beng-cm-threads-large.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@xe_evict@evict-beng-cm-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-dg2-set2: [PASS][61] -> [TIMEOUT][62] ([Intel XE#1473])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@xe_evict@evict-mixed-many-threads-small.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#688]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1392]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#288]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr.html
* igt@xe_exec_fault_mode@twice-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#1201] / [Intel XE#288]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-dg2-set2: [PASS][67] -> [SKIP][68] ([Intel XE#1192] / [Intel XE#1201])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_live_ktest@xe_migrate:
- shard-dg2-set2: [PASS][69] -> [SKIP][70] ([Intel XE#1192])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@xe_live_ktest@xe_migrate.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_live_ktest@xe_migrate.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#1201] / [Intel XE#979])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@xe_pat@pat-index-xehpc.html
* igt@xe_peer2peer@read:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#1061])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-8/igt@xe_peer2peer@read.html
* igt@xe_pm@s4-basic-exec:
- shard-dg2-set2: [PASS][73] -> [DMESG-WARN][74] ([Intel XE#2019]) +2 other tests dmesg-warn
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@xe_pm@s4-basic-exec.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@xe_pm@s4-basic-exec.html
* igt@xe_pm@s4-vm-bind-prefetch:
- shard-lnl: [PASS][75] -> [ABORT][76] ([Intel XE#1794]) +1 other test abort
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-6/igt@xe_pm@s4-vm-bind-prefetch.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [PASS][77] -> [FAIL][78] ([Intel XE#958])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-5/igt@xe_pm_residency@toggle-gt-c6.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#1201] / [Intel XE#944])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#944])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-6/igt@xe_query@multigpu-query-invalid-size.html
#### Possible fixes ####
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-lnl: [FAIL][81] ([Intel XE#1426]) -> [PASS][82] +1 other test pass
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition:
- shard-dg2-set2: [FAIL][83] ([Intel XE#1426]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_atomic_transition@plane-toggle-modeset-transition.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6:
- shard-dg2-set2: [FAIL][85] -> [PASS][86]
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-0:
- shard-lnl: [FAIL][87] ([Intel XE#1659]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html
* igt@kms_flip@flip-vs-suspend@c-dp4:
- shard-dg2-set2: [INCOMPLETE][89] ([Intel XE#1195] / [Intel XE#2049]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_flip@flip-vs-suspend@c-dp4.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_flip@flip-vs-suspend@c-dp4.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2-set2: [SKIP][91] ([Intel XE#417]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: [FAIL][93] ([Intel XE#718]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_psr@psr2-cursor-blt@edp-1:
- shard-lnl: [FAIL][95] ([Intel XE#1649]) -> [PASS][96] +1 other test pass
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-6/igt@kms_psr@psr2-cursor-blt@edp-1.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-3/igt@kms_psr@psr2-cursor-blt@edp-1.html
* igt@kms_vblank@accuracy-idle:
- shard-lnl: [FAIL][97] ([Intel XE#1523]) -> [PASS][98] +1 other test pass
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-3/igt@kms_vblank@accuracy-idle.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-4/igt@kms_vblank@accuracy-idle.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [INCOMPLETE][99] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-434/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-dg2-set2: [TIMEOUT][101] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@xe_evict@evict-beng-mixed-threads-large.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_gt_freq@freq_fixed_exec:
- shard-dg2-set2: [FAIL][103] ([Intel XE#2256]) -> [PASS][104]
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@xe_gt_freq@freq_fixed_exec.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@xe_gt_freq@freq_fixed_exec.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: [DMESG-WARN][105] ([Intel XE#1551] / [Intel XE#569]) -> [PASS][106]
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_pm@s3-vm-bind-userptr.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: [ABORT][107] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-2/igt@xe_pm@s4-exec-after.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-7/igt@xe_pm@s4-exec-after.html
* igt@xe_pm@s4-mocs:
- shard-lnl: [ABORT][109] ([Intel XE#1794]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-lnl-2/igt@xe_pm@s4-mocs.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-lnl-5/igt@xe_pm@s4-mocs.html
#### Warnings ####
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2-set2: [SKIP][111] ([Intel XE#316]) -> [SKIP][112] ([Intel XE#1201] / [Intel XE#316]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-dg2-set2: [SKIP][113] ([Intel XE#1124]) -> [SKIP][114] ([Intel XE#1124] / [Intel XE#1201]) +6 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg2-set2: [SKIP][115] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][116] ([Intel XE#1124]) +10 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_bw@linear-tiling-1-displays-3840x2160p:
- shard-dg2-set2: [SKIP][117] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][118] ([Intel XE#367]) +2 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-dg2-set2: [SKIP][119] ([Intel XE#367]) -> [SKIP][120] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [SKIP][121] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][122] ([Intel XE#787]) +76 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg2-set2: [SKIP][123] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][124] ([Intel XE#1252])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][125] ([Intel XE#787]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#787]) +55 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6.html
* igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][127] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][128] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +15 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-dp-4.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-dp-4.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][129] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][130] ([Intel XE#455] / [Intel XE#787]) +21 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_cdclk@mode-transition@pipe-c-dp-4:
- shard-dg2-set2: [SKIP][131] ([Intel XE#314]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#314]) +3 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html
* igt@kms_chamelium_audio@dp-audio:
- shard-dg2-set2: [SKIP][133] ([Intel XE#373]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_chamelium_audio@dp-audio.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][136] ([Intel XE#306]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@kms_chamelium_color@ctm-blue-to-red.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][138] ([Intel XE#373]) +7 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-dg2-set2: [SKIP][139] ([Intel XE#307]) -> [SKIP][140] ([Intel XE#1201] / [Intel XE#307])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_content_protection@dp-mst-type-0.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-463/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][141] ([Intel XE#308]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][144] ([Intel XE#308]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-512x512.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2-set2: [SKIP][145] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][146] ([Intel XE#323])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][147] ([Intel XE#1201] / [i915#3804]) -> [SKIP][148] ([i915#3804])
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-434/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: [SKIP][149] ([Intel XE#776]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#776])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_fbcon_fbt@psr-suspend.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [INCOMPLETE][151] ([Intel XE#1195] / [Intel XE#1551] / [Intel XE#2049]) -> [DMESG-WARN][152] ([Intel XE#1551])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_flip@flip-vs-suspend.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][154] ([Intel XE#455]) +19 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-onoff:
- shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][156] ([Intel XE#651]) +23 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-onoff.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear:
- shard-dg2-set2: [SKIP][157] ([Intel XE#651]) -> [SKIP][158] ([Intel XE#1201] / [Intel XE#651]) +15 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][159] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][160] ([Intel XE#653]) +26 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][161] ([Intel XE#653]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#653]) +18 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#605]) -> [SKIP][164] ([Intel XE#605])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][165] ([Intel XE#455]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#455]) +9 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers:
- shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][168] ([Intel XE#455] / [Intel XE#498]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][170] ([Intel XE#498]) +2 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: [SKIP][171] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][172] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][173] ([Intel XE#2318]) -> [SKIP][174] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][176] ([Intel XE#870])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-436/igt@kms_pm_backlight@basic-brightness.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][177] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][178] ([Intel XE#1122])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][180] ([Intel XE#1489]) +3 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][181] ([Intel XE#1489]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][184] ([Intel XE#929]) +12 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-466/igt@kms_psr@fbc-psr2-primary-blt.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@psr2-basic:
- shard-dg2-set2: [SKIP][185] ([Intel XE#929]) -> [SKIP][186] ([Intel XE#1201] / [Intel XE#929]) +7 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_psr@psr2-basic.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-434/igt@kms_psr@psr2-basic.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2-set2: [SKIP][187] ([Intel XE#1149]) -> [SKIP][188] ([Intel XE#1149] / [Intel XE#1201])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: [SKIP][189] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][190] ([Intel XE#327])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@kms_rotation_crc@bad-tiling.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][191] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][192] ([Intel XE#1127])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: [SKIP][193] ([Intel XE#327]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#327])
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#1500]) -> [SKIP][196] ([Intel XE#1500])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][198] ([Intel XE#756]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-466/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: [SKIP][199] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][200] ([Intel XE#1280] / [Intel XE#455]) +3 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-copy-linear-0x369:
- shard-dg2-set2: [SKIP][201] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][202] ([Intel XE#1123])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@xe_copy_basic@mem-copy-linear-0x369.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x369.html
* igt@xe_evict@evict-beng-mixed-many-threads-large:
- shard-dg2-set2: [TIMEOUT][203] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][204] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) +1 other test incomplete
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-large.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-large.html
* igt@xe_exec_fault_mode@twice-userptr-prefetch:
- shard-dg2-set2: [SKIP][205] ([Intel XE#288]) -> [SKIP][206] ([Intel XE#1201] / [Intel XE#288]) +11 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-prefetch.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: [SKIP][207] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][208] ([Intel XE#288]) +19 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_live_ktest@xe_mocs:
- shard-dg2-set2: [FAIL][209] ([Intel XE#1999]) -> [SKIP][210] ([Intel XE#1192] / [Intel XE#1201])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@xe_live_ktest@xe_mocs.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@xe_live_ktest@xe_mocs.html
* igt@xe_media_fill@media-fill:
- shard-dg2-set2: [SKIP][211] ([Intel XE#560]) -> [SKIP][212] ([Intel XE#1201] / [Intel XE#560])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_media_fill@media-fill.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-435/igt@xe_media_fill@media-fill.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#1337]) -> [SKIP][214] ([Intel XE#1337])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-434/igt@xe_pat@display-vs-wb-transient.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pm@d3cold-basic-exec:
- shard-dg2-set2: [SKIP][215] ([Intel XE#366]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#366])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_pm@d3cold-basic-exec.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#579]) -> [SKIP][218] ([Intel XE#579])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-466/igt@xe_pm@vram-d3cold-threshold.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-cs-cycles:
- shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][220] ([Intel XE#944]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-435/igt@xe_query@multigpu-query-cs-cycles.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-432/igt@xe_query@multigpu-query-cs-cycles.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-dg2-set2: [SKIP][221] ([Intel XE#944]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#944])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7940/shard-dg2-432/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/shard-dg2-433/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[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#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149
[Intel XE#1150]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1150
[Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1332]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1332
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1523]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1523
[Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[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#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2207]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207
[Intel XE#2256]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2256
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[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#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#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771
[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#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_7940 -> IGTPW_11480
* Linux: xe-1672-220554a8ef7ac26fbfc4f141816679d742a0d232 -> xe-1677-e948842a6cba538c9f5f5dc8535a88d82a3fc0fe
IGTPW_11480: 11480
IGT_7940: 2a73158fa69a2b8e20d5a0bdf773ee194bfe13c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1672-220554a8ef7ac26fbfc4f141816679d742a0d232: 220554a8ef7ac26fbfc4f141816679d742a0d232
xe-1677-e948842a6cba538c9f5f5dc8535a88d82a3fc0fe: e948842a6cba538c9f5f5dc8535a88d82a3fc0fe
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11480/index.html
[-- Attachment #2: Type: text/html, Size: 72746 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
` (5 preceding siblings ...)
2024-07-29 5:57 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-07-29 7:56 ` Patchwork
2024-07-29 11:15 ` Anirban, Sk
6 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-07-29 7:56 UTC (permalink / raw)
To: sk.anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100299 bytes --]
== Series Details ==
Series: tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
URL : https://patchwork.freedesktop.org/series/136551/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15142_full -> IGTPW_11480_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11480_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11480_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_11480/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11480_full:
### IGT changes ###
#### Possible regressions ####
* igt@core_getversion@basic:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@core_getversion@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_getversion@basic.html
* igt@core_setmaster@master-drop-set-root:
- shard-dg2: NOTRUN -> [FAIL][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html
* igt@core_setmaster@master-drop-set-shared-fd:
- shard-dg2: [PASS][4] -> [SKIP][5] +5 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@core_setmaster@master-drop-set-shared-fd.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html
* igt@i915_pm_rps@thresholds:
- shard-mtlp: NOTRUN -> [SKIP][6] +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@i915_pm_rps@thresholds.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][7] +10 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@i915_pm_rps@thresholds-park.html
- shard-dg1: NOTRUN -> [SKIP][8] +3 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@i915_pm_rps@thresholds-park.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-glk: NOTRUN -> [INCOMPLETE][9]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
#### Warnings ####
* igt@drm_fdinfo@all-busy-check-all:
- shard-dg2: [SKIP][10] ([i915#8414]) -> [SKIP][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@drm_fdinfo@all-busy-check-all.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@all-busy-check-all.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: [SKIP][12] ([i915#6524] / [i915#6805]) -> [SKIP][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_prime@basic-modeset-hybrid.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_prime@basic-modeset-hybrid.html
New tests
---------
New tests have been introduced between CI_DRM_15142_full and IGTPW_11480_full:
### New IGT tests (2) ###
* igt@kms_flip@flip-vs-panning-vs-hang@a-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [51.06] s
* igt@kms_flip@flip-vs-panning-vs-hang@d-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [49.97] s
Known issues
------------
Here are the changes found in IGTPW_11480_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#6230])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@api_intel_bb@crc32.html
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#6230])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@api_intel_bb@crc32.html
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#8411]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#9318])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@debugfs_test@basic-hwmon.html
* igt@drm_fdinfo@all-busy-idle-check-all:
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#8414]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@drm_fdinfo@all-busy-idle-check-all.html
* igt@drm_fdinfo@isolation@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8414]) +5 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@drm_fdinfo@isolation@rcs0.html
* igt@drm_fdinfo@virtual-busy-all:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#8414]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@drm_fdinfo@virtual-busy-all.html
* igt@drm_fdinfo@virtual-idle:
- shard-dg2: [PASS][21] -> [SKIP][22] ([i915#11692]) +6 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@drm_fdinfo@virtual-idle.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@virtual-idle.html
* igt@fbdev@unaligned-write:
- shard-dg2: [PASS][23] -> [SKIP][24] ([i915#2582])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@fbdev@unaligned-write.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@fbdev@unaligned-write.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#9323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-dg1: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#9323])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][27] ([i915#7297])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#7697])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@gem_close_race@multigpu-basic-threads.html
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#7697])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][30] ([i915#8562])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-dg2: [PASS][31] -> [SKIP][32] ([i915#2575]) +203 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_ctx_exec@basic-nohangcheck.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#8555])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#280]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][35] ([i915#280])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#280])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][37] -> [FAIL][38] ([i915#5784]) +1 other test fail
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-16/igt@gem_eio@unwedge-stress.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#4812]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#4525])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][41] ([i915#6334])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][42] ([i915#10386]) +3 other tests fail
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fair@basic-flow:
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4473] / [i915#4771])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_exec_fair@basic-flow.html
* igt@gem_exec_fair@basic-none:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_fair@basic-none.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-tglu: NOTRUN -> [FAIL][45] ([i915#2842])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@gem_exec_fair@basic-none-solo@rcs0.html
- shard-rkl: NOTRUN -> [FAIL][46] ([i915#2842])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: NOTRUN -> [FAIL][47] ([i915#2842]) +1 other test fail
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#3281]) +7 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][49] ([i915#3281]) +5 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#3281]) +6 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3281]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4860])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4860]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_huc_copy@huc-copy:
- shard-glk: NOTRUN -> [SKIP][55] ([i915#2190])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][56] ([i915#4613]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][57] ([i915#4613]) +7 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg2: NOTRUN -> [FAIL][58] ([i915#10378])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4565]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random@lmem0:
- shard-dg2: [PASS][60] -> [FAIL][61] ([i915#10378])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4613])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-random:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#9643]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap_gtt@basic-write-gtt:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4077]) +5 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_mmap_gtt@basic-write-gtt.html
* igt@gem_mmap_gtt@big-bo:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4077]) +7 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_mmap_gtt@big-bo.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4083]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_mmap_wc@close.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4083])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4083]) +6 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +4 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3282])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#3282]) +7 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#3282]) +4 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@gem_pread@snoop.html
* igt@gem_pxp@display-protected-crc:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#4270]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#4270]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4270])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#4270]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@x-tiled-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#2575] / [i915#5190])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#5190] / [i915#8428]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-linear:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#8428])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@gem_render_copy@yf-tiled-ccs-to-linear.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#4079])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_tiling_max_stride:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4077]) +3 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_tiling_max_stride.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-tglu: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#3297]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#3297] / [i915#4880])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297] / [i915#4880])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#3297])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#3297]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen7_exec_parse@chained-batch:
- shard-rkl: NOTRUN -> [SKIP][89] +22 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gen7_exec_parse@chained-batch.html
* igt@gen9_exec_parse@allowed-all:
- shard-tglu: NOTRUN -> [SKIP][90] ([i915#2527] / [i915#2856]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: NOTRUN -> [ABORT][91] ([i915#5566])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#2856]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#2527])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@shadow-peek:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#2856])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [PASS][96] -> [ABORT][97] ([i915#9820])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html
- shard-dg1: [PASS][98] -> [ABORT][99] ([i915#9820])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html
- shard-tglu: [PASS][100] -> [ABORT][101] ([i915#10887] / [i915#9820])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-tglu: NOTRUN -> [SKIP][102] ([i915#6412])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@i915_module_load@resize-bar.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#7091])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#8399])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_rpm@gem-pread:
- shard-dg2: [PASS][105] -> [SKIP][106] ([i915#11623])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@i915_pm_rpm@gem-pread.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-pread.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg1: NOTRUN -> [SKIP][107] ([i915#6621])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#6245])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#6188])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@mock@memory_region:
- shard-dg1: NOTRUN -> [DMESG-WARN][110] ([i915#9311])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_selftest@mock@memory_region.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#7707])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4212])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@addfb25-y-tiled-legacy:
- shard-dg2: [PASS][113] -> [SKIP][114] ([i915#2575] / [i915#5190])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4215])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#4212]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#3826])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#1769] / [i915#3555])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#1769] / [i915#3555])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-glk: NOTRUN -> [SKIP][120] ([i915#1769])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-mtlp: [PASS][121] -> [FAIL][122] ([i915#5956])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][123] +3 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5286]) +5 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#5286]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#5286])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#5286]) +4 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#3638]) +6 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#3638]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5190]) +8 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#6187])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#4538]) +6 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_joiner@invalid-modeset:
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#10656])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#6095]) +7 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-a-edp-1.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][136] +71 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#6095]) +23 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#6095]) +65 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#6095]) +91 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#10307] / [i915#6095]) +84 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#7828]) +2 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#7828]) +7 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-tglu: NOTRUN -> [SKIP][143] ([i915#7828]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][144] ([i915#7828]) +8 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#7828]) +2 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#3299])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@legacy:
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#9424])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#9424]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_content_protection@mei-interface.html
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#6944] / [i915#9424])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#6944])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#6944] / [i915#9424])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#8814])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#11453])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555]) +4 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#3555]) +1 other test skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-tglu: NOTRUN -> [SKIP][157] ([i915#11453])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#11453]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#9809])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg1: NOTRUN -> [SKIP][160] ([i915#4103] / [i915#4213])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#4103])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#9723])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#3555]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev:
- shard-dg2: [PASS][164] -> [SKIP][165] ([i915#1257])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_dp_aux_dev.html
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@kms_dp_aux_dev.html
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#1257])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#8812])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-basic:
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#3555] / [i915#3840])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-tglu: NOTRUN -> [SKIP][169] ([i915#3840])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#3840])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#3840])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#1839])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#9337])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#658])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_feature_discovery@psr1.html
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#658])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#8381]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-tglu: NOTRUN -> [SKIP][177] ([i915#3637])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#9934]) +5 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][179] -> [FAIL][180] ([i915#2122])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb6/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1:
- shard-rkl: [PASS][181] -> [FAIL][182] ([i915#2122]) +1 other test fail
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4:
- shard-dg1: [PASS][183] -> [FAIL][184] ([i915#2122]) +3 other tests fail
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][185] ([i915#2672])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#2587] / [i915#2672]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#2672]) +2 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#2587] / [i915#2672]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#5190]) +3 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#2672] / [i915#3555])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#5274])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-dg2: [PASS][192] -> [SKIP][193] +37 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#5354]) +15 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#1825]) +35 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#8708]) +14 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#5439])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3023]) +21 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#10433] / [i915#3458])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#1825]) +8 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#8708]) +8 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][202] +44 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#5439])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#3458]) +5 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite:
- shard-snb: NOTRUN -> [SKIP][205] +38 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#8708]) +1 other test skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-tglu: NOTRUN -> [SKIP][207] +45 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#3458]) +12 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#433])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#8228])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@invalid-hdr:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#8228])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8228]) +2 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_hdr@static-toggle.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#4070] / [i915#4816])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#6301])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][215] ([i915#10647]) +1 other test fail
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#11614] / [i915#3582]) +3 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#8821])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][218] ([i915#8292])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][219] ([i915#8292])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#5176]) +3 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#9423]) +11 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#9423]) +15 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#5176] / [i915#9423]) +3 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#9423]) +12 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#5235] / [i915#9423]) +2 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][226] ([i915#5235]) +2 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#9728])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#9728]) +11 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#5235]) +6 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#2575] / [i915#9423]) +12 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#9728]) +5 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#3555] / [i915#5235])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#5354])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#9685])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [PASS][235] -> [FAIL][236] ([i915#9295])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#9340])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#9340])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#8430])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_lpsp@screens-disabled.html
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#8430])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#11717])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#9519])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@drm-resources-equal:
- shard-dg2: [PASS][243] -> [SKIP][244] ([i915#11717])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_pm_rpm@drm-resources-equal.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@drm-resources-equal.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][245] -> [SKIP][246] ([i915#9519]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][247] -> [SKIP][248] ([i915#9519]) +1 other test skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#9519])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-hybrid:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#6524])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#6524])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#11520])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#11520]) +1 other test skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#11520]) +2 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#9808]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#11520]) +3 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg2: NOTRUN -> [SKIP][257] ([i915#9683])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-psr-primary-page-flip:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#1072] / [i915#9732]) +9 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-3/igt@kms_psr@fbc-psr-primary-page-flip.html
* igt@kms_psr@fbc-psr2-basic@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#9688])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_psr@fbc-psr2-basic@edp-1.html
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][260] +398 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* igt@kms_psr@pr-dpms:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#9732]) +11 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-3/igt@kms_psr@pr-dpms.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#1072] / [i915#9732]) +21 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][263] ([i915#1072] / [i915#9732]) +20 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_psr@psr2-primary-mmap-cpu.html
* igt@kms_psr@psr2-sprite-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#4077] / [i915#9688])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@kms_psr@psr2-sprite-mmap-gtt@edp-1.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#9685]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#11131])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-mtlp: NOTRUN -> [SKIP][267] ([i915#4235])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#5289])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#5289])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#3555]) +6 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#8623])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html
- shard-glk: NOTRUN -> [FAIL][272] ([i915#10959])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [FAIL][273] ([i915#9196])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][274] ([i915#9196])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-2.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu: NOTRUN -> [SKIP][275] ([i915#9906])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#9906])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#9906])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][278] ([i915#2437])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk3/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#2437])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#2437] / [i915#9412])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#2437] / [i915#9412])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][282] ([i915#2434])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@perf@mi-rpc.html
* igt@perf@per-context-mode-unprivileged:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#2433])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@perf@per-context-mode-unprivileged.html
* igt@perf@stress-open-close:
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#11692]) +10 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@perf@stress-open-close.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#8516])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-gtt:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#3708] / [i915#4077])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@fence-write-hang:
- shard-mtlp: NOTRUN -> [SKIP][287] ([i915#3708]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg1: NOTRUN -> [SKIP][288] ([i915#9917])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_timeline@invalid-wait-zero-handles:
- shard-dg1: NOTRUN -> [FAIL][289] ([i915#9781])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@syncobj_timeline@invalid-wait-zero-handles.html
* igt@syncobj_timeline@wait-all-for-submit-delayed-submit:
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#2575]) +174 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- shard-snb: [ABORT][291] -> [PASS][292]
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb2/igt@core_hotunplug@unbind-rebind.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb4/igt@core_hotunplug@unbind-rebind.html
* igt@device_reset@unbind-reset-rebind:
- shard-mtlp: [FAIL][293] -> [PASS][294]
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-2/igt@device_reset@unbind-reset-rebind.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [FAIL][295] ([i915#7742]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [ABORT][297] ([i915#9846]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-rkl: [FAIL][299] ([i915#2842]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_lmem_swapping@basic@lmem0:
- shard-dg2: [FAIL][301] ([i915#10378]) -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_lmem_swapping@basic@lmem0.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@gem_lmem_swapping@basic@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
- shard-dg2: [FAIL][303] ([i915#10446]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-glk: [ABORT][305] ([i915#9820]) -> [PASS][306]
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-glk7/igt@i915_module_load@reload-with-fault-injection.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_power@sanity:
- shard-mtlp: [SKIP][307] ([i915#7984]) -> [PASS][308]
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-8/igt@i915_power@sanity.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@i915_power@sanity.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1:
- shard-mtlp: [FAIL][309] ([i915#5956]) -> [PASS][310]
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
- shard-snb: [FAIL][311] ([i915#5956]) -> [PASS][312]
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
- shard-mtlp: [ABORT][313] ([i915#10354]) -> [PASS][314]
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-6/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2:
- shard-glk: [FAIL][315] ([i915#79]) -> [PASS][316]
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
- shard-dg2: [FAIL][317] ([i915#6880]) -> [PASS][318]
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-snb: [SKIP][319] -> [PASS][320] +1 other test pass
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][321] ([i915#4281]) -> [PASS][322]
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [SKIP][323] ([i915#9519]) -> [PASS][324]
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [SKIP][325] ([i915#9519]) -> [PASS][326]
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
#### Warnings ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: [SKIP][327] ([i915#8411]) -> [SKIP][328] ([i915#2575]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@api_intel_bb@blit-reloc-purge-cache.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@virtual-busy:
- shard-dg2: [SKIP][329] ([i915#8414]) -> [SKIP][330] ([i915#11692]) +1 other test skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@drm_fdinfo@virtual-busy.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@virtual-busy.html
* igt@gem_busy@semaphore:
- shard-dg2: [SKIP][331] ([i915#3936]) -> [SKIP][332] ([i915#2575])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_busy@semaphore.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_busy@semaphore.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg2: [SKIP][333] ([i915#7697]) -> [SKIP][334] ([i915#2575])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@gem_close_race@multigpu-basic-process.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: [SKIP][335] ([i915#8555]) -> [SKIP][336] ([i915#2575]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hostile.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@engines:
- shard-dg2: [SKIP][337] ([i915#280]) -> [SKIP][338] ([i915#2575])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_ctx_sseu@engines.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_sseu@engines.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg2: [SKIP][339] ([i915#4771]) -> [SKIP][340] ([i915#2575])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_exec_balancer@bonded-pair.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_fair@basic-pace-share:
- shard-dg2: [SKIP][341] ([i915#3539] / [i915#4852]) -> [SKIP][342] ([i915#2575]) +3 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@gem_exec_fair@basic-pace-share.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-dg2: [SKIP][343] ([i915#3539]) -> [SKIP][344] ([i915#2575]) +1 other test skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_exec_fair@basic-pace-solo.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fence@concurrent:
- shard-dg2: [SKIP][345] ([i915#4812]) -> [SKIP][346] ([i915#2575]) +1 other test skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_exec_fence@concurrent.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_reloc@basic-active:
- shard-dg2: [SKIP][347] ([i915#3281]) -> [SKIP][348] ([i915#2575]) +12 other tests skip
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_exec_reloc@basic-active.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_reloc@basic-active.html
* igt@gem_fence_thrash@bo-write-verify-y:
- shard-dg2: [SKIP][349] ([i915#4860]) -> [SKIP][350] ([i915#2575]) +2 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-y.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: [SKIP][351] ([i915#4077]) -> [SKIP][352] ([i915#2575]) +8 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_mmap_gtt@basic-small-bo.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-dg2: [SKIP][353] ([i915#4083]) -> [SKIP][354] ([i915#2575]) +9 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_mmap_wc@write-prefaulted.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg2: [SKIP][355] ([i915#3282]) -> [SKIP][356] ([i915#2575]) +2 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_partial_pwrite_pread@write-uncached.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: [SKIP][357] ([i915#4270]) -> [SKIP][358] ([i915#2575]) +5 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@gem_pxp@display-protected-crc.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_pxp@display-protected-crc.html
* igt@gem_render_copy@linear-to-vebox-yf-tiled:
- shard-dg2: [SKIP][359] ([i915#5190] / [i915#8428]) -> [SKIP][360] ([i915#2575] / [i915#5190]) +10 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg2: [SKIP][361] ([i915#4079]) -> [SKIP][362] ([i915#2575])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg2: [SKIP][363] ([i915#4885]) -> [SKIP][364] ([i915#2575])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_softpin@evict-snoop.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_softpin@evict-snoop.html
* igt@gem_unfence_active_buffers:
- shard-dg2: [SKIP][365] ([i915#4879]) -> [SKIP][366] ([i915#2575])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@gem_unfence_active_buffers.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: [SKIP][367] ([i915#3297]) -> [SKIP][368] ([i915#2575]) +3 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_userptr_blits@create-destroy-unsync.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: [SKIP][369] ([i915#3297] / [i915#4880]) -> [SKIP][370] ([i915#2575])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gen7_exec_parse@bitmasks:
- shard-dg2: [SKIP][371] -> [SKIP][372] ([i915#2575]) +19 other tests skip
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gen7_exec_parse@bitmasks.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@bb-start-far:
- shard-dg2: [SKIP][373] ([i915#2856]) -> [SKIP][374] ([i915#2575]) +5 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@gen9_exec_parse@bb-start-far.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gen9_exec_parse@bb-start-far.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][375] ([i915#10131] / [i915#9820]) -> [ABORT][376] ([i915#10131] / [i915#9697])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rpm@gem-evict-pwrite:
- shard-dg2: [SKIP][377] ([i915#4077]) -> [SKIP][378] ([i915#11623])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@i915_pm_rpm@gem-evict-pwrite.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-evict-pwrite.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-dg2: [SKIP][379] -> [SKIP][380] ([i915#11623])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: [SKIP][381] ([i915#4387]) -> [SKIP][382] ([i915#2575])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@i915_pm_sseu@full-enable.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_sseu@full-enable.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: [SKIP][383] ([i915#4212]) -> [SKIP][384] ([i915#2575]) +1 other test skip
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@kms_addfb_basic@clobberred-modifier.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: [SKIP][385] ([i915#9531]) -> [SKIP][386] ([i915#2575])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: [SKIP][387] ([i915#1769] / [i915#3555]) -> [SKIP][388] ([i915#2575])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: [SKIP][389] ([i915#4538] / [i915#5190]) -> [SKIP][390] ([i915#5190]) +17 other tests skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: [SKIP][391] ([i915#7828]) -> [SKIP][392] ([i915#2575]) +8 other tests skip
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-multiple.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_content_protection@atomic:
- shard-dg2: [SKIP][393] ([i915#7118] / [i915#9424]) -> [SKIP][394] ([i915#2575])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_content_protection@atomic.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@content-type-change:
- shard-dg2: [SKIP][395] ([i915#9424]) -> [SKIP][396] ([i915#2575])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_content_protection@content-type-change.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2: [SKIP][397] ([i915#3299]) -> [SKIP][398] ([i915#2575])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_content_protection@dp-mst-type-1.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][399] ([i915#7118]) -> [SKIP][400] ([i915#2575])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-1/igt@kms_content_protection@srm.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-snb: [SKIP][401] -> [INCOMPLETE][402] ([i915#8816])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb6/igt@kms_content_protection@type1.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: [SKIP][403] ([i915#11453]) -> [SKIP][404] ([i915#2575])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x512.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: [SKIP][405] ([i915#5354]) -> [SKIP][406] ([i915#2575]) +7 other tests skip
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2: [SKIP][407] ([i915#4103] / [i915#4213]) -> [SKIP][408] ([i915#2575]) +1 other test skip
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: [SKIP][409] ([i915#3555]) -> [SKIP][410] ([i915#2575]) +6 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_display_modes@extended-mode-basic.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: [SKIP][411] ([i915#8812]) -> [SKIP][412]
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-wc.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: [SKIP][413] ([i915#3840] / [i915#9688]) -> [SKIP][414]
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: [SKIP][415] ([i915#4854]) -> [SKIP][416] ([i915#2575])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_feature_discovery@chamelium.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@psr2:
- shard-dg2: [SKIP][417] ([i915#658]) -> [SKIP][418] ([i915#2575])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_feature_discovery@psr2.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg2: [SKIP][419] ([i915#8381]) -> [SKIP][420] ([i915#2575])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg2: [FAIL][421] ([i915#6880]) -> [SKIP][422]
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: [SKIP][423] ([i915#5354]) -> [SKIP][424] +49 other tests skip
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt:
- shard-dg2: [SKIP][425] ([i915#10433] / [i915#3458]) -> [SKIP][426] ([i915#3458]) +3 other tests skip
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt:
- shard-dg2: [SKIP][427] ([i915#8708]) -> [SKIP][428] +17 other tests skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-dg2: [SKIP][429] ([i915#9766]) -> [SKIP][430]
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: [SKIP][431] ([i915#10433] / [i915#3458]) -> [SKIP][432]
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: [SKIP][433] ([i915#3458]) -> [SKIP][434] +28 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: [SKIP][435] ([i915#6118]) -> [SKIP][436] ([i915#2575])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: [SKIP][437] ([i915#3555] / [i915#8228]) -> [SKIP][438] ([i915#2575]) +3 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_hdr@static-toggle-suspend.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: [SKIP][439] ([i915#8821]) -> [SKIP][440] ([i915#2575])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_plane_lowres@tiling-y.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: [SKIP][441] ([i915#5354] / [i915#9423]) -> [SKIP][442] ([i915#2575] / [i915#9423])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: [SKIP][443] ([i915#5978]) -> [SKIP][444]
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_pm_dc@dc6-dpms.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][445] ([i915#4281]) -> [SKIP][446] ([i915#3361])
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2: [SKIP][447] ([i915#9519]) -> [SKIP][448] ([i915#11717]) +3 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@pm-tiling:
- shard-dg2: [SKIP][449] ([i915#4077]) -> [SKIP][450] ([i915#11717])
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_pm_rpm@pm-tiling.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/index.html
[-- Attachment #2: Type: text/html, Size: 109724 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: ✗ Fi.CI.IGT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
2024-07-29 7:56 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-07-29 11:15 ` Anirban, Sk
0 siblings, 0 replies; 9+ messages in thread
From: Anirban, Sk @ 2024-07-29 11:15 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 93564 bytes --]
Hi,
These error reportings are not related to my patch.
Possible regressions
* igt@core_getversion@basic:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@core_getversion@basic.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_getversion@basic.html>
* igt@core_setmaster@master-drop-set-root:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html>
* igt@core_setmaster@master-drop-set-shared-fd:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@core_setmaster@master-drop-set-shared-fd.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html> +5 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
* shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html>
Thanks,
Anirban
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Monday, July 29, 2024 1:27 PM
To: Anirban, Sk <sk.anirban@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Fi.CI.IGT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
Patch Details
Series:
tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3)
URL:
https://patchwork.freedesktop.org/series/136551/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/index.html
CI Bug Log - changes from CI_DRM_15142_full -> IGTPW_11480_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_11480_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11480_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto: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_11480/index.html
Participating hosts (9 -> 9)
No changes in participating hosts
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_11480_full:
IGT changes
Possible regressions
* igt@core_getversion@basic:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@core_getversion@basic.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_getversion@basic.html>
* igt@core_setmaster@master-drop-set-root:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html>
* igt@core_setmaster@master-drop-set-shared-fd:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@core_setmaster@master-drop-set-shared-fd.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html> +5 other tests skip
* igt@i915_pm_rps@thresholds:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@i915_pm_rps@thresholds.html> +3 other tests skip
* igt@i915_pm_rps@thresholds-park:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@i915_pm_rps@thresholds-park.html> +10 other tests skip
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@i915_pm_rps@thresholds-park.html> +3 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
* shard-glk: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html>
Warnings
* igt@drm_fdinfo@all-busy-check-all:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@drm_fdinfo@all-busy-check-all.html> ([i915#8414]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@all-busy-check-all.html>
* igt@kms_prime@basic-modeset-hybrid:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_prime@basic-modeset-hybrid.html> ([i915#6524] / [i915#6805]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_prime@basic-modeset-hybrid.html>
New tests
New tests have been introduced between CI_DRM_15142_full and IGTPW_11480_full:
New IGT tests (2)
* igt@kms_flip@flip-vs-panning-vs-hang@a-hdmi-a4:
* Statuses : 1 pass(s)
* Exec time: [51.06] s
* igt@kms_flip@flip-vs-panning-vs-hang@d-hdmi-a4:
* Statuses : 1 pass(s)
* Exec time: [49.97] s
Known issues
Here are the changes found in IGTPW_11480_full that come from known issues:
IGT changes
Issues hit
* igt@api_intel_bb@crc32:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@api_intel_bb@crc32.html> ([i915#6230])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@api_intel_bb@crc32.html> ([i915#6230])
* igt@api_intel_bb@object-reloc-purge-cache:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@api_intel_bb@object-reloc-purge-cache.html> ([i915#8411]) +1 other test skip
* igt@debugfs_test@basic-hwmon:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@debugfs_test@basic-hwmon.html> ([i915#9318])
* igt@drm_fdinfo@all-busy-idle-check-all:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@drm_fdinfo@all-busy-idle-check-all.html> ([i915#8414]) +1 other test skip
* igt@drm_fdinfo@isolation@rcs0:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@drm_fdinfo@isolation@rcs0.html> ([i915#8414]) +5 other tests skip
* igt@drm_fdinfo@virtual-busy-all:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@drm_fdinfo@virtual-busy-all.html> ([i915#8414]) +1 other test skip
* igt@drm_fdinfo@virtual-idle:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@drm_fdinfo@virtual-idle.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@virtual-idle.html> ([i915#11692]) +6 other tests skip
* igt@fbdev@unaligned-write:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@fbdev@unaligned-write.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@fbdev@unaligned-write.html> ([i915#2582])
* igt@gem_ccs@block-multicopy-compressed:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@gem_ccs@block-multicopy-compressed.html> ([i915#9323])
* igt@gem_ccs@block-multicopy-inplace:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_ccs@block-multicopy-inplace.html> ([i915#3555] / [i915#9323])
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
* shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html> ([i915#7297])
* igt@gem_close_race@multigpu-basic-threads:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@gem_close_race@multigpu-basic-threads.html> ([i915#7697])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_close_race@multigpu-basic-threads.html> ([i915#7697])
* igt@gem_create@create-ext-set-pat:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_create@create-ext-set-pat.html> ([i915#8562])
* igt@gem_ctx_exec@basic-nohangcheck:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_ctx_exec@basic-nohangcheck.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_exec@basic-nohangcheck.html> ([i915#2575]) +203 other tests skip
* igt@gem_ctx_persistence@heartbeat-many:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-many.html> ([i915#8555])
* igt@gem_ctx_sseu@invalid-sseu:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_ctx_sseu@invalid-sseu.html> ([i915#280]) +1 other test skip
* igt@gem_ctx_sseu@mmap-args:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
* igt@gem_eio@unwedge-stress:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-16/igt@gem_eio@unwedge-stress.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_eio@unwedge-stress.html> ([i915#5784]) +1 other test fail
* igt@gem_exec_balancer@bonded-semaphore:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_balancer@bonded-semaphore.html> ([i915#4812]) +4 other tests skip
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html> ([i915#4525])
* igt@gem_exec_capture@capture-invisible@smem0:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_exec_capture@capture-invisible@smem0.html> ([i915#6334])
* igt@gem_exec_capture@capture@vecs0-lmem0:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@gem_exec_capture@capture@vecs0-lmem0.html> ([i915#10386]) +3 other tests fail
* igt@gem_exec_fair@basic-flow:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_exec_fair@basic-flow.html> ([i915#4473] / [i915#4771])
* igt@gem_exec_fair@basic-none:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_fair@basic-none.html> ([i915#3539] / [i915#4852]) +2 other tests skip
* igt@gem_exec_fair@basic-none-solo@rcs0:
* shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@gem_exec_fair@basic-none-solo@rcs0.html> ([i915#2842])
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@gem_exec_fair@basic-none-solo@rcs0.html> ([i915#2842])
* igt@gem_exec_fair@basic-pace-share@rcs0:
* shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html> ([i915#2842]) +1 other test fail
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html> ([i915#3281]) +7 other tests skip
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read-noreloc.html> ([i915#3281]) +5 other tests skip
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html> ([i915#3281]) +6 other tests skip
* igt@gem_exec_reloc@basic-write-wc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_exec_reloc@basic-write-wc.html> ([i915#3281]) +1 other test skip
* igt@gem_exec_schedule@preempt-queue-contexts:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-contexts.html> ([i915#4537] / [i915#4812])
* igt@gem_fence_thrash@bo-write-verify-none:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-none.html> ([i915#4860])
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-threaded-none.html> ([i915#4860]) +2 other tests skip
* igt@gem_huc_copy@huc-copy:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@gem_huc_copy@huc-copy.html> ([i915#2190])
* igt@gem_lmem_swapping@heavy-random:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@gem_lmem_swapping@heavy-random.html> ([i915#4613]) +1 other test skip
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> ([i915#4613]) +7 other tests skip
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html> ([i915#10378])
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html> ([i915#4565]) +1 other test skip
* igt@gem_lmem_swapping@heavy-verify-random@lmem0:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html> ([i915#10378])
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> ([i915#4613])
* igt@gem_lmem_swapping@verify-ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gem_lmem_swapping@verify-ccs.html> ([i915#4613])
* igt@gem_lmem_swapping@verify-random:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_lmem_swapping@verify-random.html> ([i915#9643]) +1 other test skip
* igt@gem_mmap_gtt@basic-write-gtt:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_mmap_gtt@basic-write-gtt.html> ([i915#4077]) +5 other tests skip
* igt@gem_mmap_gtt@big-bo:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_mmap_gtt@big-bo.html> ([i915#4077]) +7 other tests skip
* igt@gem_mmap_wc@close:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_mmap_wc@close.html> ([i915#4083]) +1 other test skip
* igt@gem_mmap_wc@read-write:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@gem_mmap_wc@read-write.html> ([i915#4083])
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html> ([i915#4083]) +6 other tests skip
* igt@gem_partial_pwrite_pread@reads-uncached:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@gem_partial_pwrite_pread@reads-uncached.html> ([i915#3282]) +4 other tests skip
* igt@gem_partial_pwrite_pread@write-display:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@gem_partial_pwrite_pread@write-display.html> ([i915#3282])
* igt@gem_pread@exhaustion:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_pread@exhaustion.html> ([i915#3282]) +7 other tests skip
* igt@gem_pread@snoop:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@gem_pread@snoop.html> ([i915#3282]) +4 other tests skip
* igt@gem_pxp@display-protected-crc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gem_pxp@display-protected-crc.html> ([i915#4270]) +3 other tests skip
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html> ([i915#4270]) +2 other tests skip
* igt@gem_pxp@protected-raw-src-copy-not-readible:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@gem_pxp@protected-raw-src-copy-not-readible.html> ([i915#4270])
* igt@gem_pxp@verify-pxp-stale-buf-execution:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_pxp@verify-pxp-stale-buf-execution.html> ([i915#4270]) +1 other test skip
* igt@gem_render_copy@x-tiled-to-vebox-y-tiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_render_copy@x-tiled-to-vebox-y-tiled.html> ([i915#2575] / [i915#5190])
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html> ([i915#5190] / [i915#8428]) +2 other tests skip
* igt@gem_render_copy@yf-tiled-ccs-to-linear:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@gem_render_copy@yf-tiled-ccs-to-linear.html> ([i915#8428])
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html> ([i915#4079])
* igt@gem_tiling_max_stride:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_tiling_max_stride.html> ([i915#4077]) +3 other tests skip
* igt@gem_userptr_blits@dmabuf-unsync:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gem_userptr_blits@dmabuf-unsync.html> ([i915#3297]) +1 other test skip
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html> ([i915#3297]) +1 other test skip
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#3297] / [i915#4880])
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html> ([i915#3297] / [i915#4880])
* igt@gem_userptr_blits@unsync-overlap:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gem_userptr_blits@unsync-overlap.html> ([i915#3297])
* igt@gem_userptr_blits@unsync-unmap-after-close:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-after-close.html> ([i915#3297]) +2 other tests skip
* igt@gen7_exec_parse@chained-batch:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gen7_exec_parse@chained-batch.html> +22 other tests skip
* igt@gen9_exec_parse@allowed-all:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@gen9_exec_parse@allowed-all.html> ([i915#2527] / [i915#2856]) +1 other test skip
* igt@gen9_exec_parse@allowed-single:
* shard-glk: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@gen9_exec_parse@allowed-single.html> ([i915#5566])
* igt@gen9_exec_parse@batch-zero-length:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@gen9_exec_parse@batch-zero-length.html> ([i915#2856]) +1 other test skip
* igt@gen9_exec_parse@bb-start-out:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@gen9_exec_parse@bb-start-out.html> ([i915#2527])
* igt@gen9_exec_parse@bb-start-param:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@gen9_exec_parse@bb-start-param.html> ([i915#2527])
* igt@gen9_exec_parse@shadow-peek:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@gen9_exec_parse@shadow-peek.html> ([i915#2856])
* igt@i915_module_load@reload-with-fault-injection:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820])
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820])
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html> ([i915#10887] / [i915#9820])
* igt@i915_module_load@resize-bar:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@i915_module_load@resize-bar.html> ([i915#6412])
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html> ([i915#7091])
* igt@i915_pm_freq_api@freq-basic-api:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@i915_pm_freq_api@freq-basic-api.html> ([i915#8399])
* igt@i915_pm_rpm@gem-pread:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@i915_pm_rpm@gem-pread.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-pread.html> ([i915#11623])
* igt@i915_pm_rps@min-max-config-loaded:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_pm_rps@min-max-config-loaded.html> ([i915#6621])
* igt@i915_query@hwconfig_table:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@i915_query@hwconfig_table.html> ([i915#6245])
* igt@i915_query@query-topology-coherent-slice-mask:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@i915_query@query-topology-coherent-slice-mask.html> ([i915#6188])
* igt@i915_selftest@mock@memory_region:
* shard-dg1: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@i915_selftest@mock@memory_region.html> ([i915#9311])
* igt@intel_hwmon@hwmon-read:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@intel_hwmon@hwmon-read.html> ([i915#7707])
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html> ([i915#4212])
* igt@kms_addfb_basic@addfb25-y-tiled-legacy:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-legacy.html> ([i915#2575] / [i915#5190])
* igt@kms_addfb_basic@basic-y-tiled-legacy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_addfb_basic@basic-y-tiled-legacy.html> ([i915#4215])
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html> ([i915#4212]) +1 other test skip
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> ([i915#3826])
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> ([i915#1769] / [i915#3555])
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> ([i915#1769] / [i915#3555])
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> ([i915#1769])
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html> ([i915#5956])
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html> +3 other tests skip
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html> ([i915#4538] / [i915#5286]) +5 other tests skip
* igt@kms_big_fb@4-tiled-8bpp-rotate-180:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html> ([i915#5286]) +2 other tests skip
* igt@kms_big_fb@4-tiled-addfb:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@4-tiled-addfb.html> ([i915#5286])
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html> ([i915#5286]) +4 other tests skip
* igt@kms_big_fb@linear-8bpp-rotate-270:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@linear-8bpp-rotate-270.html> ([i915#3638]) +6 other tests skip
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> ([i915#3638]) +1 other test skip
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> ([i915#4538] / [i915#5190]) +8 other tests skip
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html> ([i915#6187])
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html> ([i915#4538]) +6 other tests skip
* igt@kms_big_joiner@invalid-modeset:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_big_joiner@invalid-modeset.html> ([i915#10656])
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-a-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-a-edp-1.html> ([i915#6095]) +7 other tests skip
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html> ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html> +71 other tests skip
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html> ([i915#6095]) +23 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html> ([i915#6095]) +65 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html> ([i915#6095]) +91 other tests skip
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-d-hdmi-a-1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-d-hdmi-a-1.html> ([i915#10307] / [i915#6095]) +84 other tests skip
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html> ([i915#7828]) +2 other tests skip
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html> ([i915#7828]) +7 other tests skip
* igt@kms_chamelium_frames@dp-crc-multiple:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@kms_chamelium_frames@dp-crc-multiple.html> ([i915#7828]) +1 other test skip
* igt@kms_chamelium_frames@dp-crc-single:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_chamelium_frames@dp-crc-single.html> ([i915#7828]) +8 other tests skip
* igt@kms_chamelium_frames@hdmi-crc-fast:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-fast.html> ([i915#7828]) +2 other tests skip
* igt@kms_content_protection@dp-mst-lic-type-1:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-1.html> ([i915#3299])
* igt@kms_content_protection@legacy:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_content_protection@legacy.html> ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
* igt@kms_content_protection@lic-type-1:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_content_protection@lic-type-1.html> ([i915#9424])
* igt@kms_content_protection@mei-interface:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_content_protection@mei-interface.html> ([i915#9424]) +1 other test skip
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_content_protection@mei-interface.html> ([i915#6944] / [i915#9424])
* igt@kms_content_protection@srm:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_content_protection@srm.html> ([i915#6944])
* igt@kms_content_protection@uevent:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_content_protection@uevent.html> ([i915#6944] / [i915#9424])
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html> ([i915#8814])
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html> ([i915#11453])
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> ([i915#3555]) +4 other tests skip
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> ([i915#3555]) +1 other test skip
* igt@kms_cursor_crc@cursor-sliding-512x170:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-512x170.html> ([i915#11453])
* igt@kms_cursor_crc@cursor-sliding-512x512:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-512x512.html> ([i915#11453]) +1 other test skip
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html> ([i915#9809])
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> ([i915#4103] / [i915#4213])
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> ([i915#4103])
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html> ([i915#9723])
* igt@kms_display_modes@extended-mode-basic:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555]) +2 other tests skip
* igt@kms_dp_aux_dev:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_dp_aux_dev.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@kms_dp_aux_dev.html> ([i915#1257])
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_dp_aux_dev.html> ([i915#1257])
* igt@kms_draw_crc@draw-method-mmap-wc:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-wc.html> ([i915#8812])
* igt@kms_dsc@dsc-basic:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_dsc@dsc-basic.html> ([i915#3555] / [i915#3840])
* igt@kms_dsc@dsc-fractional-bpp:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_dsc@dsc-fractional-bpp.html> ([i915#3840])
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html> ([i915#3840])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html> ([i915#3840])
* igt@kms_feature_discovery@display-4x:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_feature_discovery@display-4x.html> ([i915#1839])
* igt@kms_feature_discovery@dp-mst:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html> ([i915#9337])
* igt@kms_feature_discovery@psr1:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_feature_discovery@psr1.html> ([i915#658])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_feature_discovery@psr1.html> ([i915#658])
* igt@kms_flip@2x-flip-vs-fences-interruptible:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_flip@2x-flip-vs-fences-interruptible.html> ([i915#8381]) +1 other test skip
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html> ([i915#3637])
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-15/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> ([i915#9934]) +5 other tests skip
* igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb6/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html> ([i915#2122])
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html> ([i915#2122]) +1 other test fail
* igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_flip@flip-vs-absolute-wf_vblank@c-hdmi-a4.html> ([i915#2122]) +3 other tests fail
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html> ([i915#2672])
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html> ([i915#2587] / [i915#2672]) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html> ([i915#2672]) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html> ([i915#2587] / [i915#2672]) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html> ([i915#5190]) +3 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode.html> ([i915#2672] / [i915#3555])
* igt@kms_force_connector_basic@prune-stale-modes:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_force_connector_basic@prune-stale-modes.html> ([i915#5274])
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html> +37 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html> ([i915#5354]) +15 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html> ([i915#1825]) +35 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> ([i915#8708]) +14 other tests skip
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html> ([i915#5439])
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html> ([i915#3023]) +21 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html> ([i915#10433] / [i915#3458])
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-cpu:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-cpu.html> ([i915#1825]) +8 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html> ([i915#8708]) +8 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html> +44 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html> ([i915#5439])
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html> ([i915#3458]) +5 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite.html> +38 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html> ([i915#8708]) +1 other test skip
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> +45 other tests skip
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html> ([i915#3458]) +12 other tests skip
* igt@kms_hdmi_inject@inject-audio:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_hdmi_inject@inject-audio.html> ([i915#433])
* igt@kms_hdr@bpc-switch-dpms:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_hdr@bpc-switch-dpms.html> ([i915#3555] / [i915#8228])
* igt@kms_hdr@invalid-hdr:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_hdr@invalid-hdr.html> ([i915#3555] / [i915#8228])
* igt@kms_hdr@static-toggle:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_hdr@static-toggle.html> ([i915#3555] / [i915#8228]) +2 other tests skip
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> ([i915#4070] / [i915#4816])
* igt@kms_panel_fitting@legacy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_panel_fitting@legacy.html> ([i915#6301])
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
* shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html> ([i915#10647]) +1 other test fail
* igt@kms_plane_lowres@tiling-4@pipe-b-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html> ([i915#11614] / [i915#3582]) +3 other tests skip
* igt@kms_plane_lowres@tiling-yf:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_plane_lowres@tiling-yf.html> ([i915#3555] / [i915#8821])
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> ([i915#8292])
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
* shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html> ([i915#8292])
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html> ([i915#5176]) +3 other tests skip
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html> ([i915#9423]) +11 other tests skip
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html> ([i915#9423]) +15 other tests skip
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html> ([i915#5176] / [i915#9423]) +3 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-3.html> ([i915#9423]) +12 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html> ([i915#5235] / [i915#9423]) +2 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1.html> ([i915#5235]) +2 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1.html> ([i915#9728])
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html> ([i915#9728]) +11 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html> ([i915#5235]) +6 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html> ([i915#2575] / [i915#9423]) +12 other tests skip
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html> ([i915#9728]) +5 other tests skip
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html> ([i915#3555] / [i915#5235])
* igt@kms_pm_backlight@fade-with-dpms:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_pm_backlight@fade-with-dpms.html> ([i915#5354])
* igt@kms_pm_dc@dc5-psr:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-2/igt@kms_pm_dc@dc5-psr.html> ([i915#9685])
* igt@kms_pm_dc@dc6-dpms:
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html> ([i915#9295])
* igt@kms_pm_lpsp@kms-lpsp:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340])
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html> ([i915#9340])
* igt@kms_pm_lpsp@screens-disabled:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_pm_lpsp@screens-disabled.html> ([i915#8430])
* igt@kms_pm_rpm@cursor-dpms:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@cursor-dpms.html> ([i915#11717])
* igt@kms_pm_rpm@dpms-lpsp:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_pm_rpm@dpms-lpsp.html> ([i915#9519])
* igt@kms_pm_rpm@drm-resources-equal:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_pm_rpm@drm-resources-equal.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@drm-resources-equal.html> ([i915#11717])
* igt@kms_pm_rpm@modeset-lpsp-stress:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html> ([i915#9519]) +1 other test skip
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> ([i915#9519]) +1 other test skip
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> ([i915#9519])
* igt@kms_prime@basic-crc-hybrid:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_prime@basic-crc-hybrid.html> ([i915#6524])
* igt@kms_prime@basic-crc-vgem:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_prime@basic-crc-vgem.html> ([i915#6524])
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf.html> ([i915#11520])
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html> ([i915#11520]) +1 other test skip
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html> ([i915#11520]) +2 other tests skip
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html> ([i915#9808]) +1 other test skip
* igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html> ([i915#11520]) +3 other tests skip
* igt@kms_psr2_su@page_flip-nv12:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@kms_psr2_su@page_flip-nv12.html> ([i915#9683])
* igt@kms_psr@fbc-psr-primary-page-flip:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-3/igt@kms_psr@fbc-psr-primary-page-flip.html> ([i915#1072] / [i915#9732]) +9 other tests skip
* igt@kms_psr@fbc-psr2-basic@edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_psr@fbc-psr2-basic@edp-1.html> ([i915#9688])
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html> +398 other tests skip
* igt@kms_psr@pr-dpms:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-3/igt@kms_psr@pr-dpms.html> ([i915#9732]) +11 other tests skip
* igt@kms_psr@psr2-cursor-mmap-gtt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-5/igt@kms_psr@psr2-cursor-mmap-gtt.html> ([i915#1072] / [i915#9732]) +21 other tests skip
* igt@kms_psr@psr2-primary-mmap-cpu:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_psr@psr2-primary-mmap-cpu.html> ([i915#1072] / [i915#9732]) +20 other tests skip
* igt@kms_psr@psr2-sprite-mmap-gtt@edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-1/igt@kms_psr@psr2-sprite-mmap-gtt@edp-1.html> ([i915#4077] / [i915#9688])
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html> ([i915#9685]) +1 other test skip
* igt@kms_rotation_crc@bad-pixel-format:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_rotation_crc@bad-pixel-format.html> ([i915#11131])
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html> ([i915#4235])
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> ([i915#5289])
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> ([i915#5289])
* igt@kms_scaling_modes@scaling-mode-center:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-17/igt@kms_scaling_modes@scaling-mode-center.html> ([i915#3555]) +6 other tests skip
* igt@kms_tiled_display@basic-test-pattern:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_tiled_display@basic-test-pattern.html> ([i915#8623])
* shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk7/igt@kms_tiled_display@basic-test-pattern.html> ([i915#10959])
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html> ([i915#9196])
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-2:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-2.html> ([i915#9196])
* igt@kms_vrr@flip-basic-fastset:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-6/igt@kms_vrr@flip-basic-fastset.html> ([i915#9906])
* igt@kms_vrr@seamless-rr-switch-virtual:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-virtual.html> ([i915#9906])
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-18/igt@kms_vrr@seamless-rr-switch-virtual.html> ([i915#9906])
* igt@kms_writeback@writeback-check-output-xrgb2101010:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk3/igt@kms_writeback@writeback-check-output-xrgb2101010.html> ([i915#2437])
* igt@kms_writeback@writeback-fb-id:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@kms_writeback@writeback-fb-id.html> ([i915#2437])
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html> ([i915#2437] / [i915#9412])
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html> ([i915#2437] / [i915#9412])
* igt@perf@mi-rpc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@perf@mi-rpc.html> ([i915#2434])
* igt@perf@per-context-mode-unprivileged:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@perf@per-context-mode-unprivileged.html> ([i915#2433])
* igt@perf@stress-open-close:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@perf@stress-open-close.html> ([i915#11692]) +10 other tests skip
* igt@perf_pmu@rc6-all-gts:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-5/igt@perf_pmu@rc6-all-gts.html> ([i915#8516])
* igt@prime_vgem@basic-gtt:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-16/igt@prime_vgem@basic-gtt.html> ([i915#3708] / [i915#4077])
* igt@prime_vgem@fence-write-hang:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html> ([i915#3708]) +1 other test skip
* igt@sriov_basic@enable-vfs-autoprobe-on:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@sriov_basic@enable-vfs-autoprobe-on.html> ([i915#9917])
* igt@syncobj_timeline@invalid-wait-zero-handles:
* shard-dg1: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg1-13/igt@syncobj_timeline@invalid-wait-zero-handles.html> ([i915#9781])
* igt@syncobj_timeline@wait-all-for-submit-delayed-submit:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@syncobj_timeline@wait-all-for-submit-delayed-submit.html> ([i915#2575]) +174 other tests skip
Possible fixes
* igt@core_hotunplug@unbind-rebind:
* shard-snb: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb2/igt@core_hotunplug@unbind-rebind.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb4/igt@core_hotunplug@unbind-rebind.html>
* igt@device_reset@unbind-reset-rebind:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-2/igt@device_reset@unbind-reset-rebind.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@device_reset@unbind-reset-rebind.html>
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> ([i915#7742]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html>
* igt@gem_create@create-ext-cpu-access-big:
* shard-dg2: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html> ([i915#9846]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html>
* igt@gem_exec_fair@basic-pace@bcs0:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html> ([i915#2842]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html>
* igt@gem_lmem_swapping@basic@lmem0:
* shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_lmem_swapping@basic@lmem0.html> ([i915#10378]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-1/igt@gem_lmem_swapping@basic@lmem0.html>
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
* shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html> ([i915#10446]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html>
* igt@i915_module_load@reload-with-fault-injection:
* shard-glk: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-glk7/igt@i915_module_load@reload-with-fault-injection.html> ([i915#9820]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@i915_module_load@reload-with-fault-injection.html>
* igt@i915_power@sanity:
* shard-mtlp: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-8/igt@i915_power@sanity.html> ([i915#7984]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@i915_power@sanity.html>
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html> ([i915#5956]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels@pipe-a-edp-1.html>
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1:
* shard-snb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html> ([i915#5956]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html>
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
* shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-6/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html> ([i915#10354]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html>
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-glk7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html> ([i915#79]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a1-hdmi-a2.html>
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
* shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html> ([i915#6880]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html>
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
* shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html> +1 other test pass
* igt@kms_pm_dc@dc9-dpms:
* shard-tglu: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html> ([i915#4281]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html>
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html>
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html> ([i915#9519]) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
Warnings
* igt@api_intel_bb@blit-reloc-purge-cache:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@api_intel_bb@blit-reloc-purge-cache.html> ([i915#8411]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@api_intel_bb@blit-reloc-purge-cache.html> ([i915#2575]) +1 other test skip
* igt@drm_fdinfo@virtual-busy:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@drm_fdinfo@virtual-busy.html> ([i915#8414]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@drm_fdinfo@virtual-busy.html> ([i915#11692]) +1 other test skip
* igt@gem_busy@semaphore:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_busy@semaphore.html> ([i915#3936]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_busy@semaphore.html> ([i915#2575])
* igt@gem_close_race@multigpu-basic-process:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@gem_close_race@multigpu-basic-process.html> ([i915#7697]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html> ([i915#2575])
* igt@gem_ctx_persistence@heartbeat-hostile:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hostile.html> ([i915#8555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html> ([i915#2575]) +1 other test skip
* igt@gem_ctx_sseu@engines:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_ctx_sseu@engines.html> ([i915#280]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_ctx_sseu@engines.html> ([i915#2575])
* igt@gem_exec_balancer@bonded-pair:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_exec_balancer@bonded-pair.html> ([i915#4771]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_balancer@bonded-pair.html> ([i915#2575])
* igt@gem_exec_fair@basic-pace-share:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@gem_exec_fair@basic-pace-share.html> ([i915#3539] / [i915#4852]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fair@basic-pace-share.html> ([i915#2575]) +3 other tests skip
* igt@gem_exec_fair@basic-pace-solo:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_exec_fair@basic-pace-solo.html> ([i915#3539]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fair@basic-pace-solo.html> ([i915#2575]) +1 other test skip
* igt@gem_exec_fence@concurrent:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_exec_fence@concurrent.html> ([i915#4812]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_fence@concurrent.html> ([i915#2575]) +1 other test skip
* igt@gem_exec_reloc@basic-active:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_exec_reloc@basic-active.html> ([i915#3281]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_exec_reloc@basic-active.html> ([i915#2575]) +12 other tests skip
* igt@gem_fence_thrash@bo-write-verify-y:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html> ([i915#4860]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-y.html> ([i915#2575]) +2 other tests skip
* igt@gem_mmap_gtt@basic-small-bo:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gem_mmap_gtt@basic-small-bo.html> ([i915#4077]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html> ([i915#2575]) +8 other tests skip
* igt@gem_mmap_wc@write-prefaulted:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_mmap_wc@write-prefaulted.html> ([i915#4083]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_mmap_wc@write-prefaulted.html> ([i915#2575]) +9 other tests skip
* igt@gem_partial_pwrite_pread@write-uncached:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@gem_partial_pwrite_pread@write-uncached.html> ([i915#3282]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_partial_pwrite_pread@write-uncached.html> ([i915#2575]) +2 other tests skip
* igt@gem_pxp@display-protected-crc:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@gem_pxp@display-protected-crc.html> ([i915#4270]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_pxp@display-protected-crc.html> ([i915#2575]) +5 other tests skip
* igt@gem_render_copy@linear-to-vebox-yf-tiled:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html> ([i915#5190] / [i915#8428]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_render_copy@linear-to-vebox-yf-tiled.html> ([i915#2575] / [i915#5190]) +10 other tests skip
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> ([i915#4079]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> ([i915#2575])
* igt@gem_softpin@evict-snoop:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_softpin@evict-snoop.html> ([i915#4885]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_softpin@evict-snoop.html> ([i915#2575])
* igt@gem_unfence_active_buffers:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@gem_unfence_active_buffers.html> ([i915#4879]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_unfence_active_buffers.html> ([i915#2575])
* igt@gem_userptr_blits@create-destroy-unsync:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#3297]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html> ([i915#2575]) +3 other tests skip
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#3297] / [i915#4880]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> ([i915#2575])
* igt@gen7_exec_parse@bitmasks:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@gen7_exec_parse@bitmasks.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gen7_exec_parse@bitmasks.html> ([i915#2575]) +19 other tests skip
* igt@gen9_exec_parse@bb-start-far:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@gen9_exec_parse@bb-start-far.html> ([i915#2856]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@gen9_exec_parse@bb-start-far.html> ([i915#2575]) +5 other tests skip
* igt@i915_module_load@reload-with-fault-injection:
* shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html> ([i915#10131] / [i915#9820]) -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html> ([i915#10131] / [i915#9697])
* igt@i915_pm_rpm@gem-evict-pwrite:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@i915_pm_rpm@gem-evict-pwrite.html> ([i915#4077]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-evict-pwrite.html> ([i915#11623])
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html> ([i915#11623])
* igt@i915_pm_sseu@full-enable:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@i915_pm_sseu@full-enable.html> ([i915#4387]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@i915_pm_sseu@full-enable.html> ([i915#2575])
* igt@kms_addfb_basic@clobberred-modifier:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-10/igt@kms_addfb_basic@clobberred-modifier.html> ([i915#4212]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html> ([i915#2575]) +1 other test skip
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> ([i915#9531]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html> ([i915#2575])
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> ([i915#1769] / [i915#3555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> ([i915#2575])
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> ([i915#4538] / [i915#5190]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> ([i915#5190]) +17 other tests skip
* igt@kms_chamelium_frames@hdmi-crc-multiple:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-multiple.html> ([i915#7828]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-multiple.html> ([i915#2575]) +8 other tests skip
* igt@kms_content_protection@atomic:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_content_protection@atomic.html> ([i915#7118] / [i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@atomic.html> ([i915#2575])
* igt@kms_content_protection@content-type-change:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_content_protection@content-type-change.html> ([i915#9424]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@content-type-change.html> ([i915#2575])
* igt@kms_content_protection@dp-mst-type-1:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_content_protection@dp-mst-type-1.html> ([i915#3299]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@dp-mst-type-1.html> ([i915#2575])
* igt@kms_content_protection@srm:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-1/igt@kms_content_protection@srm.html> ([i915#7118]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_content_protection@srm.html> ([i915#2575])
* igt@kms_content_protection@type1:
* shard-snb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-snb6/igt@kms_content_protection@type1.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-snb7/igt@kms_content_protection@type1.html> ([i915#8816])
* igt@kms_cursor_crc@cursor-random-512x512:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_cursor_crc@cursor-random-512x512.html> ([i915#11453]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html> ([i915#2575])
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html> ([i915#5354]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html> ([i915#2575]) +7 other tests skip
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> ([i915#4103] / [i915#4213]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> ([i915#2575]) +1 other test skip
* igt@kms_display_modes@extended-mode-basic:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_display_modes@extended-mode-basic.html> ([i915#3555]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html> ([i915#2575]) +6 other tests skip
* igt@kms_draw_crc@draw-method-mmap-wc:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-wc.html> ([i915#8812]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html>
* igt@kms_dsc@dsc-fractional-bpp:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp.html> ([i915#3840] / [i915#9688]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_dsc@dsc-fractional-bpp.html>
* igt@kms_feature_discovery@chamelium:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_feature_discovery@chamelium.html> ([i915#4854]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_feature_discovery@chamelium.html> ([i915#2575])
* igt@kms_feature_discovery@psr2:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_feature_discovery@psr2.html> ([i915#658]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_feature_discovery@psr2.html> ([i915#2575])
* igt@kms_flip@2x-flip-vs-fences-interruptible:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html> ([i915#8381]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_flip@2x-flip-vs-fences-interruptible.html> ([i915#2575])
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite:
* shard-dg2: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html> ([i915#6880]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html>
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html> ([i915#5354]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html> +49 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html> ([i915#10433] / [i915#3458]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-shrfb-plflip-blt.html> ([i915#3458]) +3 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html> ([i915#8708]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html> +17 other tests skip
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html> ([i915#9766]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html>
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html> ([i915#10433] / [i915#3458]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html>
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> ([i915#3458]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html> +28 other tests skip
* igt@kms_getfb@getfb-reject-ccs:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html> ([i915#6118]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html> ([i915#2575])
* igt@kms_hdr@static-toggle-suspend:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-8/igt@kms_hdr@static-toggle-suspend.html> ([i915#3555] / [i915#8228]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_hdr@static-toggle-suspend.html> ([i915#2575]) +3 other tests skip
* igt@kms_plane_lowres@tiling-y:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_plane_lowres@tiling-y.html> ([i915#8821]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_lowres@tiling-y.html> ([i915#2575])
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> ([i915#5354] / [i915#9423]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_plane_scaling@2x-scaler-multi-pipe.html> ([i915#2575] / [i915#9423])
* igt@kms_pm_dc@dc6-dpms:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-2/igt@kms_pm_dc@dc6-dpms.html> ([i915#5978]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_dc@dc6-dpms.html>
* igt@kms_pm_dc@dc9-dpms:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html> ([i915#4281]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html> ([i915#3361])
* igt@kms_pm_rpm@modeset-lpsp:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#9519]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11480/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp.html> ([i915#11717]) +3 other tests skip
* igt@kms_pm_rpm@pm-tiling:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15142/shard-dg2-6/igt@kms_pm_rpm@pm-tiling.html> ([i915#4077]) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1> ([i915#11717])
[-- Attachment #2: Type: text/html, Size: 183715 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-29 11:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 8:02 [PATCH i-g-t, v4] tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled sk.anirban
2024-07-26 9:48 ` ✗ CI.xeBAT: failure for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev2) Patchwork
2024-07-26 9:56 ` ✗ Fi.CI.BAT: " Patchwork
2024-07-26 19:35 ` ✗ CI.xeFULL: " Patchwork
2024-07-29 5:02 ` ✓ CI.xeBAT: success for tests/intel/i915_pm_rps: Disable threshold subtests when SLPC is enabled (rev3) Patchwork
2024-07-29 5:15 ` ✓ Fi.CI.BAT: " Patchwork
2024-07-29 5:57 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-29 7:56 ` ✗ Fi.CI.IGT: " Patchwork
2024-07-29 11:15 ` Anirban, Sk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox