* [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
@ 2026-01-22 10:45 Zbigniew Kempczyński
2026-01-22 14:55 ` ✓ i915.CI.BAT: success for " Patchwork
` (5 more replies)
0 siblings, 6 replies; 9+ messages in thread
From: Zbigniew Kempczyński @ 2026-01-22 10:45 UTC (permalink / raw)
To: igt-dev
Cc: Zbigniew Kempczyński, Matthew Brost, Daniele Ceraolo Spurio,
Francois Dugast
Most compute tests don't need to synchronize at the batch level as
kmd executes pipe-control at some point. Last xe driver proposal (link
below) causes turning off preemption before pipe-control preventing
entering to SIP and finish the WMTP test properly.
Change adds pipe-control at batch level causing sync wait on
compute-walker and preventing disabling the preemption prematurely.
Link: https://patchwork.freedesktop.org/series/160113/
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Francois Dugast <francois.dugast@intel.com>
---
lib/intel_compute.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index 00ef280e8f..8578b6e402 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1694,6 +1694,13 @@ static void xe2lpg_compute_exec_compute(int fd,
addr_bo_buffer_batch[b++] = 0x00000000;
addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = PIPE_CONTROL;
+ addr_bo_buffer_batch[b++] = 0x00100000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+
addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
}
@@ -2032,6 +2039,13 @@ static void xe3p_compute_exec_compute(int fd,
addr_bo_buffer_batch[b++] = 0x00000000; /* dw62 */
addr_bo_buffer_batch[b++] = 0x00000000; /* dw63 */
+ addr_bo_buffer_batch[b++] = PIPE_CONTROL;
+ addr_bo_buffer_batch[b++] = 0x00100000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+ addr_bo_buffer_batch[b++] = 0x00000000;
+
addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ i915.CI.BAT: success for lib/intel_compute: Wait for compute walker before returning to ring
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
@ 2026-01-22 14:55 ` Patchwork
2026-01-23 2:47 ` ✗ i915.CI.Full: failure " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2026-01-22 14:55 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 6847 bytes --]
== Series Details ==
Series: lib/intel_compute: Wait for compute walker before returning to ring
URL : https://patchwork.freedesktop.org/series/160484/
State : success
== Summary ==
CI Bug Log - changes from IGT_8713 -> IGTPW_14396
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/index.html
Participating hosts (41 -> 40)
------------------------------
Additional (1): bat-twl-1
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_14396 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests@dma_fence_chain:
- bat-twl-1: NOTRUN -> [SKIP][1] ([i915#15249])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-twl-1: NOTRUN -> [SKIP][2] ([i915#10213] / [i915#11671]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic:
- bat-twl-1: NOTRUN -> [SKIP][3] ([i915#11031])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-twl-1: NOTRUN -> [SKIP][4] ([i915#10209] / [i915#11681])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@i915_pm_rps@basic-api.html
* igt@intel_hwmon@hwmon-read:
- bat-twl-1: NOTRUN -> [SKIP][5] ([i915#7707]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@intel_hwmon@hwmon-read.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-twl-1: NOTRUN -> [SKIP][6] ([i915#11030] / [i915#11731]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-twl-1: NOTRUN -> [SKIP][7] ([i915#9886])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-twl-1: NOTRUN -> [SKIP][8] ([i915#11032])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-twl-1: NOTRUN -> [SKIP][9] ([i915#8809])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-twl-1: NOTRUN -> [SKIP][10] ([i915#10212] / [i915#3708])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- bat-twl-1: NOTRUN -> [SKIP][11] ([i915#10214] / [i915#3708])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- bat-twl-1: NOTRUN -> [SKIP][12] ([i915#10216] / [i915#3708])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-twl-1/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-mtlp-8: [DMESG-FAIL][13] ([i915#12061]) -> [PASS][14] +1 other test pass
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/bat-mtlp-8/igt@i915_selftest@live.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-mtlp-8/igt@i915_selftest@live.html
- bat-adlp-11: [DMESG-WARN][15] ([i915#14872]) -> [PASS][16] +1 other test pass
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/bat-adlp-11/igt@i915_selftest@live.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-adlp-11/igt@i915_selftest@live.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-atsm-1: [DMESG-FAIL][17] ([i915#12061] / [i915#14204]) -> [DMESG-FAIL][18] ([i915#12061] / [i915#13929])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/bat-atsm-1/igt@i915_selftest@live.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-atsm-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@mman:
- bat-atsm-1: [DMESG-FAIL][19] ([i915#14204]) -> [DMESG-FAIL][20] ([i915#13929])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/bat-atsm-1/igt@i915_selftest@live@mman.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/bat-atsm-1/igt@i915_selftest@live@mman.html
[i915#10209]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10209
[i915#10212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10212
[i915#10213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10213
[i915#10214]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10214
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#11030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11030
[i915#11031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11031
[i915#11032]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11032
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11731]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11731
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13929]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13929
[i915#14204]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14204
[i915#14872]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14872
[i915#15249]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15249
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8713 -> IGTPW_14396
CI-20190529: 20190529
CI_DRM_17872: 75950b1567cb40a67e93cb3912e023219745ff60 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14396: 19c42652f57a4d391ccc0ad1babfc0b219f4a74c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8713: 33d772ed2d772fee329e6200cd968962f695a927 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/index.html
[-- Attachment #2: Type: text/html, Size: 8243 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.Full: failure for lib/intel_compute: Wait for compute walker before returning to ring
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
2026-01-22 14:55 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2026-01-23 2:47 ` Patchwork
2026-01-27 9:13 ` ✓ Xe.CI.BAT: success for lib/intel_compute: Wait for compute walker before returning to ring (rev2) Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2026-01-23 2:47 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 127469 bytes --]
== Series Details ==
Series: lib/intel_compute: Wait for compute walker before returning to ring
URL : https://patchwork.freedesktop.org/series/160484/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8713_full -> IGTPW_14396_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14396_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14396_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_14396/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14396_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-dg1: [PASS][1] -> [ABORT][2] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-12/igt@gem_mmap_offset@clear-via-pagefault.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@gem_mmap_offset@clear-via-pagefault.html
New tests
---------
New tests have been introduced between IGT_8713_full and IGTPW_14396_full:
### New IGT tests (4) ###
* igt@gem_exec_schedule@bad-object:
- Statuses :
- Exec time: [None] s
* igt@gem_exec_schedule@fbcpsr-tiling-y:
- Statuses :
- Exec time: [None] s
* igt@gem_exec_schedule@invalid-get-ringsize:
- Statuses :
- Exec time: [None] s
* igt@kms_frontbuffer_tracking:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_14396_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-tglu-1: NOTRUN -> [SKIP][3] ([i915#6230])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@api_intel_bb@crc32.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: NOTRUN -> [SKIP][4] ([i915#11078])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@device_reset@unbind-cold-reset-rebind.html
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#11078])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_basic@multigpu-create-close:
- shard-dg2: NOTRUN -> [SKIP][6] ([i915#7697])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-copy-compressed:
- shard-tglu: NOTRUN -> [SKIP][7] ([i915#3555] / [i915#9323])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#13008])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-process:
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#7697])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][12] ([i915#8562])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-hang.html
- shard-mtlp: NOTRUN -> [SKIP][14] ([i915#8555])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8555]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_sseu@invalid-args:
- shard-rkl: NOTRUN -> [SKIP][16] ([i915#280])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@gem_ctx_sseu@invalid-args.html
- shard-tglu-1: NOTRUN -> [SKIP][17] ([i915#280])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#280]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@kms:
- shard-rkl: [PASS][19] -> [DMESG-WARN][20] ([i915#13363])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-7/igt@gem_eio@kms.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@gem_eio@kms.html
- shard-tglu-1: NOTRUN -> [DMESG-WARN][21] ([i915#13363])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#4771])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#4036])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#4525]) +2 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-tglu: NOTRUN -> [SKIP][25] ([i915#4525]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_capture@capture-invisible:
- shard-tglu-1: NOTRUN -> [SKIP][26] ([i915#6334]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][27] ([i915#11965]) +4 other tests fail
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][28] ([i915#11965]) +2 other tests fail
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fence@submit:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#4812])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@gem_exec_fence@submit.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539] / [i915#4852]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_flush@basic-wb-set-default:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@gem_exec_flush@basic-wb-set-default.html
* igt@gem_exec_reloc@basic-gtt:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3281]) +5 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@gem_exec_reloc@basic-gtt.html
* igt@gem_exec_reloc@basic-gtt-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#3281]) +4 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-noreloc.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281]) +6 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-write-gtt-active:
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#3281]) +10 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@gem_exec_reloc@basic-write-gtt-active.html
* igt@gem_exec_schedule@preempt-other-chain:
- shard-dg1: [PASS][36] -> [ABORT][37] ([i915#13562]) +1 other test abort
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-14/igt@gem_exec_schedule@preempt-other-chain.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@gem_exec_schedule@preempt-other-chain.html
* igt@gem_exec_schedule@preempt-other-chain@vcs0:
- shard-dg1: [PASS][38] -> [DMESG-WARN][39] ([i915#13562])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-14/igt@gem_exec_schedule@preempt-other-chain@vcs0.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@gem_exec_schedule@preempt-other-chain@vcs0.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_fenced_exec_thrash@too-many-fences:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#4860])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@gem_fenced_exec_thrash@too-many-fences.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#12193])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#4565])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu-1: NOTRUN -> [SKIP][45] ([i915#4613]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@random-engines:
- shard-tglu: NOTRUN -> [SKIP][47] ([i915#4613])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-5/igt@gem_lmem_swapping@random-engines.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][48] ([i915#284])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-2/igt@gem_media_vme.html
* igt@gem_mmap_wc@close:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4083]) +3 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@gem_mmap_wc@close.html
- shard-dg1: NOTRUN -> [SKIP][50] ([i915#4083]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@gem_mmap_wc@close.html
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4083]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-2/igt@gem_mmap_wc@close.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3282]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@bench:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#3282]) +3 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@gem_pread@bench.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][54] ([i915#2658])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#3282]) +2 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@gem_pread@snoop.html
* igt@gem_pxp@create-valid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4270]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#13398])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@gem_pxp@hw-rejects-pxp-buffer.html
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#13398])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_render_copy@y-tiled-to-vebox-y-tiled:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#5190] / [i915#8428]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4079])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#8411]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_tiled_partial_pwrite_pread@writes-after-reads:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +9 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4077]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html
* igt@gem_userptr_blits@coherency-sync:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#3297]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-4/igt@gem_userptr_blits@coherency-sync.html
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#3297])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3297]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#3297] / [i915#3323])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#3282] / [i915#3297])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@gem_userptr_blits@forbidden-operations.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#2856]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-chained:
- shard-tglu: NOTRUN -> [SKIP][71] ([i915#2527] / [i915#2856]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-10/igt@gen9_exec_parse@bb-chained.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#2527]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@gen9_exec_parse@bb-start-out.html
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#2527]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@gen9_exec_parse@bb-start-out.html
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#2856])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-5/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@valid-registers:
- shard-tglu-1: NOTRUN -> [SKIP][75] ([i915#2527] / [i915#2856]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_drm_fdinfo@busy-check-all:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#11527]) +5 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@i915_drm_fdinfo@busy-check-all.html
* igt@i915_drm_fdinfo@busy-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#11527]) +6 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-4/igt@i915_drm_fdinfo@busy-check-all@ccs0.html
* igt@i915_drm_fdinfo@busy-check-all@vecs0:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#11527]) +7 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@i915_drm_fdinfo@busy-check-all@vecs0.html
* igt@i915_drm_fdinfo@busy-idle@vcs0:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#14073]) +7 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@i915_drm_fdinfo@busy-idle@vcs0.html
* igt@i915_drm_fdinfo@isolation@bcs0:
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#14073]) +5 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@i915_drm_fdinfo@isolation@bcs0.html
* igt@i915_drm_fdinfo@virtual-busy-all:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#14118])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@i915_drm_fdinfo@virtual-busy-all.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu: NOTRUN -> [WARN][82] ([i915#13790] / [i915#2681]) +1 other test warn
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu-1: NOTRUN -> [SKIP][83] ([i915#14498])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][84] ([i915#13356])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk5/igt@i915_pm_rpm@system-suspend.html
- shard-rkl: [PASS][85] -> [INCOMPLETE][86] ([i915#13356])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-4/igt@i915_pm_rpm@system-suspend.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: NOTRUN -> [INCOMPLETE][87] ([i915#13356] / [i915#15172])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk6/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#11681] / [i915#6621])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@i915_pm_rps@min-max-config-idle.html
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#11681] / [i915#6621])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#11681])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@i915_pm_rps@thresholds-idle.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#11681])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@i915_pm_rps@thresholds-park.html
* igt@i915_query@hwconfig_table:
- shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#6245])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@i915_query@hwconfig_table.html
- shard-dg1: NOTRUN -> [SKIP][93] ([i915#6245])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@i915_query@hwconfig_table.html
* igt@i915_query@test-query-geometry-subslices:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#5723])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_suspend@forcewake:
- shard-rkl: NOTRUN -> [ABORT][95] ([i915#15140])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-1/igt@i915_suspend@forcewake.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#4212])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4212])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglu: NOTRUN -> [SKIP][98] ([i915#12454] / [i915#12712])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@test-time-stamp-atomic:
- shard-dg1: NOTRUN -> [DMESG-WARN][99] ([i915#4423]) +1 other test dmesg-warn
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_async_flips@test-time-stamp-atomic.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#9531])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][101] ([i915#1769])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-tglu-1: NOTRUN -> [SKIP][102] ([i915#5286])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][103] +7 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][104] ([i915#5286]) +3 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#5286])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#4538] / [i915#5286]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][107] ([i915#5286]) +8 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#3638]) +3 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#3828])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#3828])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][111] +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4538] / [i915#5190]) +5 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#3638]) +4 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#5190]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4538]) +5 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#6187])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-2/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][117] +16 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#6095]) +213 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-glk10: NOTRUN -> [SKIP][119] +212 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk10/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-c-dp-3:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#10307] / [i915#6095]) +148 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-c-dp-3.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#6095]) +67 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#14098] / [i915#6095]) +46 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#12313]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#14544] / [i915#6095]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#14098] / [i915#14544] / [i915#6095]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#12313])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][127] ([i915#12313])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#6095]) +14 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-5/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-edp-1.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-4/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][130] ([i915#12313]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][131] ([i915#12805])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#12805])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#12805])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#12805])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#12805]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#6095]) +45 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#12313]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#12313])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][139] ([i915#6095]) +69 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#6095]) +34 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#13781]) +3 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#11151] / [i915#7828]) +4 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#11151] / [i915#7828]) +7 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#11151] / [i915#7828]) +8 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#11151] / [i915#7828])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#11151] / [i915#14544] / [i915#7828])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-storm:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#11151] / [i915#7828]) +6 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_chamelium_hpd@dp-hpd-storm.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-tglu-1: NOTRUN -> [SKIP][148] ([i915#11151] / [i915#7828]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_color@deep-color:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#12655] / [i915#3555])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#6944])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#6944]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#6944])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6944])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-6/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][154] ([i915#15330] / [i915#3299])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-0.html
- shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#15330] / [i915#3116] / [i915#3299])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#15330])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#15330])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][158] ([i915#6944]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-1:
- shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#6944] / [i915#9424])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_content_protection@lic-type-1.html
- shard-dg1: NOTRUN -> [SKIP][160] ([i915#6944] / [i915#9424])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][161] ([i915#6944] / [i915#7118] / [i915#9424]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-1/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#6944] / [i915#7118] / [i915#9424])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_content_protection@uevent.html
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#7116] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][164] ([i915#3555]) +2 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][165] -> [FAIL][166] ([i915#13566]) +3 other tests fail
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-tglu-3/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-onscreen-64x21:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8814])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-64x21.html
* igt@kms_cursor_crc@cursor-random-128x42:
- shard-rkl: [PASS][168] -> [FAIL][169] ([i915#13566]) +2 other tests fail
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-5/igt@kms_cursor_crc@cursor-random-128x42.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [FAIL][170] ([i915#13566]) +1 other test fail
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][171] ([i915#13566])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#13049]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-dg1: NOTRUN -> [SKIP][173] ([i915#13049])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu: NOTRUN -> [SKIP][174] ([i915#13049]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#9809]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#4213])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#4103] / [i915#4213])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#4103])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-dg1: NOTRUN -> [SKIP][179] ([i915#4103] / [i915#4213])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#14544] / [i915#4103])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#4103]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#13046] / [i915#5354]) +6 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#9833])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#13691])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: [PASS][185] -> [SKIP][186] ([i915#3555])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-11/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-4/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#13749])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#13748])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_dp_link_training@uhbr-sst.html
- shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#13748])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#8812])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-basic:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#3840])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#3840]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#3840] / [i915#9053])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-tglu-1: NOTRUN -> [SKIP][196] ([i915#3469])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#1839])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_feature_discovery@display-4x.html
* igt@kms_fence_pin_leak:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#4881])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_fence_pin_leak.html
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#4881])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#3637] / [i915#9934]) +4 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#9934]) +5 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#3637] / [i915#9934]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-dpms-on-nop:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#9934]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@kms_flip@2x-flip-vs-dpms-on-nop.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-tglu: NOTRUN -> [SKIP][204] ([i915#3637] / [i915#9934]) +4 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-8/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: [PASS][205] -> [TIMEOUT][206] ([i915#14033]) +1 other test timeout
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-snb1/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#9934]) +2 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#9934]) +3 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a4:
- shard-dg1: [PASS][209] -> [FAIL][210] ([i915#13027]) +1 other test fail
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a4.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a4.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk10: NOTRUN -> [INCOMPLETE][211] ([i915#12745] / [i915#4839])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk10: NOTRUN -> [INCOMPLETE][212] ([i915#12745])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk10/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][213] ([i915#2672] / [i915#3555]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][214] ([i915#2587] / [i915#2672]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#2672] / [i915#3555])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#2672] / [i915#3555]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#2672]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#2672] / [i915#3555])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#2587] / [i915#2672]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#2587] / [i915#2672] / [i915#3555])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][221] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#15573]) +1 other test skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][223] ([i915#2587] / [i915#2672]) +3 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][224] ([i915#2672] / [i915#3555]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#2672] / [i915#3555] / [i915#5190])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#2672]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#15573]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#15104])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][229] ([i915#8708]) +8 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][230] +50 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#5354]) +28 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][232] +38 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#14544] / [i915#15574])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#15574]) +6 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [PASS][235] -> [INCOMPLETE][236] ([i915#10056])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-suspend.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][237] ([i915#5439])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-8/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#8708]) +10 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#15102]) +1 other test skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][240] ([i915#15104])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#15102])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#15102]) +3 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#8708])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite:
- shard-tglu-1: NOTRUN -> [SKIP][244] +22 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][245] ([i915#15574]) +3 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#15574]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#15574]) +2 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#15574])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-tglu-1: NOTRUN -> [SKIP][249] ([i915#15102]) +8 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#15102] / [i915#3023]) +19 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#15102] / [i915#3458]) +8 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#15102] / [i915#3458]) +8 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#10055])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][254] ([i915#10055])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][255] +48 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][256] ([i915#14544] / [i915#1825])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][257] ([i915#1825]) +5 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][258] ([i915#1825]) +29 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][259] ([i915#15574]) +3 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][260] ([i915#15102]) +22 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg1: NOTRUN -> [SKIP][261] ([i915#3555] / [i915#8228]) +2 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#8228]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][263] ([i915#3555] / [i915#8228])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2: NOTRUN -> [SKIP][264] ([i915#3555] / [i915#8228]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#15460])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][266] ([i915#15460])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][267] ([i915#15459])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#15458]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][269] ([i915#13522])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu-1: NOTRUN -> [SKIP][270] ([i915#1839])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu-1: NOTRUN -> [SKIP][271] ([i915#6301])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][272] ([i915#13026]) +1 other test incomplete
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk1/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_lowres@tiling-none:
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#11614] / [i915#3582]) +1 other test skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-5/igt@kms_plane_lowres@tiling-none.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-5/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][275] ([i915#13958])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][276] ([i915#13958])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#15329]) +4 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c:
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#15329]) +3 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-c.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][279] ([i915#12343])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu: NOTRUN -> [SKIP][280] ([i915#9812])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-2/igt@kms_pm_backlight@fade-with-suspend.html
- shard-rkl: NOTRUN -> [SKIP][281] ([i915#5354])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_pm_backlight@fade-with-suspend.html
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#5354])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#9685]) +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-tglu-1: NOTRUN -> [SKIP][284] ([i915#9685])
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: NOTRUN -> [SKIP][285] ([i915#3828]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu-1: NOTRUN -> [FAIL][286] ([i915#9295])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg1: NOTRUN -> [SKIP][287] ([i915#9685])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][288] ([i915#15128])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#9340])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#15073])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg1: [PASS][291] -> [DMESG-WARN][292] ([i915#4423])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-13/igt@kms_pm_rpm@i2c.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: [PASS][293] -> [SKIP][294] ([i915#15073])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
- shard-dg1: [PASS][295] -> [SKIP][296] ([i915#15073])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#15403])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_pm_rpm@package-g7.html
- shard-mtlp: NOTRUN -> [SKIP][298] ([i915#15403])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_pm_rpm@package-g7.html
- shard-dg2: NOTRUN -> [SKIP][299] ([i915#15403])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_pm_rpm@package-g7.html
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#15403])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_pm_rpm@package-g7.html
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#15403])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-17/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@pm-tiling:
- shard-dg2: NOTRUN -> [SKIP][302] ([i915#4077]) +10 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_pm_rpm@pm-tiling.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][303] ([i915#6524] / [i915#6805])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@d3hot:
- shard-dg1: NOTRUN -> [SKIP][304] ([i915#6524]) +1 other test skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#11520]) +9 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#11520]) +6 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-tglu-1: NOTRUN -> [SKIP][307] ([i915#11520]) +4 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-glk10: NOTRUN -> [SKIP][308] ([i915#11520]) +4 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk10/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][309] ([i915#11520]) +3 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk1/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#11520]) +4 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][311] ([i915#11520]) +4 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
- shard-snb: NOTRUN -> [SKIP][312] ([i915#11520])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-snb6/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#9683])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-psr-primary-blt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#9688]) +5 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-3/igt@kms_psr@fbc-psr-primary-blt@edp-1.html
* igt@kms_psr@fbc-psr2-basic:
- shard-dg1: NOTRUN -> [SKIP][315] ([i915#1072] / [i915#9732]) +17 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_psr@fbc-psr2-basic.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][316] ([i915#9732]) +16 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@pr-sprite-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][317] ([i915#1072] / [i915#9732]) +21 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_psr@pr-sprite-mmap-gtt.html
* igt@kms_psr@psr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][318] ([i915#1072] / [i915#9732]) +19 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-4/igt@kms_psr@psr-cursor-mmap-cpu.html
* igt@kms_psr@psr-primary-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][319] ([i915#1072] / [i915#14544] / [i915#9732])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_psr@psr-primary-mmap-cpu.html
* igt@kms_psr@psr-sprite-blt:
- shard-snb: NOTRUN -> [SKIP][320] +56 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-snb5/igt@kms_psr@psr-sprite-blt.html
* igt@kms_psr@psr-sprite-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#9732]) +10 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_psr@psr-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-tglu: NOTRUN -> [SKIP][322] ([i915#9685])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#5289]) +1 other test skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-dg1: NOTRUN -> [SKIP][324] ([i915#5289])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-tglu: NOTRUN -> [SKIP][325] ([i915#5289]) +1 other test skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-mtlp: NOTRUN -> [SKIP][326] ([i915#5289])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][327] ([i915#12755]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#3555]) +7 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-6/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-dg2: NOTRUN -> [SKIP][329] ([i915#3555]) +5 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu: NOTRUN -> [ABORT][330] ([i915#13179]) +1 other test abort
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-5/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#3555]) +2 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-18/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: NOTRUN -> [SKIP][332] ([i915#3555]) +2 other tests skip
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-tglu: NOTRUN -> [SKIP][333] ([i915#8623])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@flip-basic-fastset:
- shard-dg2: NOTRUN -> [SKIP][334] ([i915#9906])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-1/igt@kms_vrr@flip-basic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][335] ([i915#9906])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][336] ([i915#3555] / [i915#8808])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@kms_vrr@flip-suspend.html
- shard-dg2: NOTRUN -> [SKIP][337] ([i915#15243] / [i915#3555])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@kms_vrr@flip-suspend.html
- shard-rkl: NOTRUN -> [SKIP][338] ([i915#15243] / [i915#3555])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_vrr@flip-suspend.html
* igt@kms_vrr@lobf:
- shard-tglu: NOTRUN -> [SKIP][339] ([i915#11920])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-3/igt@kms_vrr@lobf.html
* igt@kms_vrr@max-min:
- shard-tglu: NOTRUN -> [SKIP][340] ([i915#9906])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-4/igt@kms_vrr@max-min.html
* igt@kms_vrr@negative-basic:
- shard-mtlp: [PASS][341] -> [FAIL][342] ([i915#15420]) +1 other test fail
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-mtlp-2/igt@kms_vrr@negative-basic.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-7/igt@kms_vrr@negative-basic.html
- shard-tglu: NOTRUN -> [SKIP][343] ([i915#3555] / [i915#9906])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#9906]) +1 other test skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-tglu-1: NOTRUN -> [SKIP][345] ([i915#9906])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#2436])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][347] ([i915#2434])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@perf@mi-rpc.html
- shard-rkl: NOTRUN -> [SKIP][348] ([i915#2434])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@perf@mi-rpc.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-dg1: NOTRUN -> [SKIP][349] ([i915#2433])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu: NOTRUN -> [SKIP][350] ([i915#8516])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@render-node-busy-idle@vcs0:
- shard-dg2: [PASS][351] -> [FAIL][352] ([i915#4349]) +4 other tests fail
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@vcs0.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@vcs0.html
- shard-dg1: [PASS][353] -> [FAIL][354] ([i915#4349]) +2 other tests fail
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-16/igt@perf_pmu@render-node-busy-idle@vcs0.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-13/igt@perf_pmu@render-node-busy-idle@vcs0.html
* igt@perf_pmu@render-node-busy-idle@vcs1:
- shard-mtlp: [PASS][355] -> [FAIL][356] ([i915#4349]) +4 other tests fail
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@vcs1.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-3/igt@perf_pmu@render-node-busy-idle@vcs1.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][357] ([i915#3708]) +1 other test skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@prime_vgem@fence-read-hang.html
- shard-dg1: NOTRUN -> [SKIP][358] ([i915#3708])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@bind-unbind-vf@vf-4:
- shard-tglu: NOTRUN -> [FAIL][359] ([i915#12910]) +19 other tests fail
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-9/igt@sriov_basic@bind-unbind-vf@vf-4.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#9917])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-mtlp: NOTRUN -> [FAIL][361] ([i915#12910])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-dg2: NOTRUN -> [SKIP][362] ([i915#9917])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-6/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-dg1: NOTRUN -> [SKIP][363] ([i915#9917])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg1: NOTRUN -> [SKIP][364] ([i915#4818])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@fbdev@unaligned-write:
- shard-mtlp: [DMESG-WARN][365] -> [PASS][366] +2 other tests pass
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-mtlp-5/igt@fbdev@unaligned-write.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-8/igt@fbdev@unaligned-write.html
* igt@gem_ctx_persistence@engines-hang@bcs0:
- shard-dg2: [INCOMPLETE][367] ([i915#13562]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-8/igt@gem_ctx_persistence@engines-hang@bcs0.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@gem_ctx_persistence@engines-hang@bcs0.html
* igt@gem_exec_big@single:
- shard-tglu: [ABORT][369] ([i915#11713]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-tglu-4/igt@gem_exec_big@single.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-2/igt@gem_exec_big@single.html
* igt@gem_exec_fence@syncobj-stationary-timeline-chain-engines:
- shard-dg2: [ABORT][371] ([i915#13562]) -> [PASS][372] +2 other tests pass
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-4/igt@gem_exec_fence@syncobj-stationary-timeline-chain-engines.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-11/igt@gem_exec_fence@syncobj-stationary-timeline-chain-engines.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [INCOMPLETE][373] ([i915#13356]) -> [PASS][374] +1 other test pass
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-6/igt@gem_exec_suspend@basic-s0@smem.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@gem_exec_suspend@basic-s0@smem.html
* igt@i915_module_load@reload-no-display:
- shard-dg1: [DMESG-WARN][375] ([i915#13029] / [i915#14545]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-18/igt@i915_module_load@reload-no-display.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@i915_module_load@reload-no-display.html
* igt@i915_suspend@debugfs-reader:
- shard-rkl: [INCOMPLETE][377] ([i915#4817]) -> [PASS][378] +1 other test pass
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@i915_suspend@debugfs-reader.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@i915_suspend@debugfs-reader.html
* igt@kms_async_flips@test-cursor-atomic:
- shard-dg1: [DMESG-WARN][379] ([i915#4423]) -> [PASS][380] +1 other test pass
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-13/igt@kms_async_flips@test-cursor-atomic.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-12/igt@kms_async_flips@test-cursor-atomic.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-rkl: [ABORT][381] ([i915#15132]) -> [PASS][382]
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-1/igt@kms_cursor_crc@cursor-suspend.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_force_connector_basic@force-connector-state:
- shard-dg1: [ABORT][383] ([i915#4423]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-19/igt@kms_force_connector_basic@force-connector-state.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-19/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu:
- shard-dg2: [FAIL][385] ([i915#15389] / [i915#6880]) -> [PASS][386] +1 other test pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [INCOMPLETE][387] ([i915#12756] / [i915#13476]) -> [PASS][388]
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][389] ([i915#15073]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@kms_pm_rpm@dpms-non-lpsp.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg1: [SKIP][391] ([i915#15073]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: [SKIP][393] ([i915#15073]) -> [PASS][394]
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_setmode@basic:
- shard-tglu: [FAIL][395] ([i915#15106]) -> [PASS][396] +2 other tests pass
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-tglu-10/igt@kms_setmode@basic.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-tglu-7/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][397] ([i915#15106]) -> [PASS][398] +2 other tests pass
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-mtlp-6/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_setmode@basic@pipe-b-hdmi-a-3:
- shard-dg2: [FAIL][399] ([i915#15106]) -> [PASS][400] +2 other tests pass
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-5/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-8/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html
#### Warnings ####
* igt@gem_ccs@block-multicopy-inplace:
- shard-rkl: [SKIP][401] ([i915#14544] / [i915#3555] / [i915#9323]) -> [SKIP][402] ([i915#3555] / [i915#9323])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_ccs@block-multicopy-inplace.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][403] ([i915#14544] / [i915#8562]) -> [SKIP][404] ([i915#8562])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-rkl: [SKIP][405] ([i915#14544] / [i915#280]) -> [SKIP][406] ([i915#280])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-rkl: [SKIP][407] ([i915#14544] / [i915#4525]) -> [SKIP][408] ([i915#4525])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_exec_balancer@parallel-keep-submit-fence.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-rkl: [SKIP][409] ([i915#14544] / [i915#3281]) -> [SKIP][410] ([i915#3281]) +2 other tests skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: [SKIP][411] ([i915#14544] / [i915#3282]) -> [SKIP][412] ([i915#3282]) +1 other test skip
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_userptr_blits@coherency-sync:
- shard-rkl: [SKIP][413] ([i915#3297]) -> [SKIP][414] ([i915#14544] / [i915#3297])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-3/igt@gem_userptr_blits@coherency-sync.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-rkl: [SKIP][415] ([i915#14544] / [i915#3297]) -> [SKIP][416] ([i915#3297])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gem_userptr_blits@unsync-overlap.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-rkl: [SKIP][417] ([i915#2527]) -> [SKIP][418] ([i915#14544] / [i915#2527])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-4/igt@gen9_exec_parse@basic-rejected-ctx-param.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@shadow-peek:
- shard-rkl: [SKIP][419] ([i915#14544] / [i915#2527]) -> [SKIP][420] ([i915#2527])
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_module_load@fault-injection:
- shard-dg1: [ABORT][421] ([i915#11815] / [i915#15481]) -> [ABORT][422] ([i915#11815]) +1 other test abort
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-14/igt@i915_module_load@fault-injection.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-17/igt@i915_module_load@fault-injection.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: [SKIP][423] ([i915#8399]) -> [SKIP][424] ([i915#14544] / [i915#8399])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@i915_pm_freq_api@freq-suspend.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@i915_pm_freq_api@freq-suspend.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-rkl: [SKIP][425] ([i915#14544] / [i915#5286]) -> [SKIP][426] ([i915#5286])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-1/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][427] ([i915#14544] / [i915#3638]) -> [SKIP][428] ([i915#3638])
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-rkl: [SKIP][429] -> [SKIP][430] ([i915#14544]) +2 other tests skip
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-8/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][431] ([i915#12313] / [i915#14544]) -> [SKIP][432] ([i915#12313])
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][433] ([i915#14544] / [i915#6095]) -> [SKIP][434] ([i915#6095]) +1 other test skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][435] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][436] ([i915#14098] / [i915#6095]) +1 other test skip
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2:
- shard-glk: [INCOMPLETE][437] ([i915#15582]) -> [INCOMPLETE][438] ([i915#14694] / [i915#15582]) +1 other test incomplete
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-glk6/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-glk1/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_chamelium_audio@hdmi-audio:
- shard-rkl: [SKIP][439] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][440] ([i915#11151] / [i915#7828]) +2 other tests skip
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_chamelium_audio@hdmi-audio.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-rkl: [SKIP][441] ([i915#11151] / [i915#7828]) -> [SKIP][442] ([i915#11151] / [i915#14544] / [i915#7828])
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-7/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: [FAIL][443] ([i915#7173]) -> [SKIP][444] ([i915#6944]) +2 other tests skip
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-11/igt@kms_content_protection@legacy-hdcp14.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-3/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-rkl: [SKIP][445] ([i915#14544] / [i915#4103]) -> [SKIP][446] ([i915#4103])
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][447] ([i915#3955]) -> [SKIP][448] ([i915#14544] / [i915#3955])
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-rkl: [SKIP][449] ([i915#9934]) -> [SKIP][450] ([i915#14544] / [i915#9934]) +2 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-7/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-rkl: [SKIP][451] ([i915#14544] / [i915#9934]) -> [SKIP][452] ([i915#9934])
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-rkl: [SKIP][453] ([i915#14544] / [i915#2672] / [i915#3555]) -> [SKIP][454] ([i915#2672] / [i915#3555]) +1 other test skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: [SKIP][455] ([i915#14544] / [i915#2672]) -> [SKIP][456] ([i915#2672]) +1 other test skip
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][457] ([i915#1825]) -> [SKIP][458] ([i915#14544] / [i915#1825]) +3 other tests skip
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][459] ([i915#14544] / [i915#15102]) -> [SKIP][460] ([i915#15102]) +1 other test skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][461] ([i915#14544] / [i915#1825]) -> [SKIP][462] ([i915#1825]) +6 other tests skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-dg2: [SKIP][463] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][464] ([i915#15102] / [i915#3458]) +1 other test skip
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: [SKIP][465] ([i915#15102] / [i915#3023]) -> [SKIP][466] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][467] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][468] ([i915#15102] / [i915#3023]) +7 other tests skip
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt:
- shard-rkl: [SKIP][469] ([i915#14544] / [i915#15574]) -> [SKIP][470] ([i915#15574]) +1 other test skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-dg1: [SKIP][471] ([i915#15102] / [i915#3458]) -> [SKIP][472] ([i915#15102] / [i915#3458] / [i915#4423])
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_plane_multiple@2x-tiling-none:
- shard-rkl: [SKIP][473] ([i915#13958] / [i915#14544]) -> [SKIP][474] ([i915#13958])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-none.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-7/igt@kms_plane_multiple@2x-tiling-none.html
* igt@kms_prime@d3hot:
- shard-rkl: [SKIP][475] ([i915#14544] / [i915#6524]) -> [SKIP][476] ([i915#6524])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_prime@d3hot.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-rkl: [SKIP][477] ([i915#11520]) -> [SKIP][478] ([i915#11520] / [i915#14544])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][479] ([i915#11520] / [i915#14544]) -> [SKIP][480] ([i915#11520]) +4 other tests skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-primary-blt:
- shard-rkl: [SKIP][481] ([i915#1072] / [i915#9732]) -> [SKIP][482] ([i915#1072] / [i915#14544] / [i915#9732]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-2/igt@kms_psr@fbc-pr-primary-blt.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-6/igt@kms_psr@fbc-pr-primary-blt.html
* igt@kms_psr@fbc-psr2-suspend:
- shard-rkl: [SKIP][483] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][484] ([i915#1072] / [i915#9732]) +8 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@kms_psr@fbc-psr2-suspend.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@kms_psr@fbc-psr2-suspend.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: [SKIP][485] ([i915#14544] / [i915#3291] / [i915#3708]) -> [SKIP][486] ([i915#3291] / [i915#3708])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@prime_vgem@basic-fence-read.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-write-hang:
- shard-rkl: [SKIP][487] ([i915#14544] / [i915#3708]) -> [SKIP][488] ([i915#3708])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@prime_vgem@fence-write-hang.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-3/igt@prime_vgem@fence-write-hang.html
* igt@tools_test@sysfs_l3_parity:
- shard-rkl: [SKIP][489] ([i915#14544]) -> [SKIP][490] +4 other tests skip
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8713/shard-rkl-6/igt@tools_test@sysfs_l3_parity.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/shard-rkl-5/igt@tools_test@sysfs_l3_parity.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[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#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[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#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[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#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[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#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522
[i915#13562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13562
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[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#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14118
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15132
[i915#15140]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15140
[i915#15172]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15172
[i915#15243]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15243
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15420]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15420
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15481]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15481
[i915#15573]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15573
[i915#15574]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15574
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[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#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681
[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#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955
[i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
[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#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[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#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[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#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[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#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230
[i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[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#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#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[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#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#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[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#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[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_8713 -> IGTPW_14396
CI-20190529: 20190529
CI_DRM_17872: 75950b1567cb40a67e93cb3912e023219745ff60 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14396: 19c42652f57a4d391ccc0ad1babfc0b219f4a74c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8713: 33d772ed2d772fee329e6200cd968962f695a927 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14396/index.html
[-- Attachment #2: Type: text/html, Size: 167782 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Xe.CI.BAT: success for lib/intel_compute: Wait for compute walker before returning to ring (rev2)
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
2026-01-22 14:55 ` ✓ i915.CI.BAT: success for " Patchwork
2026-01-23 2:47 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-01-27 9:13 ` Patchwork
2026-01-27 9:16 ` ✗ i915.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2026-01-27 9:13 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]
== Series Details ==
Series: lib/intel_compute: Wait for compute walker before returning to ring (rev2)
URL : https://patchwork.freedesktop.org/series/160484/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8718_BAT -> XEIGTPW_14423_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (12 -> 12)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8718 -> IGTPW_14423
* Linux: xe-4448-0f7122915dfd558c57f69c4f97ebd64707a721cc -> xe-4450-81edc0e82197ad273a82b5da0a64c43d5c5a9a5d
IGTPW_14423: 1c2fc6e311eb1f271884a290b42bf0c72399b53b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8718: 8718
xe-4448-0f7122915dfd558c57f69c4f97ebd64707a721cc: 0f7122915dfd558c57f69c4f97ebd64707a721cc
xe-4450-81edc0e82197ad273a82b5da0a64c43d5c5a9a5d: 81edc0e82197ad273a82b5da0a64c43d5c5a9a5d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/index.html
[-- Attachment #2: Type: text/html, Size: 1658 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.BAT: failure for lib/intel_compute: Wait for compute walker before returning to ring (rev2)
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
` (2 preceding siblings ...)
2026-01-27 9:13 ` ✓ Xe.CI.BAT: success for lib/intel_compute: Wait for compute walker before returning to ring (rev2) Patchwork
@ 2026-01-27 9:16 ` Patchwork
2026-01-27 11:11 ` ✗ Xe.CI.Full: " Patchwork
2026-02-02 14:15 ` [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Francois Dugast
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2026-01-27 9:16 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3243 bytes --]
== Series Details ==
Series: lib/intel_compute: Wait for compute walker before returning to ring (rev2)
URL : https://patchwork.freedesktop.org/series/160484/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8718 -> IGTPW_14423
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_14423 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_14423, 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_14423/index.html
Participating hosts (43 -> 41)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_14423:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rpm@module-reload:
- bat-arlh-3: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8718/bat-arlh-3/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14423/bat-arlh-3/igt@i915_pm_rpm@module-reload.html
Known issues
------------
Here are the changes found in IGTPW_14423 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-mtlp-8: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8718/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14423/bat-mtlp-8/igt@i915_selftest@live.html
* igt@kms_pm_rpm@basic-rte:
- bat-rpls-4: [PASS][5] -> [DMESG-WARN][6] ([i915#13400])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8718/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14423/bat-rpls-4/igt@kms_pm_rpm@basic-rte.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-dg2-9: [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8718/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14423/bat-dg2-9/igt@i915_selftest@live@workarounds.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8718 -> IGTPW_14423
* Linux: CI_DRM_17886 -> CI_DRM_17892
CI-20190529: 20190529
CI_DRM_17886: ad8c37855805baaa6d835e520e802c950b0491ac @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_17892: e81ccbb3ef7a5a3469b91c8b6b85d021050da562 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_14423: 1c2fc6e311eb1f271884a290b42bf0c72399b53b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8718: 8718
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14423/index.html
[-- Attachment #2: Type: text/html, Size: 4024 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for lib/intel_compute: Wait for compute walker before returning to ring (rev2)
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
` (3 preceding siblings ...)
2026-01-27 9:16 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-01-27 11:11 ` Patchwork
2026-02-02 14:15 ` [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Francois Dugast
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2026-01-27 11:11 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 61775 bytes --]
== Series Details ==
Series: lib/intel_compute: Wait for compute walker before returning to ring (rev2)
URL : https://patchwork.freedesktop.org/series/160484/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8718_FULL -> XEIGTPW_14423_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_14423_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_14423_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 (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_14423_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_atomic_transition@plane-all-transition:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@kms_atomic_transition@plane-all-transition.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-lnl: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-race:
- shard-bmg: [PASS][5] -> [ABORT][6]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-race.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-race.html
Known issues
------------
Here are the changes found in XEIGTPW_14423_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2233])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@addfb25-yf-tiled-legacy:
- shard-bmg: [PASS][8] -> [SKIP][9] ([Intel XE#6703]) +40 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear:
- shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#5993]) +3 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
* igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1:
- shard-lnl: [PASS][12] -> [FAIL][13] ([Intel XE#6054]) +3 other tests fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear-atomic@pipe-c-edp-1.html
* igt@kms_atomic_transition@plane-all-transition@pipe-b-hdmi-a-3:
- shard-bmg: [PASS][14] -> [INCOMPLETE][15] ([Intel XE#6819])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@kms_atomic_transition@plane-all-transition@pipe-b-hdmi-a-3.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition@pipe-b-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2327]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1407]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +7 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +4 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1477])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#610])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2314] / [Intel XE#2894])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#2191])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-3-displays-1920x1080p:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#367]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#367])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#2887]) +8 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#3432])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2887]) +10 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#306])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_chamelium_color@ctm-limited-range.html
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2325])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#373]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2252]) +5 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_color_pipeline@plane-lut1d-pre-ctm3x4@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [FAIL][33] ([Intel XE#6968]) +3 other tests fail
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_color_pipeline@plane-lut1d-pre-ctm3x4@pipe-c-edp-1.html
* igt@kms_content_protection@atomic-dpms:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#3278])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#6974])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2390] / [Intel XE#6974])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][37] ([Intel XE#1178] / [Intel XE#3304]) +3 other tests fail
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1424])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-onscreen-64x21:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2320]) +2 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-64x21.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#2321])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#2321])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#309]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: NOTRUN -> [FAIL][43] ([Intel XE#6715])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2286])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#1340])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#4354])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#4354])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_dp_linktrain_fallback@dsc-fallback:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#4331])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_dp_linktrain_fallback@dsc-fallback.html
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#4331])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html
* igt@kms_dsc@dsc-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2244])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#776]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1421]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a3:
- shard-bmg: [PASS][53] -> [DMESG-FAIL][54] ([Intel XE#5545]) +1 other test dmesg-fail
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a3.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_flip@plain-flip-fb-recreate@a-hdmi-a3.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1397] / [Intel XE#1745])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2293]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1397]) +2 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#7064] / [Intel XE#7081])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x.html
* igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#7064])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-yuv-linear-to-32bpp-yuv-linear-reflect-x@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#1401]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2293] / [Intel XE#2380]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#651]) +5 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#2311]) +16 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#7061]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#7061]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#4141]) +10 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#6312])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#656]) +17 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2313]) +15 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#3374] / [Intel XE#3544])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#6912])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier@pipe-a-plane-5:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#7130]) +24 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-b-plane-0:
- shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#7130]) +26 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier@pipe-b-plane-0.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#7130] / [Intel XE#7131])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
- shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#7130] / [Intel XE#7131])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5:
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#7131]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#7131]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5.html
* igt@kms_plane_lowres@tiling-y:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2393])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#5021])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-yf.html
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#4596])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b:
- shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#6886]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a:
- shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#6886]) +4 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75@pipe-a.html
* igt@kms_pm_backlight@bad-brightness:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#870])
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-dpms:
- shard-lnl: NOTRUN -> [FAIL][85] ([Intel XE#718])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@kms_pm_dc@dc5-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [PASS][86] -> [FAIL][87] ([Intel XE#718])
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#1406] / [Intel XE#1489]) +4 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1406] / [Intel XE#4608]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1406] / [Intel XE#2893]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@pr-sprite-render:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#1406]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@kms_psr@pr-sprite-render.html
* igt@kms_psr@psr2-no-drrs:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +9 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_psr@psr2-no-drrs.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_rotation_crc@primary-rotation-270.html
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#1127])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
- shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2330])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2413])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_sharpness_filter@invalid-filter-with-plane:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#6503]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@kms_sharpness_filter@invalid-filter-with-plane.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#2426])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@flip-dpms:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#1499])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_vrr@flip-dpms.html
* igt@xe_configfs@survivability-mode:
- shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#6010])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@xe_configfs@survivability-mode.html
* igt@xe_eudebug@basic-connect:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#4837]) +3 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-1/igt@xe_eudebug@basic-connect.html
* igt@xe_eudebug@vma-ufence:
- shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#4837]) +7 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_eudebug@vma-ufence.html
* igt@xe_eudebug_online@pagefault-read:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#4837] / [Intel XE#6665])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@xe_eudebug_online@pagefault-read.html
* igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram:
- shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html
* igt@xe_evict@evict-beng-mixed-threads-large-multi-vm:
- shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#688]) +4 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html
* igt@xe_evict@evict-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#7140]) +2 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_evict@evict-threads-small-multi-queue.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#2322]) +3 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1392]) +5 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#6703]) +12 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
- shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#7136]) +6 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
* igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#7136]) +9 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_exec_fault_mode@twice-multi-queue-userptr-rebind.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#6874]) +17 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-userptr-invalidate.html
* igt@xe_exec_multi_queue@two-queues-priority:
- shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#6874]) +19 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_exec_multi_queue@two-queues-priority.html
* igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#5007])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html
* igt@xe_exec_system_allocator@threads-many-execqueues-mmap-huge-nomemset:
- shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#4943]) +10 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@xe_exec_system_allocator@threads-many-execqueues-mmap-huge-nomemset.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge:
- shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#4943]) +17 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-new-huge.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-remap-eocheck:
- shard-lnl: [PASS][120] -> [DMESG-WARN][121] ([Intel XE#7063]) +1 other test dmesg-warn
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-remap-eocheck.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-mmap-remap-eocheck.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#7138]) +8 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html
* igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][123] ([Intel XE#7138]) +8 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race.html
* igt@xe_media_fill@media-fill:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#2459] / [Intel XE#2596])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_media_fill@media-fill.html
* igt@xe_mmap@pci-membarrier-bad-object:
- shard-lnl: NOTRUN -> [SKIP][125] ([Intel XE#5100])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_mmap@pci-membarrier-bad-object.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [PASS][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142], [PASS][143], [PASS][144], [PASS][145], [PASS][146], [PASS][147], [PASS][148], [PASS][149]) -> ([PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [PASS][157], [PASS][158], [PASS][159], [SKIP][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168], [PASS][169], [PASS][170], [PASS][171], [PASS][172], [PASS][173], [PASS][174], [PASS][175]) ([Intel XE#2457])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@xe_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@xe_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@xe_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@xe_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@xe_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-7/igt@xe_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-7/igt@xe_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-7/igt@xe_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-3/igt@xe_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-3/igt@xe_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@xe_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@xe_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@xe_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@xe_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@xe_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@xe_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@xe_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@xe_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@xe_module_load@load.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@xe_module_load@load.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_module_load@load.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@xe_module_load@load.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_module_load@load.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_module_load@load.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_module_load@load.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_module_load@load.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@xe_module_load@load.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@xe_module_load@load.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-1/igt@xe_module_load@load.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_module_load@load.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_module_load@load.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@xe_module_load@load.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_module_load@load.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_module_load@load.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_module_load@load.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_module_load@load.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@xe_module_load@load.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@xe_module_load@load.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_module_load@load.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-3/igt@xe_module_load@load.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-9/igt@xe_module_load@load.html
* igt@xe_multigpu_svm@mgpu-coherency-prefetch:
- shard-lnl: NOTRUN -> [SKIP][176] ([Intel XE#6964]) +1 other test skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@xe_multigpu_svm@mgpu-coherency-prefetch.html
* igt@xe_multigpu_svm@mgpu-pagefault-basic:
- shard-bmg: NOTRUN -> [SKIP][177] ([Intel XE#6964]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_multigpu_svm@mgpu-pagefault-basic.html
* igt@xe_peer2peer@write:
- shard-lnl: NOTRUN -> [SKIP][178] ([Intel XE#1061])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@xe_peer2peer@write.html
* igt@xe_pm@d3cold-mmap-system:
- shard-bmg: NOTRUN -> [SKIP][179] ([Intel XE#2284])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-4/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#584])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq:
- shard-bmg: NOTRUN -> [SKIP][181] ([Intel XE#4733]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_pxp@pxp-stale-bo-bind-post-termination-irq.html
* igt@xe_query@multigpu-query-gt-list:
- shard-bmg: NOTRUN -> [SKIP][182] ([Intel XE#944])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_query@multigpu-query-gt-list.html
* igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
- shard-lnl: NOTRUN -> [SKIP][183] ([Intel XE#944]) +1 other test skip
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-2/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-lnl: NOTRUN -> [SKIP][184] ([Intel XE#4130]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-5/igt@xe_sriov_auto_provisioning@fair-allocation.html
* igt@xe_sriov_scheduling@equal-throughput@numvfs-random:
- shard-bmg: [PASS][185] -> [FAIL][186] ([Intel XE#5937]) +1 other test fail
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_sriov_scheduling@equal-throughput@numvfs-random.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@xe_sriov_scheduling@equal-throughput@numvfs-random.html
#### Possible fixes ####
* igt@kms_big_fb@linear-8bpp-rotate-0:
- shard-lnl: [ABORT][187] ([Intel XE#4760]) -> [PASS][188]
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-2/igt@kms_big_fb@linear-8bpp-rotate-0.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-4/igt@kms_big_fb@linear-8bpp-rotate-0.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [INCOMPLETE][189] ([Intel XE#7084]) -> [PASS][190] +1 other test pass
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_plane_cursor@primary:
- shard-bmg: [FAIL][191] -> [PASS][192] +1 other test pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@kms_plane_cursor@primary.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_plane_cursor@primary.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][193] ([Intel XE#6321]) -> [PASS][194]
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_reset@gt-reset-stress:
- shard-lnl: [DMESG-WARN][195] ([Intel XE#7023]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-8/igt@xe_exec_reset@gt-reset-stress.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-7/igt@xe_exec_reset@gt-reset-stress.html
* igt@xe_exec_system_allocator@once-large-mmap-remap-dontunmap-eocheck:
- shard-lnl: [DMESG-WARN][197] ([Intel XE#4537] / [Intel XE#7063]) -> [PASS][198]
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-5/igt@xe_exec_system_allocator@once-large-mmap-remap-dontunmap-eocheck.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-3/igt@xe_exec_system_allocator@once-large-mmap-remap-dontunmap-eocheck.html
* igt@xe_exec_system_allocator@process-many-mmap-prefetch:
- shard-bmg: [ABORT][199] -> [PASS][200]
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@xe_exec_system_allocator@process-many-mmap-prefetch.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-7/igt@xe_exec_system_allocator@process-many-mmap-prefetch.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-busy:
- shard-lnl: [DMESG-WARN][201] ([Intel XE#7063]) -> [PASS][202] +9 other tests pass
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-busy.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-busy.html
#### Warnings ####
* igt@kms_big_fb@linear-32bpp-rotate-270:
- shard-bmg: [SKIP][203] ([Intel XE#2327]) -> [SKIP][204] ([Intel XE#6703])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@kms_big_fb@linear-32bpp-rotate-270.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_big_fb@linear-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-bmg: [SKIP][205] ([Intel XE#607]) -> [SKIP][206] ([Intel XE#6703])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-bmg: [SKIP][207] ([Intel XE#1124]) -> [SKIP][208] ([Intel XE#6703])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-bmg: [SKIP][209] ([Intel XE#2320]) -> [SKIP][210] ([Intel XE#6703])
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@kms_cursor_crc@cursor-offscreen-32x10.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: [SKIP][211] ([Intel XE#2372]) -> [SKIP][212] ([Intel XE#6703])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@kms_feature_discovery@chamelium.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_feature_discovery@chamelium.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt:
- shard-bmg: [SKIP][213] ([Intel XE#4141]) -> [SKIP][214] ([Intel XE#6703]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][215] ([Intel XE#2311]) -> [SKIP][216] ([Intel XE#6703]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][217] ([Intel XE#2313]) -> [SKIP][218] ([Intel XE#6703]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-blt:
- shard-bmg: [SKIP][219] ([Intel XE#7061]) -> [SKIP][220] ([Intel XE#6703])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-blt.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][221] ([Intel XE#3544]) -> [SKIP][222] ([Intel XE#3374] / [Intel XE#3544])
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@kms_hdr@brightness-with-hdr.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier:
- shard-bmg: [SKIP][223] ([Intel XE#7130]) -> [SKIP][224] ([Intel XE#6703])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-bmg: [SKIP][225] ([Intel XE#1406] / [Intel XE#1489]) -> [SKIP][226] ([Intel XE#1406] / [Intel XE#6703])
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@xe_eudebug@basic-vm-bind-discovery:
- shard-bmg: [SKIP][227] ([Intel XE#4837]) -> [SKIP][228] ([Intel XE#6703])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-discovery.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-discovery.html
* igt@xe_eudebug_online@interrupt-reconnect:
- shard-bmg: [SKIP][229] ([Intel XE#4837] / [Intel XE#6665]) -> [SKIP][230] ([Intel XE#6703]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-4/igt@xe_eudebug_online@interrupt-reconnect.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_eudebug_online@interrupt-reconnect.html
* igt@xe_evict@evict-small-multi-queue:
- shard-bmg: [SKIP][231] ([Intel XE#7140]) -> [SKIP][232] ([Intel XE#6703])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_evict@evict-small-multi-queue.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_evict@evict-small-multi-queue.html
* igt@xe_exec_fault_mode@once-multi-queue:
- shard-bmg: [SKIP][233] ([Intel XE#7136]) -> [SKIP][234] ([Intel XE#6703])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-10/igt@xe_exec_fault_mode@once-multi-queue.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_fault_mode@once-multi-queue.html
* igt@xe_exec_multi_queue@few-execs-userptr-invalidate:
- shard-bmg: [SKIP][235] ([Intel XE#6874]) -> [SKIP][236] ([Intel XE#6703])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_exec_multi_queue@few-execs-userptr-invalidate.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_multi_queue@few-execs-userptr-invalidate.html
* igt@xe_exec_system_allocator@threads-many-mmap-new-huge:
- shard-bmg: [SKIP][237] ([Intel XE#4943]) -> [SKIP][238] ([Intel XE#6703]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_exec_system_allocator@threads-many-mmap-new-huge.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-mmap-new-huge.html
* igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq:
- shard-bmg: [SKIP][239] ([Intel XE#4733]) -> [SKIP][240] ([Intel XE#6703])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8718/shard-bmg-1/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/shard-bmg-2/igt@xe_pxp@pxp-stale-bo-exec-post-termination-irq.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[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#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[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#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2459
[Intel XE#2596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2596
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[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#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4760
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5100]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5100
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
[Intel XE#6010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6010
[Intel XE#6054]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6054
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6715
[Intel XE#6819]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6819
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7023]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7023
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
[Intel XE#7064]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7064
[Intel XE#7081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7081
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[Intel XE#7131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7131
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8718 -> IGTPW_14423
* Linux: xe-4448-0f7122915dfd558c57f69c4f97ebd64707a721cc -> xe-4450-81edc0e82197ad273a82b5da0a64c43d5c5a9a5d
IGTPW_14423: 1c2fc6e311eb1f271884a290b42bf0c72399b53b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8718: 8718
xe-4448-0f7122915dfd558c57f69c4f97ebd64707a721cc: 0f7122915dfd558c57f69c4f97ebd64707a721cc
xe-4450-81edc0e82197ad273a82b5da0a64c43d5c5a9a5d: 81edc0e82197ad273a82b5da0a64c43d5c5a9a5d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14423/index.html
[-- Attachment #2: Type: text/html, Size: 72149 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
` (4 preceding siblings ...)
2026-01-27 11:11 ` ✗ Xe.CI.Full: " Patchwork
@ 2026-02-02 14:15 ` Francois Dugast
2026-02-03 7:57 ` Zbigniew Kempczyński
5 siblings, 1 reply; 9+ messages in thread
From: Francois Dugast @ 2026-02-02 14:15 UTC (permalink / raw)
To: Zbigniew Kempczyński; +Cc: igt-dev, Matthew Brost, Daniele Ceraolo Spurio
On Thu, Jan 22, 2026 at 11:45:29AM +0100, Zbigniew Kempczyński wrote:
> Most compute tests don't need to synchronize at the batch level as
> kmd executes pipe-control at some point. Last xe driver proposal (link
> below) causes turning off preemption before pipe-control preventing
> entering to SIP and finish the WMTP test properly.
>
> Change adds pipe-control at batch level causing sync wait on
> compute-walker and preventing disabling the preemption prematurely.
This looks right and does solve the issue when applying the referenced KMD
change, so it would be necessary going forward.
For maintainability, can we please replace the 8 occurrences of 0x00100000
with a define, maybe in a preparation patch?
Francois
>
> Link: https://patchwork.freedesktop.org/series/160113/
> Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> Cc: Francois Dugast <francois.dugast@intel.com>
> ---
> lib/intel_compute.c | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/lib/intel_compute.c b/lib/intel_compute.c
> index 00ef280e8f..8578b6e402 100644
> --- a/lib/intel_compute.c
> +++ b/lib/intel_compute.c
> @@ -1694,6 +1694,13 @@ static void xe2lpg_compute_exec_compute(int fd,
> addr_bo_buffer_batch[b++] = 0x00000000;
> addr_bo_buffer_batch[b++] = 0x00000000;
>
> + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> + addr_bo_buffer_batch[b++] = 0x00100000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> +
> addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> }
>
> @@ -2032,6 +2039,13 @@ static void xe3p_compute_exec_compute(int fd,
> addr_bo_buffer_batch[b++] = 0x00000000; /* dw62 */
> addr_bo_buffer_batch[b++] = 0x00000000; /* dw63 */
>
> + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> + addr_bo_buffer_batch[b++] = 0x00100000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> + addr_bo_buffer_batch[b++] = 0x00000000;
> +
> addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> }
>
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
2026-02-02 14:15 ` [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Francois Dugast
@ 2026-02-03 7:57 ` Zbigniew Kempczyński
2026-02-26 18:20 ` Matthew Brost
0 siblings, 1 reply; 9+ messages in thread
From: Zbigniew Kempczyński @ 2026-02-03 7:57 UTC (permalink / raw)
To: Francois Dugast; +Cc: igt-dev, Matthew Brost, Daniele Ceraolo Spurio
On Mon, Feb 02, 2026 at 03:15:58PM +0100, Francois Dugast wrote:
> On Thu, Jan 22, 2026 at 11:45:29AM +0100, Zbigniew Kempczyński wrote:
> > Most compute tests don't need to synchronize at the batch level as
> > kmd executes pipe-control at some point. Last xe driver proposal (link
> > below) causes turning off preemption before pipe-control preventing
> > entering to SIP and finish the WMTP test properly.
> >
> > Change adds pipe-control at batch level causing sync wait on
> > compute-walker and preventing disabling the preemption prematurely.
>
> This looks right and does solve the issue when applying the referenced KMD
> change, so it would be necessary going forward.
>
> For maintainability, can we please replace the 8 occurrences of 0x00100000
> with a define, maybe in a preparation patch?
Maybe emit_pipe_control() function similar to xe_ring_ops.c would be better?
--
Zbigniew
>
> Francois
>
> >
> > Link: https://patchwork.freedesktop.org/series/160113/
> > Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> > Cc: Matthew Brost <matthew.brost@intel.com>
> > Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> > Cc: Francois Dugast <francois.dugast@intel.com>
> > ---
> > lib/intel_compute.c | 14 ++++++++++++++
> > 1 file changed, 14 insertions(+)
> >
> > diff --git a/lib/intel_compute.c b/lib/intel_compute.c
> > index 00ef280e8f..8578b6e402 100644
> > --- a/lib/intel_compute.c
> > +++ b/lib/intel_compute.c
> > @@ -1694,6 +1694,13 @@ static void xe2lpg_compute_exec_compute(int fd,
> > addr_bo_buffer_batch[b++] = 0x00000000;
> > addr_bo_buffer_batch[b++] = 0x00000000;
> >
> > + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> > + addr_bo_buffer_batch[b++] = 0x00100000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > +
> > addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> > }
> >
> > @@ -2032,6 +2039,13 @@ static void xe3p_compute_exec_compute(int fd,
> > addr_bo_buffer_batch[b++] = 0x00000000; /* dw62 */
> > addr_bo_buffer_batch[b++] = 0x00000000; /* dw63 */
> >
> > + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> > + addr_bo_buffer_batch[b++] = 0x00100000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > + addr_bo_buffer_batch[b++] = 0x00000000;
> > +
> > addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> > }
> >
> > --
> > 2.43.0
> >
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
2026-02-03 7:57 ` Zbigniew Kempczyński
@ 2026-02-26 18:20 ` Matthew Brost
0 siblings, 0 replies; 9+ messages in thread
From: Matthew Brost @ 2026-02-26 18:20 UTC (permalink / raw)
To: Zbigniew Kempczyński
Cc: Francois Dugast, igt-dev, Daniele Ceraolo Spurio
On Tue, Feb 03, 2026 at 08:57:56AM +0100, Zbigniew Kempczyński wrote:
> On Mon, Feb 02, 2026 at 03:15:58PM +0100, Francois Dugast wrote:
> > On Thu, Jan 22, 2026 at 11:45:29AM +0100, Zbigniew Kempczyński wrote:
> > > Most compute tests don't need to synchronize at the batch level as
> > > kmd executes pipe-control at some point. Last xe driver proposal (link
> > > below) causes turning off preemption before pipe-control preventing
> > > entering to SIP and finish the WMTP test properly.
> > >
> > > Change adds pipe-control at batch level causing sync wait on
> > > compute-walker and preventing disabling the preemption prematurely.
> >
> > This looks right and does solve the issue when applying the referenced KMD
> > change, so it would be necessary going forward.
> >
> > For maintainability, can we please replace the 8 occurrences of 0x00100000
> > with a define, maybe in a preparation patch?
>
> Maybe emit_pipe_control() function similar to xe_ring_ops.c would be better?
>
Yes, let's drop the hard coded numbers in this IGT but this can be done
in a follow up as this patch is no worse than the existing code. I also
just merged the KMD part which will break so CI so...
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
> --
> Zbigniew
>
> >
> > Francois
> >
> > >
> > > Link: https://patchwork.freedesktop.org/series/160113/
> > > Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> > > Cc: Matthew Brost <matthew.brost@intel.com>
> > > Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> > > Cc: Francois Dugast <francois.dugast@intel.com>
> > > ---
> > > lib/intel_compute.c | 14 ++++++++++++++
> > > 1 file changed, 14 insertions(+)
> > >
> > > diff --git a/lib/intel_compute.c b/lib/intel_compute.c
> > > index 00ef280e8f..8578b6e402 100644
> > > --- a/lib/intel_compute.c
> > > +++ b/lib/intel_compute.c
> > > @@ -1694,6 +1694,13 @@ static void xe2lpg_compute_exec_compute(int fd,
> > > addr_bo_buffer_batch[b++] = 0x00000000;
> > > addr_bo_buffer_batch[b++] = 0x00000000;
> > >
> > > + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> > > + addr_bo_buffer_batch[b++] = 0x00100000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > +
> > > addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> > > }
> > >
> > > @@ -2032,6 +2039,13 @@ static void xe3p_compute_exec_compute(int fd,
> > > addr_bo_buffer_batch[b++] = 0x00000000; /* dw62 */
> > > addr_bo_buffer_batch[b++] = 0x00000000; /* dw63 */
> > >
> > > + addr_bo_buffer_batch[b++] = PIPE_CONTROL;
> > > + addr_bo_buffer_batch[b++] = 0x00100000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > + addr_bo_buffer_batch[b++] = 0x00000000;
> > > +
> > > addr_bo_buffer_batch[b++] = MI_BATCH_BUFFER_END;
> > > }
> > >
> > > --
> > > 2.43.0
> > >
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2026-02-26 18:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 10:45 [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Zbigniew Kempczyński
2026-01-22 14:55 ` ✓ i915.CI.BAT: success for " Patchwork
2026-01-23 2:47 ` ✗ i915.CI.Full: failure " Patchwork
2026-01-27 9:13 ` ✓ Xe.CI.BAT: success for lib/intel_compute: Wait for compute walker before returning to ring (rev2) Patchwork
2026-01-27 9:16 ` ✗ i915.CI.BAT: failure " Patchwork
2026-01-27 11:11 ` ✗ Xe.CI.Full: " Patchwork
2026-02-02 14:15 ` [PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring Francois Dugast
2026-02-03 7:57 ` Zbigniew Kempczyński
2026-02-26 18:20 ` Matthew Brost
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox