* [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists
@ 2025-08-25 16:53 Jakub Kolakowski
2025-08-25 16:53 ` [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists Jakub Kolakowski
` (5 more replies)
0 siblings, 6 replies; 11+ messages in thread
From: Jakub Kolakowski @ 2025-08-25 16:53 UTC (permalink / raw)
To: igt-dev; +Cc: Jakub Kolakowski
Extend SR-IOV VF and VM blocklists with tests that are expected to skip
in VF mode and update xe_test_config.json file to genereate SR-IOV-specific
testlists to be used in CI runs.
Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
Jakub Kolakowski (2):
tests/intel-ci/: Extend VF and VM blocklists
tests/intel/xe_test_config.json: Add SR-IOV testlists
tests/intel-ci/xe-sriov-vf.blocklist.txt | 54 +++++++++++++++++++++++-
tests/intel-ci/xe-sriov-vm.blocklist.txt | 52 +++++++++++++++++++++++
tests/intel/xe_test_config.json | 8 ++--
3 files changed, 110 insertions(+), 4 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
@ 2025-08-25 16:53 ` Jakub Kolakowski
2025-08-29 11:17 ` Bernatowicz, Marcin
2025-08-25 16:53 ` [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists Jakub Kolakowski
` (4 subsequent siblings)
5 siblings, 1 reply; 11+ messages in thread
From: Jakub Kolakowski @ 2025-08-25 16:53 UTC (permalink / raw)
To: igt-dev
Cc: Jakub Kolakowski, Adam Miszczak, Marcin Bernatowicz,
Lukasz Laguna, Satyanarayana K V P
Currently VF and VM blocklists are supposed to be short and only
contain tests that are breaking/aborting the CI run. However with the
huge amount of expected skips present in VM runs it is justified to
change the approach of using those blocklists and include all tests that
are expected to skip when driver is in VF mode.
Extend VF and VM blocklists and include expected skips. This should
speed up CI runs in configurations where driver is in VF mode (mainly VM
runs where many kms tests are skipping).
Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
---
tests/intel-ci/xe-sriov-vf.blocklist.txt | 54 +++++++++++++++++++++++-
tests/intel-ci/xe-sriov-vm.blocklist.txt | 52 +++++++++++++++++++++++
2 files changed, 105 insertions(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe-sriov-vf.blocklist.txt b/tests/intel-ci/xe-sriov-vf.blocklist.txt
index 03371d80c..69d647ef0 100644
--- a/tests/intel-ci/xe-sriov-vf.blocklist.txt
+++ b/tests/intel-ci/xe-sriov-vf.blocklist.txt
@@ -4,4 +4,56 @@
#
# Prevent potential module reloads during tests
#
-igt@xe_module_load
+igt@xe_module_load@.*
+#
+# tests applicable for PF only
+#
+igt@sriov_basic.*
+igt@xe_eudebug_sriov.*
+igt@xe_pmu@.*fn-engine-activity.*
+igt@xe_sriov.*
+#
+# display related tests
+#
+igt@fbdev.*
+igt@kms.*
+igt@testdisplay
+igt@xe_pat@.*display.*
+igt@xe_pxp@.*display.*
+#
+# power management related tests
+#
+igt@xe_gt_freq.*
+igt@xe_pm_residency.*
+#
+# OA is disabled in VF mode
+#
+igt@xe_oa@.*
+igt@xe_fault_injection@oa-add-config-fail-xe_oa_alloc_regs
+igt@xe_query@.*query-oa-units
+#
+# engine utilization data not available in VF mode
+#
+igt@xe_drm_fdinfo@.*utilization.*
+#
+# EU stall feature not available in VF mode
+#
+igt@xe_eu_stall.*
+#
+# The "mocs" debugfs entry is expected to be missing in VF mode
+#
+igt@xe_exec_reset@gt-mocs-reset
+igt@xe_live_ktest@xe_mocs
+igt@xe_pm@.*-mocs
+#
+# PCI power management capability not present in VF mode
+#
+igt@xe_pm@.*d3
+#
+# freq0 node not available for VF
+#
+igt@xe_pmu@gt-frequency
+#
+# The feature query_cs_cycles is not supported on VF
+#
+igt@xe_query@.*cs-cycles
\ No newline at end of file
diff --git a/tests/intel-ci/xe-sriov-vm.blocklist.txt b/tests/intel-ci/xe-sriov-vm.blocklist.txt
index 06ed60b52..6271b1a70 100644
--- a/tests/intel-ci/xe-sriov-vm.blocklist.txt
+++ b/tests/intel-ci/xe-sriov-vm.blocklist.txt
@@ -6,3 +6,55 @@
#
igt@xe_pm@s2idle.*
igt@xe_ccs@suspend-resume
+#
+# tests applicable for PF only
+#
+igt@sriov_basic.*
+igt@xe_eudebug_sriov.*
+igt@xe_pmu@.*fn-engine-activity.*
+igt@xe_sriov.*
+#
+# display related tests
+#
+igt@fbdev.*
+igt@kms.*
+igt@testdisplay
+igt@xe_pat@.*display.*
+igt@xe_pxp@.*display.*
+#
+# power management related tests
+#
+igt@xe_gt_freq.*
+igt@xe_pm_residency.*
+#
+# OA is disabled in VF mode
+#
+igt@xe_oa@.*
+igt@xe_fault_injection@oa-add-config-fail-xe_oa_alloc_regs
+igt@xe_query@.*query-oa-units
+#
+# engine utilization data not available in VF mode
+#
+igt@xe_drm_fdinfo@.*utilization.*
+#
+# EU stall feature not available in VF mode
+#
+igt@xe_eu_stall.*
+#
+# The "mocs" debugfs entry is expected to be missing in VF mode
+#
+igt@xe_exec_reset@gt-mocs-reset
+igt@xe_live_ktest@xe_mocs
+igt@xe_pm@.*-mocs
+#
+# PCI power management capability not present in VF mode
+#
+igt@xe_pm@.*d3
+#
+# freq0 node not available for VF
+#
+igt@xe_pmu@gt-frequency
+#
+# The feature query_cs_cycles is not supported on VF
+#
+igt@xe_query@.*cs-cycles
\ No newline at end of file
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
2025-08-25 16:53 ` [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists Jakub Kolakowski
@ 2025-08-25 16:53 ` Jakub Kolakowski
2025-08-29 11:18 ` Bernatowicz, Marcin
2025-08-25 19:20 ` ✓ i915.CI.BAT: success for Update SR-IOV blocklists and testlists Patchwork
` (3 subsequent siblings)
5 siblings, 1 reply; 11+ messages in thread
From: Jakub Kolakowski @ 2025-08-25 16:53 UTC (permalink / raw)
To: igt-dev
Cc: Jakub Kolakowski, Adam Miszczak, Marcin Bernatowicz,
Lukasz Laguna, Satyanarayana K V P
Currently we have bat.testlist and full.testlist being generated
by igt_doc.py script.
Add SR-IOV testlists to be generated:
- bat-vf.testlist
- bat-vm.testlist
- full-vm.testlist
Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
---
tests/intel/xe_test_config.json | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 27de0efaa..a754ccda8 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -11,12 +11,14 @@
"default-testlist": "FULL",
"update-from-file": {
"exclude-type": "regex-ignorecase",
- "append-value-if-not-excluded": "Xe FULL",
+ "append-value-if-not-excluded": "Xe FULL, Xe FULL VM",
"include": [
- { "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" }
+ { "Xe BAT, Xe BAT VF, Xe BAT VM": "../intel-ci/xe-fast-feedback.testlist" }
],
"exclude": [
- { "Xe BAT, Xe FULL": "../intel-ci/xe.blocklist.txt" }
+ { "Xe BAT, Xe BAT VF, Xe BAT VM, Xe FULL, Xe FULL VM": "../intel-ci/xe.blocklist.txt" },
+ { "Xe BAT VF": "../intel-ci/xe-sriov-vf.blocklist.txt"},
+ { "Xe BAT VM, Xe FULL VM": "../intel-ci/xe-sriov-vm.blocklist.txt"}
]
},
"order": [
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* ✓ i915.CI.BAT: success for Update SR-IOV blocklists and testlists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
2025-08-25 16:53 ` [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists Jakub Kolakowski
2025-08-25 16:53 ` [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists Jakub Kolakowski
@ 2025-08-25 19:20 ` Patchwork
2025-08-25 19:51 ` ✓ Xe.CI.BAT: " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2025-08-25 19:20 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3782 bytes --]
== Series Details ==
Series: Update SR-IOV blocklists and testlists
URL : https://patchwork.freedesktop.org/series/153461/
State : success
== Summary ==
CI Bug Log - changes from IGT_8507 -> IGTPW_13633
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/index.html
Participating hosts (44 -> 43)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_13633 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@random-engines:
- fi-skl-6600u: NOTRUN -> [SKIP][1] ([i915#4613]) +3 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/fi-skl-6600u/igt@gem_lmem_swapping@random-engines.html
* igt@i915_selftest@live@workarounds:
- bat-mtlp-6: [PASS][2] -> [DMESG-FAIL][3] ([i915#12061]) +1 other test dmesg-fail
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
- bat-mtlp-9: [PASS][4] -> [DMESG-FAIL][5] ([i915#12061]) +1 other test dmesg-fail
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@core_hotunplug@unbind-rebind:
- fi-skl-6600u: [ABORT][6] -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/fi-skl-6600u/igt@core_hotunplug@unbind-rebind.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/fi-skl-6600u/igt@core_hotunplug@unbind-rebind.html
* igt@i915_selftest@live@workarounds:
- bat-twl-2: [ABORT][8] ([i915#14365]) -> [PASS][9] +1 other test pass
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/bat-twl-2/igt@i915_selftest@live@workarounds.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/bat-twl-2/igt@i915_selftest@live@workarounds.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-atsm-1: [DMESG-FAIL][10] ([i915#12061] / [i915#13929]) -> [DMESG-FAIL][11] ([i915#12061] / [i915#14204])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/bat-atsm-1/igt@i915_selftest@live.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/bat-atsm-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@mman:
- bat-atsm-1: [DMESG-FAIL][12] ([i915#13929]) -> [DMESG-FAIL][13] ([i915#14204])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/bat-atsm-1/igt@i915_selftest@live@mman.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/bat-atsm-1/igt@i915_selftest@live@mman.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13929]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13929
[i915#14204]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14204
[i915#14365]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14365
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8507 -> IGTPW_13633
CI-20190529: 20190529
CI_DRM_17065: a7c735c1739662dcc431bda50653821bff0d63fb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8507: 8507
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/index.html
[-- Attachment #2: Type: text/html, Size: 4903 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* ✓ Xe.CI.BAT: success for Update SR-IOV blocklists and testlists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
` (2 preceding siblings ...)
2025-08-25 19:20 ` ✓ i915.CI.BAT: success for Update SR-IOV blocklists and testlists Patchwork
@ 2025-08-25 19:51 ` Patchwork
2025-08-26 0:22 ` ✗ i915.CI.Full: failure " Patchwork
2025-08-26 4:45 ` ✗ Xe.CI.Full: " Patchwork
5 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2025-08-25 19:51 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]
== Series Details ==
Series: Update SR-IOV blocklists and testlists
URL : https://patchwork.freedesktop.org/series/153461/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8507_BAT -> XEIGTPW_13633_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_13633_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-plain-flip@d-edp1:
- bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#4543]) +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
[Intel XE#5783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5783
Build changes
-------------
* IGT: IGT_8507 -> IGTPW_13633
* Linux: xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729 -> xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb
IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8507: 8507
xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729: 18d3cf2c98bae56e1e393a788980d9d26442f729
xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb: a7c735c1739662dcc431bda50653821bff0d63fb
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/index.html
[-- Attachment #2: Type: text/html, Size: 2359 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ i915.CI.Full: failure for Update SR-IOV blocklists and testlists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
` (3 preceding siblings ...)
2025-08-25 19:51 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-08-26 0:22 ` Patchwork
2025-08-27 13:08 ` Kolakowski, Jakub1
2025-08-26 4:45 ` ✗ Xe.CI.Full: " Patchwork
5 siblings, 1 reply; 11+ messages in thread
From: Patchwork @ 2025-08-26 0:22 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 160182 bytes --]
== Series Details ==
Series: Update SR-IOV blocklists and testlists
URL : https://patchwork.freedesktop.org/series/153461/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8507_full -> IGTPW_13633_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_13633_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_13633_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_13633/index.html
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_13633_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing:
- shard-dg1: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-16/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html
Known issues
------------
Here are the changes found in IGTPW_13633_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-tglu-1: NOTRUN -> [SKIP][4] ([i915#6230])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@api_intel_bb@crc32.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-rkl: NOTRUN -> [SKIP][5] ([i915#3281]) +5 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_basic@multigpu-create-close:
- shard-tglu: NOTRUN -> [SKIP][6] ([i915#7697]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_basic@multigpu-create-close.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#3936])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_busy@semaphore.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][8] ([i915#13008])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][9] ([i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_ccs@suspend-resume.html
- shard-dg2-9: NOTRUN -> [INCOMPLETE][10] ([i915#13356])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2-9: NOTRUN -> [INCOMPLETE][11] ([i915#12392])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8562])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#8562])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3:
- shard-glk10: NOTRUN -> [INCOMPLETE][14] ([i915#12353]) +1 other test incomplete
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@gem_ctx_isolation@preservation-s3.html
* igt@gem_ctx_persistence@heartbeat-close:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#8555])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-close.html
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#8555])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-close.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#8555]) +2 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][18] ([i915#280])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#280]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@in-flight-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][21] ([i915#13390])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@unwedge-stress:
- shard-dg2: [PASS][22] -> [FAIL][23] ([i915#5784])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-3/igt@gem_eio@unwedge-stress.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_eio@unwedge-stress.html
- shard-dg1: [PASS][24] -> [FAIL][25] ([i915#5784])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-19/igt@gem_eio@unwedge-stress.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-tglu: NOTRUN -> [SKIP][26] ([i915#4525])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-tglu-1: NOTRUN -> [SKIP][27] ([i915#4525])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_flush@basic-wb-set-default:
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_exec_flush@basic-wb-set-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#5107])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-wc-active:
- shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#3281]) +4 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_exec_reloc@basic-wc-active.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#3281]) +5 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@gem_exec_reloc@basic-wc-read-active.html
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#3281]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3281]) +10 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#4537] / [i915#4812]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@smoketest-all:
- shard-snb: NOTRUN -> [SKIP][38] +40 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb6/igt@gem_exec_schedule@smoketest-all.html
* igt@gem_exec_suspend@basic-s3:
- shard-glk: NOTRUN -> [INCOMPLETE][39] ([i915#11441] / [i915#13196]) +1 other test incomplete
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_exec_suspend@basic-s3.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4860]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][41] ([i915#4613] / [i915#7582])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-tglu: NOTRUN -> [SKIP][42] ([i915#4613] / [i915#7582])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4613])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-7/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-tglu: NOTRUN -> [SKIP][44] ([i915#4613]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][45] ([i915#5493]) +1 other test timeout
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [PASS][46] -> [TIMEOUT][47] ([i915#5493]) +1 other test timeout
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify:
- shard-tglu-1: NOTRUN -> [SKIP][48] ([i915#4613])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_lmem_swapping@verify.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][49] ([i915#4613]) +4 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_media_fill@media-fill:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#8289])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@gem_media_fill@media-fill.html
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#8289])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_media_fill@media-fill.html
* igt@gem_mmap@short-mmap:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@gem_mmap@short-mmap.html
* igt@gem_mmap_gtt@basic:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4077]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-2/igt@gem_mmap_gtt@basic.html
* igt@gem_mmap_gtt@close-race:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4077]) +5 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_mmap_gtt@close-race.html
- shard-dg2-9: NOTRUN -> [SKIP][55] ([i915#4077]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_mmap_gtt@close-race.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4077]) +12 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_wc@read-write:
- shard-dg2-9: NOTRUN -> [SKIP][57] ([i915#4083]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#4083]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-dg2-9: NOTRUN -> [SKIP][59] ([i915#3282])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#3282]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_ppgtt@blt-vs-render-ctxn:
- shard-dg2: [PASS][61] -> [DMESG-WARN][62] ([i915#14446])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-8/igt@gem_ppgtt@blt-vs-render-ctxn.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_ppgtt@blt-vs-render-ctxn.html
* igt@gem_pread@exhaustion:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3282]) +4 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-tglu: NOTRUN -> [WARN][64] ([i915#2658])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: NOTRUN -> [TIMEOUT][65] ([i915#12964])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: [PASS][66] -> [TIMEOUT][67] ([i915#12917] / [i915#12964])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#4270]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#3282]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#8428]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@gem_render_copy@y-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-x-tiled:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#5190] / [i915#8428]) +5 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-dg2-9: NOTRUN -> [SKIP][72] ([i915#5190] / [i915#8428]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4079])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_softpin@noreloc-s3:
- shard-rkl: [PASS][74] -> [INCOMPLETE][75] ([i915#13809])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_softpin@noreloc-s3.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_softpin@noreloc-s3.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#3297])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-tglu: NOTRUN -> [SKIP][77] ([i915#3297]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-dg2-9: NOTRUN -> [SKIP][78] ([i915#3297])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-tglu: NOTRUN -> [SKIP][79] ([i915#3297] / [i915#3323])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][80] ([i915#3297])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][81] ([i915#13356] / [i915#14586]) +1 other test incomplete
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_workarounds@suspend-resume.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#2856]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gen9_exec_parse@batch-invalid-length.html
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-large:
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#2527]) +1 other test skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gen9_exec_parse@bb-large.html
- shard-glk: NOTRUN -> [FAIL][85] ([i915#14806])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-param:
- shard-tglu-1: NOTRUN -> [SKIP][86] ([i915#2527] / [i915#2856]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2-9: NOTRUN -> [SKIP][87] ([i915#2856])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gen9_exec_parse@unaligned-access.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#2527] / [i915#2856]) +5 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_drm_fdinfo@all-busy-idle-check-all:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#14123])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@i915_drm_fdinfo@all-busy-idle-check-all.html
* igt@i915_drm_fdinfo@virtual-busy-hang:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#14118])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@i915_drm_fdinfo@virtual-busy-hang.html
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#14118])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@i915_drm_fdinfo@virtual-busy-hang.html
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#14118])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@i915_drm_fdinfo@virtual-busy-hang.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][93] -> [DMESG-WARN][94] ([i915#14545])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@i915_module_load@reload-with-fault-injection.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg2: NOTRUN -> [DMESG-WARN][95] ([i915#14545])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@i915_module_load@resize-bar.html
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#6412])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@i915_module_load@resize-bar.html
- shard-tglu: NOTRUN -> [SKIP][97] ([i915#6412])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#8399])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-reset:
- shard-tglu: NOTRUN -> [SKIP][99] ([i915#8399])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_rc6_residency@media-rc6-accuracy:
- shard-rkl: NOTRUN -> [SKIP][100] +9 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#11681] / [i915#6621])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@i915_pm_rps@min-max-config-loaded.html
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#11681] / [i915#6621])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#11681])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2-9: NOTRUN -> [SKIP][104] ([i915#4387])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#6245])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#6188])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu: NOTRUN -> [SKIP][107] ([i915#5723])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_suspend@fence-restore-untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][108] ([i915#4817])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk5/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2-9: NOTRUN -> [SKIP][109] ([i915#4212])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#4212]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#4212]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-dg2: [PASS][112] -> [FAIL][113] ([i915#14753])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_async_flips@async-flip-suspend-resume.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-3:
- shard-dg2: NOTRUN -> [FAIL][114] ([i915#14753])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-3.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-tglu-1: NOTRUN -> [SKIP][115] ([i915#1769] / [i915#3555])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#1769] / [i915#3555])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#5286]) +6 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][119] ([i915#5286]) +1 other test skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][120] -> [FAIL][121] ([i915#5138])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3638])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][123] +10 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5190]) +11 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-0:
- shard-dg2-9: NOTRUN -> [SKIP][125] ([i915#4538] / [i915#5190]) +3 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-rkl: [PASS][126] -> [SKIP][127] ([i915#14544]) +27 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][128] +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#4538]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][130] +33 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#10307] / [i915#10434] / [i915#6095])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#12313]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][133] +369 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#10307] / [i915#6095]) +126 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-b-hdmi-a-2:
- shard-dg2-9: NOTRUN -> [SKIP][135] ([i915#10307] / [i915#6095]) +24 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#6095]) +34 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#12313]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#6095]) +74 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#14098] / [i915#6095]) +45 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#6095]) +16 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][141] ([i915#12796]) +1 other test incomplete
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [DMESG-WARN][142] ([i915#4423])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-4.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#14544]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#12313])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#12313])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#6095]) +109 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#6095]) +53 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#13781]) +3 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg2-9: NOTRUN -> [SKIP][149] ([i915#11151] / [i915#7828]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg2-9: NOTRUN -> [SKIP][151] +5 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#7828]) +9 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#11151] / [i915#7828]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#7828]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#11151] / [i915#7828]) +1 other test skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-tglu: NOTRUN -> [SKIP][156] ([i915#11151] / [i915#7828]) +9 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-5/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_color@ctm-negative:
- shard-rkl: [PASS][157] -> [SKIP][158] ([i915#12655] / [i915#14544]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_color@ctm-negative.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_color@ctm-negative.html
* igt@kms_color@deep-color:
- shard-dg2: [PASS][159] -> [SKIP][160] ([i915#12655] / [i915#3555])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_color@deep-color.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@legacy:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#7118] / [i915#9424])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][163] ([i915#7173])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_content_protection@lic-type-0@pipe-a-dp-3.html
* igt@kms_content_protection@srm:
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#7116])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#7118] / [i915#9424]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#7116] / [i915#9424])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][167] ([i915#13049])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#13049])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-rkl: [PASS][169] -> [FAIL][170] ([i915#13566]) +1 other test fail
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html
- shard-tglu: [PASS][171] -> [FAIL][172] ([i915#13566]) +1 other test fail
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][173] ([i915#13566])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-dg1: NOTRUN -> [SKIP][174] ([i915#3555])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#13049]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][176] ([i915#3555])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2-9: NOTRUN -> [SKIP][177] ([i915#3555]) +2 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [PASS][178] -> [DMESG-FAIL][179] ([i915#12964])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-128x42.html
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][180] ([i915#13566]) +1 other test fail
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [DMESG-WARN][181] ([i915#12964]) +3 other tests dmesg-warn
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-b-hdmi-a-2.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-glk: [PASS][182] -> [SKIP][183]
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk9/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-dg2-9: NOTRUN -> [SKIP][184] ([i915#13046] / [i915#5354]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipa-toggle:
- shard-rkl: [PASS][185] -> [DMESG-WARN][186] ([i915#12917] / [i915#12964])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#13046] / [i915#5354]) +4 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#9809])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-rkl: [PASS][189] -> [FAIL][190] ([i915#2346])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
- shard-glk: NOTRUN -> [FAIL][191] ([i915#2346])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#9067])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-tglu: NOTRUN -> [SKIP][193] ([i915#9723])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dp_aux_dev:
- shard-dg2: [PASS][194] -> [SKIP][195] ([i915#1257])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_dp_aux_dev.html
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_dp_aux_dev.html
- shard-tglu: NOTRUN -> [SKIP][196] ([i915#1257])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_dp_aux_dev.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#13749])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_dp_link_training@non-uhbr-sst.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#13749])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_dp_link_training@non-uhbr-sst.html
- shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#13749])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2-9: NOTRUN -> [SKIP][200] ([i915#8812])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#3840])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-dg1: NOTRUN -> [SKIP][202] ([i915#3555] / [i915#3840])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#3840])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-tglu: [PASS][204] -> [FAIL][205] ([i915#4767])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][206] ([i915#9878])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#2065] / [i915#4854])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-9: NOTRUN -> [SKIP][208] ([i915#1839])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-tglu: NOTRUN -> [SKIP][209] ([i915#9337])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-9: NOTRUN -> [SKIP][210] ([i915#658])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#9934]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2-9: NOTRUN -> [SKIP][212] ([i915#9934]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-tglu: NOTRUN -> [SKIP][213] ([i915#9934])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#9934]) +2 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2-9: NOTRUN -> [SKIP][215] ([i915#8381])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#3637] / [i915#9934])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#9934]) +9 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-tglu: NOTRUN -> [SKIP][218] ([i915#3637] / [i915#9934]) +5 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@blocking-absolute-wf_vblank:
- shard-dg1: [PASS][219] -> [DMESG-WARN][220] ([i915#4423]) +7 other tests dmesg-warn
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-19/igt@kms_flip@blocking-absolute-wf_vblank.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip@blocking-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-rkl: [PASS][221] -> [SKIP][222] ([i915#14544] / [i915#3637]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#8381])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][224] ([i915#2672] / [i915#3555]) +2 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#2672]) +2 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][226] ([i915#2587] / [i915#2672]) +2 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-dg2-9: NOTRUN -> [SKIP][227] ([i915#2672] / [i915#3555])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2-9: NOTRUN -> [SKIP][228] ([i915#2672]) +3 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#2672] / [i915#3555] / [i915#5190])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#2672] / [i915#3555]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#2672] / [i915#3555])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][233] ([i915#2587] / [i915#2672])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#2672]) +2 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#2672] / [i915#3555]) +3 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][236] ([i915#2587] / [i915#2672]) +3 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/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-upscaling:
- shard-dg2-9: NOTRUN -> [SKIP][237] ([i915#2672] / [i915#3555] / [i915#5190]) +2 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
- shard-rkl: [PASS][238] -> [SKIP][239] ([i915#14544] / [i915#3555])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: [PASS][240] -> [FAIL][241] ([i915#6880]) +1 other test fail
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
- shard-rkl: [PASS][242] -> [SKIP][243] ([i915#14544] / [i915#1849] / [i915#5354]) +5 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#1825]) +5 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][245] +19 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#5354]) +29 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#1825]) +10 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#8708]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#8708])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [PASS][250] -> [INCOMPLETE][251] ([i915#10056])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
- shard-dg2-9: NOTRUN -> [SKIP][252] ([i915#3458]) +4 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#10055])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#10433] / [i915#3458]) +2 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][255] ([i915#3458]) +16 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-9: NOTRUN -> [SKIP][256] ([i915#5354]) +9 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-9: NOTRUN -> [SKIP][257] ([i915#8708]) +8 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#8708]) +13 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][259] ([i915#14544] / [i915#1849] / [i915#5354]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#3023]) +5 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-suspend.html
- shard-dg1: NOTRUN -> [SKIP][261] ([i915#3458]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#8228]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: [PASS][263] -> [SKIP][264] ([i915#3555] / [i915#8228])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_hdr@bpc-switch-dpms.html
- shard-tglu-1: NOTRUN -> [SKIP][265] ([i915#3555] / [i915#8228]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][266] ([i915#3555] / [i915#8228])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: NOTRUN -> [SKIP][267] ([i915#12713])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#10656])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_joiner@basic-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][269] ([i915#10656])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][270] ([i915#12339])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][271] ([i915#12339])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2: NOTRUN -> [SKIP][272] ([i915#4816])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-rkl: NOTRUN -> [SKIP][273] ([i915#4070] / [i915#4816])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#6301])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- shard-glk10: NOTRUN -> [SKIP][275] ([i915#11190]) +2 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_plane@plane-panning-top-left:
- shard-rkl: [PASS][276] -> [SKIP][277] ([i915#14544] / [i915#8825])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_plane@plane-panning-top-left.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane@plane-panning-top-left.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][278] ([i915#10647] / [i915#12169])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
- shard-rkl: [PASS][279] -> [SKIP][280] ([i915#14544] / [i915#7294])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][281] ([i915#10647]) +1 other test fail
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_multiple@2x-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][282] ([i915#13958]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_plane_multiple@2x-tiling-4.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-tglu-1: NOTRUN -> [SKIP][283] ([i915#13958]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][284] ([i915#13046] / [i915#5354] / [i915#9423])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-tglu-1: NOTRUN -> [SKIP][285] ([i915#6953])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
- shard-rkl: [PASS][286] -> [SKIP][287] ([i915#14544] / [i915#8152])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#12247])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d:
- shard-tglu: NOTRUN -> [SKIP][289] ([i915#12247]) +9 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
- shard-rkl: [PASS][290] -> [SKIP][291] ([i915#14544] / [i915#6953] / [i915#8152])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a:
- shard-rkl: [PASS][292] -> [SKIP][293] ([i915#12247] / [i915#14544]) +2 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
- shard-rkl: [PASS][294] -> [SKIP][295] ([i915#12247] / [i915#14544] / [i915#8152]) +2 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-rkl: [PASS][296] -> [SKIP][297] ([i915#12247] / [i915#14544] / [i915#3555] / [i915#6953] / [i915#8152])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][298] ([i915#5354])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu-1: NOTRUN -> [SKIP][299] ([i915#12343])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][300] ([i915#9812])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-rkl: [PASS][301] -> [DMESG-WARN][302] ([i915#12964]) +36 other tests dmesg-warn
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_pm_dc@dc5-dpms-negative.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#14104])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2-9: NOTRUN -> [SKIP][304] ([i915#9340])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#8430])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [PASS][306] -> [SKIP][307] ([i915#9519])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg2-9: NOTRUN -> [SKIP][308] ([i915#9519])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][309] -> [SKIP][310] ([i915#9519]) +1 other test skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][311] -> [SKIP][312] ([i915#14544] / [i915#9519]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: NOTRUN -> [SKIP][313] ([i915#9519])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-tglu: NOTRUN -> [SKIP][314] ([i915#9519])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#9519])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [PASS][316] -> [INCOMPLETE][317] ([i915#14419])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_rpm@system-suspend-modeset.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu-1: NOTRUN -> [SKIP][318] ([i915#11520]) +2 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][319] ([i915#11520]) +6 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-mtlp: NOTRUN -> [SKIP][320] ([i915#12316])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-snb: NOTRUN -> [SKIP][321] ([i915#11520])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][322] ([i915#11520]) +8 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][323] ([i915#11520]) +2 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg2-9: NOTRUN -> [SKIP][324] ([i915#11520]) +3 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][325] ([i915#11520]) +2 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#11520]) +9 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-glk10: NOTRUN -> [SKIP][327] ([i915#11520]) +7 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2: NOTRUN -> [SKIP][328] ([i915#9683])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_psr2_su@page_flip-p010.html
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#9683])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#9683])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- shard-tglu: NOTRUN -> [SKIP][331] ([i915#9732]) +13 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@kms_psr@fbc-psr2-cursor-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-blt:
- shard-dg2-9: NOTRUN -> [SKIP][332] ([i915#1072] / [i915#9732]) +8 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_psr@fbc-psr2-sprite-blt.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][333] ([i915#1072] / [i915#9732]) +18 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr-no-drrs:
- shard-rkl: NOTRUN -> [SKIP][334] ([i915#1072] / [i915#9732]) +4 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_psr@psr-no-drrs.html
* igt@kms_psr@psr-sprite-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][335] ([i915#1072] / [i915#9732]) +6 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_psr@psr-sprite-mmap-cpu.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-tglu-1: NOTRUN -> [SKIP][336] ([i915#9732]) +8 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#4235])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][338] ([i915#5289])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2-9: NOTRUN -> [SKIP][339] ([i915#12755] / [i915#5190])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2: NOTRUN -> [SKIP][340] ([i915#5190])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
- shard-dg1: NOTRUN -> [SKIP][341] ([i915#5289])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-tglu-1: NOTRUN -> [SKIP][342] ([i915#5289])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][343] ([i915#12755])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg2: NOTRUN -> [SKIP][344] ([i915#3555]) +2 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-tglu: NOTRUN -> [SKIP][345] ([i915#3555]) +8 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@basic:
- shard-snb: [PASS][346] -> [FAIL][347] ([i915#5465]) +2 other tests fail
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-snb4/igt@kms_setmode@basic.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb5/igt@kms_setmode@basic.html
- shard-rkl: NOTRUN -> [SKIP][348] ([i915#14544] / [i915#3555])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-2:
- shard-dg2-9: NOTRUN -> [FAIL][349] ([i915#5465]) +2 other tests fail
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_setmode@basic@pipe-a-hdmi-a-2.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-tglu-1: NOTRUN -> [SKIP][350] ([i915#3555]) +1 other test skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-mtlp: [PASS][351] -> [FAIL][352] ([i915#9196]) +1 other test fail
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_vblank@ts-continuation-idle-hang:
- shard-glk10: NOTRUN -> [SKIP][353] +368 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_vblank@ts-continuation-idle-hang.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][354] ([i915#12276])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-tglu: NOTRUN -> [SKIP][355] ([i915#9906])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-dg2-9: NOTRUN -> [SKIP][356] ([i915#9906])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][357] ([i915#9906])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#2437])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_writeback@writeback-check-output.html
- shard-rkl: NOTRUN -> [SKIP][359] ([i915#2437])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-tglu: NOTRUN -> [SKIP][360] ([i915#2437])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-glk: NOTRUN -> [SKIP][361] ([i915#2437])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: NOTRUN -> [FAIL][362] ([i915#9100]) +1 other test fail
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][363] ([i915#4349]) +4 other tests fail
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [SKIP][364] ([i915#14121]) +1 other test skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@prime_mmap@test_aperture_limit.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg2-9: NOTRUN -> [SKIP][365] ([i915#3708])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2-9: NOTRUN -> [SKIP][366] ([i915#3708] / [i915#4077])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][367] ([i915#3708] / [i915#4077])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][368] +80 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@prime_vgem@fence-write-hang.html
- shard-mtlp: NOTRUN -> [SKIP][369] ([i915#3708])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html
- shard-dg2: NOTRUN -> [SKIP][370] ([i915#3708])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@prime_vgem@fence-write-hang.html
- shard-rkl: NOTRUN -> [SKIP][371] ([i915#3708])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
- shard-tglu: NOTRUN -> [FAIL][372] ([i915#12910]) +9 other tests fail
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2: NOTRUN -> [SKIP][373] ([i915#9917])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-rkl: NOTRUN -> [SKIP][374] ([i915#9917])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@fbdev@unaligned-read:
- shard-rkl: [SKIP][375] ([i915#14544] / [i915#2582]) -> [PASS][376] +2 other tests pass
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@fbdev@unaligned-read.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@fbdev@unaligned-read.html
* igt@gem_eio@kms:
- shard-dg1: [FAIL][377] ([i915#5784]) -> [PASS][378]
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@gem_eio@kms.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_eio@kms.html
* igt@gem_exec_suspend@basic-s0:
- shard-dg2: [INCOMPLETE][379] ([i915#11441] / [i915#13304]) -> [PASS][380] +1 other test pass
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html
* igt@gem_mmap_gtt@close-race:
- shard-rkl: [DMESG-WARN][381] ([i915#12964]) -> [PASS][382] +38 other tests pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_mmap_gtt@close-race.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_mmap_gtt@close-race.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: [TIMEOUT][383] ([i915#12917] / [i915#12964]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: [SKIP][385] ([i915#4270]) -> [PASS][386]
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-rkl: [FAIL][387] ([i915#12942]) -> [PASS][388] +1 other test pass
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk10: [INCOMPLETE][389] ([i915#12797]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk10/igt@i915_pm_rpm@system-suspend.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: [INCOMPLETE][391] ([i915#12797]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk9/igt@i915_pm_rpm@system-suspend-execbuf.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: [DMESG-FAIL][393] ([i915#12061]) -> [PASS][394] +1 other test pass
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-6/igt@i915_selftest@live@workarounds.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@i915_selftest@live@workarounds.html
- shard-mtlp: [DMESG-FAIL][395] ([i915#12061]) -> [PASS][396] +1 other test pass
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-2/igt@i915_selftest@live@workarounds.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [INCOMPLETE][397] ([i915#4817]) -> [PASS][398]
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-tglu: [FAIL][399] ([i915#10991]) -> [PASS][400] +1 other test pass
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-6/igt@kms_async_flips@alternate-sync-async-flip.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-dg1: [FAIL][401] -> [PASS][402] +1 other test pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-15/igt@kms_async_flips@async-flip-suspend-resume.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][403] -> [PASS][404] +1 other test pass
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html
* igt@kms_color@gamma:
- shard-rkl: [SKIP][405] ([i915#12655] / [i915#14544]) -> [PASS][406] +2 other tests pass
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_color@gamma.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_color@gamma.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2:
- shard-rkl: [FAIL][407] ([i915#13566]) -> [PASS][408] +8 other tests pass
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][409] ([i915#13566]) -> [PASS][410] +7 other tests pass
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-rkl: [FAIL][411] ([i915#2346]) -> [PASS][412]
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [TIMEOUT][413] ([i915#14033]) -> [PASS][414] +1 other test pass
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-snb4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- shard-rkl: [SKIP][415] ([i915#14544] / [i915#3637]) -> [PASS][416] +6 other tests pass
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@basic-flip-vs-wf_vblank.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg1: [DMESG-WARN][417] ([i915#4423]) -> [PASS][418] +1 other test pass
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-15/igt@kms_flip@flip-vs-suspend.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-rkl: [SKIP][419] ([i915#14544] / [i915#3555]) -> [PASS][420] +2 other tests pass
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][421] ([i915#14544] / [i915#1849] / [i915#5354]) -> [PASS][422] +5 other tests pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
- shard-dg2: [FAIL][423] ([i915#6880]) -> [PASS][424]
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-glk: [SKIP][425] -> [PASS][426]
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_invalid_mode@zero-clock:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#3555] / [i915#8826]) -> [PASS][428] +1 other test pass
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_invalid_mode@zero-clock.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_invalid_mode@zero-clock.html
* {igt@kms_pipe_stress@stress-xrgb8888-xtiled}:
- shard-rkl: [SKIP][429] ([i915#14544]) -> [PASS][430] +45 other tests pass
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-rkl: [INCOMPLETE][431] ([i915#14412]) -> [PASS][432] +1 other test pass
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-rkl: [SKIP][433] ([i915#14544] / [i915#7294]) -> [PASS][434]
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_alpha_blend@constant-alpha-max.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64:
- shard-rkl: [FAIL][435] -> [PASS][436] +3 other tests pass
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
- shard-rkl: [SKIP][437] ([i915#14544] / [i915#8152]) -> [PASS][438] +1 other test pass
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@planes-scaler-unity-scaling:
- shard-rkl: [SKIP][439] ([i915#14544] / [i915#3555] / [i915#8152]) -> [PASS][440] +1 other test pass
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_plane_scaling@planes-scaler-unity-scaling.html
* igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a:
- shard-rkl: [SKIP][441] ([i915#12247] / [i915#14544]) -> [PASS][442] +4 other tests pass
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75:
- shard-rkl: [SKIP][443] ([i915#14544] / [i915#3555] / [i915#6953] / [i915#8152]) -> [PASS][444]
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b:
- shard-rkl: [SKIP][445] ([i915#12247] / [i915#14544] / [i915#8152]) -> [PASS][446] +4 other tests pass
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-rkl: [SKIP][447] ([i915#9519]) -> [PASS][448] +1 other test pass
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [SKIP][449] ([i915#9519]) -> [PASS][450] +1 other test pass
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [SKIP][451] ([i915#12916]) -> [PASS][452]
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-tglu: [ABORT][453] ([i915#10553]) -> [PASS][454]
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-5/igt@kms_pm_rpm@system-suspend-modeset.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_properties@plane-properties-atomic:
- shard-rkl: [SKIP][455] ([i915#11521] / [i915#14544]) -> [PASS][456]
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_properties@plane-properties-atomic.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html
* igt@perf_pmu@render-node-busy-idle@vcs1:
- shard-dg2: [FAIL][457] ([i915#4349]) -> [PASS][458] +5 other tests pass
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-8/igt@perf_pmu@render-node-busy-idle@vcs1.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@vcs1.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: [SKIP][459] ([i915#14544] / [i915#8411]) -> [SKIP][460] ([i915#8411])
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@gem_ccs@block-copy-compressed:
- shard-rkl: [SKIP][461] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][462] ([i915#3555] / [i915#9323])
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [INCOMPLETE][463] ([i915#13427]) -> [ABORT][464] ([i915#13427])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: [SKIP][465] ([i915#280]) -> [SKIP][466] ([i915#14544] / [i915#280])
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gem_ctx_sseu@engines.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: [SKIP][467] ([i915#14544] / [i915#280]) -> [SKIP][468] ([i915#280])
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: [SKIP][469] ([i915#14544] / [i915#4525]) -> [SKIP][470] ([i915#4525]) +1 other test skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: [SKIP][471] ([i915#14544] / [i915#6334]) -> [SKIP][472] ([i915#6334]) +1 other test skip
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-rkl: [SKIP][473] ([i915#3281]) -> [SKIP][474] ([i915#14544] / [i915#3281]) +5 other tests skip
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-wc-noreloc:
- shard-rkl: [SKIP][475] ([i915#14544] / [i915#3281]) -> [SKIP][476] ([i915#3281]) +7 other tests skip
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_reloc@basic-write-wc-noreloc.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_exec_reloc@basic-write-wc-noreloc.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: [SKIP][477] ([i915#2190]) -> [SKIP][478] ([i915#14544] / [i915#2190])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_huc_copy@huc-copy.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-rkl: [SKIP][479] ([i915#14544] / [i915#4613]) -> [SKIP][480] ([i915#4613]) +2 other tests skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-rkl: [SKIP][481] ([i915#4613]) -> [SKIP][482] ([i915#14544] / [i915#4613]) +2 other tests skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_media_vme:
- shard-rkl: [SKIP][483] ([i915#14544] / [i915#284]) -> [SKIP][484] ([i915#284])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_media_vme.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_media_vme.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][485] ([i915#14544] / [i915#3282]) -> [SKIP][486] ([i915#3282]) +4 other tests skip
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pxp@create-regular-buffer:
- shard-rkl: [SKIP][487] ([i915#4270]) -> [TIMEOUT][488] ([i915#12917] / [i915#12964])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@gem_pxp@create-regular-buffer.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: [TIMEOUT][489] ([i915#12917] / [i915#12964]) -> [SKIP][490] ([i915#13717])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gem_pxp@hw-rejects-pxp-context.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_readwrite@write-bad-handle:
- shard-rkl: [SKIP][491] ([i915#3282]) -> [SKIP][492] ([i915#14544] / [i915#3282]) +1 other test skip
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_readwrite@write-bad-handle.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_readwrite@write-bad-handle.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: [SKIP][493] ([i915#14544] / [i915#3297]) -> [SKIP][494] ([i915#3297])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: [SKIP][495] ([i915#14544] / [i915#3282] / [i915#3297]) -> [SKIP][496] ([i915#3282] / [i915#3297])
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_userptr_blits@forbidden-operations.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: [SKIP][497] ([i915#14544] / [i915#2527]) -> [SKIP][498] ([i915#2527]) +3 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gen9_exec_parse@allowed-all.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@unaligned-access:
- shard-rkl: [SKIP][499] ([i915#2527]) -> [SKIP][500] ([i915#14544] / [i915#2527])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gen9_exec_parse@unaligned-access.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: [SKIP][501] ([i915#14544] / [i915#8399]) -> [SKIP][502] ([i915#8399])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rpm@debugfs-read:
- shard-rkl: [DMESG-WARN][503] ([i915#12964]) -> [SKIP][504] ([i915#13328] / [i915#14544])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@i915_pm_rpm@debugfs-read.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@i915_pm_rpm@debugfs-read.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: [SKIP][505] ([i915#4387]) -> [SKIP][506] ([i915#14544] / [i915#4387])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@i915_pm_sseu@full-enable.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@i915_pm_sseu@full-enable.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: [SKIP][507] ([i915#14544] / [i915#7707]) -> [SKIP][508] ([i915#7707])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@intel_hwmon@hwmon-read.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@intel_hwmon@hwmon-read.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: [SKIP][509] ([i915#9531]) -> [SKIP][510] ([i915#14544])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-transition-fencing:
- shard-rkl: [DMESG-WARN][511] ([i915#12964]) -> [SKIP][512] ([i915#14544])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition-fencing.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_atomic_transition@plane-all-transition-fencing.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-rkl: [SKIP][513] ([i915#5286]) -> [SKIP][514] ([i915#14544]) +2 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: [SKIP][515] ([i915#14544]) -> [SKIP][516] ([i915#5286]) +4 other tests skip
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: [SKIP][517] ([i915#14544]) -> [SKIP][518] ([i915#3638]) +2 other tests skip
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-rkl: [SKIP][519] ([i915#3638]) -> [SKIP][520] ([i915#14544])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg1: [SKIP][521] ([i915#4538]) -> [SKIP][522] ([i915#4423] / [i915#4538])
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: [SKIP][523] ([i915#6095]) -> [SKIP][524] ([i915#4423] / [i915#6095]) +1 other test skip
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-18/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
- shard-rkl: [SKIP][525] ([i915#14544]) -> [SKIP][526] ([i915#14098] / [i915#6095]) +7 other tests skip
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][527] ([i915#14544]) -> [SKIP][528] ([i915#12313]) +3 other tests skip
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][529] ([i915#14098] / [i915#6095]) -> [SKIP][530] ([i915#6095]) +2 other tests skip
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][531] ([i915#14098] / [i915#6095]) -> [SKIP][532] ([i915#14544]) +8 other tests skip
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][533] ([i915#6095]) -> [SKIP][534] ([i915#14098] / [i915#6095]) +1 other test skip
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-dg1: [SKIP][535] ([i915#11151] / [i915#7828]) -> [SKIP][536] ([i915#11151] / [i915#4423] / [i915#7828]) +1 other test skip
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-18/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-rkl: [SKIP][537] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][538] ([i915#11151] / [i915#7828]) +4 other tests skip
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: [SKIP][539] ([i915#11151] / [i915#7828]) -> [SKIP][540] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: [SKIP][541] ([i915#3116]) -> [SKIP][542] ([i915#14544])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_content_protection@dp-mst-lic-type-0.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-rkl: [SKIP][543] ([i915#14544]) -> [SKIP][544] ([i915#3116])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-1.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: [SKIP][545] ([i915#9424]) -> [FAIL][546] ([i915#7173])
[545]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-3/igt@kms_content_protection@lic-type-0.html
[546]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][547] ([i915#14544]) -> [SKIP][548] ([i915#9424])
[547]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@mei-interface.html
[548]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-rkl: [SKIP][549] ([i915#14544]) -> [SKIP][550] ([i915#7118])
[549]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@srm.html
[550]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-256x256:
- shard-rkl: [DMESG-WARN][551] ([i915#12917] / [i915#12964]) -> [SKIP][552] ([i915#14544])
[551]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-256x256.html
[552]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-256x256.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-rkl: [FAIL][553] ([i915#13566]) -> [SKIP][554] ([i915#14544])
[553]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[554]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: [SKIP][555] ([i915#3555]) -> [SKIP][556] ([i915#14544]) +3 other tests skip
[555]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
[556]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: [SKIP][557] ([i915#4103]) -> [SKIP][558] ([i915#11190] / [i915#14544])
[557]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[558]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: [SKIP][559] ([i915#14544]) -> [SKIP][560] +15 other tests skip
[559]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[560]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-rkl: [SKIP][561] -> [SKIP][562] ([i915#14544]) +7 other tests skip
[561]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[562]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-rkl: [SKIP][563] ([i915#13749]) -> [SKIP][564] ([i915#14544])
[563]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_dp_link_training@non-uhbr-mst.html
[564]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][565] ([i915#14544]) -> [SKIP][566] ([i915#3555] / [i915#3840])
[565]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html
[566]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-rkl: [SKIP][567] ([i915#3555] / [i915#3840]) -> [SKIP][568] ([i915#14544])
[567]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_dsc@dsc-with-output-formats.html
[568]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-rkl: [SKIP][569] ([i915#3840] / [i915#9053]) -> [SKIP][570] ([i915#14544])
[569]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
[570]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: [SKIP][571] ([i915#14544] / [i915#1839]) -> [SKIP][572] ([i915#1839])
[571]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_feature_discovery@display-3x.html
[572]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: [SKIP][573] ([i915#658]) -> [SKIP][574] ([i915#14544] / [i915#658])
[573]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_feature_discovery@psr1.html
[574]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-rkl: [SKIP][575] ([i915#9934]) -> [SKIP][576] ([i915#14544] / [i915#9934]) +3 other tests skip
[575]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_flip@2x-dpms-vs-vblank-race.html
[576]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-rkl: [SKIP][577] ([i915#14544] / [i915#9934]) -> [SKIP][578] ([i915#9934]) +5 other tests skip
[577]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@2x-modeset-vs-vblank-race.html
[578]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg1: [SKIP][579] ([i915#9934]) -> [SKIP][580] ([i915#4423] / [i915#9934]) +1 other test skip
[579]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-17/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
[580]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-rmfb:
- shard-rkl: [SKIP][581] ([i915#14544] / [i915#3637]) -> [DMESG-WARN][582] ([i915#12964])
[581]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@flip-vs-rmfb.html
[582]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_flip@flip-vs-rmfb.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg1: [SKIP][583] ([i915#2672] / [i915#3555] / [i915#4423]) -> [SKIP][584] ([i915#2672] / [i915#3555])
[583]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
[584]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg1: [SKIP][585] ([i915#2587] / [i915#2672] / [i915#4423]) -> [SKIP][586] ([i915#2587] / [i915#2672])
[585]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
[586]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-rkl: [SKIP][587] ([i915#2672] / [i915#3555]) -> [SKIP][588] ([i915#14544] / [i915#3555]) +2 other tests skip
[587]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
[588]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-rkl: [SKIP][589] ([i915#14544] / [i915#3555]) -> [SKIP][590] ([i915#2672] / [i915#3555]) +2 other tests skip
[589]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
[590]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-rkl: [SKIP][591] ([i915#1825]) -> [SKIP][592] ([i915#14544] / [i915#1849] / [i915#5354]) +18 other tests skip
[591]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
[592]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: [SKIP][593] ([i915#5439]) -> [SKIP][594] ([i915#14544] / [i915#1849] / [i915#5354])
[593]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
[594]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: [SKIP][595] ([i915#3458]) -> [SKIP][596] ([i915#10433] / [i915#3458]) +3 other tests skip
[595]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[596]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: [SKIP][597] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][598]
[597]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
[598]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][599] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][600] ([i915#1825]) +34 other tests skip
[599]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[600]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-dg1: [SKIP][601] ([i915#4423]) -> [SKIP][602]
[601]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
[602]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render:
- shard-dg1: [SKIP][603] ([i915#3458]) -> [SKIP][604] ([i915#3458] / [i915#4423])
[603]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html
[604]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
- shard-rkl: [SKIP][605] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][606] ([i915#3023]) +16 other tests skip
[605]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
[606]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
- shard-dg2: [SKIP][607] ([i915#10433] / [i915#3458]) -> [SKIP][608] ([i915#3458]) +2 other tests skip
[607]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
[608]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg1: [SKIP][609] -> [SKIP][610] ([i915#4423]) +2 other tests skip
[609]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
[610]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
- shard-rkl: [SKIP][611] ([i915#3023]) -> [SKIP][612] ([i915#14544] / [i915#1849] / [i915#5354]) +13 other tests skip
[611]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
[612]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: [SKIP][613] ([i915#12713]) -> [SKIP][614] ([i915#14544])
[613]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_hdr@brightness-with-hdr.html
[614]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-swap:
- shard-rkl: [SKIP][615] ([i915#3555] / [i915#8228]) -> [SKIP][616] ([i915#14544])
[615]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_hdr@static-swap.html
[616]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_hdr@static-swap.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: [SKIP][617] ([i915#10656] / [i915#14544]) -> [SKIP][618] ([i915#10656]) +1 other test skip
[617]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_joiner@basic-big-joiner.html
[618]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-rkl: [SKIP][619] ([i915#12394]) -> [SKIP][620] ([i915#12394] / [i915#14544])
[619]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_joiner@basic-force-ultra-joiner.html
[620]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: [SKIP][621] ([i915#12388] / [i915#14544]) -> [SKIP][622] ([i915#12388])
[621]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[622]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: [SKIP][623] ([i915#14544]) -> [SKIP][624] ([i915#6301])
[623]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html
[624]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane_lowres@tiling-yf:
- shard-rkl: [SKIP][625] ([i915#14544]) -> [SKIP][626] ([i915#3555]) +2 other tests skip
[625]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html
[626]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: [SKIP][627] ([i915#14259]) -> [SKIP][628] ([i915#14544])
[627]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
[628]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation:
- shard-rkl: [SKIP][629] ([i915#12247] / [i915#14544] / [i915#8152]) -> [SKIP][630] ([i915#12247]) +1 other test skip
[629]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html
[630]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a:
- shard-rkl: [SKIP][631] ([i915#12247] / [i915#14544]) -> [SKIP][632] ([i915#12247])
[631]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a.html
[632]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: [SKIP][633] ([i915#5354]) -> [SKIP][634] ([i915#14544] / [i915#5354])
[633]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_backlight@fade-with-suspend.html
[634]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][635] ([i915#3361]) -> [SKIP][636] ([i915#4281])
[635]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_pm_dc@dc9-dpms.html
[636]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-rkl: [SKIP][637] ([i915#3828]) -> [SKIP][638] ([i915#14544] / [i915#9340])
[637]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
[638]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [SKIP][639] ([i915#14544] / [i915#9519]) -> [SKIP][640] ([i915#9519])
[639]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[640]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [SKIP][641] ([i915#14544] / [i915#9519]) -> [DMESG-WARN][642] ([i915#12964])
[641]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html
[642]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-rkl: [SKIP][643] ([i915#11520] / [i915#14544]) -> [SKIP][644] ([i915#11520]) +6 other tests skip
[643]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
[644]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg1: [SKIP][645] ([i915#11520]) -> [SKIP][646] ([i915#11520] / [i915#4423])
[645]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-13/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
[646]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][647] ([i915#11520]) -> [SKIP][648] ([i915#11520] / [i915#14544]) +3 other tests skip
[647]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
[648]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-rkl: [SKIP][649] ([i915#9683]) -> [SKIP][650] ([i915#14544] / [i915#9683])
[649]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html
[650]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-rkl: [SKIP][651] ([i915#1072] / [i915#9732]) -> [SKIP][652] ([i915#1072] / [i915#14544] / [i915#9732]) +10 other tests skip
[651]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_psr@pr-cursor-plane-onoff.html
[652]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-cursor-render:
- shard-rkl: [SKIP][653] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][654] ([i915#1072] / [i915#9732]) +16 other tests skip
[653]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_psr@psr-cursor-render.html
[654]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_psr@psr-cursor-render.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: [SKIP][655] ([i915#14544]) -> [SKIP][656] ([i915#5289])
[655]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[656]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-rkl: [SKIP][657] ([i915#14544]) -> [INCOMPLETE][658] ([i915#12276])
[657]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend.html
[658]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: [SKIP][659] ([i915#14544]) -> [SKIP][660] ([i915#9906]) +1 other test skip
[659]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-drrs.html
[660]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-rkl: [SKIP][661] ([i915#14544] / [i915#2437]) -> [SKIP][662] ([i915#2437])
[661]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_writeback@writeback-invalid-parameters.html
[662]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: [SKIP][663] ([i915#14544] / [i915#2435]) -> [SKIP][664] ([i915#2435])
[663]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@perf@per-context-mode-unprivileged.html
[664]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@perf@per-context-mode-unprivileged.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: [SKIP][665] ([i915#9917]) -> [SKIP][666] ([i915#14544] / [i915#9917])
[665]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
[666]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-on.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10991
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190
[i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11521]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12796]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796
[i915#12797]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12916]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12916
[i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917
[i915#12942]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196
[i915#13304]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304
[i915#13328]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13328
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13427]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14104
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121
[i915#14123]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14446]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14446
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#14753]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14753
[i915#14806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14806
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849
[i915#2065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065
[i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936
[i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070
[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#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#5107]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825
[i915#8826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
[i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8507 -> IGTPW_13633
CI-20190529: 20190529
CI_DRM_17065: a7c735c1739662dcc431bda50653821bff0d63fb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8507: 8507
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/index.html
[-- Attachment #2: Type: text/html, Size: 214705 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ Xe.CI.Full: failure for Update SR-IOV blocklists and testlists
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
` (4 preceding siblings ...)
2025-08-26 0:22 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-08-26 4:45 ` Patchwork
2025-08-27 13:16 ` Kolakowski, Jakub1
5 siblings, 1 reply; 11+ messages in thread
From: Patchwork @ 2025-08-26 4:45 UTC (permalink / raw)
To: Jakub Kolakowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 83931 bytes --]
== Series Details ==
Series: Update SR-IOV blocklists and testlists
URL : https://patchwork.freedesktop.org/series/153461/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8507_FULL -> XEIGTPW_13633_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_13633_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_13633_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 3)
------------------------------
Missing (1): shard-adlp
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_13633_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2:
- shard-dg2-set2: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2.html
New tests
---------
New tests have been introduced between XEIGT_8507_FULL and XEIGTPW_13633_FULL:
### New IGT tests (10) ###
* igt@kms_flip@basic-flip-vs-dpms@a-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [0.76] s
* igt@kms_flip@basic-flip-vs-dpms@b-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [0.75] s
* igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [0.76] s
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.32] s
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.33] s
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.32] s
* igt@kms_flip@flip-vs-modeset-vs-hang@a-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [0.63] s
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.22] s
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.23] s
* igt@kms_flip@plain-flip-fb-recreate-interruptible@c-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [4.23] s
Known issues
------------
Here are the changes found in XEIGTPW_13633_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_setmaster@master-drop-set-root:
- shard-dg2-set2: [PASS][2] -> [FAIL][3] ([Intel XE#4208])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@core_setmaster@master-drop-set-root.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@core_setmaster@master-drop-set-root.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [PASS][4] -> [FAIL][5] ([Intel XE#911]) +3 other tests fail
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][6] ([Intel XE#1124]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#1124]) +5 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2328])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#1124]) +8 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-bmg: [PASS][10] -> [SKIP][11] ([Intel XE#2314] / [Intel XE#2894])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2314] / [Intel XE#2894])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#2191])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-1-displays-2560x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#367])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#367])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#787]) +83 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2887]) +7 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#2887]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#455] / [Intel XE#787]) +14 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#3432]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#3432])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#2907]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2652] / [Intel XE#787]) +16 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [PASS][24] -> [INCOMPLETE][25] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4345])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][26] ([Intel XE#1727] / [Intel XE#3113])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-2.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2325]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2252]) +5 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#373])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#373]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][31] ([Intel XE#1178]) +1 other test fail
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2390])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#455]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@kms_content_protection@lic-type-1.html
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#3278])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_content_protection@lic-type-1.html
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2341])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@uevent@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][36] ([Intel XE#1188])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@kms_content_protection@uevent@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2320]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#4208] / [i915#2575]) +12 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#1424])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2321])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-bmg: [PASS][41] -> [SKIP][42] ([Intel XE#2291]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2291])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#309]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-bmg: [PASS][45] -> [FAIL][46] ([Intel XE#1475])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-bmg: [PASS][47] -> [FAIL][48] ([Intel XE#4633])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#1340]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2372])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_feature_discovery@chamelium.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-bmg: [PASS][51] -> [SKIP][52] ([Intel XE#2316]) +4 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#1421])
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-8/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@busy-flip:
- shard-dg2-set2: [PASS][54] -> [SKIP][55] ([Intel XE#4208] / [i915#2575]) +131 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_flip@busy-flip.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip@busy-flip.html
* igt@kms_flip@plain-flip-fb-recreate:
- shard-dg2-set2: [PASS][56] -> [FAIL][57] ([Intel XE#3098])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_flip@plain-flip-fb-recreate.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate.html
* igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2:
- shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#3098])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling:
- shard-dg2-set2: [PASS][59] -> [SKIP][60] ([Intel XE#2351] / [Intel XE#4208]) +17 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2293]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/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:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#1401] / [Intel XE#1745])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1401])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2311]) +15 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#651]) +6 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#656]) +7 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-linear:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#5390]) +9 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2312]) +7 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#651]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#653]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2313]) +13 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][73] -> [SKIP][74] ([Intel XE#1503])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-3/igt@kms_hdr@invalid-hdr.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][75] -> [SKIP][76] ([Intel XE#3012])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_joiner@basic-force-big-joiner.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2927])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2486])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@overlay:
- shard-dg2-set2: [PASS][79] -> [FAIL][80] ([Intel XE#616])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_plane_cursor@overlay.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_plane_cursor@overlay.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
- shard-dg2-set2: NOTRUN -> [FAIL][81] ([Intel XE#616])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][82] ([Intel XE#2763]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@basic-brightness:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#870])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][84] -> [FAIL][85] ([Intel XE#718])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#1129])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@universal-planes-dpms:
- shard-bmg: [PASS][87] -> [ABORT][88] ([Intel XE#4760] / [Intel XE#5545])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_pm_rpm@universal-planes-dpms.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_pm_rpm@universal-planes-dpms.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#1406] / [Intel XE#1489]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#1406] / [Intel XE#2893])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#1406] / [Intel XE#1489]) +4 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-pr-sprite-render:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-render.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#1406] / [Intel XE#4208]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1406])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-cursor-plane-onoff@edp-1:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#1406] / [Intel XE#4609])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_psr@fbc-psr2-cursor-plane-onoff@edp-1.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +8 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#1406] / [Intel XE#2414])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2426])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#330])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-435/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#4459]) +1 other test fail
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@flip-basic:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#1499])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_vrr@flip-basic.html
* igt@xe_compute_preempt@compute-preempt-many:
- shard-dg2-set2: NOTRUN -> [FAIL][104] ([Intel XE#5890]) +1 other test fail
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_compute_preempt@compute-preempt-many.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#1123])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_eudebug@basic-connect:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#4837]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@xe_eudebug@basic-connect.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#4837]) +8 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#4837]) +2 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html
* igt@xe_eudebug_sriov@deny-eudebug:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#4518])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@xe_eudebug_sriov@deny-eudebug.html
- shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#5793])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@xe_eudebug_sriov@deny-eudebug.html
* igt@xe_exec_basic@many-null-rebind:
- shard-dg2-set2: [PASS][111] -> [SKIP][112] ([Intel XE#4208]) +301 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_exec_basic@many-null-rebind.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_basic@many-null-rebind.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate:
- shard-dg2-set2: [PASS][113] -> [SKIP][114] ([Intel XE#1392]) +4 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2322]) +3 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1392])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
- shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#288]) +5 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
* igt@xe_exec_system_allocator@threads-many-large-mmap-mlock:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#4208]) +55 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-mlock.html
* igt@xe_exec_system_allocator@threads-many-mmap-huge:
- shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#4943]) +10 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-mmap-huge.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-malloc-busy-nomemset:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#4915]) +56 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-malloc-busy-nomemset.html
* igt@xe_exec_system_allocator@twice-large-mmap-free-huge:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#4943]) +3 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@xe_exec_system_allocator@twice-large-mmap-free-huge.html
* igt@xe_exec_threads@threads-rebind-bindexecqueue:
- shard-bmg: [PASS][122] -> [DMESG-FAIL][123] ([Intel XE#3876])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@xe_exec_threads@threads-rebind-bindexecqueue.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@xe_exec_threads@threads-rebind-bindexecqueue.html
* igt@xe_media_fill@media-fill:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#2459] / [Intel XE#2596])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@xe_media_fill@media-fill.html
* igt@xe_module_load@many-reload:
- shard-dg2-set2: NOTRUN -> [FAIL][125] ([Intel XE#4208])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_module_load@many-reload.html
* igt@xe_module_load@reload-no-display:
- shard-bmg: [PASS][126] -> [ABORT][127] ([Intel XE#5087])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@xe_module_load@reload-no-display.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@xe_module_load@reload-no-display.html
* igt@xe_oa@buffer-size:
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#5103])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_oa@buffer-size.html
* igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][129] ([Intel XE#1173])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#2284])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#579])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_pm@vram-d3cold-threshold.html
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#579])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@xe_pm@vram-d3cold-threshold.html
- shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#579])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_pm_residency@cpg-basic:
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#584])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@xe_pm_residency@cpg-basic.html
* igt@xe_pmu@gt-frequency:
- shard-dg2-set2: [PASS][135] -> [FAIL][136] ([Intel XE#4819]) +1 other test fail
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_pmu@gt-frequency.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-435/igt@xe_pmu@gt-frequency.html
* igt@xe_pxp@display-pxp-fb:
- shard-bmg: NOTRUN -> [SKIP][137] ([Intel XE#4733])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@xe_pxp@display-pxp-fb.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#944])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_sriov_auto_provisioning@exclusive-ranges:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#4130])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@xe_sriov_auto_provisioning@exclusive-ranges.html
#### Possible fixes ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: [FAIL][140] ([Intel XE#4665]) -> [PASS][141]
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@intel_hwmon@hwmon-write.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@intel_hwmon@hwmon-write.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-bmg: [SKIP][142] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][143]
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2:
- shard-bmg: [FAIL][144] ([Intel XE#5376]) -> [PASS][145] +1 other test pass
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][146] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522]) -> [PASS][147]
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-bmg: [SKIP][148] ([Intel XE#2291]) -> [PASS][149] +1 other test pass
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][150] ([Intel XE#1475]) -> [PASS][151]
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-bmg: [SKIP][152] ([Intel XE#4354]) -> [PASS][153]
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [SKIP][154] ([Intel XE#2316]) -> [PASS][155] +5 other tests pass
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3:
- shard-bmg: [INCOMPLETE][156] ([Intel XE#2049]) -> [PASS][157] +1 other test pass
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-3/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [INCOMPLETE][158] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][159] +1 other test pass
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [SKIP][160] ([Intel XE#3012]) -> [PASS][161]
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][162] ([Intel XE#718]) -> [PASS][163]
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-2/igt@kms_pm_dc@dc6-dpms.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-bmg: [INCOMPLETE][164] ([Intel XE#4488]) -> [PASS][165] +1 other test pass
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_vblank@ts-continuation-suspend.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@kms_vblank@ts-continuation-suspend.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap:
- shard-dg2-set2: [SKIP][166] ([Intel XE#1392]) -> [PASS][167] +2 other tests pass
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
* {igt@xe_exec_system_allocator@many-stride-malloc-prefetch}:
- shard-bmg: [WARN][168] ([Intel XE#5786]) -> [PASS][169]
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html
* igt@xe_exec_threads@threads-hang-fd-userptr-invalidate:
- shard-dg2-set2: [DMESG-WARN][170] ([Intel XE#3876]) -> [PASS][171]
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html
* igt@xe_pmu@engine-activity-single-load:
- shard-dg2-set2: [FAIL][172] -> [PASS][173] +6 other tests pass
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_pmu@engine-activity-single-load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@xe_pmu@engine-activity-single-load.html
- shard-lnl: [FAIL][174] -> [PASS][175] +4 other tests pass
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-4/igt@xe_pmu@engine-activity-single-load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@xe_pmu@engine-activity-single-load.html
* igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0:
- shard-bmg: [FAIL][176] -> [PASS][177] +8 other tests pass
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][178] ([Intel XE#316]) -> [SKIP][179] ([Intel XE#2351] / [Intel XE#4208])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][180] ([Intel XE#316]) -> [SKIP][181] ([Intel XE#4208]) +2 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg2-set2: [SKIP][182] ([Intel XE#1124]) -> [SKIP][183] ([Intel XE#4208]) +9 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][184] ([Intel XE#1124]) -> [SKIP][185] ([Intel XE#2351] / [Intel XE#4208]) +5 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][186] ([Intel XE#619]) -> [SKIP][187] ([Intel XE#2351] / [Intel XE#4208])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
- shard-dg2-set2: [SKIP][188] ([Intel XE#2191]) -> [SKIP][189] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-3-displays-2160x1440p:
- shard-dg2-set2: [SKIP][190] ([Intel XE#367]) -> [SKIP][191] ([Intel XE#4208] / [i915#2575]) +4 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs:
- shard-dg2-set2: [SKIP][192] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][193] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][194] ([Intel XE#2907]) -> [SKIP][195] ([Intel XE#4208]) +2 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-dg2-set2: [SKIP][196] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][197] ([Intel XE#4208]) +18 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg2-set2: [SKIP][198] ([Intel XE#306]) -> [SKIP][199] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: [SKIP][200] ([Intel XE#373]) -> [SKIP][201] ([Intel XE#4208] / [i915#2575]) +17 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_content_protection@atomic:
- shard-dg2-set2: [FAIL][202] ([Intel XE#1178]) -> [SKIP][203] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_content_protection@atomic.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][204] ([Intel XE#307]) -> [SKIP][205] ([Intel XE#4208] / [i915#2575])
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_content_protection@dp-mst-type-1.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@uevent:
- shard-bmg: [FAIL][206] ([Intel XE#1188]) -> [SKIP][207] ([Intel XE#2341])
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_content_protection@uevent.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2-set2: [SKIP][208] ([Intel XE#308]) -> [SKIP][209] ([Intel XE#4208] / [i915#2575]) +2 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-512x170.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg2-set2: [SKIP][210] ([Intel XE#455]) -> [SKIP][211] ([Intel XE#4208] / [i915#2575]) +9 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-max-size.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-dg2-set2: [SKIP][212] ([Intel XE#4422]) -> [SKIP][213] ([Intel XE#4208]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2-set2: [SKIP][214] ([Intel XE#1137]) -> [SKIP][215] ([Intel XE#4208] / [i915#2575])
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-dg2-set2: [SKIP][216] ([Intel XE#455]) -> [SKIP][217] ([Intel XE#2351] / [Intel XE#4208]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: [SKIP][218] ([Intel XE#455]) -> [SKIP][219] ([Intel XE#4208]) +7 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][220] ([Intel XE#651]) -> [SKIP][221] ([Intel XE#4208]) +30 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][222] ([Intel XE#2311]) -> [SKIP][223] ([Intel XE#2312]) +8 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: [SKIP][224] ([Intel XE#651]) -> [SKIP][225] ([Intel XE#2351] / [Intel XE#4208]) +18 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt:
- shard-bmg: [SKIP][226] ([Intel XE#2312]) -> [SKIP][227] ([Intel XE#5390])
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][228] ([Intel XE#5390]) -> [SKIP][229] ([Intel XE#2312]) +7 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-set2: [SKIP][230] ([Intel XE#658]) -> [SKIP][231] ([Intel XE#2351] / [Intel XE#4208])
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move:
- shard-bmg: [SKIP][232] ([Intel XE#2312]) -> [SKIP][233] ([Intel XE#2311]) +8 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][234] ([Intel XE#2313]) -> [SKIP][235] ([Intel XE#2312]) +9 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][236] ([Intel XE#2312]) -> [SKIP][237] ([Intel XE#2313]) +4 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: [SKIP][238] ([Intel XE#653]) -> [SKIP][239] ([Intel XE#4208]) +34 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: [SKIP][240] ([Intel XE#1158]) -> [SKIP][241] ([Intel XE#4208])
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg2-set2: [SKIP][242] ([Intel XE#653]) -> [SKIP][243] ([Intel XE#2351] / [Intel XE#4208]) +12 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: [SKIP][244] ([Intel XE#2927]) -> [SKIP][245] ([Intel XE#4208]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-dg2-set2: [SKIP][246] ([Intel XE#2925]) -> [SKIP][247] ([Intel XE#4208]) +1 other test skip
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-dg2-set2: [SKIP][248] ([Intel XE#5021]) -> [SKIP][249] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-set2: [SKIP][250] ([Intel XE#5020]) -> [SKIP][251] ([Intel XE#4208] / [i915#2575])
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_plane_multiple@tiling-y.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_plane_multiple@tiling-y.html
* igt@kms_pm_backlight@bad-brightness:
- shard-dg2-set2: [SKIP][252] ([Intel XE#870]) -> [SKIP][253] ([Intel XE#4208])
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: [SKIP][254] ([Intel XE#2938]) -> [SKIP][255] ([Intel XE#4208])
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][256] ([Intel XE#1122]) -> [SKIP][257] ([Intel XE#2351] / [Intel XE#4208])
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][258] ([Intel XE#908]) -> [SKIP][259] ([Intel XE#2351] / [Intel XE#4208])
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-dg2-set2: [SKIP][260] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][261] ([Intel XE#1406] / [Intel XE#4208]) +14 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2-set2: [SKIP][262] ([Intel XE#1122] / [Intel XE#1406]) -> [SKIP][263] ([Intel XE#1406] / [Intel XE#4208])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_psr2_su@frontbuffer-xrgb8888.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: [SKIP][264] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][265] ([Intel XE#1406] / [Intel XE#4208]) +12 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@psr-dpms:
- shard-dg2-set2: [SKIP][266] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) -> [SKIP][267] ([Intel XE#1406] / [Intel XE#2351] / [Intel XE#4208]) +8 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_psr@psr-dpms.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@psr-dpms.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2-set2: [SKIP][268] ([Intel XE#1406] / [Intel XE#2939]) -> [SKIP][269] ([Intel XE#1406] / [Intel XE#4208])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2-set2: [SKIP][270] ([Intel XE#3414]) -> [SKIP][271] ([Intel XE#4208] / [i915#2575]) +3 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg2-set2: [SKIP][272] ([Intel XE#1127]) -> [SKIP][273] ([Intel XE#4208] / [i915#2575])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_vrr@lobf:
- shard-dg2-set2: [SKIP][274] ([Intel XE#2168]) -> [SKIP][275] ([Intel XE#4208] / [i915#2575])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_vrr@lobf.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_vrr@lobf.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2-set2: [SKIP][276] ([Intel XE#1091] / [Intel XE#2849]) -> [SKIP][277] ([Intel XE#4208] / [i915#2575])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][278] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][279] ([Intel XE#4208])
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_configfs@survivability-mode:
- shard-dg2-set2: [SKIP][280] ([Intel XE#5249]) -> [SKIP][281] ([Intel XE#4208])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_configfs@survivability-mode.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_configfs@survivability-mode.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: [SKIP][282] ([Intel XE#1126]) -> [SKIP][283] ([Intel XE#4208]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_eu_stall@non-blocking-re-enable:
- shard-dg2-set2: [SKIP][284] ([Intel XE#5626]) -> [SKIP][285] ([Intel XE#4208]) +3 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_eu_stall@non-blocking-re-enable.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_eu_stall@non-blocking-re-enable.html
* igt@xe_eudebug@basic-close:
- shard-dg2-set2: [SKIP][286] ([Intel XE#4837]) -> [SKIP][287] ([Intel XE#4208]) +21 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_eudebug@basic-close.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_eudebug@basic-close.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-dg2-set2: [SKIP][288] ([Intel XE#1392]) -> [SKIP][289] ([Intel XE#4208])
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null-rebind.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@once-invalid-userptr-fault:
- shard-dg2-set2: [SKIP][290] ([Intel XE#288]) -> [SKIP][291] ([Intel XE#4208]) +40 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: [SKIP][292] ([Intel XE#2360]) -> [SKIP][293] ([Intel XE#4208]) +2 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck:
- shard-dg2-set2: [SKIP][294] ([Intel XE#4915]) -> [SKIP][295] ([Intel XE#4208]) +411 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: [SKIP][296] ([Intel XE#255]) -> [SKIP][297] ([Intel XE#4208])
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_huc_copy@huc_copy.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_huc_copy@huc_copy.html
* igt@xe_mmap@small-bar:
- shard-dg2-set2: [SKIP][298] ([Intel XE#512]) -> [SKIP][299] ([Intel XE#4208])
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_mmap@small-bar.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_mmap@small-bar.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: [SKIP][300] ([Intel XE#3573]) -> [SKIP][301] ([Intel XE#4208]) +10 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_oa@closed-fd-and-unmapped-access.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_pat@pat-index-xehpc:
- shard-dg2-set2: [SKIP][302] ([Intel XE#2838] / [Intel XE#979]) -> [SKIP][303] ([Intel XE#4208])
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_pat@pat-index-xehpc.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelpg:
- shard-dg2-set2: [SKIP][304] ([Intel XE#979]) -> [SKIP][305] ([Intel XE#4208])
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [SKIP][306] ([Intel XE#1061]) -> [FAIL][307] ([Intel XE#1173])
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_peer2peer@write.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-dg2-set2: [SKIP][308] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][309] ([Intel XE#4208]) +1 other test skip
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@xe_pm@d3cold-mmap-vram.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pxp@pxp-termination-key-update-post-rpm:
- shard-dg2-set2: [SKIP][310] ([Intel XE#4733]) -> [SKIP][311] ([Intel XE#4208]) +5 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pxp@pxp-termination-key-update-post-rpm.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-dg2-set2: [SKIP][312] ([Intel XE#944]) -> [SKIP][313] ([Intel XE#4208]) +3 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_query@multigpu-query-mem-usage.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_render_copy@render-stress-4-copies:
- shard-dg2-set2: [SKIP][314] ([Intel XE#4814]) -> [SKIP][315] ([Intel XE#4208]) +2 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_render_copy@render-stress-4-copies.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_render_copy@render-stress-4-copies.html
* igt@xe_spin_batch@spin-mem-copy:
- shard-dg2-set2: [SKIP][316] ([Intel XE#4821]) -> [SKIP][317] ([Intel XE#4208])
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_spin_batch@spin-mem-copy.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_spin_batch@spin-mem-copy.html
* igt@xe_sriov_auto_provisioning@selfconfig-basic:
- shard-dg2-set2: [SKIP][318] ([Intel XE#4130]) -> [SKIP][319] ([Intel XE#4208])
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_sriov_auto_provisioning@selfconfig-basic.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_sriov_auto_provisioning@selfconfig-basic.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-dg2-set2: [SKIP][320] ([Intel XE#4273]) -> [SKIP][321] ([Intel XE#4208])
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_sriov_flr@flr-vfs-parallel.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_sriov_flr@flr-vfs-parallel.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[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#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#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#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[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#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[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#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
[Intel XE#4488]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4488
[Intel XE#4518]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518
[Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#4609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609
[Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
[Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4760
[Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
[Intel XE#4819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4819
[Intel XE#4821]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4821
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5087]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5087
[Intel XE#5103]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5103
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#5249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5249
[Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
[Intel XE#5376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5376
[Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5624
[Intel XE#5626]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626
[Intel XE#5786]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[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#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[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#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#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8507 -> IGTPW_13633
* Linux: xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729 -> xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb
IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8507: 8507
xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729: 18d3cf2c98bae56e1e393a788980d9d26442f729
xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb: a7c735c1739662dcc431bda50653821bff0d63fb
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/index.html
[-- Attachment #2: Type: text/html, Size: 103301 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: ✗ i915.CI.Full: failure for Update SR-IOV blocklists and testlists
2025-08-26 0:22 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-08-27 13:08 ` Kolakowski, Jakub1
0 siblings, 0 replies; 11+ messages in thread
From: Kolakowski, Jakub1 @ 2025-08-27 13:08 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 212285 bytes --]
On 8/26/2025 2:22 AM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* Update SR-IOV blocklists and testlists
> *URL:* https://patchwork.freedesktop.org/series/153461/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/index.html
>
>
> CI Bug Log - changes from IGT_8507_full -> IGTPW_13633_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_13633_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_13633_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_13633/index.html
>
>
> Participating hosts (11 -> 11)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_13633_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing:
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-16/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing.html>
> +1 other test incomplete
>
not related, patch is extending Xe blocklists
>
> *
>
>
> Known issues
>
> Here are the changes found in IGTPW_13633_full that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@api_intel_bb@blit-reloc-purge-cache:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@api_intel_bb@blit-reloc-purge-cache.html>
> (i915#8411
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>)
> *
>
> igt@api_intel_bb@crc32:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@api_intel_bb@crc32.html>
> (i915#6230
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230>)
> *
>
> igt@gem_bad_reloc@negative-reloc-lut:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_bad_reloc@negative-reloc-lut.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +5 other tests skip
> *
>
> igt@gem_basic@multigpu-create-close:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_basic@multigpu-create-close.html>
> (i915#7697
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697>)
> +1 other test skip
> *
>
> igt@gem_busy@semaphore:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_busy@semaphore.html>
> (i915#3936
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936>)
> *
>
> igt@gem_ccs@large-ctrl-surf-copy:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_ccs@large-ctrl-surf-copy.html>
> (i915#13008
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008>)
> *
>
> igt@gem_ccs@suspend-resume:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_ccs@suspend-resume.html>
> (i915#9323
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>)
> o shard-dg2-9: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_ccs@suspend-resume.html>
> (i915#13356
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356>)
> *
>
> igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
>
> o shard-dg2-9: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html>
> (i915#12392
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392>)
> *
>
> igt@gem_create@create-ext-set-pat:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_create@create-ext-set-pat.html>
> (i915#8562
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_create@create-ext-set-pat.html>
> (i915#8562
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562>)
> *
>
> igt@gem_ctx_isolation@preservation-s3:
>
> o shard-glk10: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@gem_ctx_isolation@preservation-s3.html>
> (i915#12353
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353>)
> +1 other test incomplete
> *
>
> igt@gem_ctx_persistence@heartbeat-close:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-close.html>
> (i915#8555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-close.html>
> (i915#8555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
> *
>
> igt@gem_ctx_persistence@heartbeat-hostile:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hostile.html>
> (i915#8555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>)
> +2 other tests skip
> *
>
> igt@gem_ctx_sseu@engines:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@gem_ctx_sseu@engines.html>
> (i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> *
>
> igt@gem_ctx_sseu@invalid-sseu:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html>
> (i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@gem_ctx_sseu@invalid-sseu.html>
> (i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> *
>
> igt@gem_eio@in-flight-suspend:
>
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_eio@in-flight-suspend.html>
> (i915#13390
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390>)
> *
>
> igt@gem_eio@unwedge-stress:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-3/igt@gem_eio@unwedge-stress.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_eio@unwedge-stress.html>
> (i915#5784
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>)
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-19/igt@gem_eio@unwedge-stress.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@gem_eio@unwedge-stress.html>
> (i915#5784
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>)
> *
>
> igt@gem_exec_balancer@parallel-bb-first:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@gem_exec_balancer@parallel-bb-first.html>
> (i915#4525
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> *
>
> igt@gem_exec_balancer@parallel-keep-submit-fence:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_exec_balancer@parallel-keep-submit-fence.html>
> (i915#4525
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> *
>
> igt@gem_exec_balancer@parallel-out-fence:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_exec_balancer@parallel-out-fence.html>
> (i915#4525
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> *
>
> igt@gem_exec_capture@capture-invisible@smem0:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_exec_capture@capture-invisible@smem0.html>
> (i915#6334
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334>)
> +1 other test skip
> *
>
> igt@gem_exec_flush@basic-wb-set-default:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_exec_flush@basic-wb-set-default.html>
> (i915#3539
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539>
> / i915#4852
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>)
> *
>
> igt@gem_exec_params@rsvd2-dirt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@gem_exec_params@rsvd2-dirt.html>
> (i915#5107
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5107>)
> *
>
> igt@gem_exec_reloc@basic-wc-active:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_exec_reloc@basic-wc-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +4 other tests skip
> *
>
> igt@gem_exec_reloc@basic-wc-read-active:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@gem_exec_reloc@basic-wc-read-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +5 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@gem_exec_reloc@basic-wc-read-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +2 other tests skip
> *
>
> igt@gem_exec_reloc@basic-write-read-active:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_exec_reloc@basic-write-read-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +10 other tests skip
> *
>
> igt@gem_exec_schedule@preempt-queue-contexts-chain:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html>
> (i915#4537
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537>
> / i915#4812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
> +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gem_exec_schedule@preempt-queue-contexts-chain.html>
> (i915#4812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>)
> *
>
> igt@gem_exec_schedule@smoketest-all:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb6/igt@gem_exec_schedule@smoketest-all.html>
> +40 other tests skip
> *
>
> igt@gem_exec_suspend@basic-s3:
>
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_exec_suspend@basic-s3.html>
> (i915#11441
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>
> / i915#13196
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13196>)
> +1 other test incomplete
> *
>
> igt@gem_fence_thrash@bo-write-verify-x:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_fence_thrash@bo-write-verify-x.html>
> (i915#4860
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>)
> +1 other test skip
> *
>
> igt@gem_lmem_evict@dontneed-evict-race:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@gem_lmem_evict@dontneed-evict-race.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>
> / i915#7582
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@gem_lmem_evict@dontneed-evict-race.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>
> / i915#7582
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582>)
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-7/igt@gem_lmem_evict@dontneed-evict-race.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> *
>
> igt@gem_lmem_swapping@heavy-verify-random:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-random.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +1 other test skip
> *
>
> igt@gem_lmem_swapping@smem-oom@lmem0:
>
> o shard-dg2: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> (i915#5493
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493>)
> +1 other test timeout
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html>
> (i915#5493
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493>)
> +1 other test timeout
> *
>
> igt@gem_lmem_swapping@verify:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_lmem_swapping@verify.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> *
>
> igt@gem_lmem_swapping@verify-ccs:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@gem_lmem_swapping@verify-ccs.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +4 other tests skip
> *
>
> igt@gem_media_fill@media-fill:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@gem_media_fill@media-fill.html>
> (i915#8289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_media_fill@media-fill.html>
> (i915#8289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289>)
> *
>
> igt@gem_mmap@short-mmap:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@gem_mmap@short-mmap.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>)
> +1 other test skip
> *
>
> igt@gem_mmap_gtt@basic:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-2/igt@gem_mmap_gtt@basic.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +1 other test skip
> *
>
> igt@gem_mmap_gtt@close-race:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_mmap_gtt@close-race.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +5 other tests skip
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_mmap_gtt@close-race.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +2 other tests skip
> *
>
> igt@gem_mmap_gtt@cpuset-big-copy:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_mmap_gtt@cpuset-big-copy.html>
> (i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> +12 other tests skip
> *
>
> igt@gem_mmap_wc@read-write:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_mmap_wc@read-write.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>)
> +2 other tests skip
> *
>
> igt@gem_mmap_wc@write-read:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_mmap_wc@write-read.html>
> (i915#4083
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>)
> +1 other test skip
> *
>
> igt@gem_partial_pwrite_pread@write-display:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_partial_pwrite_pread@write-display.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> *
>
> igt@gem_partial_pwrite_pread@write-uncached:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@gem_partial_pwrite_pread@write-uncached.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> +3 other tests skip
> *
>
> igt@gem_ppgtt@blt-vs-render-ctxn:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-8/igt@gem_ppgtt@blt-vs-render-ctxn.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_ppgtt@blt-vs-render-ctxn.html>
> (i915#14446
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14446>)
> *
>
> igt@gem_pread@exhaustion:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@gem_pread@exhaustion.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> +4 other tests skip
> *
>
> igt@gem_pwrite@basic-exhaustion:
>
> o shard-tglu: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@gem_pwrite@basic-exhaustion.html>
> (i915#2658
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658>)
> *
>
> igt@gem_pxp@create-protected-buffer:
>
> o shard-rkl: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_pxp@create-protected-buffer.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@gem_pxp@protected-encrypted-src-copy-not-readible:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html>
> -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@gem_pxp@reject-modify-context-protection-off-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gem_pxp@reject-modify-context-protection-off-1.html>
> (i915#4270
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
> +1 other test skip
> *
>
> igt@gem_readwrite@read-bad-handle:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@gem_readwrite@read-bad-handle.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> +1 other test skip
> *
>
> igt@gem_render_copy@y-tiled:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@gem_render_copy@y-tiled.html>
> (i915#8428
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>)
> +1 other test skip
> *
>
> igt@gem_render_copy@yf-tiled-ccs-to-x-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html>
> (i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>
> / i915#8428
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>)
> +5 other tests skip
> *
>
> igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html>
> (i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>
> / i915#8428
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>)
> +1 other test skip
> *
>
> igt@gem_set_tiling_vs_blt@untiled-to-tiled:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html>
> (i915#4079
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>)
> *
>
> igt@gem_softpin@noreloc-s3:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_softpin@noreloc-s3.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_softpin@noreloc-s3.html>
> (i915#13809
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809>)
> *
>
> igt@gem_userptr_blits@coherency-unsync:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@gem_userptr_blits@coherency-unsync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@create-destroy-unsync:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@gem_userptr_blits@create-destroy-unsync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> +1 other test skip
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gem_userptr_blits@create-destroy-unsync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@dmabuf-sync:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@gem_userptr_blits@dmabuf-sync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>
> / i915#3323
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323>)
> *
>
> igt@gem_userptr_blits@unsync-unmap:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_workarounds@suspend-resume:
>
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@gem_workarounds@suspend-resume.html>
> (i915#13356
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356>
> / i915#14586
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586>)
> +1 other test incomplete
> *
>
> igt@gen9_exec_parse@batch-invalid-length:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@gen9_exec_parse@batch-invalid-length.html>
> (i915#2856
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@gen9_exec_parse@batch-invalid-length.html>
> (i915#2856
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> *
>
> igt@gen9_exec_parse@bb-large:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@gen9_exec_parse@bb-large.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> +1 other test skip
> o shard-glk: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@gen9_exec_parse@bb-large.html>
> (i915#14806
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14806>)
> *
>
> igt@gen9_exec_parse@bb-start-param:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@gen9_exec_parse@bb-start-param.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>
> / i915#2856
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> +1 other test skip
> *
>
> igt@gen9_exec_parse@unaligned-access:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@gen9_exec_parse@unaligned-access.html>
> (i915#2856
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> *
>
> igt@gen9_exec_parse@unaligned-jump:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@gen9_exec_parse@unaligned-jump.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>
> / i915#2856
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>)
> +5 other tests skip
> *
>
> igt@i915_drm_fdinfo@all-busy-idle-check-all:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@i915_drm_fdinfo@all-busy-idle-check-all.html>
> (i915#14123
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14123>)
> *
>
> igt@i915_drm_fdinfo@virtual-busy-hang:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@i915_drm_fdinfo@virtual-busy-hang.html>
> (i915#14118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@i915_drm_fdinfo@virtual-busy-hang.html>
> (i915#14118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@i915_drm_fdinfo@virtual-busy-hang.html>
> (i915#14118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118>)
> *
>
> igt@i915_module_load@reload-with-fault-injection:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@i915_module_load@reload-with-fault-injection.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html>
> (i915#14545
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545>)
> *
>
> igt@i915_module_load@resize-bar:
>
> o shard-dg2: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@i915_module_load@resize-bar.html>
> (i915#14545
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@i915_module_load@resize-bar.html>
> (i915#6412
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@i915_module_load@resize-bar.html>
> (i915#6412
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412>)
> *
>
> igt@i915_pm_freq_api@freq-basic-api:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@i915_pm_freq_api@freq-basic-api.html>
> (i915#8399
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> *
>
> igt@i915_pm_freq_api@freq-reset:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@i915_pm_freq_api@freq-reset.html>
> (i915#8399
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> *
>
> igt@i915_pm_rc6_residency@media-rc6-accuracy:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> +9 other tests skip
> *
>
> igt@i915_pm_rps@min-max-config-loaded:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@i915_pm_rps@min-max-config-loaded.html>
> (i915#11681
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>
> / i915#6621
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@i915_pm_rps@min-max-config-loaded.html>
> (i915#11681
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>
> / i915#6621
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621>)
> *
>
> igt@i915_pm_rps@thresholds-idle-park:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@i915_pm_rps@thresholds-idle-park.html>
> (i915#11681
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>)
> *
>
> igt@i915_pm_sseu@full-enable:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@i915_pm_sseu@full-enable.html>
> (i915#4387
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387>)
> *
>
> igt@i915_query@hwconfig_table:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@i915_query@hwconfig_table.html>
> (i915#6245
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245>)
> *
>
> igt@i915_query@query-topology-coherent-slice-mask:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@i915_query@query-topology-coherent-slice-mask.html>
> (i915#6188
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188>)
> *
>
> igt@i915_query@test-query-geometry-subslices:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html>
> (i915#5723
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>)
> *
>
> igt@i915_suspend@fence-restore-untiled:
>
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk5/igt@i915_suspend@fence-restore-untiled.html>
> (i915#4817
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>)
> *
>
> igt@kms_addfb_basic@basic-x-tiled-legacy:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_addfb_basic@basic-x-tiled-legacy.html>
> (i915#4212
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> *
>
> igt@kms_addfb_basic@clobberred-modifier:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_addfb_basic@clobberred-modifier.html>
> (i915#4212
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> +1 other test skip
> *
>
> igt@kms_addfb_basic@framebuffer-vs-set-tiling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html>
> (i915#4212
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>)
> +1 other test skip
> *
>
> igt@kms_async_flips@async-flip-suspend-resume:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_async_flips@async-flip-suspend-resume.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_async_flips@async-flip-suspend-resume.html>
> (i915#14753
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14753>)
> *
>
> igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-3:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_async_flips@async-flip-suspend-resume@pipe-c-dp-3.html>
> (i915#14753
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14753>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html>
> (i915#1769
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html>
> (i915#1769
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_big_fb@4-tiled-64bpp-rotate-180:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>
> / i915#5286
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>)
> *
>
> igt@kms_big_fb@4-tiled-addfb:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb.html>
> (i915#5286
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>)
> +6 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html>
> (i915#5286
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>)
> +1 other test skip
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> (i915#5138
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138>)
> *
>
> igt@kms_big_fb@linear-32bpp-rotate-270:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_big_fb@linear-32bpp-rotate-270.html>
> (i915#3638
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>)
> *
>
> igt@kms_big_fb@x-tiled-32bpp-rotate-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html>
> +10 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-64bpp-rotate-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> +11 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-8bpp-rotate-0:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> +3 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +27 other tests skip
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html>
> +1 other test skip
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>)
> +1 other test skip
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html>
> +33 other tests skip
> *
>
> igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html>
> (i915#10307
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307>
> / i915#10434
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html>
> (i915#12313
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
> +2 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html>
> +369 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-d-hdmi-a-3.html>
> (i915#10307
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +126 other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-b-hdmi-a-2:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-b-hdmi-a-2.html>
> (i915#10307
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +24 other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +34 other tests skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html>
> (i915#12313
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
> +1 other test skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +74 other tests skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html>
> (i915#14098
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +45 other tests skip
> *
>
> igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-3.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +16 other tests skip
> *
>
> igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
>
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html>
> (i915#12796
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796>)
> +1 other test incomplete
> *
>
> igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-4:
>
> o shard-dg1: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-4.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +2 other tests skip
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html>
> (i915#12313
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html>
> (i915#12313
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +109 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +53 other tests skip
> *
>
> igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html>
> (i915#13781
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781>)
> +3 other tests skip
> *
>
> igt@kms_chamelium_audio@dp-audio-edid:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_chamelium_audio@dp-audio-edid.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +3 other tests skip
> *
>
> igt@kms_chamelium_audio@hdmi-audio-edid:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_chamelium_audio@hdmi-audio-edid.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +2 other tests skip
> *
>
> igt@kms_chamelium_color@ctm-0-25:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_chamelium_color@ctm-0-25.html>
> +5 other tests skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +9 other tests skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +3 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +4 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +1 other test skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd-without-ddc:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-5/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +9 other tests skip
> *
>
> igt@kms_color@ctm-negative:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_color@ctm-negative.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_color@ctm-negative.html>
> (i915#12655
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +1 other test skip
> *
>
> igt@kms_color@deep-color:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_color@deep-color.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_color@deep-color.html>
> (i915#12655
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_content_protection@atomic-dpms:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_content_protection@atomic-dpms.html>
> (i915#6944
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944>
> / i915#7116
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116>
> / i915#7118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>
> / i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@legacy:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_content_protection@legacy.html>
> (i915#7118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>
> / i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@lic-type-0@pipe-a-dp-3:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_content_protection@lic-type-0@pipe-a-dp-3.html>
> (i915#7173
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>)
> *
>
> igt@kms_content_protection@srm:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_content_protection@srm.html>
> (i915#7116
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116>)
> *
>
> igt@kms_content_protection@type1:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_content_protection@type1.html>
> (i915#7118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>
> / i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> +1 other test skip
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_content_protection@uevent.html>
> (i915#7116
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116>
> / i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-512x512:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (i915#13049
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_cursor_crc@cursor-offscreen-512x512.html>
> (i915#13049
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>)
> *
>
> igt@kms_cursor_crc@cursor-onscreen-128x42:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> +1 other test fail
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-128x42.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> +1 other test fail
> *
>
> igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1:
>
> o shard-rkl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> *
>
> igt@kms_cursor_crc@cursor-onscreen-32x10:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-32x10.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_cursor_crc@cursor-random-512x170:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x170.html>
> (i915#13049
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>)
> +1 other test skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x10:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x32:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-128x42:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-128x42.html>
> -> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> +1 other test fail
> *
>
> igt@kms_cursor_crc@cursor-sliding-128x42@pipe-b-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-b-hdmi-a-2.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> +3 other tests dmesg-warn
> *
>
> igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk9/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html>
> *
>
> igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> (i915#13046
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +1 other test skip
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipa-toggle:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html>
> (i915#13046
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +4 other tests skip
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html>
> (i915#9809
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809>)
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> (i915#2346
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>)
> o shard-glk: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html>
> (i915#2346
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>)
> *
>
> igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html>
> (i915#9067
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067>)
> *
>
> igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html>
> (i915#9723
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723>)
> *
>
> igt@kms_dp_aux_dev:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_dp_aux_dev.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_dp_aux_dev.html>
> (i915#1257
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_dp_aux_dev.html>
> (i915#1257
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257>)
> *
>
> igt@kms_dp_link_training@non-uhbr-sst:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_dp_link_training@non-uhbr-sst.html>
> (i915#13749
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_dp_link_training@non-uhbr-sst.html>
> (i915#13749
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749>)
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_dp_link_training@non-uhbr-sst.html>
> (i915#13749
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749>)
> *
>
> igt@kms_draw_crc@draw-method-mmap-wc:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_draw_crc@draw-method-mmap-wc.html>
> (i915#8812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812>)
> *
>
> igt@kms_dsc@dsc-with-bpc-formats:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_dsc@dsc-with-bpc-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_fbcon_fbt@fbc-suspend:
>
> o shard-tglu: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_fbcon_fbt@fbc-suspend.html>
> (i915#4767
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767>)
> o shard-glk: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk1/igt@kms_fbcon_fbt@fbc-suspend.html>
> (i915#9878
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878>)
> *
>
> igt@kms_feature_discovery@chamelium:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_feature_discovery@chamelium.html>
> (i915#2065
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2065>
> / i915#4854
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854>)
> *
>
> igt@kms_feature_discovery@display-4x:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_feature_discovery@display-4x.html>
> (i915#1839
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
> *
>
> igt@kms_feature_discovery@dp-mst:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_feature_discovery@dp-mst.html>
> (i915#9337
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337>)
> *
>
> igt@kms_feature_discovery@psr1:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_feature_discovery@psr1.html>
> (i915#658
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>)
> *
>
> igt@kms_flip@2x-blocking-wf_vblank:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_flip@2x-blocking-wf_vblank.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +1 other test skip
> *
>
> igt@kms_flip@2x-dpms-vs-vblank-race:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip@2x-dpms-vs-vblank-race.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +1 other test skip
> *
>
> igt@kms_flip@2x-flip-vs-dpms-on-nop:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_flip@2x-flip-vs-dpms-on-nop.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> *
>
> igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms-on-nop-interruptible.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +2 other tests skip
> *
>
> igt@kms_flip@2x-flip-vs-fences:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip@2x-flip-vs-fences.html>
> (i915#8381
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>)
> *
>
> igt@kms_flip@2x-flip-vs-fences-interruptible:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html>
> (i915#3637
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>
> / i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> *
>
> igt@kms_flip@2x-flip-vs-panning-vs-hang:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +9 other tests skip
> *
>
> igt@kms_flip@2x-modeset-vs-vblank-race:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> (i915#3637
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>
> / i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +5 other tests skip
> *
>
> igt@kms_flip@blocking-absolute-wf_vblank:
>
> o shard-dg1: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-19/igt@kms_flip@blocking-absolute-wf_vblank.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip@blocking-absolute-wf_vblank.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> +7 other tests dmesg-warn
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3637
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>)
> +2 other tests skip
> *
>
> igt@kms_flip@flip-vs-fences:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_flip@flip-vs-fences.html>
> (i915#8381
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587>
> / i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8813
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>)
> +1 other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +1 other test skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587>
> / i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587>
> / i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> +3 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> +2 other tests skip
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html>
> (i915#6880
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880>)
> +1 other test fail
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +5 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt:
>
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html>
> (i915#1825
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>)
> +5 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html>
> +19 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +29 other tests skip
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html>
> (i915#1825
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>)
> +10 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>)
> +1 other test skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-farfromfence-mmap-gtt.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-suspend:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html>
> (i915#10056
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +4 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html>
> (i915#10055
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055>)
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html>
> (i915#10433
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433>
> / i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +16 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-blt.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +9 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>)
> +8 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html>
> (i915#8708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>)
> +13 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-blt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +1 other test skip
> *
>
> igt@kms_frontbuffer_tracking@psr-suspend:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-suspend.html>
> (i915#3023
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>)
> +5 other tests skip
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-suspend.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +1 other test skip
> *
>
> igt@kms_hdr@bpc-switch:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_hdr@bpc-switch.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8228
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
> +1 other test skip
> *
>
> igt@kms_hdr@bpc-switch-dpms:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_hdr@bpc-switch-dpms.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8228
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_hdr@bpc-switch-dpms.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8228
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
> +1 other test skip
> *
>
> igt@kms_hdr@bpc-switch-suspend:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_hdr@bpc-switch-suspend.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8228
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
> *
>
> igt@kms_hdr@brightness-with-hdr:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_hdr@brightness-with-hdr.html>
> (i915#12713
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>)
> *
>
> igt@kms_joiner@basic-big-joiner:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_joiner@basic-big-joiner.html>
> (i915#10656
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_joiner@basic-big-joiner.html>
> (i915#10656
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>)
> *
>
> igt@kms_joiner@basic-ultra-joiner:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_joiner@basic-ultra-joiner.html>
> (i915#12339
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>)
> *
>
> igt@kms_joiner@invalid-modeset-ultra-joiner:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> (i915#12339
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>)
> *
>
> igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> (i915#4816
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
> (i915#4070
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070>
> / i915#4816
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816>)
> *
>
> igt@kms_panel_fitting@atomic-fastset:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_panel_fitting@atomic-fastset.html>
> (i915#6301
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>)
> *
>
> igt@kms_pipe_crc_basic@read-crc-frame-sequence:
>
> o shard-glk10: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html>
> (i915#11190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190>)
> +2 other tests skip
> *
>
> igt@kms_plane@plane-panning-top-left:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_plane@plane-panning-top-left.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane@plane-panning-top-left.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8825
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8825>)
> *
>
> igt@kms_plane_alpha_blend@alpha-opaque-fb:
>
> o shard-glk: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb.html>
> (i915#10647
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647>
> / i915#12169
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169>)
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_plane_alpha_blend@alpha-opaque-fb.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_alpha_blend@alpha-opaque-fb.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#7294
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>)
> *
>
> igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
>
> o shard-glk: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html>
> (i915#10647
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647>)
> +1 other test fail
> *
>
> igt@kms_plane_multiple@2x-tiling-4:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_plane_multiple@2x-tiling-4.html>
> (i915#13958
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958>)
> +1 other test skip
> *
>
> igt@kms_plane_multiple@2x-tiling-yf:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_plane_multiple@2x-tiling-yf.html>
> (i915#13958
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958>)
> +1 other test skip
> *
>
> igt@kms_plane_scaling@2x-scaler-multi-pipe:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html>
> (i915#13046
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>
> / i915#9423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>)
> *
>
> igt@kms_plane_scaling@intel-max-src-size:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_plane_scaling@intel-max-src-size.html>
> (i915#6953
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>)
> *
>
> igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>)
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-d.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>)
> +9 other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#6953
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +2 other tests skip
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> +2 other tests skip
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#6953
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> *
>
> igt@kms_pm_backlight@bad-brightness:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_backlight@bad-brightness.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> *
>
> igt@kms_pm_backlight@brightness-with-dpms:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_pm_backlight@brightness-with-dpms.html>
> (i915#12343
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343>)
> *
>
> igt@kms_pm_backlight@fade-with-dpms:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_pm_backlight@fade-with-dpms.html>
> (i915#9812
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812>)
> *
>
> igt@kms_pm_dc@dc5-dpms-negative:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_pm_dc@dc5-dpms-negative.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_dc@dc5-dpms-negative.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> +36 other tests dmesg-warn
> *
>
> igt@kms_pm_dc@dc6-dpms:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_pm_dc@dc6-dpms.html>
> (i915#14104
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14104>)
> *
>
> igt@kms_pm_lpsp@kms-lpsp:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_pm_lpsp@kms-lpsp.html>
> (i915#9340
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340>)
> *
>
> igt@kms_pm_lpsp@screens-disabled:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html>
> (i915#8430
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430>)
> *
>
> igt@kms_pm_rpm@dpms-lpsp:
>
> o shard-dg2: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_pm_rpm@dpms-lpsp.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_pm_rpm@dpms-lpsp.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@modeset-lpsp:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_pm_rpm@modeset-lpsp.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@modeset-lpsp-stress:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> +1 other test skip
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> +1 other test skip
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp-stress:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@system-suspend-modeset:
>
> o shard-rkl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_rpm@system-suspend-modeset.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html>
> (i915#14419
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419>)
> *
>
> igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +2 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +6 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-3/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html>
> (i915#12316
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>)
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> *
>
> igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk9/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +8 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-19/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +2 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +3 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +2 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +9 other tests skip
> *
>
> igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
>
> o shard-glk10: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +7 other tests skip
> *
>
> igt@kms_psr2_su@page_flip-p010:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_psr2_su@page_flip-p010.html>
> (i915#9683
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_psr2_su@page_flip-p010.html>
> (i915#9683
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> *
>
> igt@kms_psr2_su@page_flip-xrgb8888:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@kms_psr2_su@page_flip-xrgb8888.html>
> (i915#9683
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> *
>
> igt@kms_psr@fbc-psr2-cursor-plane-move:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@kms_psr@fbc-psr2-cursor-plane-move.html>
> (i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +13 other tests skip
> *
>
> igt@kms_psr@fbc-psr2-sprite-blt:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_psr@fbc-psr2-sprite-blt.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +8 other tests skip
> *
>
> igt@kms_psr@psr-cursor-render:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_psr@psr-cursor-render.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +18 other tests skip
> *
>
> igt@kms_psr@psr-no-drrs:
>
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_psr@psr-no-drrs.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +4 other tests skip
> *
>
> igt@kms_psr@psr-sprite-mmap-cpu:
>
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-13/igt@kms_psr@psr-sprite-mmap-cpu.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +6 other tests skip
> *
>
> igt@kms_psr@psr-sprite-plane-move:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_psr@psr-sprite-plane-move.html>
> (i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +8 other tests skip
> *
>
> igt@kms_rotation_crc@exhaust-fences:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_rotation_crc@exhaust-fences.html>
> (i915#4235
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>)
> *
>
> igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html>
> (i915#5289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html>
> (i915#12755
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755>
> / i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (i915#5190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>)
> o shard-dg1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (i915#5289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html>
> (i915#5289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_rotation_crc@sprite-rotation-270:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-270.html>
> (i915#12755
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755>)
> *
>
> igt@kms_scaling_modes@scaling-mode-center:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_scaling_modes@scaling-mode-center.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_scaling_modes@scaling-mode-full-aspect:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-4/igt@kms_scaling_modes@scaling-mode-full-aspect.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +8 other tests skip
> *
>
> igt@kms_setmode@basic:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-snb4/igt@kms_setmode@basic.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb5/igt@kms_setmode@basic.html>
> (i915#5465
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>)
> +2 other tests fail
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_setmode@basic.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_setmode@basic@pipe-a-hdmi-a-2:
>
> o shard-dg2-9: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_setmode@basic@pipe-a-hdmi-a-2.html>
> (i915#5465
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465>)
> +2 other tests fail
> *
>
> igt@kms_setmode@invalid-clone-exclusive-crtc:
>
> o shard-tglu-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +1 other test skip
> *
>
> igt@kms_universal_plane@cursor-fb-leak:
>
> o shard-mtlp: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak.html>
> (i915#9196
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196>)
> +1 other test fail
> *
>
> igt@kms_vblank@ts-continuation-idle-hang:
>
> o shard-glk10: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@kms_vblank@ts-continuation-idle-hang.html>
> +368 other tests skip
> *
>
> igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
>
> o shard-rkl: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html>
> (i915#12276
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276>)
> *
>
> igt@kms_vrr@seamless-rr-switch-drrs:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-2/igt@kms_vrr@seamless-rr-switch-drrs.html>
> (i915#9906
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@kms_vrr@seamless-rr-switch-drrs.html>
> (i915#9906
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> *
>
> igt@kms_vrr@seamless-rr-switch-virtual:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@kms_vrr@seamless-rr-switch-virtual.html>
> (i915#9906
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> *
>
> igt@kms_writeback@writeback-check-output:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@kms_writeback@writeback-check-output.html>
> (i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_writeback@writeback-check-output.html>
> (i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_writeback@writeback-invalid-parameters.html>
> (i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@kms_writeback@writeback-pixel-formats:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_writeback@writeback-pixel-formats.html>
> (i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@perf@non-zero-reason@0-rcs0:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html>
> (i915#9100
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100>)
> +1 other test fail
> *
>
> igt@perf_pmu@busy-double-start@vecs1:
>
> o shard-dg2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>)
> +4 other tests fail
> *
>
> igt@prime_mmap@test_aperture_limit:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@prime_mmap@test_aperture_limit.html>
> (i915#14121
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121>)
> +1 other test skip
> *
>
> igt@prime_vgem@basic-fence-flip:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@prime_vgem@basic-fence-flip.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@prime_vgem@basic-fence-mmap:
>
> o shard-dg2-9: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-9/igt@prime_vgem@basic-fence-mmap.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>
> / i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> *
>
> igt@prime_vgem@coherency-gtt:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@prime_vgem@coherency-gtt.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>
> / i915#4077
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>)
> *
>
> igt@prime_vgem@fence-write-hang:
>
> o shard-tglu: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-10/igt@prime_vgem@fence-write-hang.html>
> +80 other tests skip
> o shard-mtlp: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-1/igt@prime_vgem@fence-write-hang.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@prime_vgem@fence-write-hang.html>
> (i915#3708
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>)
> *
>
> igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
>
> o shard-tglu: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-6/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html>
> (i915#12910
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910>)
> +9 other tests fail
> *
>
> igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
>
> o shard-dg2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html>
> (i915#9917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>)
> o shard-rkl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html>
> (i915#9917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>)
>
>
> Possible fixes
>
> *
>
> igt@fbdev@unaligned-read:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@fbdev@unaligned-read.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2582
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@fbdev@unaligned-read.html>
> +2 other tests pass
> *
>
> igt@gem_eio@kms:
>
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@gem_eio@kms.html>
> (i915#5784
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@gem_eio@kms.html>
> *
>
> igt@gem_exec_suspend@basic-s0:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html>
> (i915#11441
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>
> / i915#13304
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-6/igt@gem_exec_suspend@basic-s0.html>
> +1 other test pass
> *
>
> igt@gem_mmap_gtt@close-race:
>
> o shard-rkl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_mmap_gtt@close-race.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_mmap_gtt@close-race.html>
> +38 other tests pass
> *
>
> igt@gem_pxp@reject-modify-context-protection-on:
>
> o shard-rkl: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-on.html>
> *
>
> igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html>
> (i915#4270
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html>
> *
>
> igt@i915_pm_rc6_residency@rc6-accuracy:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-accuracy.html>
> (i915#12942
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@i915_pm_rc6_residency@rc6-accuracy.html>
> +1 other test pass
> *
>
> igt@i915_pm_rpm@system-suspend:
>
> o shard-glk10: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk10/igt@i915_pm_rpm@system-suspend.html>
> (i915#12797
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk10/igt@i915_pm_rpm@system-suspend.html>
> *
>
> igt@i915_pm_rpm@system-suspend-execbuf:
>
> o shard-glk: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk9/igt@i915_pm_rpm@system-suspend-execbuf.html>
> (i915#12797
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@i915_pm_rpm@system-suspend-execbuf.html>
> *
>
> igt@i915_selftest@live@workarounds:
>
> o shard-dg2: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-6/igt@i915_selftest@live@workarounds.html>
> (i915#12061
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@i915_selftest@live@workarounds.html>
> +1 other test pass
> o shard-mtlp: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-mtlp-2/igt@i915_selftest@live@workarounds.html>
> (i915#12061
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-mtlp-6/igt@i915_selftest@live@workarounds.html>
> +1 other test pass
> *
>
> igt@i915_suspend@basic-s3-without-i915:
>
> o shard-rkl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html>
> (i915#4817
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html>
> *
>
> igt@kms_async_flips@alternate-sync-async-flip:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-6/igt@kms_async_flips@alternate-sync-async-flip.html>
> (i915#10991
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10991>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_async_flips@alternate-sync-async-flip.html>
> +1 other test pass
> *
>
> igt@kms_async_flips@async-flip-suspend-resume:
>
> o shard-dg1: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-15/igt@kms_async_flips@async-flip-suspend-resume.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-15/igt@kms_async_flips@async-flip-suspend-resume.html>
> +1 other test pass
> *
>
> igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-2/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-9/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html>
> +1 other test pass
> *
>
> igt@kms_color@gamma:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_color@gamma.html>
> (i915#12655
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_color@gamma.html>
> +2 other tests pass
> *
>
> igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html>
> +8 other tests pass
> *
>
> igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1:
>
> o shard-tglu: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-1.html>
> +7 other tests pass
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html>
> (i915#2346
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html>
> *
>
> igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
>
> o shard-snb: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-snb4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html>
> (i915#14033
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html>
> +1 other test pass
> *
>
> igt@kms_flip@basic-flip-vs-wf_vblank:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@basic-flip-vs-wf_vblank.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3637
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_flip@basic-flip-vs-wf_vblank.html>
> +6 other tests pass
> *
>
> igt@kms_flip@flip-vs-suspend:
>
> o shard-dg1: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-15/igt@kms_flip@flip-vs-suspend.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_flip@flip-vs-suspend.html>
> +1 other test pass
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html>
> +2 other tests pass
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html>
> +5 other tests pass
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html>
> (i915#6880
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
>
> o shard-glk: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html>
> *
>
> igt@kms_invalid_mode@zero-clock:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_invalid_mode@zero-clock.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8826
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_invalid_mode@zero-clock.html>
> +1 other test pass
> *
>
> {igt@kms_pipe_stress@stress-xrgb8888-xtiled}:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html>
> +45 other tests pass
> *
>
> igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
>
> o shard-rkl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html>
> (i915#14412
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html>
> +1 other test pass
> *
>
> igt@kms_plane_alpha_blend@constant-alpha-max:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_alpha_blend@constant-alpha-max.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#7294
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_alpha_blend@constant-alpha-max.html>
> *
>
> igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64.html>
> +3 other tests pass
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html>
> +1 other test pass
> *
>
> igt@kms_plane_scaling@planes-scaler-unity-scaling:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-scaler-unity-scaling.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_plane_scaling@planes-scaler-unity-scaling.html>
> +1 other test pass
> *
>
> igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_plane_scaling@planes-scaler-unity-scaling@pipe-a.html>
> +4 other tests pass
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#6953
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75.html>
> *
>
> igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-75@pipe-b.html>
> +4 other tests pass
> *
>
> igt@kms_pm_rpm@dpms-lpsp:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_pm_rpm@dpms-lpsp.html>
> +1 other test pass
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp.html>
> +1 other test pass
> *
>
> igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> (i915#12916
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12916>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html>
> *
>
> igt@kms_pm_rpm@system-suspend-modeset:
>
> o shard-tglu: ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-tglu-5/igt@kms_pm_rpm@system-suspend-modeset.html>
> (i915#10553
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-tglu-3/igt@kms_pm_rpm@system-suspend-modeset.html>
> *
>
> igt@kms_properties@plane-properties-atomic:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_properties@plane-properties-atomic.html>
> (i915#11521
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11521>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html>
> *
>
> igt@perf_pmu@render-node-busy-idle@vcs1:
>
> o shard-dg2: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-8/igt@perf_pmu@render-node-busy-idle@vcs1.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@vcs1.html>
> +5 other tests pass
>
>
> Warnings
>
> *
>
> igt@api_intel_bb@object-reloc-keep-cache:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@api_intel_bb@object-reloc-keep-cache.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8411
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@api_intel_bb@object-reloc-keep-cache.html>
> (i915#8411
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>)
> *
>
> igt@gem_ccs@block-copy-compressed:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_ccs@block-copy-compressed.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#9323
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_ccs@block-copy-compressed.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#9323
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>)
> *
>
> igt@gem_create@create-ext-cpu-access-big:
>
> o shard-dg2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html>
> (i915#13427
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427>)
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html>
> (i915#13427
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427>)
> *
>
> igt@gem_ctx_sseu@engines:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gem_ctx_sseu@engines.html>
> (i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_ctx_sseu@engines.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> *
>
> igt@gem_ctx_sseu@invalid-sseu:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html>
> (i915#280
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>)
> *
>
> igt@gem_exec_balancer@parallel-balancer:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#4525
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html>
> (i915#4525
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>)
> +1 other test skip
> *
>
> igt@gem_exec_capture@capture-invisible@smem0:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_capture@capture-invisible@smem0.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#6334
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_exec_capture@capture-invisible@smem0.html>
> (i915#6334
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334>)
> +1 other test skip
> *
>
> igt@gem_exec_reloc@basic-gtt-cpu-active:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +5 other tests skip
> *
>
> igt@gem_exec_reloc@basic-write-wc-noreloc:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_exec_reloc@basic-write-wc-noreloc.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_exec_reloc@basic-write-wc-noreloc.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>)
> +7 other tests skip
> *
>
> igt@gem_huc_copy@huc-copy:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_huc_copy@huc-copy.html>
> (i915#2190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_huc_copy@huc-copy.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190>)
> *
>
> igt@gem_lmem_swapping@heavy-verify-multi-ccs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +2 other tests skip
> *
>
> igt@gem_lmem_swapping@heavy-verify-random-ccs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random-ccs.html>
> (i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#4613
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>)
> +2 other tests skip
> *
>
> igt@gem_media_vme:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_media_vme.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#284
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_media_vme.html>
> (i915#284
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284>)
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> +4 other tests skip
> *
>
> igt@gem_pxp@create-regular-buffer:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@gem_pxp@create-regular-buffer.html>
> (i915#4270
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>)
> -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@gem_pxp@create-regular-buffer.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@gem_pxp@hw-rejects-pxp-context:
>
> o shard-rkl: TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gem_pxp@hw-rejects-pxp-context.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-context.html>
> (i915#13717
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717>)
> *
>
> igt@gem_readwrite@write-bad-handle:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@gem_readwrite@write-bad-handle.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gem_readwrite@write-bad-handle.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>)
> +1 other test skip
> *
>
> igt@gem_userptr_blits@create-destroy-unsync:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@gem_userptr_blits@create-destroy-unsync.html>
> (i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gem_userptr_blits@forbidden-operations:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>
> / i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@gem_userptr_blits@forbidden-operations.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>
> / i915#3297
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>)
> *
>
> igt@gen9_exec_parse@allowed-all:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@gen9_exec_parse@allowed-all.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@gen9_exec_parse@allowed-all.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> +3 other tests skip
> *
>
> igt@gen9_exec_parse@unaligned-access:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@gen9_exec_parse@unaligned-access.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@gen9_exec_parse@unaligned-access.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2527
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>)
> *
>
> igt@i915_pm_freq_api@freq-reset-multiple:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@i915_pm_freq_api@freq-reset-multiple.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8399
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@i915_pm_freq_api@freq-reset-multiple.html>
> (i915#8399
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>)
> *
>
> igt@i915_pm_rpm@debugfs-read:
>
> o shard-rkl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@i915_pm_rpm@debugfs-read.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@i915_pm_rpm@debugfs-read.html>
> (i915#13328
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13328>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@i915_pm_sseu@full-enable:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@i915_pm_sseu@full-enable.html>
> (i915#4387
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@i915_pm_sseu@full-enable.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#4387
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387>)
> *
>
> igt@intel_hwmon@hwmon-read:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@intel_hwmon@hwmon-read.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#7707
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@intel_hwmon@hwmon-read.html>
> (i915#7707
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707>)
> *
>
> igt@kms_atomic@plane-primary-overlay-mutable-zpos:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html>
> (i915#9531
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_atomic_transition@plane-all-transition-fencing:
>
> o shard-rkl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition-fencing.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_atomic_transition@plane-all-transition-fencing.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_big_fb@4-tiled-16bpp-rotate-0:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html>
> (i915#5286
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +2 other tests skip
> *
>
> igt@kms_big_fb@4-tiled-addfb:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html>
> (i915#5286
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>)
> +4 other tests skip
> *
>
> igt@kms_big_fb@linear-8bpp-rotate-270:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_big_fb@linear-8bpp-rotate-270.html>
> (i915#3638
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>)
> +2 other tests skip
> *
>
> igt@kms_big_fb@x-tiled-32bpp-rotate-90:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html>
> (i915#3638
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>
> / i915#4538
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>)
> *
>
> igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-18/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-16/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-4.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +1 other test skip
> *
>
> igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs.html>
> (i915#14098
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +7 other tests skip
> *
>
> igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html>
> (i915#12313
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>)
> +3 other tests skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2.html>
> (i915#14098
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-b-hdmi-a-2.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +2 other tests skip
> *
>
> igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html>
> (i915#14098
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +8 other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html>
> (i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html>
> (i915#14098
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098>
> / i915#6095
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>)
> +1 other test skip
> *
>
> igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-18/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-17/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +1 other test skip
> *
>
> igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +4 other tests skip
> *
>
> igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html>
> (i915#11151
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#7828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>)
> +3 other tests skip
> *
>
> igt@kms_content_protection@dp-mst-lic-type-0:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (i915#3116
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_content_protection@dp-mst-lic-type-1:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-1.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_content_protection@dp-mst-lic-type-1.html>
> (i915#3116
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116>)
> *
>
> igt@kms_content_protection@lic-type-0:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-3/igt@kms_content_protection@lic-type-0.html>
> (i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-11/igt@kms_content_protection@lic-type-0.html>
> (i915#7173
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>)
> *
>
> igt@kms_content_protection@mei-interface:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@mei-interface.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_content_protection@mei-interface.html>
> (i915#9424
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>)
> *
>
> igt@kms_content_protection@srm:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_content_protection@srm.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_content_protection@srm.html>
> (i915#7118
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-256x256:
>
> o shard-rkl: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-256x256.html>
> (i915#12917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917>
> / i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-256x256.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_cursor_crc@cursor-onscreen-256x85:
>
> o shard-rkl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html>
> (i915#13566
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-256x85.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-32x32:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +3 other tests skip
> *
>
> igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#4103
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html>
> (i915#11190
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html>
> +15 other tests skip
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +7 other tests skip
> *
>
> igt@kms_dp_link_training@non-uhbr-mst:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_dp_link_training@non-uhbr-mst.html>
> (i915#13749
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-mst.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_dsc@dsc-with-bpc-formats:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_dsc@dsc-with-bpc-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> *
>
> igt@kms_dsc@dsc-with-output-formats:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_dsc@dsc-with-output-formats-with-bpc:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html>
> (i915#3840
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>
> / i915#9053
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_feature_discovery@display-3x:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_feature_discovery@display-3x.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1839
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_feature_discovery@display-3x.html>
> (i915#1839
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>)
> *
>
> igt@kms_feature_discovery@psr1:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_feature_discovery@psr1.html>
> (i915#658
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_feature_discovery@psr1.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#658
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658>)
> *
>
> igt@kms_flip@2x-dpms-vs-vblank-race:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_flip@2x-dpms-vs-vblank-race.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip@2x-dpms-vs-vblank-race.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +3 other tests skip
> *
>
> igt@kms_flip@2x-modeset-vs-vblank-race:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_flip@2x-modeset-vs-vblank-race.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +5 other tests skip
> *
>
> igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-17/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html>
> (i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>
> / i915#9934
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>)
> +1 other test skip
> *
>
> igt@kms_flip@flip-vs-rmfb:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip@flip-vs-rmfb.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3637
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>)
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-5/igt@kms_flip@flip-vs-rmfb.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587>
> / i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (i915#2587
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587>
> / i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html>
> (i915#2672
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>
> / i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html>
> (i915#1825
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +18 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> (i915#5439
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html>
> (i915#10433
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433>
> / i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +3 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html>
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html>
> (i915#1825
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>)
> +34 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html>
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-render.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>
> / i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html>
> (i915#3023
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>)
> +16 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
>
> o shard-dg2: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html>
> (i915#10433
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433>
> / i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html>
> (i915#3458
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>)
> +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html>
> (i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> +2 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html>
> (i915#3023
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#1849
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> +13 other tests skip
> *
>
> igt@kms_hdr@brightness-with-hdr:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_hdr@brightness-with-hdr.html>
> (i915#12713
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_hdr@brightness-with-hdr.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_hdr@static-swap:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_hdr@static-swap.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>
> / i915#8228
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_hdr@static-swap.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_joiner@basic-big-joiner:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_joiner@basic-big-joiner.html>
> (i915#10656
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@kms_joiner@basic-big-joiner.html>
> (i915#10656
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>)
> +1 other test skip
> *
>
> igt@kms_joiner@basic-force-ultra-joiner:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_joiner@basic-force-ultra-joiner.html>
> (i915#12394
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html>
> (i915#12394
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_joiner@invalid-modeset-force-big-joiner:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> (i915#12388
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> (i915#12388
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>)
> *
>
> igt@kms_panel_fitting@atomic-fastset:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_panel_fitting@atomic-fastset.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_panel_fitting@atomic-fastset.html>
> (i915#6301
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301>)
> *
>
> igt@kms_plane_lowres@tiling-yf:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_plane_lowres@tiling-yf.html>
> (i915#3555
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>)
> +2 other tests skip
> *
>
> igt@kms_plane_multiple@tiling-yf:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html>
> (i915#14259
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_plane_multiple@tiling-yf.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#8152
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>)
> +1 other test skip
> *
>
> igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a.html>
> (i915#12247
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>)
> *
>
> igt@kms_pm_backlight@fade-with-suspend:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-5/igt@kms_pm_backlight@fade-with-suspend.html>
> (i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_backlight@fade-with-suspend.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#5354
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>)
> *
>
> igt@kms_pm_dc@dc9-dpms:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-8/igt@kms_pm_dc@dc9-dpms.html>
> (i915#3361
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html>
> (i915#4281
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281>)
> *
>
> igt@kms_pm_lpsp@kms-lpsp:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html>
> (i915#3828
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9340
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340>)
> *
>
> igt@kms_pm_rpm@dpms-mode-unset-lpsp:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html>
> (i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> *
>
> igt@kms_pm_rpm@modeset-lpsp:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9519
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>)
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp.html>
> (i915#12964
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>)
> *
>
> igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> +6 other tests skip
> *
>
> igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
>
> o shard-dg1: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-dg1-13/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>
> / i915#4423
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>)
> *
>
> igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-2/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html>
> (i915#11520
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> +3 other tests skip
> *
>
> igt@kms_psr2_su@page_flip-xrgb8888:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_psr2_su@page_flip-xrgb8888.html>
> (i915#9683
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr2_su@page_flip-xrgb8888.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9683
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>)
> *
>
> igt@kms_psr@pr-cursor-plane-onoff:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-7/igt@kms_psr@pr-cursor-plane-onoff.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@kms_psr@pr-cursor-plane-onoff.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +10 other tests skip
> *
>
> igt@kms_psr@psr-cursor-render:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_psr@psr-cursor-render.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_psr@psr-cursor-render.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072>
> / i915#9732
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>)
> +16 other tests skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html>
> (i915#5289
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>)
> *
>
> igt@kms_vblank@ts-continuation-suspend:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_vblank@ts-continuation-suspend.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-3/igt@kms_vblank@ts-continuation-suspend.html>
> (i915#12276
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276>)
> *
>
> igt@kms_vrr@seamless-rr-switch-drrs:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-drrs.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-drrs.html>
> (i915#9906
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>)
> +1 other test skip
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@kms_writeback@writeback-invalid-parameters.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-4/igt@kms_writeback@writeback-invalid-parameters.html>
> (i915#2437
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>)
> *
>
> igt@perf@per-context-mode-unprivileged:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-6/igt@perf@per-context-mode-unprivileged.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#2435
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-2/igt@perf@per-context-mode-unprivileged.html>
> (i915#2435
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435>)
> *
>
> igt@sriov_basic@enable-vfs-autoprobe-on:
>
> o shard-rkl: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8507/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html>
> (i915#9917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>)
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_13633/shard-rkl-6/igt@sriov_basic@enable-vfs-autoprobe-on.html>
> (i915#14544
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544>
> / i915#9917
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>)
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_8507 -> IGTPW_13633
>
> CI-20190529: 20190529
> CI_DRM_17065: a7c735c1739662dcc431bda50653821bff0d63fb @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_8507: 8507
>
[-- Attachment #2: Type: text/html, Size: 272440 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: ✗ Xe.CI.Full: failure for Update SR-IOV blocklists and testlists
2025-08-26 4:45 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-08-27 13:16 ` Kolakowski, Jakub1
0 siblings, 0 replies; 11+ messages in thread
From: Kolakowski, Jakub1 @ 2025-08-27 13:16 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 102501 bytes --]
On 8/26/2025 6:45 AM, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* Update SR-IOV blocklists and testlists
> *URL:* https://patchwork.freedesktop.org/series/153461/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/index.html
>
>
> CI Bug Log - changes from XEIGT_8507_FULL -> XEIGTPW_13633_FULL
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_13633_FULL absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_13633_FULL, please notify your bug team
> (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives
> in CI.
>
>
> Participating hosts (4 -> 3)
>
> Missing (1): shard-adlp
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_13633_FULL:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2:
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate@b-hdmi-a2.html>
>
not related to this change
>
> *
>
>
> New tests
>
> New tests have been introduced between XEIGT_8507_FULL and
> XEIGTPW_13633_FULL:
>
>
> New IGT tests (10)
>
> *
>
> igt@kms_flip@basic-flip-vs-dpms@a-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.76] s
> *
>
> igt@kms_flip@basic-flip-vs-dpms@b-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.75] s
> *
>
> igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.76] s
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.32] s
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.33] s
> *
>
> igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.32] s
> *
>
> igt@kms_flip@flip-vs-modeset-vs-hang@a-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [0.63] s
> *
>
> igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.22] s
> *
>
> igt@kms_flip@plain-flip-fb-recreate-interruptible@b-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.23] s
> *
>
> igt@kms_flip@plain-flip-fb-recreate-interruptible@c-hdmi-a3:
>
> o Statuses : 1 pass(s)
> o Exec time: [4.23] s
>
>
> Known issues
>
> Here are the changes found in XEIGTPW_13633_FULL that come from known
> issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@core_setmaster@master-drop-set-root:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@core_setmaster@master-drop-set-root.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@core_setmaster@master-drop-set-root.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html>
> (Intel XE#911
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) +3
> other tests fail
> *
>
> igt@kms_big_fb@y-tiled-64bpp-rotate-180:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +3
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +5
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-addfb:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#2328
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328>)
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +8
> other tests skip
> *
>
> igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html>
> (Intel XE#2314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> /
> Intel XE#2894
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)
> *
>
> igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html>
> (Intel XE#2314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> /
> Intel XE#2894
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)
> *
>
> igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html>
> (Intel XE#2191
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>)
> *
>
> igt@kms_bw@linear-tiling-1-displays-2560x1440p:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
> *
>
> igt@kms_bw@linear-tiling-2-displays-3840x2160p:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>)
> *
>
> igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html>
> (Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +83
> other tests skip
> *
>
> igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html>
> (Intel XE#2887
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +7
> other tests skip
> *
>
> igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#2887
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +2
> other tests skip
> *
>
> igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +14
> other tests skip
> *
>
> igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#3432
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>) +1
> other test skip
> *
>
> igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html>
> (Intel XE#3432
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>)
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html>
> (Intel XE#2907
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907>) +1
> other test skip
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html>
> (Intel XE#2652
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +16
> other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html>
> (Intel XE#1727
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> /
> Intel XE#3113
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113> /
> Intel XE#4345
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345>)
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-2:
>
> o shard-dg2-set2: NOTRUN -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-2.html>
> (Intel XE#1727
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> /
> Intel XE#3113
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)
> *
>
> igt@kms_chamelium_color@ctm-0-50:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_chamelium_color@ctm-0-50.html>
> (Intel XE#2325
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325>) +1
> other test skip
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-fast:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html>
> (Intel XE#2252
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +5
> other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_chamelium_hpd@hdmi-hpd-fast.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>)
> *
>
> igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +1
> other test skip
> *
>
> igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html>
> (Intel XE#1178
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1
> other test fail
> *
>
> igt@kms_content_protection@dp-mst-lic-type-1:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_content_protection@dp-mst-lic-type-1.html>
> (Intel XE#2390
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390>)
> *
>
> igt@kms_content_protection@lic-type-1:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@kms_content_protection@lic-type-1.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3
> other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_content_protection@lic-type-1.html>
> (Intel XE#3278
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278>)
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_content_protection@lic-type-1.html>
> (Intel XE#2341
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>)
> *
>
> igt@kms_content_protection@uevent@pipe-a-dp-4:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@kms_content_protection@uevent@pipe-a-dp-4.html>
> (Intel XE#1188
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>)
> *
>
> igt@kms_cursor_crc@cursor-offscreen-32x10:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-32x10.html>
> (Intel XE#2320
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +1
> other test skip
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-128x42:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +12 other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html>
> (Intel XE#1424
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>)
> *
>
> igt@kms_cursor_crc@cursor-rapid-movement-512x170:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html>
> (Intel XE#2321
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>)
> *
>
> igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html>
> (Intel XE#2291
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) +3
> other tests skip
> *
>
> igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html>
> (Intel XE#2291
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>)
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html>
> (Intel XE#309
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +1
> other test skip
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> (Intel XE#1475
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475>)
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-legacy:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html>
> (Intel XE#4633
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633>)
> *
>
> igt@kms_dither@fb-8bpc-vs-panel-6bpc:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html>
> (Intel XE#1340
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340>) +1
> other test skip
> *
>
> igt@kms_feature_discovery@chamelium:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_feature_discovery@chamelium.html>
> (Intel XE#2372
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372>)
> *
>
> igt@kms_flip@2x-flip-vs-dpms-on-nop:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_flip@2x-flip-vs-dpms-on-nop.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-on-nop.html>
> (Intel XE#2316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) +4
> other tests skip
> *
>
> igt@kms_flip@2x-flip-vs-modeset:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-8/igt@kms_flip@2x-flip-vs-modeset.html>
> (Intel XE#1421
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>)
> *
>
> igt@kms_flip@busy-flip:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_flip@busy-flip.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip@busy-flip.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +131 other tests skip
> *
>
> igt@kms_flip@plain-flip-fb-recreate:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_flip@plain-flip-fb-recreate.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate.html>
> (Intel XE#3098
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098>)
> *
>
> igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a2.html>
> (Intel XE#3098
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098>)
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +17 other tests skip
> *
>
> igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html>
> (Intel XE#2293
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +1
> other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html>
> (Intel XE#2293
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> /
> Intel XE#2380
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>) +1
> other test skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html>
> (Intel XE#1401
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> /
> Intel XE#1745
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-default-mode.html>
> (Intel XE#1401
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>)
> *
>
> igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html>
> (Intel XE#2311
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>)
> +15 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-plflip-blt.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +6
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html>
> (Intel XE#656
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +7
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-linear:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html>
> (Intel XE#5390
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390>) +9
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +7
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-slowdraw.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +1
> other test skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html>
> (Intel XE#2313
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>)
> +13 other tests skip
> *
>
> igt@kms_hdr@invalid-hdr:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-3/igt@kms_hdr@invalid-hdr.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_hdr@invalid-hdr.html>
> (Intel XE#1503
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>)
> *
>
> igt@kms_joiner@basic-force-big-joiner:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_joiner@basic-force-big-joiner.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html>
> (Intel XE#3012
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012>)
> *
>
> igt@kms_joiner@invalid-modeset-ultra-joiner:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> (Intel XE#2927
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>)
> *
>
> igt@kms_panel_fitting@legacy:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_panel_fitting@legacy.html>
> (Intel XE#2486
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486>)
> *
>
> igt@kms_plane_cursor@overlay:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_plane_cursor@overlay.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_plane_cursor@overlay.html>
> (Intel XE#616
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>)
> *
>
> igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html>
> (Intel XE#616
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>)
> *
>
> igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html>
> (Intel XE#2763
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +4
> other tests skip
> *
>
> igt@kms_pm_backlight@basic-brightness:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_pm_backlight@basic-brightness.html>
> (Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>)
> *
>
> igt@kms_pm_dc@dc5-psr:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@kms_pm_dc@dc5-psr.html>
> (Intel XE#718
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>)
> *
>
> igt@kms_pm_dc@dc6-psr:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@kms_pm_dc@dc6-psr.html>
> (Intel XE#1129
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129>)
> *
>
> igt@kms_pm_rpm@universal-planes-dpms:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_pm_rpm@universal-planes-dpms.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_pm_rpm@universal-planes-dpms.html>
> (Intel XE#4760
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4760> /
> Intel XE#5545
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545>)
> *
>
> igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1
> other test skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2893
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>)
> *
>
> igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +4
> other tests skip
> *
>
> igt@kms_psr@fbc-pr-sprite-render:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-render.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +2
> other tests skip
> *
>
> igt@kms_psr@fbc-psr2-cursor-plane-onoff:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +2
> other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>)
> *
>
> igt@kms_psr@fbc-psr2-cursor-plane-onoff@edp-1:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-7/igt@kms_psr@fbc-psr2-cursor-plane-onoff@edp-1.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4609
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4609>)
> *
>
> igt@kms_psr@pr-sprite-plane-onoff:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_psr@pr-sprite-plane-onoff.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2234
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> /
> Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +8
> other tests skip
> *
>
> igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2414
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414>)
> *
>
> igt@kms_rotation_crc@sprite-rotation-90:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@kms_rotation_crc@sprite-rotation-90.html>
> (Intel XE#3414
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> /
> Intel XE#3904
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +1
> other test skip
> *
>
> igt@kms_tiled_display@basic-test-pattern:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_tiled_display@basic-test-pattern.html>
> (Intel XE#2426
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>)
> *
>
> igt@kms_tv_load_detect@load-detect:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-435/igt@kms_tv_load_detect@load-detect.html>
> (Intel XE#330
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/330>)
> *
>
> igt@kms_vrr@cmrr@pipe-a-edp-1:
>
> o shard-lnl: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html>
> (Intel XE#4459
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459>) +1
> other test fail
> *
>
> igt@kms_vrr@flip-basic:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_vrr@flip-basic.html>
> (Intel XE#1499
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>)
> *
>
> igt@xe_compute_preempt@compute-preempt-many:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_compute_preempt@compute-preempt-many.html>
> (Intel XE#5890
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5890>) +1
> other test fail
> *
>
> igt@xe_copy_basic@mem-copy-linear-0x3fff:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html>
> (Intel XE#1123
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123>)
> *
>
> igt@xe_eudebug@basic-connect:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@xe_eudebug@basic-connect.html>
> (Intel XE#4837
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837>) +1
> other test skip
> *
>
> igt@xe_eudebug@basic-vm-bind-metadata-discovery:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-8/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html>
> (Intel XE#4837
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837>) +8
> other tests skip
> *
>
> igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html>
> (Intel XE#4837
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837>) +2
> other tests skip
> *
>
> igt@xe_eudebug_sriov@deny-eudebug:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-3/igt@xe_eudebug_sriov@deny-eudebug.html>
> (Intel XE#4518
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4518>)
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@xe_eudebug_sriov@deny-eudebug.html>
> (Intel XE#5793
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793>)
> *
>
> igt@xe_exec_basic@many-null-rebind:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_exec_basic@many-null-rebind.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_basic@many-null-rebind.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +301 other tests skip
> *
>
> igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +4
> other tests skip
> *
>
> igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html>
> (Intel XE#2322
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +3
> other tests skip
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>)
> *
>
> igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +5
> other tests skip
> *
>
> igt@xe_exec_system_allocator@threads-many-large-mmap-mlock:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-mlock.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +55 other tests skip
> *
>
> igt@xe_exec_system_allocator@threads-many-mmap-huge:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-mmap-huge.html>
> (Intel XE#4943
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943>)
> +10 other tests skip
> *
>
> igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-malloc-busy-nomemset:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-malloc-busy-nomemset.html>
> (Intel XE#4915
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915>)
> +56 other tests skip
> *
>
> igt@xe_exec_system_allocator@twice-large-mmap-free-huge:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-4/igt@xe_exec_system_allocator@twice-large-mmap-free-huge.html>
> (Intel XE#4943
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943>) +3
> other tests skip
> *
>
> igt@xe_exec_threads@threads-rebind-bindexecqueue:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@xe_exec_threads@threads-rebind-bindexecqueue.html>
> -> DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@xe_exec_threads@threads-rebind-bindexecqueue.html>
> (Intel XE#3876
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876>)
> *
>
> igt@xe_media_fill@media-fill:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@xe_media_fill@media-fill.html>
> (Intel XE#2459
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459> /
> Intel XE#2596
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596>)
> *
>
> igt@xe_module_load@many-reload:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_module_load@many-reload.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_module_load@reload-no-display:
>
> o shard-bmg: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@xe_module_load@reload-no-display.html>
> -> ABORT
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@xe_module_load@reload-no-display.html>
> (Intel XE#5087
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5087>)
> *
>
> igt@xe_oa@buffer-size:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-436/igt@xe_oa@buffer-size.html>
> (Intel XE#5103
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5103>)
> *
>
> igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
>
> o shard-dg2-set2: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html>
> (Intel XE#1173
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173>)
> *
>
> igt@xe_pm@s4-d3cold-basic-exec:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@xe_pm@s4-d3cold-basic-exec.html>
> (Intel XE#2284
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284>)
> *
>
> igt@xe_pm@vram-d3cold-threshold:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#579
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>)
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#579
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>)
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@xe_pm@vram-d3cold-threshold.html>
> (Intel XE#579
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>)
> *
>
> igt@xe_pm_residency@cpg-basic:
>
> o shard-lnl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-2/igt@xe_pm_residency@cpg-basic.html>
> (Intel XE#584
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/584>)
> *
>
> igt@xe_pmu@gt-frequency:
>
> o shard-dg2-set2: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_pmu@gt-frequency.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-435/igt@xe_pmu@gt-frequency.html>
> (Intel XE#4819
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4819>) +1
> other test fail
> *
>
> igt@xe_pxp@display-pxp-fb:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@xe_pxp@display-pxp-fb.html>
> (Intel XE#4733
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733>)
> *
>
> igt@xe_query@multigpu-query-invalid-cs-cycles:
>
> o shard-bmg: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@xe_query@multigpu-query-invalid-cs-cycles.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
> *
>
> igt@xe_sriov_auto_provisioning@exclusive-ranges:
>
> o shard-dg2-set2: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-466/igt@xe_sriov_auto_provisioning@exclusive-ranges.html>
> (Intel XE#4130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130>)
>
>
> Possible fixes
>
> *
>
> igt@intel_hwmon@hwmon-write:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-1/igt@intel_hwmon@hwmon-write.html>
> (Intel XE#4665
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-7/igt@intel_hwmon@hwmon-write.html>
> *
>
> igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html>
> (Intel XE#2314
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> /
> Intel XE#2894
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html>
> *
>
> igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html>
> (Intel XE#5376
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5376>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html>
> +1 other test pass
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
>
> o shard-dg2-set2: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html>
> (Intel XE#1727
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> /
> Intel XE#2705
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705> /
> Intel XE#3113
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113> /
> Intel XE#4212
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212> /
> Intel XE#4522
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html>
> *
>
> igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html>
> (Intel XE#2291
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html>
> +1 other test pass
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor-atomic:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html>
> (Intel XE#1475
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html>
> *
>
> igt@kms_dp_link_training@non-uhbr-sst:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html>
> (Intel XE#4354
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-sst.html>
> *
>
> igt@kms_flip@2x-nonexisting-fb:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html>
> (Intel XE#2316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html>
> +5 other tests pass
> *
>
> igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3:
>
> o shard-bmg: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-3/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html>
> (Intel XE#2049
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible@ad-dp2-hdmi-a3.html>
> +1 other test pass
> *
>
> igt@kms_flip@flip-vs-suspend-interruptible:
>
> o shard-bmg: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html>
> (Intel XE#2049
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> /
> Intel XE#2597
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_flip@flip-vs-suspend-interruptible.html>
> +1 other test pass
> *
>
> igt@kms_joiner@invalid-modeset-force-big-joiner:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> (Intel XE#3012
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html>
> *
>
> igt@kms_pm_dc@dc6-dpms:
>
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-2/igt@kms_pm_dc@dc6-dpms.html>
> (Intel XE#718
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@kms_pm_dc@dc6-dpms.html>
> *
>
> igt@kms_vblank@ts-continuation-suspend:
>
> o shard-bmg: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_vblank@ts-continuation-suspend.html>
> (Intel XE#4488
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4488>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-1/igt@kms_vblank@ts-continuation-suspend.html>
> +1 other test pass
> *
>
> igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-464/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html>
> +2 other tests pass
> *
>
> {igt@xe_exec_system_allocator@many-stride-malloc-prefetch}:
>
> o shard-bmg: WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html>
> (Intel XE#5786
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5786>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-4/igt@xe_exec_system_allocator@many-stride-malloc-prefetch.html>
> *
>
> igt@xe_exec_threads@threads-hang-fd-userptr-invalidate:
>
> o shard-dg2-set2: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html>
> (Intel XE#3876
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-463/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html>
> *
>
> igt@xe_pmu@engine-activity-single-load:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_pmu@engine-activity-single-load.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-432/igt@xe_pmu@engine-activity-single-load.html>
> +6 other tests pass
> o shard-lnl: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-lnl-4/igt@xe_pmu@engine-activity-single-load.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-lnl-1/igt@xe_pmu@engine-activity-single-load.html>
> +4 other tests pass
> *
>
> igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@xe_pmu@engine-activity-single-load@engine-drm_xe_engine_class_render0.html>
> +8 other tests pass
>
>
> Warnings
>
> *
>
> igt@kms_big_fb@4-tiled-32bpp-rotate-90:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html>
> (Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_big_fb@x-tiled-8bpp-rotate-270:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html>
> (Intel XE#316
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +2
> other tests skip
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +9
> other tests skip
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> (Intel XE#1124
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +5
> other tests skip
> *
>
> igt@kms_big_fb@yf-tiled-addfb:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#619
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/619>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html>
> (Intel XE#2191
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_bw@linear-tiling-3-displays-2160x1440p:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html>
> (Intel XE#367
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +4 other tests skip
> *
>
> igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html>
> (Intel XE#2907
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +2
> other tests skip
> *
>
> igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> /
> Intel XE#787
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +18 other tests skip
> *
>
> igt@kms_chamelium_color@ctm-limited-range:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#306
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_chamelium_color@ctm-limited-range.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +3 other tests skip
> *
>
> igt@kms_chamelium_hpd@vga-hpd:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd.html>
> (Intel XE#373
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +17 other tests skip
> *
>
> igt@kms_content_protection@atomic:
>
> o shard-dg2-set2: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_content_protection@atomic.html>
> (Intel XE#1178
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_content_protection@atomic.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_content_protection@dp-mst-type-1:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_content_protection@dp-mst-type-1.html>
> (Intel XE#307
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_content_protection@dp-mst-type-1.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_content_protection@uevent:
>
> o shard-bmg: FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-7/igt@kms_content_protection@uevent.html>
> (Intel XE#1188
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_content_protection@uevent.html>
> (Intel XE#2341
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>)
> *
>
> igt@kms_cursor_crc@cursor-onscreen-512x170:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_cursor_crc@cursor-onscreen-512x170.html>
> (Intel XE#308
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/308>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x170.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +2 other tests skip
> *
>
> igt@kms_cursor_crc@cursor-sliding-max-size:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-max-size.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-max-size.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +9 other tests skip
> *
>
> igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html>
> (Intel XE#4422
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@kms_feature_discovery@dp-mst:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_feature_discovery@dp-mst.html>
> (Intel XE#1137
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html>
> (Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +7
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +30 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html>
> (Intel XE#2311
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +8
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html>
> (Intel XE#651
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +18 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html>
> (Intel XE#5390
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390>)
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html>
> (Intel XE#5390
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +7
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> (Intel XE#658
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/658>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html>
> (Intel XE#2311
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +8
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html>
> (Intel XE#2313
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +9
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
>
> o shard-bmg: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html>
> (Intel XE#2312
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html>
> (Intel XE#2313
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +4
> other tests skip
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +34 other tests skip
> *
>
> igt@kms_frontbuffer_tracking@plane-fbc-rte:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html>
> (Intel XE#1158
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html>
> (Intel XE#653
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +12 other tests skip
> *
>
> igt@kms_joiner@invalid-modeset-ultra-joiner:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> (Intel XE#2927
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_joiner@invalid-modeset-ultra-joiner.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html>
> (Intel XE#2925
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@kms_plane_multiple@2x-tiling-yf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html>
> (Intel XE#5021
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_plane_multiple@2x-tiling-yf.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +1 other test skip
> *
>
> igt@kms_plane_multiple@tiling-y:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@kms_plane_multiple@tiling-y.html>
> (Intel XE#5020
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_plane_multiple@tiling-y.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_pm_backlight@bad-brightness:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html>
> (Intel XE#870
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_pm_backlight@brightness-with-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_pm_backlight@brightness-with-dpms.html>
> (Intel XE#2938
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_backlight@brightness-with-dpms.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_pm_dc@dc3co-vpb-simulation:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#1122
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_dc@dc3co-vpb-simulation.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_pm_dc@dc6-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html>
> (Intel XE#908
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/908>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_pm_dc@dc6-dpms.html>
> (Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#1489
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +14 other tests skip
> *
>
> igt@kms_psr2_su@frontbuffer-xrgb8888:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_psr2_su@frontbuffer-xrgb8888.html>
> (Intel XE#1122
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122> /
> Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr2_su@frontbuffer-xrgb8888.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_psr@fbc-psr-sprite-render:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +12 other tests skip
> *
>
> igt@kms_psr@psr-dpms:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@kms_psr@psr-dpms.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2850
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> /
> Intel XE#929
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr@psr-dpms.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2351
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +8
> other tests skip
> *
>
> igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#2939
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html>
> (Intel XE#1406
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406> /
> Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@kms_rotation_crc@bad-pixel-format:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html>
> (Intel XE#3414
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_rotation_crc@bad-pixel-format.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> +3 other tests skip
> *
>
> igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html>
> (Intel XE#1127
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@kms_vrr@lobf:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@kms_vrr@lobf.html>
> (Intel XE#2168
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@kms_vrr@lobf.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html>
> (Intel XE#1091
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091> /
> Intel XE#2849
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208> /
> i915#2575
> <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575>)
> *
>
> igt@xe_compute_preempt@compute-preempt:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html>
> (Intel XE#1280
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280> /
> Intel XE#455
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_configfs@survivability-mode:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_configfs@survivability-mode.html>
> (Intel XE#5249
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5249>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_configfs@survivability-mode.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_copy_basic@mem-set-linear-0xfd:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html>
> (Intel XE#1126
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0xfd.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@xe_eu_stall@non-blocking-re-enable:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_eu_stall@non-blocking-re-enable.html>
> (Intel XE#5626
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/5626>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_eu_stall@non-blocking-re-enable.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +3
> other tests skip
> *
>
> igt@xe_eudebug@basic-close:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_eudebug@basic-close.html>
> (Intel XE#4837
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_eudebug@basic-close.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +21 other tests skip
> *
>
> igt@xe_exec_basic@multigpu-once-null-rebind:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null-rebind.html>
> (Intel XE#1392
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_basic@multigpu-once-null-rebind.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_exec_fault_mode@once-invalid-userptr-fault:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html>
> (Intel XE#288
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +40 other tests skip
> *
>
> igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html>
> (Intel XE#2360
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +2
> other tests skip
> *
>
> igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html>
> (Intel XE#4915
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-shared-remap-dontunmap-eocheck.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +411 other tests skip
> *
>
> igt@xe_huc_copy@huc_copy:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-433/igt@xe_huc_copy@huc_copy.html>
> (Intel XE#255
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/255>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_huc_copy@huc_copy.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_mmap@small-bar:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_mmap@small-bar.html>
> (Intel XE#512
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/512>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_mmap@small-bar.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_oa@closed-fd-and-unmapped-access:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_oa@closed-fd-and-unmapped-access.html>
> (Intel XE#3573
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> +10 other tests skip
> *
>
> igt@xe_pat@pat-index-xehpc:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_pat@pat-index-xehpc.html>
> (Intel XE#2838
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838> /
> Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_pat@pat-index-xelpg:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html>
> (Intel XE#979
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/979>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_peer2peer@write:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_peer2peer@write.html>
> (Intel XE#1061
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061>) ->
> FAIL
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-433/igt@xe_peer2peer@write.html>
> (Intel XE#1173
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173>)
> *
>
> igt@xe_pm@d3cold-mmap-vram:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-464/igt@xe_pm@d3cold-mmap-vram.html>
> (Intel XE#2284
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> /
> Intel XE#366
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +1
> other test skip
> *
>
> igt@xe_pxp@pxp-termination-key-update-post-rpm:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-432/igt@xe_pxp@pxp-termination-key-update-post-rpm.html>
> (Intel XE#4733
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_pxp@pxp-termination-key-update-post-rpm.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +5
> other tests skip
> *
>
> igt@xe_query@multigpu-query-mem-usage:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-436/igt@xe_query@multigpu-query-mem-usage.html>
> (Intel XE#944
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_query@multigpu-query-mem-usage.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +3
> other tests skip
> *
>
> igt@xe_render_copy@render-stress-4-copies:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_render_copy@render-stress-4-copies.html>
> (Intel XE#4814
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_render_copy@render-stress-4-copies.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>) +2
> other tests skip
> *
>
> igt@xe_spin_batch@spin-mem-copy:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_spin_batch@spin-mem-copy.html>
> (Intel XE#4821
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4821>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_spin_batch@spin-mem-copy.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_sriov_auto_provisioning@selfconfig-basic:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-435/igt@xe_sriov_auto_provisioning@selfconfig-basic.html>
> (Intel XE#4130
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_sriov_auto_provisioning@selfconfig-basic.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
> *
>
> igt@xe_sriov_flr@flr-vfs-parallel:
>
> o shard-dg2-set2: SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8507/shard-dg2-463/igt@xe_sriov_flr@flr-vfs-parallel.html>
> (Intel XE#4273
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_13633/shard-dg2-434/igt@xe_sriov_flr@flr-vfs-parallel.html>
> (Intel XE#4208
> <https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208>)
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * IGT: IGT_8507 -> IGTPW_13633
> * Linux: xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729 ->
> xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb
>
> IGTPW_13633: b4cd65b61d61ea035b6ee23927558ecb95c05fef @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_8507: 8507
> xe-3613-18d3cf2c98bae56e1e393a788980d9d26442f729:
> 18d3cf2c98bae56e1e393a788980d9d26442f729
> xe-3614-a7c735c1739662dcc431bda50653821bff0d63fb:
> a7c735c1739662dcc431bda50653821bff0d63fb
>
[-- Attachment #2: Type: text/html, Size: 132268 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists
2025-08-25 16:53 ` [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists Jakub Kolakowski
@ 2025-08-29 11:17 ` Bernatowicz, Marcin
0 siblings, 0 replies; 11+ messages in thread
From: Bernatowicz, Marcin @ 2025-08-29 11:17 UTC (permalink / raw)
To: Jakub Kolakowski, igt-dev
Cc: Adam Miszczak, Lukasz Laguna, Satyanarayana K V P
On 8/25/2025 6:53 PM, Jakub Kolakowski wrote:
> Currently VF and VM blocklists are supposed to be short and only
> contain tests that are breaking/aborting the CI run. However with the
> huge amount of expected skips present in VM runs it is justified to
> change the approach of using those blocklists and include all tests that
> are expected to skip when driver is in VF mode.
> Extend VF and VM blocklists and include expected skips. This should
> speed up CI runs in configurations where driver is in VF mode (mainly VM
> runs where many kms tests are skipping).
>
> Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
> Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
> ---
> tests/intel-ci/xe-sriov-vf.blocklist.txt | 54 +++++++++++++++++++++++-
> tests/intel-ci/xe-sriov-vm.blocklist.txt | 52 +++++++++++++++++++++++
> 2 files changed, 105 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel-ci/xe-sriov-vf.blocklist.txt b/tests/intel-ci/xe-sriov-vf.blocklist.txt
> index 03371d80c..69d647ef0 100644
> --- a/tests/intel-ci/xe-sriov-vf.blocklist.txt
> +++ b/tests/intel-ci/xe-sriov-vf.blocklist.txt
> @@ -4,4 +4,56 @@
> #
> # Prevent potential module reloads during tests
> #
> -igt@xe_module_load
> +igt@xe_module_load@.*
> +#
> +# tests applicable for PF only
> +#
> +igt@sriov_basic.*
> +igt@xe_eudebug_sriov.*
> +igt@xe_pmu@.*fn-engine-activity.*
> +igt@xe_sriov.*
> +#
> +# display related tests
> +#
> +igt@fbdev.*
> +igt@kms.*
> +igt@testdisplay
> +igt@xe_pat@.*display.*
> +igt@xe_pxp@.*display.*
> +#
> +# power management related tests
> +#
> +igt@xe_gt_freq.*
> +igt@xe_pm_residency.*
> +#
> +# OA is disabled in VF mode
> +#
> +igt@xe_oa@.*
> +igt@xe_fault_injection@oa-add-config-fail-xe_oa_alloc_regs
> +igt@xe_query@.*query-oa-units
> +#
> +# engine utilization data not available in VF mode
> +#
> +igt@xe_drm_fdinfo@.*utilization.*
> +#
> +# EU stall feature not available in VF mode
> +#
> +igt@xe_eu_stall.*
> +#
> +# The "mocs" debugfs entry is expected to be missing in VF mode
> +#
> +igt@xe_exec_reset@gt-mocs-reset
> +igt@xe_live_ktest@xe_mocs
> +igt@xe_pm@.*-mocs
> +#
> +# PCI power management capability not present in VF mode
> +#
> +igt@xe_pm@.*d3
> +#
> +# freq0 node not available for VF
> +#
> +igt@xe_pmu@gt-frequency
> +#
> +# The feature query_cs_cycles is not supported on VF
> +#
> +igt@xe_query@.*cs-cycles
> \ No newline at end of file
> diff --git a/tests/intel-ci/xe-sriov-vm.blocklist.txt b/tests/intel-ci/xe-sriov-vm.blocklist.txt
> index 06ed60b52..6271b1a70 100644
> --- a/tests/intel-ci/xe-sriov-vm.blocklist.txt
> +++ b/tests/intel-ci/xe-sriov-vm.blocklist.txt
> @@ -6,3 +6,55 @@
> #
> igt@xe_pm@s2idle.*
> igt@xe_ccs@suspend-resume
> +#
> +# tests applicable for PF only
> +#
> +igt@sriov_basic.*
> +igt@xe_eudebug_sriov.*
> +igt@xe_pmu@.*fn-engine-activity.*
> +igt@xe_sriov.*
> +#
> +# display related tests
> +#
> +igt@fbdev.*
> +igt@kms.*
> +igt@testdisplay
> +igt@xe_pat@.*display.*
> +igt@xe_pxp@.*display.*
> +#
> +# power management related tests
> +#
> +igt@xe_gt_freq.*
> +igt@xe_pm_residency.*
> +#
> +# OA is disabled in VF mode
> +#
> +igt@xe_oa@.*
> +igt@xe_fault_injection@oa-add-config-fail-xe_oa_alloc_regs
> +igt@xe_query@.*query-oa-units
> +#
> +# engine utilization data not available in VF mode
> +#
> +igt@xe_drm_fdinfo@.*utilization.*
> +#
> +# EU stall feature not available in VF mode
> +#
> +igt@xe_eu_stall.*
> +#
> +# The "mocs" debugfs entry is expected to be missing in VF mode
> +#
> +igt@xe_exec_reset@gt-mocs-reset
> +igt@xe_live_ktest@xe_mocs
> +igt@xe_pm@.*-mocs
> +#
> +# PCI power management capability not present in VF mode
> +#
> +igt@xe_pm@.*d3
> +#
> +# freq0 node not available for VF
> +#
> +igt@xe_pmu@gt-frequency
> +#
> +# The feature query_cs_cycles is not supported on VF
> +#
> +igt@xe_query@.*cs-cycles
> \ No newline at end of file
LGTM,
Reviewed-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists
2025-08-25 16:53 ` [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists Jakub Kolakowski
@ 2025-08-29 11:18 ` Bernatowicz, Marcin
0 siblings, 0 replies; 11+ messages in thread
From: Bernatowicz, Marcin @ 2025-08-29 11:18 UTC (permalink / raw)
To: Jakub Kolakowski, igt-dev
Cc: Adam Miszczak, Lukasz Laguna, Satyanarayana K V P
On 8/25/2025 6:53 PM, Jakub Kolakowski wrote:
> Currently we have bat.testlist and full.testlist being generated
> by igt_doc.py script.
> Add SR-IOV testlists to be generated:
> - bat-vf.testlist
> - bat-vm.testlist
> - full-vm.testlist
>
> Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com>
> Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
> Cc: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>
> ---
> tests/intel/xe_test_config.json | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
> index 27de0efaa..a754ccda8 100644
> --- a/tests/intel/xe_test_config.json
> +++ b/tests/intel/xe_test_config.json
> @@ -11,12 +11,14 @@
> "default-testlist": "FULL",
> "update-from-file": {
> "exclude-type": "regex-ignorecase",
> - "append-value-if-not-excluded": "Xe FULL",
> + "append-value-if-not-excluded": "Xe FULL, Xe FULL VM",
> "include": [
> - { "Xe BAT": "../intel-ci/xe-fast-feedback.testlist" }
> + { "Xe BAT, Xe BAT VF, Xe BAT VM": "../intel-ci/xe-fast-feedback.testlist" }
> ],
> "exclude": [
> - { "Xe BAT, Xe FULL": "../intel-ci/xe.blocklist.txt" }
> + { "Xe BAT, Xe BAT VF, Xe BAT VM, Xe FULL, Xe FULL VM": "../intel-ci/xe.blocklist.txt" },
> + { "Xe BAT VF": "../intel-ci/xe-sriov-vf.blocklist.txt"},
> + { "Xe BAT VM, Xe FULL VM": "../intel-ci/xe-sriov-vm.blocklist.txt"}
> ]
> },
> "order": [
LGTM,
Reviewed-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-08-29 11:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 16:53 [PATCH i-g-t 0/2] Update SR-IOV blocklists and testlists Jakub Kolakowski
2025-08-25 16:53 ` [PATCH i-g-t 1/2] tests/intel-ci/: Extend VF and VM blocklists Jakub Kolakowski
2025-08-29 11:17 ` Bernatowicz, Marcin
2025-08-25 16:53 ` [PATCH i-g-t 2/2] tests/intel/xe_test_config.json: Add SR-IOV testlists Jakub Kolakowski
2025-08-29 11:18 ` Bernatowicz, Marcin
2025-08-25 19:20 ` ✓ i915.CI.BAT: success for Update SR-IOV blocklists and testlists Patchwork
2025-08-25 19:51 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-26 0:22 ` ✗ i915.CI.Full: failure " Patchwork
2025-08-27 13:08 ` Kolakowski, Jakub1
2025-08-26 4:45 ` ✗ Xe.CI.Full: " Patchwork
2025-08-27 13:16 ` Kolakowski, Jakub1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).