* [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation
@ 2025-03-25 10:15 Jan Sokolowski
2025-03-25 23:37 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Jan Sokolowski @ 2025-03-25 10:15 UTC (permalink / raw)
To: igt-dev; +Cc: Jan Sokolowski
Add missing Mega features, Sub-categories and Functionality
tags to various eu debug tests.
Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
---
tests/intel/xe_eudebug.c | 77 ++++++++++++++++++++++++++++---
tests/intel/xe_eudebug_online.c | 42 +++++++++++++++++
tests/intel/xe_eudebug_sriov.c | 6 +++
tests/intel/xe_exec_sip_eudebug.c | 12 +++++
4 files changed, 130 insertions(+), 7 deletions(-)
diff --git a/tests/intel/xe_eudebug.c b/tests/intel/xe_eudebug.c
index 76870805c..bf9178a67 100644
--- a/tests/intel/xe_eudebug.c
+++ b/tests/intel/xe_eudebug.c
@@ -28,6 +28,8 @@
/**
* SUBTEST: sysfs-toggle
+ * Sub-category: EUdebug framework
+ * Functionality: enable
* Description:
* Exercise the debugger enable/disable sysfs toggle logic
*/
@@ -542,6 +544,8 @@ static int __debug_connect(int fd, int *debugfd, struct drm_xe_eudebug_connect *
/**
* SUBTEST: basic-connect
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Exercise XE_EUDEBUG_CONNECT ioctl with passing
* valid and invalid params.
@@ -622,6 +626,8 @@ static void switch_user(__uid_t uid, __gid_t gid)
/**
* SUBTEST: connect-user
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Verify unprivileged XE_EUDEBUG_CONNECT ioctl.
* Check:
@@ -758,6 +764,8 @@ static void test_connect_user(int fd)
/**
* SUBTEST: basic-close
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Test whether eudebug can be reattached after closure.
*/
@@ -786,6 +794,8 @@ static void test_close(int fd)
/**
* SUBTEST: basic-read-event
+ * Sub-category: EUdebug framework
+ * Functionality: events
* Description:
* Synchronously exercise eu debugger event polling and reading.
*/
@@ -881,50 +891,69 @@ static void test_read_event(int fd)
/**
* SUBTEST: basic-client
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Attach the debugger to process which opens and closes xe drm client.
*
* SUBTEST: basic-client-th
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Create client basic resources (vms) in multiple threads
*
* SUBTEST: multiple-sessions
+ * Sub-category: EUdebug framework
+ * Functionality: multisessions
* Description:
* Simultaneously attach many debuggers to many processes.
* Each process opens and closes xe drm client and creates few resources.
*
- * SUBTEST: basic-%s
+ * SUBTEST: basic-exec-queues
+ * Sub-category: EUdebug framework
+ * Functionality: exec queues events
* Description:
- * Attach the debugger to process which creates and destroys a few %arg[1].
+ * Attach the debugger to process which creates and destroys a few exec-queues.
+ *
+ * SUBTEST: basic-vms
+ * Sub-category: EUdebug framework
+ * Functionality: VM events
+ * Description:
+ * Attach the debugger to process which creates and destroys a few vms.
*
* SUBTEST: basic-vm-bind
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs synchronous vm bind
* and vm unbind.
*
* SUBTEST: basic-vm-bind-vm-destroy
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm bind, and destroys
* the vm without unbinding. Make sure that we don't get unbind events.
*
* SUBTEST: basic-vm-bind-extended
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs bind, bind array, rebind,
* partial unbind, unbind and unbind all operations.
*
* SUBTEST: multigpu-basic-client
+ * Sub-category: EUdebug framework
+ * Functionality: attach multiGPU
* Description:
* Attach the debugger to process which opens and closes xe drm client on all Xe devices.
*
* SUBTEST: multigpu-basic-client-many
+ * Sub-category: EUdebug framework
+ * Functionality: attach multiGPU
* Description:
* Simultaneously attach many debuggers to many processes on all Xe devices.
* Each process opens and closes xe drm client and creates few resources.
- *
- * arg[1]:
- *
- * @vms: vms
- * @exec-queues: exec queues
*/
static void test_basic_sessions(int fd, unsigned int flags, int count, bool match_opposite)
@@ -951,22 +980,30 @@ static void test_basic_sessions(int fd, unsigned int flags, int count, bool matc
/**
* SUBTEST: basic-vm-bind-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm-bind before attaching
* and check if the discovery process reports it.
*
* SUBTEST: basic-vm-bind-metadata-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm-bind with metadata attached
* before attaching and check if the discovery process reports it.
*
* SUBTEST: basic-vm-bind-vm-destroy-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm bind, and destroys
* the vm without unbinding before attaching. Make sure that we don't get
* any bind/unbind and vm create/destroy events.
*
* SUBTEST: basic-vm-bind-extended-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs bind, bind array, rebind,
* partial unbind, and unbind all operations before attaching. Ensure that
@@ -1077,6 +1114,8 @@ static void run_discovery_client(struct xe_eudebug_client *c)
/**
* SUBTEST: discovery-%s
+ * Sub-category: EUdebug framework
+ * Functionality: event discovery
* Description: Race discovery against %arg[1] and the debugger dettach.
*
* arg[1]:
@@ -1562,12 +1601,16 @@ static void vm_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-vm-access
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Exercise XE_EUDEBUG_VM_OPEN with pread and pwrite into the
* vm fd, concerning many different offsets inside the vm,
* and many virtual addresses of the vm_bound object.
*
* SUBTEST: basic-vm-access-userptr
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Exercise XE_EUDEBUG_VM_OPEN with pread and pwrite into the
* vm fd, concerning many different offsets inside the vm,
@@ -1713,11 +1756,15 @@ static void vm_trigger_access_parameters(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-vm-access-parameters
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Check negative scenarios of VM_OPEN ioctl and pread/pwrite usage
* with bo backing storage.
*
* SUBTEST: basic-vm-access-parameters-userptr
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Check negative scenarios of VM_OPEN ioctl and pread/pwrite usage
* with userptr backing storage.
@@ -1845,6 +1892,8 @@ static void metadata_read_on_vm_bind_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: read-metadata
+ * Sub-category: EUdebug framework
+ * Functionality: metadata
* Description:
* Exercise DRM_XE_EUDEBUG_IOCTL_READ_METADATA and debug metadata create|destroy events.
*/
@@ -1857,6 +1906,8 @@ static void test_metadata_read(int fd, unsigned int flags, int num_clients)
/**
* SUBTEST: attach-debug-metadata
+ * Sub-category: EUdebug framework
+ * Functionality: metadata
* Description:
* Read debug metadata when vm_bind has it attached.
*/
@@ -2073,19 +2124,27 @@ static int wait_for_ufence_events(struct ufence_priv *priv, int timeout_ms)
/**
* SUBTEST: basic-vm-bind-ufence
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application and check if ufence ack works
*
* SUBTEST: basic-vm-bind-ufence-delay-ack
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application and check if delayed ufence ack works
*
* SUBTEST: basic-vm-bind-ufence-reconnect
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application, hold it, drop the debugger connection and check if anything
* breaks. Expect that held acks are released when connection is dropped.
*
* SUBTEST: basic-vm-bind-ufence-sigint-client
+ * Sub-category: EUdebug framework
+ * Functionality: SIGINT
* Description:
* Give user fence in application, hold it, send SIGINT to client and check if anything breaks.
*/
@@ -2395,6 +2454,8 @@ static void vm_bind_clear_ack_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: vm-bind-clear
+ * Sub-category: EUdebug framework
+ * Functionality: memory access
* Description:
* Check that fresh buffers we vm_bind into the ppGTT are always clear.
*/
@@ -2610,6 +2671,8 @@ static void vma_ufence_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: vma-ufence
+ * Sub-category: EUdebug framework
+ * Functionality: check ufence blocking
* Description:
* Intercept vm bind after receiving ufence event, then access target vm and write to it.
* Then check on client side if the write was successful.
diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c
index 84ba748c1..c4409f8a5 100644
--- a/tests/intel/xe_eudebug_online.c
+++ b/tests/intel/xe_eudebug_online.c
@@ -1430,21 +1430,29 @@ static void pagefault_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Check whether KMD sends attention events
* for workload in debug mode stopped on breakpoint.
*
* SUBTEST: breakpoint-not-in-debug-mode
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Check whether KMD resets the GPU when it spots an attention
* coming from workload not in debug mode.
*
* SUBTEST: stopped-thread
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Hits breakpoint on runalone workload and
* reads attention for fixed time.
*
* SUBTEST: resume-%s
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Resumes stopped on a breakpoint workload
* with granularity of %arg[1].
@@ -1479,6 +1487,8 @@ static void test_basic_online(int fd, struct drm_xe_engine_class_instance *hwe,
/**
* SUBTEST: set-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: dynamic breakpoint
* Description:
* Checks for attention after setting a dynamic breakpoint in the ufence event.
*/
@@ -1603,11 +1613,15 @@ static void test_set_breakpoint_online_sigint_debugger(int fd,
/**
* SUBTEST: pagefault-read
+ * Sub-category: EUdebug online
+ * Functionality: page faults
* Description:
* Check whether KMD sends pagefault event for workload in debug mode that
* triggers a read pagefault.
*
* SUBTEST: pagefault-write
+ * Sub-category: EUdebug online
+ * Functionality: page faults
* Description:
* Check whether KMD sends pagefault event for workload in debug mode that
* triggers a write pagefault.
@@ -1646,6 +1660,8 @@ static void test_pagefault_online(int fd, struct drm_xe_engine_class_instance *h
/**
* SUBTEST: preempt-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: EUdebug preemption timeout
* Description:
* Verify that eu debugger disables preemption timeout to
* prevent reset of workload stopped on breakpoint.
@@ -1691,6 +1707,8 @@ static void test_preemption(int fd, struct drm_xe_engine_class_instance *hwe)
/**
* SUBTEST: reset-with-attention
+ * Sub-category: EUdebug online
+ * Functionality: EUdebug preemption timeout
* Description:
* Check whether GPU is usable after resetting with attention raised
* (stopped on breakpoint) by running the same workload again.
@@ -1728,12 +1746,16 @@ static void test_reset_with_attention_online(int fd, struct drm_xe_engine_class_
/**
* SUBTEST: interrupt-all
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload which should last about a few seconds, then
* interrupts all threads, checks whether attention event came, and
* resumes stopped threads back.
*
* SUBTEST: interrupt-all-set-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: dynamic breakpoint
* Description:
* Schedules EU workload which should last about a few seconds, then
* interrupts all threads, once attention event come it sets breakpoint on
@@ -1815,12 +1837,16 @@ static void reset_debugger_log(struct xe_eudebug_debugger *d)
/**
* SUBTEST: interrupt-other-debuggable
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload in runalone mode with never ending loop, while
* it is not under debug, tries to interrupt all threads using the different
* client attached to debugger.
*
* SUBTEST: interrupt-other
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with a never ending loop and, while it is not
* configured for debugging, tries to interrupt all threads using the client
@@ -1909,6 +1935,8 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
/**
* SUBTEST: tdctl-parameters
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload which should last about a few seconds, then
* checks negative scenarios of EU_THREADS ioctl usage, interrupts all threads,
@@ -2061,6 +2089,8 @@ static void eu_attention_debugger_detach_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: interrupt-reconnect
+ * Sub-category: EUdebug online
+ * Functionality: reopen connection
* Description:
* Schedules EU workload which should last about a few seconds,
* interrupts all threads and detaches debugger when attention is
@@ -2134,12 +2164,16 @@ static void test_interrupt_reconnect(int fd, struct drm_xe_engine_class_instance
/**
* SUBTEST: single-step
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with 16 nops after breakpoint, then single-steps
* through the shader, advances all threads each step, checking if all
* threads advanced every step.
*
* SUBTEST: single-step-one
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with 16 nops after breakpoint, then single-steps
* through the shader, advances one thread each step, checking if one
@@ -2191,6 +2225,8 @@ static void eu_attention_debugger_ndetach_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: debugger-reopen
+ * Sub-category: EUdebug online
+ * Functionality: reopen connection
* Description:
* Check whether the debugger is able to reopen the connection and
* capture the events of already running client.
@@ -2221,6 +2257,8 @@ static void test_debugger_reopen(int fd, struct drm_xe_engine_class_instance *hw
/**
* SUBTEST: writes-caching-%s-bb-%s-target-%s
+ * Sub-category: EUdebug online
+ * Functionality: cache coherency
* Description:
* Write incrementing values to 2-page-long target surface, poisoning the data one breakpoint
* before each write instruction and restoring it when the poisoned instruction breakpoint
@@ -2346,12 +2384,16 @@ static uint64_t timespecs_diff_us(struct timespec *ts1, struct timespec *ts2)
/**
* SUBTEST: breakpoint-many-sessions-single-tile
+ * Sub-category: EUdebug online
+ * Functionality: multisession
* Description:
* Schedules EU workload with preinstalled breakpoint on every compute engine
* available on the tile. Checks if the contexts hit breakpoint in sequence
* and resumes them.
*
* SUBTEST: breakpoint-many-sessions-tiles
+ * Sub-category: EUdebug online
+ * Functionality: multisession multiTile
* Description:
* Schedules EU workload with preinstalled breakpoint on selected compute
* engines, with one per tile. Checks if each context hit breakpoint and
diff --git a/tests/intel/xe_eudebug_sriov.c b/tests/intel/xe_eudebug_sriov.c
index eb13981bc..4f20a3e49 100644
--- a/tests/intel/xe_eudebug_sriov.c
+++ b/tests/intel/xe_eudebug_sriov.c
@@ -37,6 +37,9 @@ static bool has_vf_enable_eudebug_attr(int fd, unsigned int vf_num)
/**
* SUBTEST: deny-eudebug
+ * Mega feature: EUdebug
+ * Sub-category: EUdebug framework
+ * Functionality: EU debug and SR-IOV
* Description:
* Check that eudebug toggle is not available for VFs, and that enabling
* eudebug with VFs enabled is not permitted.
@@ -74,6 +77,9 @@ static void test_deny_eudebug(int fd)
/**
* SUBTEST: deny-sriov
+ * Mega feature: EUdebug
+ * Sub-category: EUdebug framework
+ * Functionality: EU debug and SR-IOV
* Description:
* Check that VFs cannot be enabled when eudebug is enabled.
*/
diff --git a/tests/intel/xe_exec_sip_eudebug.c b/tests/intel/xe_exec_sip_eudebug.c
index c317112b4..e5b8ba418 100644
--- a/tests/intel/xe_exec_sip_eudebug.c
+++ b/tests/intel/xe_exec_sip_eudebug.c
@@ -217,22 +217,34 @@ xe_sysfs_get_job_timeout_ms(int fd, struct drm_xe_engine_class_instance *eci)
/**
* SUBTEST: wait-writesip-nodebug
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: verify that we don't enter SIP after wait with debugging disabled.
*
* SUBTEST: breakpoint-writesip-nodebug
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: verify that we don't enter SIP after hitting breakpoint in shader
* when debugging is disabled.
*
* SUBTEST: breakpoint-writesip
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test that we enter SIP after hitting breakpoint in shader.
*
* SUBTEST: breakpoint-writesip-twice
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test twice that we enter SIP after hitting breakpoint in shader.
*
* SUBTEST: breakpoint-waitsip
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test that we reset after seeing the attention without the debugger.
*
* SUBTEST: breakpoint-waitsip-heavy
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description:
* Test that we reset after seeing the attention from heavy SIP, that resembles
* the production one, without the debugger.
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
@ 2025-03-25 23:37 ` Patchwork
2025-03-25 23:58 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-03-25 23:37 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 809 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
URL : https://patchwork.freedesktop.org/series/146721/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8284_BAT -> XEIGTPW_12827_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8284 -> IGTPW_12827
IGTPW_12827: 12827
IGT_8284: 8284
xe-2853-afc2e1fea0a406eedbaf632e96cdb6832a45ebb7: afc2e1fea0a406eedbaf632e96cdb6832a45ebb7
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/index.html
[-- Attachment #2: Type: text/html, Size: 1354 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
2025-03-25 23:37 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
@ 2025-03-25 23:58 ` Patchwork
2025-03-26 4:04 ` ✗ i915.CI.Full: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-03-25 23:58 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1889 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
URL : https://patchwork.freedesktop.org/series/146721/
State : success
== Summary ==
CI Bug Log - changes from IGT_8284 -> IGTPW_12827
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/index.html
Participating hosts (41 -> 40)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12827 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@workarounds:
- bat-adlp-9: [PASS][1] -> [ABORT][2] ([i915#13696]) +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/bat-adlp-9/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/bat-adlp-9/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][3] ([i915#12061]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/bat-mtlp-8/igt@i915_selftest@live.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13696]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13696
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8284 -> IGTPW_12827
CI-20190529: 20190529
CI_DRM_16320: afc2e1fea0a406eedbaf632e96cdb6832a45ebb7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12827: 12827
IGT_8284: 8284
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/index.html
[-- Attachment #2: Type: text/html, Size: 2500 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
2025-03-25 23:37 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
2025-03-25 23:58 ` ✓ i915.CI.BAT: " Patchwork
@ 2025-03-26 4:04 ` Patchwork
2025-03-26 8:01 ` ✗ Xe.CI.Full: " Patchwork
2025-03-31 10:02 ` [PATCH i-g-t 1/1] " Piecielska, Katarzyna
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2025-03-26 4:04 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 132522 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
URL : https://patchwork.freedesktop.org/series/146721/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8284_full -> IGTPW_12827_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12827_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12827_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_12827/index.html
Participating hosts (10 -> 11)
------------------------------
Additional (1): shard-dg2-set2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12827_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb1/igt@i915_module_load@reload-with-fault-injection.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb1/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-rkl: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1:
- shard-snb: [PASS][5] -> [FAIL][6] +2 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb1/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1:
- shard-rkl: NOTRUN -> [FAIL][7] +2 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html
- shard-tglu: [PASS][8] -> [FAIL][9] +4 other tests fail
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-4/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-8/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [PASS][10] -> [INCOMPLETE][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-5/igt@kms_pm_rpm@system-suspend-modeset.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
Known issues
------------
Here are the changes found in IGTPW_12827_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8411]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-1/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#8411]) +2 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#6230])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@api_intel_bb@crc32.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: NOTRUN -> [SKIP][15] ([i915#11078])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@device_reset@unbind-cold-reset-rebind.html
- shard-tglu-1: NOTRUN -> [SKIP][16] ([i915#11078])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@busy-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#8414]) +8 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-4/igt@drm_fdinfo@busy-check-all@ccs0.html
* igt@drm_fdinfo@busy-hang@bcs0:
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#8414]) +15 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@drm_fdinfo@busy-hang@bcs0.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-dg2-9: NOTRUN -> [SKIP][19] ([i915#11527] / [i915#8414]) +6 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle-check-all@vecs1:
- shard-dg2-9: NOTRUN -> [SKIP][20] ([i915#8414])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@vecs1.html
* igt@gem_bad_reloc@negative-reloc-bltcopy:
- shard-dg2-9: NOTRUN -> [SKIP][21] ([i915#3281]) +3 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_bad_reloc@negative-reloc-bltcopy.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#7697]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#9323])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-tglu-1: NOTRUN -> [SKIP][24] ([i915#13008])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-tglu-1: NOTRUN -> [SKIP][25] ([i915#7697])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#6335])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][27] ([i915#12353]) +1 other test incomplete
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk3/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#8555]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#280]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@gem_ctx_sseu@invalid-sseu.html
- shard-dg2-9: NOTRUN -> [SKIP][30] ([i915#280])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#280])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
- shard-tglu-1: NOTRUN -> [SKIP][32] ([i915#280])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#280])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-rkl: NOTRUN -> [ABORT][34] ([i915#7975] / [i915#8213])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@gem_eio@hibernate.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][35] -> [FAIL][36] ([i915#12714] / [i915#5784])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-17/igt@gem_eio@unwedge-stress.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-17/igt@gem_eio@unwedge-stress.html
- shard-mtlp: [PASS][37] -> [ABORT][38] ([i915#13193])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-mtlp-4/igt@gem_eio@unwedge-stress.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#4771])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4812]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-tglu-1: NOTRUN -> [SKIP][41] ([i915#4525])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#4525]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#4525])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-5/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_big@single:
- shard-tglu: [PASS][44] -> [ABORT][45] ([i915#11713])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-2/igt@gem_exec_big@single.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-8/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][46] ([i915#11965]) +1 other test fail
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@gem_exec_capture@capture.html
* igt@gem_exec_endless@dispatch@rcs0:
- shard-dg1: [PASS][47] -> [TIMEOUT][48] ([i915#3778]) +1 other test timeout
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-19/igt@gem_exec_endless@dispatch@rcs0.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-15/igt@gem_exec_endless@dispatch@rcs0.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3539] / [i915#4852]) +4 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#3539])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-15/igt@gem_exec_flush@basic-uc-set-default.html
- shard-dg2-9: NOTRUN -> [SKIP][51] ([i915#3539])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3281]) +2 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3281]) +12 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#3281]) +12 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_schedule@preempt-queue-contexts:
- shard-dg2-9: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-tglu: [PASS][56] -> [ABORT][57] ([i915#7975] / [i915#8213]) +1 other test abort
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-8/igt@gem_exec_suspend@basic-s4-devices.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#4860]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg2-9: NOTRUN -> [SKIP][59] ([i915#4860]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][60] ([i915#4613]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu-1: NOTRUN -> [SKIP][61] ([i915#4613]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random:
- shard-glk: NOTRUN -> [SKIP][62] ([i915#4613]) +6 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk1/igt@gem_lmem_swapping@parallel-random.html
* igt@gem_lmem_swapping@random:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) +5 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@gem_lmem_swapping@random.html
* igt@gem_lmem_swapping@smem-oom:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4613]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-4/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][65] ([i915#5493]) +1 other test timeout
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][66] ([i915#284])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-4/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-read:
- shard-dg2-9: NOTRUN -> [SKIP][67] ([i915#4077]) +8 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_mmap_gtt@basic-read.html
* igt@gem_mmap_gtt@basic-write:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4077])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@gem_mmap_gtt@basic-write.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) +6 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#4077]) +8 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@bad-offset:
- shard-dg2-9: NOTRUN -> [SKIP][71] ([i915#4083])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_mmap_wc@bad-offset.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4083]) +5 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@gem_mmap_wc@close.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4083])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#3282]) +1 other test skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][75] ([i915#3282]) +9 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pread@self:
- shard-dg2-9: NOTRUN -> [SKIP][76] ([i915#3282]) +6 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_pread@self.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: NOTRUN -> [TIMEOUT][77] ([i915#12964])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#4270]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: NOTRUN -> [TIMEOUT][79] ([i915#12917] / [i915#12964]) +1 other test timeout
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg2-9: NOTRUN -> [SKIP][80] ([i915#4270])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-rkl: [PASS][81] -> [TIMEOUT][82] ([i915#12917] / [i915#12964])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-3.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#4270])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#3282]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@y-tiled-to-vebox-x-tiled:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#8428]) +6 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2-9: NOTRUN -> [SKIP][86] ([i915#5190] / [i915#8428]) +3 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#5190] / [i915#8428]) +6 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#4079])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop:
- shard-dg2-9: NOTRUN -> [SKIP][89] ([i915#4885])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_softpin@evict-snoop.html
* igt@gem_softpin@noreloc-s3:
- shard-tglu: NOTRUN -> [ABORT][90] ([i915#12817])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-8/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2-9: NOTRUN -> [SKIP][91] ([i915#4079])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][92] ([i915#3297]) +3 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#3282] / [i915#3297])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-3/igt@gem_userptr_blits@forbidden-operations.html
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#3282] / [i915#3297])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#3297] / [i915#4880])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2-9: NOTRUN -> [SKIP][96] ([i915#3297] / [i915#4880])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#3281] / [i915#3297])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#3297])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gem_userptr_blits@unsync-overlap.html
- shard-mtlp: NOTRUN -> [SKIP][99] ([i915#3297])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#3297]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [PASS][101] -> [ABORT][102] ([i915#5566])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk2/igt@gen9_exec_parse@allowed-all.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk9/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: NOTRUN -> [ABORT][103] ([i915#5566])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#2527] / [i915#2856]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@gen9_exec_parse@bb-start-cmd.html
- shard-dg2-9: NOTRUN -> [SKIP][105] ([i915#2856]) +2 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-far:
- shard-tglu-1: NOTRUN -> [SKIP][106] ([i915#2527] / [i915#2856]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@gen9_exec_parse@bb-start-far.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#2856]) +3 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#2856]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#2527]) +6 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#6412])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@i915_module_load@resize-bar.html
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#7178])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-14/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][112] ([i915#8399])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-9/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#8399])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html
- shard-tglu-1: NOTRUN -> [SKIP][114] ([i915#8399])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-rkl: [PASS][115] -> [FAIL][116] ([i915#12942]) +1 other test fail
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rps@basic-api:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#11681] / [i915#6621])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#11681])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#4387])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#7984])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@i915_power@sanity.html
* igt@i915_selftest@live@gt_pm:
- shard-rkl: NOTRUN -> [DMESG-FAIL][121] ([i915#13550]) +1 other test dmesg-fail
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@mock:
- shard-mtlp: NOTRUN -> [DMESG-WARN][122] ([i915#9311]) +1 other test dmesg-warn
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@i915_selftest@mock.html
* igt@i915_selftest@mock@memory_region:
- shard-dg2-9: NOTRUN -> [DMESG-WARN][123] ([i915#9311]) +1 other test dmesg-warn
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@i915_selftest@mock@memory_region.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-rkl: NOTRUN -> [DMESG-WARN][124] ([i915#12917] / [i915#12964])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: NOTRUN -> [INCOMPLETE][125] ([i915#4817]) +1 other test incomplete
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk2/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#7707])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +1 other test skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-x-tiled-legacy:
- shard-dg2-9: NOTRUN -> [SKIP][128] ([i915#4212])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_addfb_basic@basic-x-tiled-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2-9: NOTRUN -> [SKIP][129] ([i915#4215] / [i915#5190])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#4212]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#4212])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-edp-1-4-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#8709]) +7 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-edp-1-4-mc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#8709]) +3 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#8709]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
- shard-tglu: NOTRUN -> [SKIP][135] ([i915#8709]) +3 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc-ccs-cc:
- shard-dg2-9: NOTRUN -> [SKIP][136] ([i915#8709]) +7 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc-ccs-cc.html
* igt@kms_atomic_transition@modeset-transition-fencing:
- shard-glk: NOTRUN -> [FAIL][137] ([i915#12238])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing.html
* igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs:
- shard-glk: NOTRUN -> [FAIL][138] ([i915#11859])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][139] ([i915#1769])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#1769] / [i915#3555])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#5286]) +8 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-dg2-9: NOTRUN -> [SKIP][142] +5 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#5286]) +2 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#5286]) +4 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538] / [i915#5286])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#3638]) +7 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [SKIP][147] +11 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#4538] / [i915#5190]) +9 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg2-9: NOTRUN -> [SKIP][149] ([i915#4538] / [i915#5190]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#6187]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-3:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#10307] / [i915#6095]) +169 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-3.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6095]) +49 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-3/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs-cc@pipe-c-edp-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#6095]) +118 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-dg2-9: NOTRUN -> [SKIP][155] ([i915#10307] / [i915#6095]) +29 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2-9: NOTRUN -> [SKIP][156] ([i915#12313])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#6095]) +128 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][158] ([i915#12805]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-10/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs:
- shard-dg2-9: NOTRUN -> [SKIP][159] ([i915#6095]) +14 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#6095]) +12 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][161] ([i915#12796]) +1 other test incomplete
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#12313]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#6095]) +39 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-10/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][164] ([i915#6095]) +34 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][165] ([i915#12313]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#12313])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#3742]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#13781]) +3 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#13783]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_audio@hdmi-audio:
- shard-dg2-9: NOTRUN -> [SKIP][170] ([i915#11151] / [i915#7828]) +7 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_chamelium_audio@hdmi-audio.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#11151] / [i915#7828]) +5 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-tglu: NOTRUN -> [SKIP][172] ([i915#11151] / [i915#7828]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-7/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#11151] / [i915#7828]) +3 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#11151] / [i915#7828]) +2 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#11151] / [i915#7828]) +13 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_content_protection@atomic:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#6944] / [i915#9424])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#7118] / [i915#9424])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@content-type-change:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#9424])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_content_protection@content-type-change.html
- shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#6944] / [i915#9424])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#3116])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][181] ([i915#7173]) +2 other tests fail
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#9424]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2-9: NOTRUN -> [SKIP][183] ([i915#7118])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#7118] / [i915#9424]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#13049])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-3/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#8814])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-9: NOTRUN -> [SKIP][188] ([i915#13049])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#3555]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [DMESG-WARN][190] ([i915#12964]) +15 other tests dmesg-warn
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_cursor_crc@cursor-random-256x85@pipe-b-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#13049]) +2 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#3555]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-7/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-dg1: [PASS][193] -> [DMESG-WARN][194] ([i915#4423]) +2 other tests dmesg-warn
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-19/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#3555]) +13 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8814]) +4 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][197] ([i915#13049]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-dg2-9: NOTRUN -> [SKIP][198] ([i915#3555])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [PASS][199] -> [FAIL][200] ([i915#13566]) +2 other tests fail
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-128x42.html
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][201] ([i915#13566]) +1 other test fail
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
- shard-tglu: [PASS][202] -> [FAIL][203] ([i915#13566]) +3 other tests fail
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#13049]) +2 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][205] +40 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#4103]) +2 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2-9: NOTRUN -> [SKIP][207] ([i915#4103] / [i915#4213]) +3 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#4103] / [i915#4213])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-atomic:
- shard-glk: [PASS][209] -> [FAIL][210] ([i915#2346])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk5/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#13046] / [i915#5354]) +2 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#9809]) +3 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
- shard-dg2-9: NOTRUN -> [SKIP][213] ([i915#13046] / [i915#5354]) +4 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-legacy:
- shard-rkl: [PASS][214] -> [FAIL][215] ([i915#2346])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
* igt@kms_display_modes@extended-mode-basic:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#13691])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#3804])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#3804])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#3555]) +7 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#13749])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-6/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#13749]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_dp_link_training@non-uhbr-sst.html
- shard-dg2: [PASS][222] -> [SKIP][223] ([i915#13749])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-11/igt@kms_dp_link_training@non-uhbr-sst.html
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#13748])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#13748])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#13707])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-dg2-9: NOTRUN -> [SKIP][227] ([i915#13707])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#8812])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-basic:
- shard-dg2-9: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#3840])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-dg2-9: NOTRUN -> [SKIP][230] ([i915#3840])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#3840])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][232] ([i915#3555] / [i915#3840])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#3840])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-5/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#3840])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-tglu: NOTRUN -> [SKIP][235] ([i915#2575])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-6/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#3955]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#4854])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_feature_discovery@chamelium.html
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#4854])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#1839])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#1839])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#9337])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_feature_discovery@dp-mst.html
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#9337])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-3/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#658])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_feature_discovery@psr2.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#4881])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#9934]) +7 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#3637]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-3/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#3637]) +5 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-snb: [PASS][248] -> [FAIL][249] ([i915#10826]) +1 other test fail
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb5/igt@kms_flip@2x-dpms-vs-vblank-race.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-snb: [PASS][250] -> [FAIL][251] ([i915#11832] / [i915#13734])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][252] -> [FAIL][253] ([i915#11832])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg2-9: NOTRUN -> [SKIP][254] ([i915#9934]) +6 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3637]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-interruptible:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#9934]) +16 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_flip@2x-plain-flip-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#9934])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-18/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][258] ([i915#12745] / [i915#4839] / [i915#6113])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][259] ([i915#12745] / [i915#6113])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk2/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible:
- shard-snb: [PASS][260] -> [FAIL][261] ([i915#13734])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb4/igt@kms_flip@wf_vblank-ts-check-interruptible.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb6/igt@kms_flip@wf_vblank-ts-check-interruptible.html
- shard-tglu: [PASS][262] -> [FAIL][263] ([i915#13734])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@kms_flip@wf_vblank-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1:
- shard-glk: [PASS][264] -> [FAIL][265] ([i915#13734]) +1 other test fail
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk9/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#2672]) +4 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][267] ([i915#2587] / [i915#2672]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][268] ([i915#2672] / [i915#3555]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#2587] / [i915#2672]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-rkl: [PASS][270] -> [DMESG-WARN][271] ([i915#12964]) +17 other tests dmesg-warn
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-dg2-9: NOTRUN -> [SKIP][272] ([i915#2672] / [i915#3555] / [i915#5190])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#3555] / [i915#8810] / [i915#8813])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#8810])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][275] ([i915#2672] / [i915#3555]) +4 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#2672] / [i915#3555]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg2-9: NOTRUN -> [SKIP][277] ([i915#2672] / [i915#3555])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2-9: NOTRUN -> [SKIP][278] ([i915#2672]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/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-dg2: NOTRUN -> [SKIP][279] ([i915#2672] / [i915#3555])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#2672]) +2 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][282] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [FAIL][283] ([i915#6880])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt:
- shard-snb: [PASS][284] -> [SKIP][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][286] ([i915#5354]) +27 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][287] ([i915#1825]) +64 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-snb: NOTRUN -> [SKIP][288] +8 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][289] ([i915#8708]) +8 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#5439])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
- shard-tglu-1: NOTRUN -> [SKIP][291] ([i915#5439])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][292] ([i915#5439])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][293] ([i915#3458]) +15 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-stridechange:
- shard-tglu: NOTRUN -> [SKIP][294] +44 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][295] ([i915#8708])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-pgflip-blt:
- shard-dg2-9: NOTRUN -> [SKIP][296] ([i915#3458]) +12 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#3023]) +42 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][298] ([i915#8708]) +5 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][299] ([i915#1825]) +17 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-dg2-9: NOTRUN -> [SKIP][300] ([i915#5354]) +17 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][301] +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][302] ([i915#8708]) +20 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_hdr@static-swap:
- shard-rkl: NOTRUN -> [SKIP][303] ([i915#3555] / [i915#8228]) +2 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_hdr@static-swap.html
- shard-tglu-1: NOTRUN -> [SKIP][304] ([i915#3555] / [i915#8228])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-dpms:
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#3555] / [i915#8228])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-10/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][306] ([i915#12394])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-dg2-9: NOTRUN -> [SKIP][307] ([i915#13688])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_joiner@basic-max-non-joiner.html
- shard-rkl: NOTRUN -> [SKIP][308] ([i915#13688])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#12339])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_joiner@basic-ultra-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][310] ([i915#12339])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][311] ([i915#10656])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-1/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#10656])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][313] ([i915#12388])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#12388])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-9: NOTRUN -> [SKIP][315] ([i915#12339])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][316] ([i915#13522])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][317] ([i915#6301])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_panel_fitting@legacy:
- shard-tglu-1: NOTRUN -> [SKIP][318] ([i915#6301])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
- shard-tglu-1: NOTRUN -> [SKIP][319] +36 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1:
- shard-glk: [PASS][320] -> [INCOMPLETE][321] ([i915#12756])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][322] ([i915#10647] / [i915#12169])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk7/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][323] ([i915#10647]) +3 other tests fail
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk7/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk: NOTRUN -> [FAIL][324] ([i915#10647] / [i915#12177])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2-9: NOTRUN -> [SKIP][325] ([i915#8821])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][326] ([i915#3555] / [i915#8806])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-3/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: [PASS][327] -> [SKIP][328] ([i915#6953] / [i915#9423])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-10/igt@kms_plane_scaling@intel-max-src-size.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][329] ([i915#12247]) +8 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][330] ([i915#12247]) +9 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][331] ([i915#12247] / [i915#6953] / [i915#9423])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-mtlp: NOTRUN -> [SKIP][332] ([i915#12247] / [i915#6953])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][333] ([i915#12247] / [i915#6953])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][334] ([i915#12247]) +3 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-tglu-1: NOTRUN -> [SKIP][335] ([i915#12247] / [i915#6953]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c:
- shard-tglu-1: NOTRUN -> [SKIP][336] ([i915#12247]) +7 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: NOTRUN -> [SKIP][337] ([i915#5354]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-9: NOTRUN -> [SKIP][338] ([i915#9685])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#9685])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu-1: NOTRUN -> [SKIP][340] ([i915#3828])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#5978])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-3/igt@kms_pm_dc@dc6-dpms.html
- shard-tglu: [PASS][342] -> [FAIL][343] ([i915#9295])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-10/igt@kms_pm_dc@dc6-dpms.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html
- shard-mtlp: NOTRUN -> [FAIL][344] ([i915#12913])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#9685])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#9519]) +2 other tests skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2-9: NOTRUN -> [SKIP][347] ([i915#9519])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [PASS][348] -> [SKIP][349] ([i915#9519]) +1 other test skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-11/igt@kms_pm_rpm@modeset-non-lpsp.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-pc8-residency-stress:
- shard-dg2: NOTRUN -> [SKIP][350] +4 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-3/igt@kms_pm_rpm@modeset-pc8-residency-stress.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][351] ([i915#6524])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg1: NOTRUN -> [SKIP][352] ([i915#6524])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html
- shard-tglu: NOTRUN -> [SKIP][353] ([i915#6524])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@kms_prime@basic-modeset-hybrid.html
- shard-mtlp: NOTRUN -> [SKIP][354] ([i915#6524])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg2-9: NOTRUN -> [SKIP][355] ([i915#6524] / [i915#6805])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf:
- shard-dg2-9: NOTRUN -> [SKIP][356] ([i915#11520]) +4 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][357] ([i915#11520]) +4 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-9/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][358] ([i915#11520]) +17 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][359] ([i915#9808])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-mtlp: NOTRUN -> [SKIP][360] ([i915#12316]) +5 other tests skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][361] ([i915#11520]) +3 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][362] ([i915#11520]) +7 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][363] ([i915#11520]) +12 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-mtlp: NOTRUN -> [SKIP][364] ([i915#4348])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-rkl: NOTRUN -> [SKIP][365] ([i915#9683]) +1 other test skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-mtlp: NOTRUN -> [SKIP][366] ([i915#9688]) +10 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-6/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-dg2-9: NOTRUN -> [SKIP][367] ([i915#1072] / [i915#9732]) +12 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][368] +462 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk7/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: NOTRUN -> [SKIP][369] ([i915#1072] / [i915#9732]) +39 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_psr@fbc-psr2-sprite-render.html
- shard-tglu-1: NOTRUN -> [SKIP][370] ([i915#9732]) +8 other tests skip
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@pr-cursor-blt:
- shard-dg1: NOTRUN -> [SKIP][371] ([i915#1072] / [i915#9732])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-17/igt@kms_psr@pr-cursor-blt.html
* igt@kms_psr@pr-primary-page-flip:
- shard-tglu: NOTRUN -> [SKIP][372] ([i915#9732]) +9 other tests skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-4/igt@kms_psr@pr-primary-page-flip.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][373] ([i915#1072] / [i915#9732]) +20 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][374] ([i915#4077] / [i915#9688]) +1 other test skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2: NOTRUN -> [SKIP][375] ([i915#12755]) +1 other test skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html
- shard-mtlp: NOTRUN -> [SKIP][376] ([i915#12755])
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][377] ([i915#4235])
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][378] ([i915#5289])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
- shard-dg2-9: NOTRUN -> [SKIP][379] ([i915#5190])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-tglu: NOTRUN -> [SKIP][380] ([i915#5289])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][381] ([i915#12755] / [i915#5190])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
- shard-rkl: NOTRUN -> [SKIP][382] ([i915#5289]) +1 other test skip
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_selftest@drm_framebuffer:
- shard-mtlp: NOTRUN -> [ABORT][383] ([i915#13179]) +1 other test abort
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-4/igt@kms_selftest@drm_framebuffer.html
- shard-dg2-9: NOTRUN -> [ABORT][384] ([i915#13179]) +1 other test abort
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_selftest@drm_framebuffer.html
* igt@kms_sequence@queue-idle@pipe-c-hdmi-a-1:
- shard-glk: [PASS][385] -> [DMESG-WARN][386] ([i915#118]) +3 other tests dmesg-warn
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk6/igt@kms_sequence@queue-idle@pipe-c-hdmi-a-1.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@kms_sequence@queue-idle@pipe-c-hdmi-a-1.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][387] ([i915#3555] / [i915#8809])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-8/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: [PASS][388] -> [INCOMPLETE][389] ([i915#12276])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk4/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk6/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][390] ([i915#12276]) +1 other test incomplete
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk5/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][391] ([i915#9906])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][392] ([i915#11920])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_vrr@lobf.html
- shard-mtlp: NOTRUN -> [SKIP][393] ([i915#11920])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@kms_vrr@lobf.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][394] ([i915#3555] / [i915#9906])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_vrr@negative-basic.html
- shard-rkl: NOTRUN -> [SKIP][395] ([i915#3555] / [i915#9906])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][396] ([i915#9906])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-tglu-1: NOTRUN -> [SKIP][397] ([i915#9906])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2-9: NOTRUN -> [SKIP][398] ([i915#9906])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-mtlp: NOTRUN -> [SKIP][399] ([i915#8808] / [i915#9906])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-2/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-glk: NOTRUN -> [SKIP][400] ([i915#2437])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-tglu: NOTRUN -> [SKIP][401] ([i915#2437] / [i915#9412])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-tglu-1: NOTRUN -> [SKIP][402] ([i915#2437])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-1/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-9: NOTRUN -> [SKIP][403] ([i915#2437] / [i915#9412])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
- shard-rkl: NOTRUN -> [SKIP][404] ([i915#2437] / [i915#9412])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-rkl: NOTRUN -> [SKIP][405] ([i915#2437])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@kms_writeback@writeback-invalid-parameters.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-dg2: NOTRUN -> [SKIP][406] ([i915#2436])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-rkl: NOTRUN -> [SKIP][407] ([i915#2436])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-idle@vcs0:
- shard-dg2: [PASS][408] -> [FAIL][409] ([i915#4349]) +5 other tests fail
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-6/igt@perf_pmu@busy-idle@vcs0.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@perf_pmu@busy-idle@vcs0.html
* igt@perf_pmu@module-unload:
- shard-tglu: [PASS][410] -> [INCOMPLETE][411] ([i915#13520])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-5/igt@perf_pmu@module-unload.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-9/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-idle-check-all:
- shard-rkl: NOTRUN -> [FAIL][412] ([i915#4349]) +1 other test fail
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@perf_pmu@most-busy-idle-check-all.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][413] ([i915#8516])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-10/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [INCOMPLETE][414] ([i915#5493]) +1 other test incomplete
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@prime_mmap@test_aperture_limit.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: NOTRUN -> [SKIP][415] ([i915#3291] / [i915#3708]) +1 other test skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-gtt:
- shard-dg2: NOTRUN -> [SKIP][416] ([i915#3708] / [i915#4077])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-8/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@basic-read:
- shard-dg2: NOTRUN -> [SKIP][417] ([i915#3291] / [i915#3708])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-2/igt@prime_vgem@basic-read.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: NOTRUN -> [SKIP][418] ([i915#3708])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-rkl: NOTRUN -> [SKIP][419] ([i915#9917]) +1 other test skip
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-dg1: NOTRUN -> [SKIP][420] ([i915#9917])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-18/igt@sriov_basic@enable-vfs-autoprobe-off.html
- shard-dg2-9: NOTRUN -> [SKIP][421] ([i915#9917])
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-9/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6:
- shard-tglu: NOTRUN -> [FAIL][422] ([i915#12910]) +9 other tests fail
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-4/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html
- shard-mtlp: NOTRUN -> [FAIL][423] ([i915#12910]) +9 other tests fail
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-5/igt@sriov_basic@enable-vfs-autoprobe-off@numvfs-6.html
#### Possible fixes ####
* igt@gem_eio@hibernate:
- shard-dg2: [ABORT][424] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][425]
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-5/igt@gem_eio@hibernate.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-tglu: [DMESG-WARN][426] ([i915#13363]) -> [PASS][427]
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-7/igt@gem_eio@kms.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@gem_eio@kms.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][428] ([i915#12543] / [i915#5784]) -> [PASS][429]
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-18/igt@gem_eio@reset-stress.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@gem_eio@reset-stress.html
* igt@gem_eio@wait-immediate:
- shard-mtlp: [ABORT][430] ([i915#13193]) -> [PASS][431] +2 other tests pass
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-mtlp-7/igt@gem_eio@wait-immediate.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@gem_eio@wait-immediate.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-rkl: [TIMEOUT][432] ([i915#12917] / [i915#12964]) -> [PASS][433] +2 other tests pass
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-3/igt@gem_pxp@protected-raw-src-copy-not-readible.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_softpin@noreloc-s3:
- shard-rkl: [INCOMPLETE][434] ([i915#13809]) -> [PASS][435]
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@gem_softpin@noreloc-s3.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiled_swapping@non-threaded:
- shard-snb: [FAIL][436] ([i915#12941]) -> [PASS][437]
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb7/igt@gem_tiled_swapping@non-threaded.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: [INCOMPLETE][438] ([i915#13356]) -> [PASS][439] +1 other test pass
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk1/igt@gem_workarounds@suspend-resume-context.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk8/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [FAIL][440] ([i915#3591]) -> [PASS][441] +1 other test pass
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-dg1: [DMESG-WARN][442] ([i915#4391] / [i915#4423]) -> [PASS][443]
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-18/igt@i915_suspend@basic-s3-without-i915.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-19/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@debugfs-reader:
- shard-glk: [INCOMPLETE][444] ([i915#4817]) -> [PASS][445]
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-glk6/igt@i915_suspend@debugfs-reader.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-glk6/igt@i915_suspend@debugfs-reader.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
- shard-dg1: [DMESG-WARN][446] ([i915#4423]) -> [PASS][447] +3 other tests pass
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-19/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-19/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-tglu: [FAIL][448] ([i915#13566]) -> [PASS][449] +3 other tests pass
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-128x42.html
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-rkl: [FAIL][450] -> [PASS][451]
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [FAIL][452] ([i915#11832]) -> [PASS][453] +1 other test pass
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a2:
- shard-rkl: [DMESG-WARN][454] ([i915#12964]) -> [PASS][455] +13 other tests pass
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-1/igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a2.html
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_flip@dpms-vs-vblank-race-interruptible@b-hdmi-a2.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-dg1: [FAIL][456] ([i915#13734]) -> [PASS][457] +1 other test pass
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-18/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1:
- shard-snb: [FAIL][458] ([i915#13734]) -> [PASS][459] +1 other test pass
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb2/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1:
- shard-tglu: [FAIL][460] ([i915#13734]) -> [PASS][461] +2 other tests pass
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-8/igt@kms_flip@flip-vs-absolute-wf_vblank@b-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
- shard-snb: [SKIP][462] -> [PASS][463] +6 other tests pass
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_hdr@static-toggle:
- shard-dg2: [SKIP][464] ([i915#3555] / [i915#8228]) -> [PASS][465]
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-7/igt@kms_hdr@static-toggle.html
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-10/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-dg2: [SKIP][466] ([i915#12388]) -> [PASS][467]
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-7/igt@kms_joiner@basic-force-big-joiner.html
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-11/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_plane_cursor@viewport:
- shard-rkl: [DMESG-WARN][468] ([i915#12917] / [i915#12964]) -> [PASS][469]
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@kms_plane_cursor@viewport.html
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-6/igt@kms_plane_cursor@viewport.html
* igt@kms_pm_dc@dc5-dpms:
- shard-tglu: [FAIL][470] ([i915#9295]) -> [PASS][471]
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-tglu-8/igt@kms_pm_dc@dc5-dpms.html
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-tglu-2/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-mtlp: [FAIL][472] ([i915#12912]) -> [PASS][473]
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-mtlp-6/igt@kms_pm_dc@dc6-psr.html
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-mtlp-7/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: [SKIP][474] ([i915#9519]) -> [PASS][475]
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][476] ([i915#9519]) -> [PASS][477]
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-8/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg2: [FAIL][478] ([i915#8717]) -> [PASS][479]
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-2/igt@kms_pm_rpm@i2c.html
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-7/igt@kms_pm_rpm@i2c.html
#### Warnings ####
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: [SKIP][480] ([i915#4270]) -> [TIMEOUT][481] ([i915#12964])
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-5/igt@gem_pxp@create-protected-buffer.html
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-context-1:
- shard-rkl: [SKIP][482] ([i915#4270]) -> [TIMEOUT][483] ([i915#12917] / [i915#12964])
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-6/igt@gem_pxp@create-regular-context-1.html
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@display-protected-crc:
- shard-rkl: [TIMEOUT][484] ([i915#12917] / [i915#12964]) -> [SKIP][485] ([i915#4270])
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-1/igt@gem_pxp@display-protected-crc.html
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: [FAIL][486] ([i915#13811]) -> [TIMEOUT][487] ([i915#12917] / [i915#12964])
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-1/igt@gem_pxp@hw-rejects-pxp-context.html
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-1/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-rkl: [INCOMPLETE][488] ([i915#13356]) -> [DMESG-WARN][489] ([i915#12964])
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-7/igt@gem_workarounds@suspend-resume-fd.html
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-7/igt@gem_workarounds@suspend-resume-fd.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg1: [SKIP][490] ([i915#12313] / [i915#4423]) -> [SKIP][491] ([i915#12313])
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-13/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-18/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_content_protection@content-type-change:
- shard-snb: [SKIP][492] -> [INCOMPLETE][493] ([i915#8816]) +1 other test incomplete
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb4/igt@kms_content_protection@content-type-change.html
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb5/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@legacy:
- shard-dg2: [FAIL][494] ([i915#7173]) -> [SKIP][495] ([i915#7118] / [i915#9424])
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-11/igt@kms_content_protection@legacy.html
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: [SKIP][496] ([i915#9424]) -> [FAIL][497] ([i915#7173])
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-8/igt@kms_content_protection@lic-type-0.html
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-10/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-snb: [INCOMPLETE][498] ([i915#9878]) -> [SKIP][499]
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-snb6/igt@kms_content_protection@mei-interface.html
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-snb6/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-rkl: [FAIL][500] ([i915#13566]) -> [DMESG-FAIL][501] ([i915#12964])
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-rkl-6/igt@kms_cursor_crc@cursor-random-256x85.html
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-rkl-4/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: [SKIP][502] ([i915#3555] / [i915#3840]) -> [SKIP][503] ([i915#3555] / [i915#3840] / [i915#4423])
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-19/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg1: [SKIP][504] ([i915#4423]) -> [SKIP][505] +1 other test skip
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
- shard-dg2: [SKIP][506] ([i915#3458]) -> [SKIP][507] ([i915#10433] / [i915#3458]) +4 other tests skip
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render:
- shard-dg1: [SKIP][508] -> [SKIP][509] ([i915#4423])
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-dg2: [SKIP][510] ([i915#10433] / [i915#3458]) -> [SKIP][511] ([i915#3458])
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_psr@fbc-psr-sprite-mmap-gtt:
- shard-dg1: [SKIP][512] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][513] ([i915#1072] / [i915#9732])
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8284/shard-dg1-15/igt@kms_psr@fbc-psr-sprite-mmap-gtt.html
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/shard-dg1-16/igt@kms_psr@fbc-psr-sprite-mmap-gtt.html
[i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030
[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#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#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11832]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11832
[i915#11859]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[i915#12238]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12238
[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#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394
[i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543
[i915#12714]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12714
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12796]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12796
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12817
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12912]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12912
[i915#12913]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12913
[i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917
[i915#12941]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12941
[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#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522
[i915#13550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13550
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13734]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13734
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13809
[i915#13811]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13811
[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#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[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#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[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#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3778
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[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#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[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#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[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#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[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#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[i915#5978]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5978
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6113]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6113
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[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#7178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7178
[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#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8717
[i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[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#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[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_8284 -> IGTPW_12827
CI-20190529: 20190529
CI_DRM_16320: afc2e1fea0a406eedbaf632e96cdb6832a45ebb7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12827: 12827
IGT_8284: 8284
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12827/index.html
[-- Attachment #2: Type: text/html, Size: 168595 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
` (2 preceding siblings ...)
2025-03-26 4:04 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-03-26 8:01 ` Patchwork
2025-03-26 13:11 ` Sokolowski, Jan
2025-03-31 10:02 ` [PATCH i-g-t 1/1] " Piecielska, Katarzyna
4 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2025-03-26 8:01 UTC (permalink / raw)
To: Jan Sokolowski; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 60755 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
URL : https://patchwork.freedesktop.org/series/146721/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8284_full -> XEIGTPW_12827_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12827_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12827_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12827_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_color@ctm-blue-to-red:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_color@ctm-blue-to-red.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_color@ctm-blue-to-red.html
* igt@kms_setmode@basic@pipe-a-edp-1:
- shard-lnl: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html
* igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0:
- shard-dg2-set2: [PASS][5] -> [FAIL][6] +4 other tests fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0.html
Known issues
------------
Here are the changes found in XEIGTPW_12827_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: NOTRUN -> [FAIL][7] ([Intel XE#3719] / [Intel XE#911]) +3 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#3279])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2370])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-bmg: [PASS][10] -> [INCOMPLETE][11] ([Intel XE#3225])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2327]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#316]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/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-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1124]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [PASS][17] -> [SKIP][18] ([Intel XE#2191]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2314] / [Intel XE#2894])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2887]) +2 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2887]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#3432])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#2907])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#787]) +167 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [PASS][25] -> [INCOMPLETE][26] ([Intel XE#2705] / [Intel XE#4345] / [Intel XE#4522])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [PASS][27] -> [INCOMPLETE][28] ([Intel XE#4522])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2652] / [Intel XE#787]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-dp-2:
- shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#455] / [Intel XE#787]) +32 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-dp-2.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#306])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_color@ctm-max:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#306])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#373])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2252]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#373]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_content_protection@atomic:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#3278])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][37] ([Intel XE#1178]) +1 other test fail
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#307])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#455]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][40] ([Intel XE#1178])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2321])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1424]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2291])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2-set2: [PASS][44] -> [SKIP][45] ([Intel XE#309]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [PASS][46] -> [SKIP][47] ([Intel XE#2291]) +5 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#309])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#323])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dp_aux_dev:
- shard-bmg: [PASS][50] -> [SKIP][51] ([Intel XE#3009])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_dp_aux_dev.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dp_aux_dev.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-bmg: [PASS][52] -> [SKIP][53] ([Intel XE#4294])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-basic:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2244])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#2244])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#4422])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_feature_discovery@display-2x:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#702])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_feature_discovery@display-2x.html
- shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#2373])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_feature_discovery@display-2x.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-busy-flip:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#1421])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2316])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][62] -> [FAIL][63] ([Intel XE#301]) +3 other tests fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][64] ([Intel XE#3321]) +3 other tests fail
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-dg2-set2: [PASS][65] -> [SKIP][66] ([Intel XE#310]) +9 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@2x-nonexisting-fb-interruptible.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-bmg: [PASS][67] -> [SKIP][68] ([Intel XE#2316]) +5 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [PASS][69] -> [FAIL][70] ([Intel XE#301]) +1 other test fail
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:
- shard-bmg: [PASS][71] -> [FAIL][72] ([Intel XE#3321]) +3 other tests fail
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@c-dp4:
- shard-dg2-set2: [PASS][73] -> [FAIL][74] ([Intel XE#301] / [Intel XE#3321]) +2 other tests fail
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html
* igt@kms_flip@flip-vs-rmfb-interruptible:
- shard-dg2-set2: [PASS][75] -> [INCOMPLETE][76] ([Intel XE#2049]) +1 other test incomplete
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_flip@flip-vs-rmfb-interruptible.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_flip@flip-vs-rmfb-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1401]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2293]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#651]) +7 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#651]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2312])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: [PASS][84] -> [SKIP][85] ([Intel XE#656]) +7 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#4141]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2311]) +3 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#656]) +8 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#653]) +6 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#656]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2313]) +5 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1470] / [Intel XE#2853])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#3374] / [Intel XE#3544])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [PASS][94] -> [SKIP][95] ([Intel XE#455]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_hdr@invalid-hdr.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#4298])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-dg2-set2: [PASS][97] -> [SKIP][98] ([Intel XE#4328])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2393])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][100] ([Intel XE#4212])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [ABORT][101] ([Intel XE#4540])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#2763]) +5 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#2763]) +4 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2-set2: [PASS][105] -> [SKIP][106] ([Intel XE#836]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_pm_rpm@modeset-non-lpsp.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [FAIL][107] ([Intel XE#4570]) +3 other tests fail
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#1489])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#1489]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#1122])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#2850] / [Intel XE#929]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@pr-suspend:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_psr@pr-suspend.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2414])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#3414])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#3414] / [Intel XE#3904])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][117] -> [FAIL][118] ([Intel XE#2883]) +5 other tests fail
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][119] -> [FAIL][120] ([Intel XE#2883]) +1 other test fail
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#1499])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-bmg: NOTRUN -> [SKIP][122] ([Intel XE#756])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#2905] / [Intel XE#3889])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_eudebug@discovery-empty:
- shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#2905]) +3 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@xe_eudebug@discovery-empty.html
* igt@xe_eudebug_online@single-step-one:
- shard-lnl: NOTRUN -> [SKIP][125] ([Intel XE#2905])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_eudebug_online@single-step-one.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
- shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2905]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html
* igt@xe_evict@evict-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#688])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-1/igt@xe_evict@evict-large-multi-vm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#1392])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html
* igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap:
- shard-dg2-set2: [PASS][129] -> [SKIP][130] ([Intel XE#1392]) +7 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2322]) +2 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#1392]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@once-bindexecqueue-rebind:
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#288]) +11 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#2360])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html
* igt@xe_media_fill@media-fill:
- shard-lnl: NOTRUN -> [SKIP][135] ([Intel XE#560])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@xe_media_fill@media-fill.html
* igt@xe_oa@oa-formats:
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#2541] / [Intel XE#3573]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@xe_oa@oa-formats.html
* igt@xe_pm@d3cold-mocs:
- shard-bmg: NOTRUN -> [SKIP][137] ([Intel XE#2284])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][138] ([Intel XE#1948])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s4-mocs:
- shard-lnl: [PASS][139] -> [ABORT][140] ([Intel XE#1794]) +1 other test abort
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-6/igt@xe_pm@s4-mocs.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@xe_pm@s4-mocs.html
* igt@xe_pm@vram-d3cold-threshold:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#579])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@xe_pm@vram-d3cold-threshold.html
* igt@xe_query@multigpu-query-config:
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#944])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@xe_query@multigpu-query-config.html
* igt@xe_sriov_flr@flr-twice:
- shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#4273])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_sriov_flr@flr-twice.html
#### Possible fixes ####
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
- shard-bmg: [SKIP][144] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][145] +1 other test pass
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][146] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4522]) -> [PASS][147] +1 other test pass
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-dg2-set2: [SKIP][148] ([Intel XE#309]) -> [PASS][149]
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [SKIP][150] ([Intel XE#2291]) -> [PASS][151] +6 other tests pass
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [SKIP][152] ([Intel XE#4302]) -> [PASS][153]
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-dg2-set2: [SKIP][154] ([Intel XE#310]) -> [PASS][155] +3 other tests pass
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [SKIP][156] ([Intel XE#2316]) -> [PASS][157] +8 other tests pass
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg2-set2: [FAIL][158] ([Intel XE#2882]) -> [PASS][159]
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][160] ([Intel XE#301]) -> [PASS][161]
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-panning-interruptible:
- shard-dg2-set2: [INCOMPLETE][162] ([Intel XE#2049]) -> [PASS][163]
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@flip-vs-panning-interruptible.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_flip@flip-vs-panning-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][164] ([Intel XE#656]) -> [PASS][165] +4 other tests pass
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
- shard-dg2-set2: [FAIL][166] ([Intel XE#616]) -> [PASS][167] +1 other test pass
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [FAIL][168] ([Intel XE#718]) -> [PASS][169]
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [SKIP][170] ([Intel XE#1435]) -> [PASS][171] +2 other tests pass
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: [FAIL][172] ([Intel XE#899]) -> [PASS][173] +2 other tests pass
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][174] ([Intel XE#4459]) -> [PASS][175] +1 other test pass
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@negative-basic:
- shard-bmg: [SKIP][176] ([Intel XE#1499]) -> [PASS][177]
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_vrr@negative-basic.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_vrr@negative-basic.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][178] ([Intel XE#1392]) -> [PASS][179] +10 other tests pass
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html
* igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create:
- shard-bmg: [ABORT][180] -> [PASS][181]
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html
#### Warnings ####
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][182] ([Intel XE#787]) -> [SKIP][183] ([Intel XE#455] / [Intel XE#787]) +11 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][184] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][185] ([Intel XE#787]) +2 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: [SKIP][186] ([Intel XE#455]) -> [FAIL][187] ([Intel XE#1178])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_content_protection@atomic-dpms.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [FAIL][188] ([Intel XE#1178]) -> [SKIP][189] ([Intel XE#2341])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_content_protection@lic-type-0.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-bmg: [SKIP][190] ([Intel XE#2341]) -> [FAIL][191] ([Intel XE#1178])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_content_protection@srm.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_content_protection@srm.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [SKIP][192] ([Intel XE#2316]) -> [FAIL][193] ([Intel XE#3321])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][194] ([Intel XE#3321]) -> [SKIP][195] ([Intel XE#2316])
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-bmg: [INCOMPLETE][196] ([Intel XE#2049]) -> [SKIP][197] ([Intel XE#2316])
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: [SKIP][198] ([Intel XE#656]) -> [SKIP][199] ([Intel XE#651]) +6 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][200] ([Intel XE#2311]) -> [SKIP][201] ([Intel XE#2312]) +22 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][202] ([Intel XE#2312]) -> [SKIP][203] ([Intel XE#2311]) +25 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][204] ([Intel XE#4141]) -> [SKIP][205] ([Intel XE#2312]) +8 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][206] ([Intel XE#2312]) -> [SKIP][207] ([Intel XE#4141]) +10 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][208] ([Intel XE#651]) -> [SKIP][209] ([Intel XE#656]) +20 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][210] ([Intel XE#656]) -> [SKIP][211] ([Intel XE#653]) +9 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][212] ([Intel XE#2312]) -> [SKIP][213] ([Intel XE#2313]) +20 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][214] ([Intel XE#2313]) -> [SKIP][215] ([Intel XE#2312]) +20 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][216] ([Intel XE#653]) -> [SKIP][217] ([Intel XE#656]) +19 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [FAIL][218] ([Intel XE#1729]) -> [SKIP][219] ([Intel XE#2426])
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][220] ([Intel XE#2426]) -> [SKIP][221] ([Intel XE#2509])
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [FAIL][222] ([Intel XE#1173]) -> [SKIP][223] ([Intel XE#1061])
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@xe_peer2peer@write.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_peer2peer@write.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-dg2-set2: [ABORT][224] ([Intel XE#3075] / [Intel XE#3084]) -> [ABORT][225] ([Intel XE#3075] / [Intel XE#3084] / [Intel XE#4582])
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@xe_wedged@wedged-mode-toggle.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_wedged@wedged-mode-toggle.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[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#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[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#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[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#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[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#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[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#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[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#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075
[Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[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#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[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#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[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#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
[Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
[Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
[Intel XE#4328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4328
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[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#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
[Intel XE#4540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4540
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#4570]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4570
[Intel XE#4582]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4582
[Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560
[Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#702]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/702
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[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
Build changes
-------------
* IGT: IGT_8284 -> IGTPW_12827
IGTPW_12827: 12827
IGT_8284: 8284
xe-2853-afc2e1fea0a406eedbaf632e96cdb6832a45ebb7: afc2e1fea0a406eedbaf632e96cdb6832a45ebb7
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/index.html
[-- Attachment #2: Type: text/html, Size: 71030 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: ✗ Xe.CI.Full: failure for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
2025-03-26 8:01 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-03-26 13:11 ` Sokolowski, Jan
0 siblings, 0 replies; 7+ messages in thread
From: Sokolowski, Jan @ 2025-03-26 13:11 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 60232 bytes --]
These failures appear to be unrelated to my changes
Jan
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Wednesday, March 26, 2025 9:01 AM
To: Sokolowski, Jan <jan.sokolowski@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Xe.CI.Full: failure for series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
Patch Details
Series:
series starting with [i-g-t,1/1] tests/intel/xe_*: Add missing test documentation
URL:
https://patchwork.freedesktop.org/series/146721/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/index.html
CI Bug Log - changes from XEIGT_8284_full -> XEIGTPW_12827_full
Summary
FAILURE
Serious unknown changes coming with XEIGTPW_12827_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12827_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto:I915-ci-infra@lists.freedesktop.org>) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
No changes in participating hosts
Possible new issues
Here are the unknown changes that may have been introduced in XEIGTPW_12827_full:
IGT changes
Possible regressions
* igt@kms_color@ctm-blue-to-red:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_color@ctm-blue-to-red.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_color@ctm-blue-to-red.html> +1 other test incomplete
* igt@kms_setmode@basic@pipe-a-edp-1:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_setmode@basic@pipe-a-edp-1.html>
* igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@xe_pmu@engine-activity-idle@engine-drm_xe_engine_class_compute0.html> +4 other tests fail
Known issues
Here are the changes found in XEIGTPW_12827_full that come from known issues:
IGT changes
Issues hit
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
* shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> (Intel XE#3719<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719> / Intel XE#911<https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) +3 other tests fail
* igt@kms_atomic_transition@plane-all-modeset-transition:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition.html> (Intel XE#3279<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279>)
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html> (Intel XE#2370<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370>)
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html> (Intel XE#3225<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225>)
* igt@kms_big_fb@linear-8bpp-rotate-90:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_big_fb@linear-8bpp-rotate-90.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +2 other tests skip
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +1 other test skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +2 other tests skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +1 other test skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +1 other test skip
* igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-3840x2160p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) +1 other test skip
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-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>)
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +2 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +2 other tests skip
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>)
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html> (Intel XE#2907<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907>)
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +167 other tests skip
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/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_12827/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html> (Intel XE#2705<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705> / Intel XE#4345<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345> / Intel XE#4522<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html> (Intel XE#4522<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522>)
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_ccs@random-ccs-data-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>) +4 other tests skip
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-dp-2:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@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>) +32 other tests skip
* igt@kms_chamelium_color@ctm-0-75:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_chamelium_color@ctm-0-75.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
* igt@kms_chamelium_color@ctm-max:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>)
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>)
* igt@kms_chamelium_frames@hdmi-crc-multiple:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_chamelium_frames@hdmi-crc-multiple.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +1 other test skip
* igt@kms_chamelium_hpd@dp-hpd-storm:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_chamelium_hpd@dp-hpd-storm.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +1 other test skip
* igt@kms_content_protection@atomic:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_content_protection@atomic.html> (Intel XE#3278<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278>)
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/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-type-1:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@kms_content_protection@dp-mst-type-1.html> (Intel XE#307<https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)
* igt@kms_content_protection@lic-type-1:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_content_protection@lic-type-1.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
* igt@kms_content_protection@srm@pipe-a-dp-2:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_content_protection@srm@pipe-a-dp-2.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>)
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html> (Intel XE#2321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321>)
* igt@kms_cursor_crc@cursor-sliding-32x32:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-32x32.html> (Intel XE#1424<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) +1 other test skip
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>)
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +4 other tests skip
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) +5 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>)
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html> (Intel XE#323<https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
* igt@kms_dp_aux_dev:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_dp_aux_dev.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dp_aux_dev.html> (Intel XE#3009<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009>)
* igt@kms_dp_linktrain_fallback@dp-fallback:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_dp_linktrain_fallback@dp-fallback.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html> (Intel XE#4294<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294>)
* igt@kms_dsc@dsc-basic:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_dsc@dsc-basic.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>)
* igt@kms_dsc@dsc-fractional-bpp:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-5/igt@kms_dsc@dsc-fractional-bpp.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>)
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html> (Intel XE#4422<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422>)
* igt@kms_feature_discovery@display-2x:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@kms_feature_discovery@display-2x.html> (Intel XE#702<https://gitlab.freedesktop.org/drm/xe/kernel/issues/702>)
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_feature_discovery@display-2x.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_feature_discovery@display-2x.html> (Intel XE#2373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373>)
* igt@kms_flip@2x-busy-flip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip@2x-busy-flip.html> (Intel XE#1421<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>)
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>)
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +3 other tests fail
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +3 other tests fail
* igt@kms_flip@2x-nonexisting-fb-interruptible:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@2x-nonexisting-fb-interruptible.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_flip@2x-nonexisting-fb-interruptible.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) +9 other tests skip
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) +5 other tests skip
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +1 other test fail
* igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +3 other tests fail
* igt@kms_flip@flip-vs-expired-vblank@c-dp4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> / Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +2 other tests fail
* igt@kms_flip@flip-vs-rmfb-interruptible:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_flip@flip-vs-rmfb-interruptible.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_flip@flip-vs-rmfb-interruptible.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) +1 other test incomplete
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.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>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.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
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +1 other test skip
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-mmap-wc:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/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>) +7 other tests skip
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +1 other test skip
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>)
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +7 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +2 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-blt.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +3 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +8 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +6 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-render.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +3 other tests skip
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +5 other tests skip
* igt@kms_hdmi_inject@inject-audio:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-6/igt@kms_hdmi_inject@inject-audio.html> (Intel XE#1470<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470> / Intel XE#2853<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853>)
* igt@kms_hdr@brightness-with-hdr:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_hdr@brightness-with-hdr.html> (Intel XE#3374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374> / Intel XE#3544<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544>)
* igt@kms_hdr@invalid-hdr:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_hdr@invalid-hdr.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_hdr@invalid-hdr.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +1 other test skip
* igt@kms_joiner@basic-max-non-joiner:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_joiner@basic-max-non-joiner.html> (Intel XE#4298<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298>)
* igt@kms_joiner@invalid-modeset-force-big-joiner:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_joiner@invalid-modeset-force-big-joiner.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-big-joiner.html> (Intel XE#4328<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4328>)
* igt@kms_plane_lowres@tiling-yf:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_plane_lowres@tiling-yf.html> (Intel XE#2393<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393>)
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html> (Intel XE#4212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212>)
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html> (Intel XE#4540<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4540>)
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3 other tests skip
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +5 other tests skip
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/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_rpm@modeset-non-lpsp:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_pm_rpm@modeset-non-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html> (Intel XE#836<https://gitlab.freedesktop.org/drm/xe/kernel/issues/836>) +1 other test skip
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1:
* shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1.html> (Intel XE#4570<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4570>) +3 other tests fail
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>)
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +1 other test skip
* igt@kms_psr2_su@page_flip-xrgb8888:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_psr2_su@page_flip-xrgb8888.html> (Intel XE#1122<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>)
* igt@kms_psr@fbc-psr-sprite-render:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_psr@fbc-psr-sprite-render.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +4 other tests skip
* igt@kms_psr@pr-suspend:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_psr@pr-suspend.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +2 other tests skip
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html> (Intel XE#2414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414>)
* igt@kms_rotation_crc@bad-pixel-format:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_rotation_crc@bad-pixel-format.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_rotation_crc@primary-y-tiled-reflect-x-270:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>)
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.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>)
* igt@kms_setmode@basic@pipe-a-hdmi-a-6:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html> (Intel XE#2883<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883>) +5 other tests fail
* igt@kms_setmode@basic@pipe-b-edp-1:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_setmode@basic@pipe-b-edp-1.html> (Intel XE#2883<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883>) +1 other test fail
* igt@kms_vrr@seamless-rr-switch-drrs:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-drrs.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>)
* igt@kms_writeback@writeback-invalid-parameters:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_writeback@writeback-invalid-parameters.html> (Intel XE#756<https://gitlab.freedesktop.org/drm/xe/kernel/issues/756>)
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905> / Intel XE#3889<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889>)
* igt@xe_eudebug@discovery-empty:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@xe_eudebug@discovery-empty.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +3 other tests skip
* igt@xe_eudebug_online@single-step-one:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_eudebug_online@single-step-one.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>)
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +1 other test skip
* igt@xe_evict@evict-large-multi-vm:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-1/igt@xe_evict@evict-large-multi-vm.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>)
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>)
* igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +7 other tests skip
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +2 other tests skip
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +1 other test skip
* igt@xe_exec_fault_mode@once-bindexecqueue-rebind:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +11 other tests skip
* igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html> (Intel XE#2360<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>)
* igt@xe_media_fill@media-fill:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-4/igt@xe_media_fill@media-fill.html> (Intel XE#560<https://gitlab.freedesktop.org/drm/xe/kernel/issues/560>)
* igt@xe_oa@oa-formats:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@xe_oa@oa-formats.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541> / Intel XE#3573<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) +1 other test skip
* igt@xe_pm@d3cold-mocs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@xe_pm@d3cold-mocs.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284>)
* igt@xe_pm@d3hot-mmap-vram:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@xe_pm@d3hot-mmap-vram.html> (Intel XE#1948<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948>)
* igt@xe_pm@s4-mocs:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-6/igt@xe_pm@s4-mocs.html> -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-2/igt@xe_pm@s4-mocs.html> (Intel XE#1794<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794>) +1 other test abort
* igt@xe_pm@vram-d3cold-threshold:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@xe_pm@vram-d3cold-threshold.html> (Intel XE#579<https://gitlab.freedesktop.org/drm/xe/kernel/issues/579>)
* igt@xe_query@multigpu-query-config:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@xe_query@multigpu-query-config.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>)
* igt@xe_sriov_flr@flr-twice:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_sriov_flr@flr-twice.html> (Intel XE#4273<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273>)
Possible fixes
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-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>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html> +1 other test pass
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.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#4522<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html> +1 other test pass
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html> +6 other tests pass
* igt@kms_display_modes@extended-mode-basic:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html> (Intel XE#4302<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_display_modes@extended-mode-basic.html>
* igt@kms_flip@2x-dpms-vs-vblank-race:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_flip@2x-dpms-vs-vblank-race.html> +3 other tests pass
* igt@kms_flip@2x-nonexisting-fb:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/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_12827/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html> +8 other tests pass
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html>
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html>
* igt@kms_flip@flip-vs-panning-interruptible:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_flip@flip-vs-panning-interruptible.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_flip@flip-vs-panning-interruptible.html>
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html> +4 other tests pass
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-433/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>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-435/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html> +1 other test pass
* igt@kms_pm_dc@dc5-psr:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-1/igt@kms_pm_dc@dc5-psr.html> (Intel XE#718<https://gitlab.freedesktop.org/drm/xe/kernel/issues/718>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html>
* igt@kms_setmode@clone-exclusive-crtc:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html> (Intel XE#1435<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_setmode@clone-exclusive-crtc.html> +2 other tests pass
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> +2 other tests pass
* igt@kms_vrr@cmrr@pipe-a-edp-1:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html> (Intel XE#4459<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html> +1 other test pass
* igt@kms_vrr@negative-basic:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_vrr@negative-basic.html> (Intel XE#1499<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_vrr@negative-basic.html>
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html> +10 other tests pass
* igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create:
* shard-bmg: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html>
Warnings
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-6.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>) +11 other tests skip
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.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_12827/shard-dg2-463/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +2 other tests skip
* igt@kms_content_protection@atomic-dpms:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_content_protection@atomic-dpms.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-463/igt@kms_content_protection@atomic-dpms.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>)
* igt@kms_content_protection@lic-type-0:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_content_protection@lic-type-0.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_content_protection@lic-type-0.html> (Intel XE#2341<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>)
* igt@kms_content_protection@srm:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-6/igt@kms_content_protection@srm.html> (Intel XE#2341<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_content_protection@srm.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>)
* igt@kms_flip@2x-flip-vs-expired-vblank:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>)
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>)
* igt@kms_flip@2x-flip-vs-panning:
* shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>)
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +6 other tests skip
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +22 other tests skip
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +25 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/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>) +8 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +10 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-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_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +20 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +9 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/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_12827/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>) +20 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-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_12827/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +20 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +19 other tests skip
* igt@kms_tiled_display@basic-test-pattern:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#1729<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>)
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2426<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html> (Intel XE#2509<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509>)
* igt@xe_peer2peer@write:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-463/igt@xe_peer2peer@write.html> (Intel XE#1173<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_peer2peer@write.html> (Intel XE#1061<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061>)
* igt@xe_wedged@wedged-mode-toggle:
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8284/shard-dg2-464/igt@xe_wedged@wedged-mode-toggle.html> (Intel XE#3075<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075> / Intel XE#3084<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12827/shard-dg2-432/igt@xe_wedged@wedged-mode-toggle.html> (Intel XE#3075<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075> / Intel XE#3084<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084> / Intel XE#4582<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4582>)
Build changes
* IGT: IGT_8284 -> IGTPW_12827
IGTPW_12827: 12827
IGT_8284: 8284
xe-2853-afc2e1fea0a406eedbaf632e96cdb6832a45ebb7: afc2e1fea0a406eedbaf632e96cdb6832a45ebb7
[-- Attachment #2: Type: text/html, Size: 111967 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
` (3 preceding siblings ...)
2025-03-26 8:01 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-03-31 10:02 ` Piecielska, Katarzyna
4 siblings, 0 replies; 7+ messages in thread
From: Piecielska, Katarzyna @ 2025-03-31 10:02 UTC (permalink / raw)
To: Sokolowski, Jan, igt-dev@lists.freedesktop.org; +Cc: Sokolowski, Jan
Add missing Mega features, Sub-categories and Functionality tags to various eu debug tests.
Signed-off-by: Jan Sokolowski <jan.sokolowski@intel.com>
---
tests/intel/xe_eudebug.c | 77 ++++++++++++++++++++++++++++---
tests/intel/xe_eudebug_online.c | 42 +++++++++++++++++
tests/intel/xe_eudebug_sriov.c | 6 +++
tests/intel/xe_exec_sip_eudebug.c | 12 +++++
4 files changed, 130 insertions(+), 7 deletions(-)
diff --git a/tests/intel/xe_eudebug.c b/tests/intel/xe_eudebug.c index 76870805c..bf9178a67 100644
--- a/tests/intel/xe_eudebug.c
+++ b/tests/intel/xe_eudebug.c
@@ -28,6 +28,8 @@
/**
* SUBTEST: sysfs-toggle
+ * Sub-category: EUdebug framework
+ * Functionality: enable
* Description:
* Exercise the debugger enable/disable sysfs toggle logic
*/
@@ -542,6 +544,8 @@ static int __debug_connect(int fd, int *debugfd, struct drm_xe_eudebug_connect *
/**
* SUBTEST: basic-connect
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Exercise XE_EUDEBUG_CONNECT ioctl with passing
* valid and invalid params.
@@ -622,6 +626,8 @@ static void switch_user(__uid_t uid, __gid_t gid)
/**
* SUBTEST: connect-user
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Verify unprivileged XE_EUDEBUG_CONNECT ioctl.
* Check:
@@ -758,6 +764,8 @@ static void test_connect_user(int fd)
/**
* SUBTEST: basic-close
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Test whether eudebug can be reattached after closure.
*/
@@ -786,6 +794,8 @@ static void test_close(int fd)
/**
* SUBTEST: basic-read-event
+ * Sub-category: EUdebug framework
+ * Functionality: events
* Description:
* Synchronously exercise eu debugger event polling and reading.
*/
@@ -881,50 +891,69 @@ static void test_read_event(int fd)
/**
* SUBTEST: basic-client
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Attach the debugger to process which opens and closes xe drm client.
*
* SUBTEST: basic-client-th
+ * Sub-category: EUdebug framework
+ * Functionality: attach
* Description:
* Create client basic resources (vms) in multiple threads
*
* SUBTEST: multiple-sessions
+ * Sub-category: EUdebug framework
+ * Functionality: multisessions
* Description:
* Simultaneously attach many debuggers to many processes.
* Each process opens and closes xe drm client and creates few resources.
*
- * SUBTEST: basic-%s
+ * SUBTEST: basic-exec-queues
+ * Sub-category: EUdebug framework
+ * Functionality: exec queues events
[Kasia] Please check if test igt@xe_eudebug@basic-exec-queues-enable has documentation as I do not see it in this patch:
Sub-category: EUdebug framework
Functionality: exec queues events
* Description:
- * Attach the debugger to process which creates and destroys a few %arg[1].
+ * Attach the debugger to process which creates and destroys a few exec-queues.
+ *
+ * SUBTEST: basic-vms
+ * Sub-category: EUdebug framework
+ * Functionality: VM events
+ * Description:
+ * Attach the debugger to process which creates and destroys a few vms.
*
* SUBTEST: basic-vm-bind
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs synchronous vm bind
* and vm unbind.
*
* SUBTEST: basic-vm-bind-vm-destroy
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm bind, and destroys
* the vm without unbinding. Make sure that we don't get unbind events.
*
* SUBTEST: basic-vm-bind-extended
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs bind, bind array, rebind,
* partial unbind, unbind and unbind all operations.
*
* SUBTEST: multigpu-basic-client
+ * Sub-category: EUdebug framework
+ * Functionality: attach multiGPU
* Description:
* Attach the debugger to process which opens and closes xe drm client on all Xe devices.
*
* SUBTEST: multigpu-basic-client-many
+ * Sub-category: EUdebug framework
+ * Functionality: attach multiGPU
* Description:
* Simultaneously attach many debuggers to many processes on all Xe devices.
* Each process opens and closes xe drm client and creates few resources.
- *
- * arg[1]:
- *
- * @vms: vms
- * @exec-queues: exec queues
*/
static void test_basic_sessions(int fd, unsigned int flags, int count, bool match_opposite) @@ -951,22 +980,30 @@ static void test_basic_sessions(int fd, unsigned int flags, int count, bool matc
/**
* SUBTEST: basic-vm-bind-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm-bind before attaching
* and check if the discovery process reports it.
*
* SUBTEST: basic-vm-bind-metadata-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
[Kasia] Please change functionality:
s/Functionality: VM bind even/ Functionality: VM bind metadata/
* Description:
* Attach the debugger to a process that performs vm-bind with metadata attached
* before attaching and check if the discovery process reports it.
*
* SUBTEST: basic-vm-bind-vm-destroy-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs vm bind, and destroys
* the vm without unbinding before attaching. Make sure that we don't get
* any bind/unbind and vm create/destroy events.
*
* SUBTEST: basic-vm-bind-extended-discovery
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Attach the debugger to a process that performs bind, bind array, rebind,
* partial unbind, and unbind all operations before attaching. Ensure that
@@ -1077,6 +1114,8 @@ static void run_discovery_client(struct xe_eudebug_client *c)
/**
* SUBTEST: discovery-%s
+ * Sub-category: EUdebug framework
+ * Functionality: event discovery
* Description: Race discovery against %arg[1] and the debugger dettach.
*
* arg[1]:
@@ -1562,12 +1601,16 @@ static void vm_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-vm-access
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Exercise XE_EUDEBUG_VM_OPEN with pread and pwrite into the
* vm fd, concerning many different offsets inside the vm,
* and many virtual addresses of the vm_bound object.
*
* SUBTEST: basic-vm-access-userptr
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Exercise XE_EUDEBUG_VM_OPEN with pread and pwrite into the
* vm fd, concerning many different offsets inside the vm,
@@ -1713,11 +1756,15 @@ static void vm_trigger_access_parameters(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-vm-access-parameters
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Check negative scenarios of VM_OPEN ioctl and pread/pwrite usage
* with bo backing storage.
*
* SUBTEST: basic-vm-access-parameters-userptr
+ * Sub-category: EUdebug framework
+ * Functionality: VM access
* Description:
* Check negative scenarios of VM_OPEN ioctl and pread/pwrite usage
* with userptr backing storage.
@@ -1845,6 +1892,8 @@ static void metadata_read_on_vm_bind_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: read-metadata
+ * Sub-category: EUdebug framework
+ * Functionality: metadata
* Description:
* Exercise DRM_XE_EUDEBUG_IOCTL_READ_METADATA and debug metadata create|destroy events.
*/
@@ -1857,6 +1906,8 @@ static void test_metadata_read(int fd, unsigned int flags, int num_clients)
/**
* SUBTEST: attach-debug-metadata
+ * Sub-category: EUdebug framework
+ * Functionality: metadata
* Description:
* Read debug metadata when vm_bind has it attached.
*/
@@ -2073,19 +2124,27 @@ static int wait_for_ufence_events(struct ufence_priv *priv, int timeout_ms)
/**
* SUBTEST: basic-vm-bind-ufence
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application and check if ufence ack works
*
* SUBTEST: basic-vm-bind-ufence-delay-ack
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application and check if delayed ufence ack works
*
* SUBTEST: basic-vm-bind-ufence-reconnect
+ * Sub-category: EUdebug framework
+ * Functionality: VM bind event
* Description:
* Give user fence in application, hold it, drop the debugger connection and check if anything
* breaks. Expect that held acks are released when connection is dropped.
*
* SUBTEST: basic-vm-bind-ufence-sigint-client
+ * Sub-category: EUdebug framework
+ * Functionality: SIGINT
* Description:
* Give user fence in application, hold it, send SIGINT to client and check if anything breaks.
*/
@@ -2395,6 +2454,8 @@ static void vm_bind_clear_ack_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: vm-bind-clear
+ * Sub-category: EUdebug framework
+ * Functionality: memory access
* Description:
* Check that fresh buffers we vm_bind into the ppGTT are always clear.
*/
@@ -2610,6 +2671,8 @@ static void vma_ufence_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: vma-ufence
+ * Sub-category: EUdebug framework
+ * Functionality: check ufence blocking
* Description:
* Intercept vm bind after receiving ufence event, then access target vm and write to it.
* Then check on client side if the write was successful.
diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c index 84ba748c1..c4409f8a5 100644
--- a/tests/intel/xe_eudebug_online.c
+++ b/tests/intel/xe_eudebug_online.c
@@ -1430,21 +1430,29 @@ static void pagefault_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: basic-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Check whether KMD sends attention events
* for workload in debug mode stopped on breakpoint.
*
* SUBTEST: breakpoint-not-in-debug-mode
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Check whether KMD resets the GPU when it spots an attention
* coming from workload not in debug mode.
*
* SUBTEST: stopped-thread
+ * Sub-category: EUdebug online
+ * Functionality: EU attention event
* Description:
* Hits breakpoint on runalone workload and
* reads attention for fixed time.
*
* SUBTEST: resume-%s
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Resumes stopped on a breakpoint workload
* with granularity of %arg[1].
[Kasia] Please change Description of resume-* test cases to something like:
Workload stopped on breakpoint is resumed with granularity of %arg[1] thread
@@ -1479,6 +1487,8 @@ static void test_basic_online(int fd, struct drm_xe_engine_class_instance *hwe,
/**
* SUBTEST: set-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: dynamic breakpoint
* Description:
* Checks for attention after setting a dynamic breakpoint in the ufence event.
*/
@@ -1603,11 +1613,15 @@ static void test_set_breakpoint_online_sigint_debugger(int fd,
[Kasia] Meantime new breakpoint test was added with SIGINT igt@xe_eudebug_online@set-breakpoint-sigint-debugger
Please add documentation for it as well:
Sub-category: EUdebug online
Functionality: SIGINT
The rest looks ok.
Kasia
/**
* SUBTEST: pagefault-read
+ * Sub-category: EUdebug online
+ * Functionality: page faults
* Description:
* Check whether KMD sends pagefault event for workload in debug mode that
* triggers a read pagefault.
*
* SUBTEST: pagefault-write
+ * Sub-category: EUdebug online
+ * Functionality: page faults
* Description:
* Check whether KMD sends pagefault event for workload in debug mode that
* triggers a write pagefault.
@@ -1646,6 +1660,8 @@ static void test_pagefault_online(int fd, struct drm_xe_engine_class_instance *h
/**
* SUBTEST: preempt-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: EUdebug preemption timeout
* Description:
* Verify that eu debugger disables preemption timeout to
* prevent reset of workload stopped on breakpoint.
@@ -1691,6 +1707,8 @@ static void test_preemption(int fd, struct drm_xe_engine_class_instance *hwe)
/**
* SUBTEST: reset-with-attention
+ * Sub-category: EUdebug online
+ * Functionality: EUdebug preemption timeout
* Description:
* Check whether GPU is usable after resetting with attention raised
* (stopped on breakpoint) by running the same workload again.
@@ -1728,12 +1746,16 @@ static void test_reset_with_attention_online(int fd, struct drm_xe_engine_class_
/**
* SUBTEST: interrupt-all
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload which should last about a few seconds, then
* interrupts all threads, checks whether attention event came, and
* resumes stopped threads back.
*
* SUBTEST: interrupt-all-set-breakpoint
+ * Sub-category: EUdebug online
+ * Functionality: dynamic breakpoint
* Description:
* Schedules EU workload which should last about a few seconds, then
* interrupts all threads, once attention event come it sets breakpoint on
@@ -1815,12 +1837,16 @@ static void reset_debugger_log(struct xe_eudebug_debugger *d)
/**
* SUBTEST: interrupt-other-debuggable
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload in runalone mode with never ending loop, while
* it is not under debug, tries to interrupt all threads using the different
* client attached to debugger.
*
* SUBTEST: interrupt-other
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with a never ending loop and, while it is not
* configured for debugging, tries to interrupt all threads using the client
@@ -1909,6 +1935,8 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
/**
* SUBTEST: tdctl-parameters
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload which should last about a few seconds, then
* checks negative scenarios of EU_THREADS ioctl usage, interrupts all threads,
@@ -2061,6 +2089,8 @@ static void eu_attention_debugger_detach_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: interrupt-reconnect
+ * Sub-category: EUdebug online
+ * Functionality: reopen connection
* Description:
* Schedules EU workload which should last about a few seconds,
* interrupts all threads and detaches debugger when attention is
@@ -2134,12 +2164,16 @@ static void test_interrupt_reconnect(int fd, struct drm_xe_engine_class_instance
/**
* SUBTEST: single-step
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with 16 nops after breakpoint, then single-steps
* through the shader, advances all threads each step, checking if all
* threads advanced every step.
*
* SUBTEST: single-step-one
+ * Sub-category: EUdebug online
+ * Functionality: EU control
* Description:
* Schedules EU workload with 16 nops after breakpoint, then single-steps
* through the shader, advances one thread each step, checking if one
@@ -2191,6 +2225,8 @@ static void eu_attention_debugger_ndetach_trigger(struct xe_eudebug_debugger *d,
/**
* SUBTEST: debugger-reopen
+ * Sub-category: EUdebug online
+ * Functionality: reopen connection
* Description:
* Check whether the debugger is able to reopen the connection and
* capture the events of already running client.
@@ -2221,6 +2257,8 @@ static void test_debugger_reopen(int fd, struct drm_xe_engine_class_instance *hw
/**
* SUBTEST: writes-caching-%s-bb-%s-target-%s
+ * Sub-category: EUdebug online
+ * Functionality: cache coherency
* Description:
* Write incrementing values to 2-page-long target surface, poisoning the data one breakpoint
* before each write instruction and restoring it when the poisoned instruction breakpoint
@@ -2346,12 +2384,16 @@ static uint64_t timespecs_diff_us(struct timespec *ts1, struct timespec *ts2)
/**
* SUBTEST: breakpoint-many-sessions-single-tile
+ * Sub-category: EUdebug online
+ * Functionality: multisession
* Description:
* Schedules EU workload with preinstalled breakpoint on every compute engine
* available on the tile. Checks if the contexts hit breakpoint in sequence
* and resumes them.
*
* SUBTEST: breakpoint-many-sessions-tiles
+ * Sub-category: EUdebug online
+ * Functionality: multisession multiTile
* Description:
* Schedules EU workload with preinstalled breakpoint on selected compute
* engines, with one per tile. Checks if each context hit breakpoint and
diff --git a/tests/intel/xe_eudebug_sriov.c b/tests/intel/xe_eudebug_sriov.c index eb13981bc..4f20a3e49 100644
--- a/tests/intel/xe_eudebug_sriov.c
+++ b/tests/intel/xe_eudebug_sriov.c
@@ -37,6 +37,9 @@ static bool has_vf_enable_eudebug_attr(int fd, unsigned int vf_num)
/**
* SUBTEST: deny-eudebug
+ * Mega feature: EUdebug
+ * Sub-category: EUdebug framework
+ * Functionality: EU debug and SR-IOV
* Description:
* Check that eudebug toggle is not available for VFs, and that enabling
* eudebug with VFs enabled is not permitted.
@@ -74,6 +77,9 @@ static void test_deny_eudebug(int fd)
/**
* SUBTEST: deny-sriov
+ * Mega feature: EUdebug
+ * Sub-category: EUdebug framework
+ * Functionality: EU debug and SR-IOV
* Description:
* Check that VFs cannot be enabled when eudebug is enabled.
*/
diff --git a/tests/intel/xe_exec_sip_eudebug.c b/tests/intel/xe_exec_sip_eudebug.c
index c317112b4..e5b8ba418 100644
--- a/tests/intel/xe_exec_sip_eudebug.c
+++ b/tests/intel/xe_exec_sip_eudebug.c
@@ -217,22 +217,34 @@ xe_sysfs_get_job_timeout_ms(int fd, struct drm_xe_engine_class_instance *eci)
/**
* SUBTEST: wait-writesip-nodebug
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: verify that we don't enter SIP after wait with debugging disabled.
*
* SUBTEST: breakpoint-writesip-nodebug
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: verify that we don't enter SIP after hitting breakpoint in shader
* when debugging is disabled.
*
* SUBTEST: breakpoint-writesip
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test that we enter SIP after hitting breakpoint in shader.
*
* SUBTEST: breakpoint-writesip-twice
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test twice that we enter SIP after hitting breakpoint in shader.
*
* SUBTEST: breakpoint-waitsip
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description: Test that we reset after seeing the attention without the debugger.
*
* SUBTEST: breakpoint-waitsip-heavy
+ * Sub-category: EUdebug HW
+ * Functionality: EU debugger SIP interaction
* Description:
* Test that we reset after seeing the attention from heavy SIP, that resembles
* the production one, without the debugger.
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-03-31 10:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 10:15 [PATCH i-g-t 1/1] tests/intel/xe_*: Add missing test documentation Jan Sokolowski
2025-03-25 23:37 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/1] " Patchwork
2025-03-25 23:58 ` ✓ i915.CI.BAT: " Patchwork
2025-03-26 4:04 ` ✗ i915.CI.Full: failure " Patchwork
2025-03-26 8:01 ` ✗ Xe.CI.Full: " Patchwork
2025-03-26 13:11 ` Sokolowski, Jan
2025-03-31 10:02 ` [PATCH i-g-t 1/1] " Piecielska, Katarzyna
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox