* [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races
@ 2026-04-27 10:58 Jeevan B
2026-04-27 19:38 ` ✓ i915.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2) Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Jeevan B @ 2026-04-27 10:58 UTC (permalink / raw)
To: igt-dev; +Cc: chaitanya.kumar.borah, Jeevan B
ELD population can lag HDMI audio enable on some platforms.
Retry once to avoid spurious test failures.
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14867
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/kms_hdmi_inject.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/kms_hdmi_inject.c b/tests/kms_hdmi_inject.c
index 00eb5e4a4..f388a84c3 100644
--- a/tests/kms_hdmi_inject.c
+++ b/tests/kms_hdmi_inject.c
@@ -200,7 +200,13 @@ hdmi_inject_audio(int drm_fd, drmModeConnector *connector)
* Test if we have /proc/asound/HDMI/eld#0.0 and is its contents are
* valid.
*/
- igt_assert(eld_has_igt());
+ if (!eld_has_igt()) {
+ igt_info("HDMI audio enabled but ELD not visible yet; retrying\n");
+ usleep(200 * 1000);
+
+ igt_assert_f(eld_has_igt(),
+ "HDMI ELD missing after retry\n");
+ }
igt_remove_fb(drm_fd, &fb);
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ i915.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
2026-04-27 10:58 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
@ 2026-04-27 19:38 ` Patchwork
2026-04-27 20:29 ` ✓ Xe.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-27 19:38 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2723 bytes --]
== Series Details ==
Series: tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
URL : https://patchwork.freedesktop.org/series/165522/
State : success
== Summary ==
CI Bug Log - changes from IGT_8874 -> IGTPW_15059
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): bat-dg2-13 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_15059 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_debugfs@read-all-entries:
- bat-adlp-6: [PASS][1] -> [DMESG-WARN][2] ([i915#15673])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/bat-adlp-6/igt@core_debugfs@read-all-entries.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/bat-adlp-6/igt@core_debugfs@read-all-entries.html
* 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_8874/bat-mtlp-8/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/bat-mtlp-8/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-dg2-14: [PASS][5] -> [DMESG-FAIL][6] ([i915#12061]) +1 other test dmesg-fail
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/bat-dg2-14/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/bat-dg2-14/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@core_auth@basic-auth:
- bat-adlp-6: [DMESG-WARN][7] ([i915#15673]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/bat-adlp-6/igt@core_auth@basic-auth.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/bat-adlp-6/igt@core_auth@basic-auth.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#15673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8874 -> IGTPW_15059
CI-20190529: 20190529
CI_DRM_18369: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15059: d224e0a967016b7fbb51aa88d04772e680ce9971 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/index.html
[-- Attachment #2: Type: text/html, Size: 3555 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* ✓ Xe.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
2026-04-27 10:58 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
2026-04-27 19:38 ` ✓ i915.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2) Patchwork
@ 2026-04-27 20:29 ` Patchwork
2026-04-27 23:36 ` ✗ i915.CI.Full: failure " Patchwork
2026-04-28 1:15 ` ✓ Xe.CI.FULL: success " Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-27 20:29 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 987 bytes --]
== Series Details ==
Series: tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
URL : https://patchwork.freedesktop.org/series/165522/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8874_BAT -> XEIGTPW_15059_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 13)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8874 -> IGTPW_15059
IGTPW_15059: d224e0a967016b7fbb51aa88d04772e680ce9971 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/index.html
[-- Attachment #2: Type: text/html, Size: 1532 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
2026-04-27 10:58 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
2026-04-27 19:38 ` ✓ i915.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2) Patchwork
2026-04-27 20:29 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-04-27 23:36 ` Patchwork
2026-04-28 1:15 ` ✓ Xe.CI.FULL: success " Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-27 23:36 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131138 bytes --]
== Series Details ==
Series: tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
URL : https://patchwork.freedesktop.org/series/165522/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8874_full -> IGTPW_15059_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15059_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15059_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_15059/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15059_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gem_contexts:
- shard-dg2: NOTRUN -> [DMESG-FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@i915_selftest@live@gem_contexts.html
Known issues
------------
Here are the changes found in IGTPW_15059_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][2] ([i915#8411])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#11078])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@device_reset@unbind-cold-reset-rebind.html
* igt@gem_bad_reloc@negative-reloc-bltcopy:
- shard-mtlp: NOTRUN -> [SKIP][4] ([i915#3281]) +4 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-3/igt@gem_bad_reloc@negative-reloc-bltcopy.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-tglu-1: NOTRUN -> [SKIP][5] ([i915#9323])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#14544] / [i915#3555] / [i915#9323])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy.html
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#3555] / [i915#9323])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@gem_ccs@ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@gem_ccs@ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [PASS][10] -> [INCOMPLETE][11] ([i915#13356])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg2-5/igt@gem_ccs@suspend-resume.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [PASS][12] -> [INCOMPLETE][13] ([i915#12392] / [i915#13356])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][14] ([i915#6335])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#8562])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-tglu-1: NOTRUN -> [SKIP][16] +28 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#8555])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@gem_ctx_persistence@heartbeat-hang.html
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#8555])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-hang.html
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8555])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-3/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process:
- shard-snb: NOTRUN -> [SKIP][20] ([i915#1099])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-snb4/igt@gem_ctx_persistence@legacy-engines-mixed-process.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@gem_ctx_sseu@invalid-args.html
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#280])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@gem_ctx_sseu@invalid-args.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-19/igt@gem_ctx_sseu@invalid-args.html
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@gem_ctx_sseu@invalid-args.html
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#280])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-5/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@kms:
- shard-tglu-1: NOTRUN -> [DMESG-WARN][26] ([i915#13363])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@gem_eio@kms.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#4525])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-tglu: NOTRUN -> [SKIP][29] ([i915#4525]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_big@single:
- shard-tglu: NOTRUN -> [FAIL][30] ([i915#15816])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-3/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][31] ([i915#11965]) +1 other test fail
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-2/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][32] ([i915#6334]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk8/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][33] ([i915#11965]) +4 other tests fail
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-5/igt@gem_exec_capture@capture@vecs0-lmem0.html
- shard-dg1: NOTRUN -> [FAIL][34] ([i915#11965]) +2 other tests fail
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_fence@submit3:
- shard-dg1: NOTRUN -> [SKIP][35] ([i915#4812]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@gem_exec_fence@submit3.html
* igt@gem_exec_params@secure-non-master:
- shard-dg2: NOTRUN -> [SKIP][36] +4 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#3281]) +8 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#14544] / [i915#3281]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-softpin:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@gem_exec_reloc@basic-softpin.html
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +5 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4537] / [i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue-chain.html
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#4537] / [i915#4812])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][43] ([i915#7276])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s0:
- shard-rkl: [PASS][44] -> [INCOMPLETE][45] ([i915#13356]) +1 other test incomplete
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@gem_exec_suspend@basic-s0.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@gem_exec_suspend@basic-s0.html
* igt@gem_exec_suspend@basic-s3-devices:
- shard-dg1: [PASS][46] -> [DMESG-WARN][47] ([i915#4423]) +3 other tests dmesg-warn
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-15/igt@gem_exec_suspend@basic-s3-devices.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@gem_exec_suspend@basic-s3-devices.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#14544] / [i915#2190])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][49] ([i915#2190])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk3/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613] / [i915#7582])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#12193])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4613]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4565])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu: NOTRUN -> [SKIP][55] ([i915#4613]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@random:
- shard-glk: NOTRUN -> [SKIP][56] ([i915#4613]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk9/igt@gem_lmem_swapping@random.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#284])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@gem_media_vme.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4077]) +6 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4083]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_mmap_wc@write-read:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4083]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@gem_mmap_wc@write-read.html
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4083]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3282])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3282])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#3282])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][66] ([i915#2658])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@gem_pread@exhaustion.html
* igt@gem_pxp@create-regular-context-1:
- shard-rkl: [PASS][67] -> [SKIP][68] ([i915#4270])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@gem_pxp@create-regular-context-1.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#13717])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@regular-baseline-src-copy-readible:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#4270]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-1/igt@gem_pxp@regular-baseline-src-copy-readible.html
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#4270]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@gem_pxp@regular-baseline-src-copy-readible.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#5190] / [i915#8428]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_render_copy@y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#8428]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@gem_render_copy@y-tiled.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#4077]) +6 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@gem_tiled_blits@basic.html
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#4077]) +6 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@gem_tiled_blits@basic.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-rkl: NOTRUN -> [SKIP][76] ([i915#3297]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#3297])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@gem_userptr_blits@unsync-unmap.html
- shard-tglu: NOTRUN -> [SKIP][78] ([i915#3297]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][79] ([i915#13356] / [i915#14586])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk8/igt@gem_workarounds@suspend-resume.html
- shard-rkl: NOTRUN -> [ABORT][80] ([i915#15152])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@gem_workarounds@suspend-resume.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-glk11: NOTRUN -> [INCOMPLETE][81] ([i915#13356] / [i915#14586])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk11/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#2527]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@gen9_exec_parse@batch-invalid-length.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu-1: NOTRUN -> [SKIP][83] ([i915#2527] / [i915#2856]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@gen9_exec_parse@bb-large.html
- shard-dg1: NOTRUN -> [SKIP][84] ([i915#2527])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@gen9_exec_parse@bb-large.html
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#2856])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@gen9_exec_parse@bb-large.html
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#2856])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-tglu: NOTRUN -> [SKIP][87] ([i915#2527] / [i915#2856]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@i915_drm_fdinfo@busy-check-all:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#11527]) +5 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@i915_drm_fdinfo@busy-check-all.html
* igt@i915_drm_fdinfo@busy-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#11527]) +6 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@i915_drm_fdinfo@busy-check-all@ccs0.html
* igt@i915_drm_fdinfo@busy-check-all@vecs0:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#11527]) +7 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-1/igt@i915_drm_fdinfo@busy-check-all@vecs0.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-glk: NOTRUN -> [ABORT][91] ([i915#15342]) +1 other test abort
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk1/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: NOTRUN -> [DMESG-WARN][92] ([i915#13029] / [i915#14545])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@i915_module_load@reload-no-display.html
- shard-dg1: NOTRUN -> [DMESG-WARN][93] ([i915#13029] / [i915#14545])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@i915_module_load@reload-no-display.html
- shard-snb: NOTRUN -> [DMESG-WARN][94] ([i915#14545])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-snb6/igt@i915_module_load@reload-no-display.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#8399])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#8399]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-dg2: NOTRUN -> [FAIL][97] ([i915#12964]) +1 other test fail
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rpm@system-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][98] ([i915#13356])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk2/igt@i915_pm_rpm@system-suspend.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-glk: NOTRUN -> [INCOMPLETE][99] ([i915#13356] / [i915#15172])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk8/igt@i915_pm_rpm@system-suspend-execbuf.html
- shard-rkl: [PASS][100] -> [ABORT][101] ([i915#15060])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-4/igt@i915_pm_rpm@system-suspend-execbuf.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#11681])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@i915_pm_rps@thresholds-idle-park.html
- shard-dg1: NOTRUN -> [SKIP][103] ([i915#11681])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#11681])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#6245])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@live@workarounds:
- shard-dg2: NOTRUN -> [DMESG-FAIL][106] ([i915#12061]) +1 other test dmesg-fail
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@i915_selftest@live@workarounds.html
* igt@i915_suspend@debugfs-reader:
- shard-rkl: NOTRUN -> [INCOMPLETE][107] ([i915#4817])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [PASS][108] -> [INCOMPLETE][109] ([i915#4817])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@i915_suspend@fence-restore-untiled.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][110] ([i915#7707])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@intel_hwmon@hwmon-write.html
* igt@kms_3d@basic:
- shard-mtlp: [PASS][111] -> [SKIP][112] ([i915#15726])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-2/igt@kms_3d@basic.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_3d@basic.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: [PASS][113] -> [INCOMPLETE][114] ([i915#12761])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@kms_async_flips@async-flip-suspend-resume.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][115] ([i915#12761])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_async_flips@async-flip-suspend-resume@pipe-a-hdmi-a-2.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][116] ([i915#1769]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#1769] / [i915#3555])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-mtlp: [PASS][118] -> [FAIL][119] ([i915#5956]) +1 other test fail
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538] / [i915#5286]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#5286]) +3 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#5286]) +4 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][123] ([i915#5286]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#3638]) +5 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_big_fb@linear-32bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#3638]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu-1: NOTRUN -> [SKIP][126] ([i915#3828])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#3828]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +4 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#5190]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@kms_big_fb@yf-tiled-addfb.html
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#6187])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#14544])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#4538]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: NOTRUN -> [SKIP][133] +9 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#6095]) +178 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][135] ([i915#6095]) +29 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][136] ([i915#14544] / [i915#6095]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#14098] / [i915#14544] / [i915#6095])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#12313])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#12313]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#12313])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#12313])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-5/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
- shard-glk: NOTRUN -> [SKIP][142] +520 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#6095]) +85 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#6095]) +44 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][145] ([i915#12805])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][146] ([i915#6095]) +84 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-9/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [PASS][147] -> [INCOMPLETE][148] ([i915#15582])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-glk3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#12313]) +2 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#6095]) +14 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-5/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#14098] / [i915#6095]) +63 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#10307] / [i915#6095]) +101 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#11151] / [i915#7828]) +5 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@kms_chamelium_audio@hdmi-audio-edid.html
- shard-tglu: NOTRUN -> [SKIP][155] ([i915#11151] / [i915#7828]) +5 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-3/igt@kms_chamelium_audio@hdmi-audio-edid.html
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#11151] / [i915#7828]) +2 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#11151] / [i915#7828]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#11151] / [i915#14544] / [i915#7828])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-tglu-1: NOTRUN -> [SKIP][159] ([i915#11151] / [i915#7828]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#11151] / [i915#7828]) +7 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#15865])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][162] ([i915#15865])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#15865])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@content-type-change:
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#15865]) +2 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#15330] / [i915#3299])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][166] ([i915#15330] / [i915#3116] / [i915#3299])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#15330])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-tglu-1: NOTRUN -> [SKIP][168] ([i915#15865])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#15865]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#13049])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#13049] / [i915#14544])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-tglu: NOTRUN -> [SKIP][172] ([i915#3555]) +3 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#14544] / [i915#3555])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#13049]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-tglu: NOTRUN -> [SKIP][175] ([i915#13049])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-tglu: NOTRUN -> [FAIL][176] ([i915#13566]) +1 other test fail
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_cursor_crc@cursor-random-64x21.html
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8814])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#3555]) +7 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-tglu: [PASS][179] -> [FAIL][180] ([i915#13566]) +1 other test fail
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-256x85.html
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-9/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-mtlp: NOTRUN -> [SKIP][181] ([i915#9809]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][182] +16 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#13046] / [i915#5354]) +3 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#9067])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#9067])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#3804])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dp_aux_dev@basic:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#1257])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@kms_dp_aux_dev@basic.html
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#1257])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_dp_aux_dev@basic.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#1257])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_dp_aux_dev@basic.html
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#1257])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-5/igt@kms_dp_aux_dev@basic.html
* igt@kms_dp_link_training@non-uhbr-mst:
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#13749])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-9/igt@kms_dp_link_training@non-uhbr-mst.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#13749] / [i915#14544])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_dp_link_training@uhbr-mst:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#13748])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_dp_link_training@uhbr-mst.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#8812])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-12/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-mtlp: [PASS][195] -> [FAIL][196] ([i915#4767])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-5/igt@kms_fbcon_fbt@psr-suspend.html
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#1839])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-tglu: NOTRUN -> [SKIP][198] ([i915#1839])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#658]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-busy-flip:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#3637] / [i915#9934])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-5/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#14544] / [i915#9934])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#9934]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#3637] / [i915#9934]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#9934]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#9934]) +7 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-tglu: NOTRUN -> [SKIP][206] ([i915#3637] / [i915#9934]) +4 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
- shard-tglu: [PASS][207] -> [FAIL][208] ([i915#13027]) +1 other test fail
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-tglu-5/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-7/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#8381])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#8381])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@kms_flip@flip-vs-fences.html
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#8381])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][212] ([i915#15643]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#15643] / [i915#5190]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#15643]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#15643]) +3 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#15104]) +1 other test skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#15104])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#15104]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw:
- shard-dg2: [PASS][219] -> [FAIL][220] ([i915#15389] / [i915#6880])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#8708]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#8708]) +2 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#8708]) +4 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][224] +18 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#1825]) +30 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff:
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#1825]) +9 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#5439])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#15102]) +2 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#14544] / [i915#15102])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#15102] / [i915#3023]) +13 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#15102] / [i915#3458]) +5 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
- shard-glk10: NOTRUN -> [SKIP][232] +173 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#15102] / [i915#3458]) +3 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-glk11: NOTRUN -> [SKIP][234] +72 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk11/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][235] ([i915#14544] / [i915#1825]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-tglu: NOTRUN -> [SKIP][236] +51 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-stridechange:
- shard-tglu: NOTRUN -> [SKIP][237] ([i915#15102]) +14 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-5/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][238] ([i915#15102]) +11 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][239] ([i915#14544] / [i915#15102] / [i915#3023]) +1 other test skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#5354]) +9 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_hdr@bpc-switch:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8228]) +1 other test skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_hdr@bpc-switch.html
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8228]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_hdr@bpc-switch.html
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8228]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][244] ([i915#3555] / [i915#8228])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@brightness-with-hdr:
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#1187] / [i915#12713])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_hdr@brightness-with-hdr.html
- shard-dg2: NOTRUN -> [SKIP][246] ([i915#12713])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@kms_hdr@brightness-with-hdr.html
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#13331] / [i915#14544])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_hdr@brightness-with-hdr.html
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#12713])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_hdr@brightness-with-hdr.html
- shard-tglu: NOTRUN -> [SKIP][249] ([i915#12713])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8228]) +2 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#13688])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][252] ([i915#15458])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#15459])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#15458])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#15458])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-dg1: NOTRUN -> [SKIP][256] ([i915#15458])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-tglu: NOTRUN -> [SKIP][257] ([i915#15458]) +1 other test skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#15458])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][259] ([i915#15638] / [i915#15722])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglu: NOTRUN -> [SKIP][260] ([i915#15815])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][261] ([i915#6301])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-rkl: [PASS][262] -> [INCOMPLETE][263] ([i915#12756] / [i915#13476])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- shard-rkl: [PASS][264] -> [INCOMPLETE][265] ([i915#13476])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2.html
* igt@kms_pipe_stress@stress-xrgb8888-4tiled:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#14712])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
- shard-dg1: NOTRUN -> [SKIP][267] ([i915#14712])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
- shard-tglu: NOTRUN -> [SKIP][268] ([i915#14712])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@kms_pipe_stress@stress-xrgb8888-4tiled.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#15709])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping:
- shard-tglu-1: NOTRUN -> [SKIP][270] ([i915#15709]) +1 other test skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping:
- shard-tglu: NOTRUN -> [SKIP][271] ([i915#15709]) +2 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
- shard-mtlp: NOTRUN -> [SKIP][272] ([i915#15709])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#15709])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#14544] / [i915#15709])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#15709]) +1 other test skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][276] ([i915#15608]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7:
- shard-tglu-1: NOTRUN -> [SKIP][277] ([i915#15608]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-a-plane-7.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-glk: [PASS][278] -> [INCOMPLETE][279] ([i915#13026])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-glk5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-glk: NOTRUN -> [FAIL][280] ([i915#12178])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][281] ([i915#7862]) +1 other test fail
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@kms_plane_alpha_blend@alpha-basic@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][282] ([i915#10647] / [i915#12169]) +1 other test fail
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk1/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk: NOTRUN -> [FAIL][283] ([i915#10647] / [i915#12177])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][284] ([i915#10647]) +5 other tests fail
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-4:
- shard-mtlp: NOTRUN -> [SKIP][285] ([i915#10226] / [i915#11614] / [i915#3555] / [i915#8821])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_lowres@tiling-4@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][286] ([i915#11614] / [i915#3582]) +3 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@kms_plane_lowres@tiling-4@pipe-c-edp-1.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-rkl: NOTRUN -> [SKIP][287] ([i915#13958]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@tiling-4:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#14259])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@kms_plane_multiple@tiling-4.html
* igt@kms_plane_multiple@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][289] ([i915#14259])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-2/igt@kms_plane_multiple@tiling-y.html
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#14259])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-5/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#14544] / [i915#15329]) +7 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#15329]) +6 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b:
- shard-dg1: NOTRUN -> [SKIP][293] ([i915#15329]) +4 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: NOTRUN -> [SKIP][294] ([i915#15329] / [i915#3555])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-rkl: NOTRUN -> [SKIP][295] ([i915#5354])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_pm_backlight@fade-with-suspend.html
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#5354])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_pm_backlight@fade-with-suspend.html
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#9812])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-7/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc6-psr:
- shard-tglu-1: NOTRUN -> [SKIP][298] ([i915#15948])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#15739])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][300] ([i915#9340])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_pm_lpsp@kms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#9340])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_pm_lpsp@kms-lpsp.html
- shard-tglu: NOTRUN -> [SKIP][302] ([i915#3828])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [PASS][303] -> [SKIP][304] ([i915#15073]) +1 other test skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg1: [PASS][305] -> [SKIP][306] ([i915#15073])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-12/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][307] ([i915#15403])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: NOTRUN -> [INCOMPLETE][308] ([i915#10553])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk9/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#6524]) +1 other test skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#6524])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html
- shard-tglu: NOTRUN -> [SKIP][311] ([i915#6524])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-7/igt@kms_prime@basic-modeset-hybrid.html
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#6524])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#11520]) +7 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf:
- shard-glk11: NOTRUN -> [SKIP][314] ([i915#11520])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk11/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][315] ([i915#11520]) +8 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/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-dg2: NOTRUN -> [SKIP][316] ([i915#11520]) +5 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
- shard-snb: NOTRUN -> [SKIP][317] ([i915#11520]) +5 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-snb6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#9808]) +3 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][319] ([i915#11520] / [i915#14544])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-mtlp: NOTRUN -> [SKIP][320] ([i915#12316]) +4 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-8/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#11520]) +2 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-update-sf:
- shard-glk10: NOTRUN -> [SKIP][322] ([i915#11520]) +4 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk10/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][323] ([i915#11520]) +6 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][324] ([i915#11520]) +18 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu-1: NOTRUN -> [SKIP][325] ([i915#9683])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@fbc-pr-sprite-render:
- shard-tglu: NOTRUN -> [SKIP][326] ([i915#9732]) +14 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-10/igt@kms_psr@fbc-pr-sprite-render.html
* igt@kms_psr@fbc-psr-dpms:
- shard-dg2: NOTRUN -> [SKIP][327] ([i915#1072] / [i915#9732]) +8 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-6/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-mtlp: NOTRUN -> [SKIP][328] ([i915#9688]) +11 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-6/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#1072] / [i915#9732]) +11 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-19/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@pr-sprite-plane-onoff:
- shard-tglu-1: NOTRUN -> [SKIP][330] ([i915#9732]) +10 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_psr@pr-sprite-plane-onoff.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][331] ([i915#1072] / [i915#9732]) +16 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-rkl: NOTRUN -> [SKIP][332] ([i915#15949])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][333] ([i915#15500])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk1/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-glk10: NOTRUN -> [INCOMPLETE][334] ([i915#15492])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk10/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][335] ([i915#5289])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][336] ([i915#5289])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-tglu: NOTRUN -> [SKIP][337] ([i915#5289])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#3555])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_selftest@drm_framebuffer:
- shard-glk: NOTRUN -> [ABORT][339] ([i915#13179]) +1 other test abort
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk8/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-tglu-1: NOTRUN -> [SKIP][340] ([i915#3555]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][341] ([i915#12276]) +1 other test incomplete
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk6/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-dpms:
- shard-dg2: NOTRUN -> [SKIP][342] ([i915#15243] / [i915#3555])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-8/igt@kms_vrr@flip-dpms.html
- shard-dg1: NOTRUN -> [SKIP][343] ([i915#3555]) +2 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_vrr@flip-dpms.html
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#3555] / [i915#8808])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@kms_vrr@flip-dpms.html
* igt@kms_vrr@flipline:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#15243] / [i915#3555])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_vrr@flipline.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][346] ([i915#14544] / [i915#2434])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@perf@mi-rpc.html
* igt@perf@per-context-mode-unprivileged:
- shard-rkl: NOTRUN -> [SKIP][347] ([i915#2435])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@perf@per-context-mode-unprivileged.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu: NOTRUN -> [SKIP][348] ([i915#8516])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6-suspend:
- shard-snb: [PASS][349] -> [SKIP][350]
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-snb1/igt@perf_pmu@rc6-suspend.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-snb1/igt@perf_pmu@rc6-suspend.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu-1: NOTRUN -> [SKIP][351] ([i915#8516])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-rkl: NOTRUN -> [SKIP][352] ([i915#9917])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [FAIL][353] ([i915#12910]) +9 other tests fail
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-2/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sysfs_timeslice_duration@idempotent@vcs0:
- shard-snb: NOTRUN -> [SKIP][354] +112 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-snb4/igt@sysfs_timeslice_duration@idempotent@vcs0.html
#### Possible fixes ####
* igt@gem_exec_big@single:
- shard-mtlp: [FAIL][355] ([i915#15871]) -> [PASS][356]
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-7/igt@gem_exec_big@single.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-4/igt@gem_exec_big@single.html
* igt@gem_workarounds@suspend-resume-context:
- shard-rkl: [INCOMPLETE][357] ([i915#13356]) -> [PASS][358] +2 other tests pass
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@gem_workarounds@suspend-resume-context.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_suspend@debugfs-reader:
- shard-glk: [INCOMPLETE][359] ([i915#4817]) -> [PASS][360] +1 other test pass
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-glk6/igt@i915_suspend@debugfs-reader.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@sysfs-reader:
- shard-rkl: [INCOMPLETE][361] ([i915#4817]) -> [PASS][362]
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@i915_suspend@sysfs-reader.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@i915_suspend@sysfs-reader.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][363] ([i915#15733] / [i915#5138]) -> [PASS][364]
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][365] ([i915#13566]) -> [PASS][366] +5 other tests pass
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-tglu-7/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-3/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1:
- shard-rkl: [FAIL][367] ([i915#13566]) -> [PASS][368] +6 other tests pass
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-1.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-rkl: [INCOMPLETE][369] ([i915#10056]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_plane_cursor@overlay:
- shard-rkl: [FAIL][371] ([i915#15912]) -> [PASS][372] +1 other test pass
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_plane_cursor@overlay.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_plane_cursor@overlay.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128:
- shard-rkl: [FAIL][373] ([i915#15913]) -> [PASS][374] +1 other test pass
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-2/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: [SKIP][375] ([i915#15073]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@i2c:
- shard-dg1: [DMESG-WARN][377] ([i915#4423]) -> [PASS][378] +2 other tests pass
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-17/igt@kms_pm_rpm@i2c.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg1: [SKIP][379] ([i915#15073]) -> [PASS][380]
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-12/igt@kms_pm_rpm@modeset-lpsp.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1:
- shard-glk10: [FAIL][381] ([i915#15106]) -> [PASS][382] +2 other tests pass
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-glk10/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk10/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html
* igt@perf_pmu@most-busy-idle-check-all:
- shard-mtlp: [FAIL][383] -> [PASS][384] +1 other test pass
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-mtlp-7/igt@perf_pmu@most-busy-idle-check-all.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-mtlp-1/igt@perf_pmu@most-busy-idle-check-all.html
#### Warnings ####
* igt@dmabuf@all-tests:
- shard-rkl: [SKIP][385] ([i915#15931]) -> [SKIP][386] ([i915#14544] / [i915#15931])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@dmabuf@all-tests.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@dmabuf@all-tests.html
* igt@drm_buddy@drm_buddy:
- shard-rkl: [SKIP][387] ([i915#15678]) -> [SKIP][388] ([i915#14544] / [i915#15678])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@drm_buddy@drm_buddy.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@drm_buddy@drm_buddy.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: [SKIP][389] ([i915#8562]) -> [SKIP][390] ([i915#14544] / [i915#8562])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-4/igt@gem_create@create-ext-set-pat.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_create@create-ext-set-pat.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-rkl: [SKIP][391] ([i915#4525]) -> [SKIP][392] ([i915#14544] / [i915#4525])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_reloc@basic-concurrent16:
- shard-rkl: [SKIP][393] ([i915#3281]) -> [SKIP][394] ([i915#14544] / [i915#3281]) +2 other tests skip
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@gem_exec_reloc@basic-concurrent16.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_exec_reloc@basic-concurrent16.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-rkl: [SKIP][395] ([i915#14544] / [i915#3281]) -> [SKIP][396] ([i915#3281]) +1 other test skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@gem_exec_reloc@basic-cpu-noreloc.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-rkl: [SKIP][397] ([i915#14544] / [i915#4613]) -> [SKIP][398] ([i915#4613])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: [SKIP][399] ([i915#4613]) -> [SKIP][400] ([i915#14544] / [i915#4613]) +2 other tests skip
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@gem_lmem_swapping@parallel-multi.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_pread@bench:
- shard-rkl: [SKIP][401] ([i915#3282]) -> [SKIP][402] ([i915#14544] / [i915#3282]) +1 other test skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-1/igt@gem_pread@bench.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_pread@bench.html
* igt@gem_pread@self:
- shard-rkl: [SKIP][403] ([i915#14544] / [i915#3282]) -> [SKIP][404] ([i915#3282])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@gem_pread@self.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@gem_pread@self.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: [SKIP][405] ([i915#3297]) -> [SKIP][406] ([i915#14544] / [i915#3297])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-4/igt@gem_userptr_blits@create-destroy-unsync.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: [SKIP][407] ([i915#3281] / [i915#3297]) -> [SKIP][408] ([i915#14544] / [i915#3281] / [i915#3297])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-8/igt@gem_userptr_blits@relocations.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gem_userptr_blits@relocations.html
* igt@gen9_exec_parse@batch-without-end:
- shard-rkl: [SKIP][409] ([i915#14544] / [i915#2527]) -> [SKIP][410] ([i915#2527]) +1 other test skip
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@gen9_exec_parse@batch-without-end.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-secure:
- shard-rkl: [SKIP][411] ([i915#2527]) -> [SKIP][412] ([i915#14544] / [i915#2527])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@gen9_exec_parse@bb-secure.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@gen9_exec_parse@bb-secure.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: [SKIP][413] ([i915#1769] / [i915#3555]) -> [SKIP][414] ([i915#14544] / [i915#1769] / [i915#3555])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-rkl: [SKIP][415] ([i915#5286]) -> [SKIP][416] ([i915#14544] / [i915#5286]) +1 other test skip
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg1: [SKIP][417] ([i915#4423] / [i915#4538] / [i915#5286]) -> [SKIP][418] ([i915#4538] / [i915#5286])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-19/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-rkl: [SKIP][419] ([i915#14544] / [i915#5286]) -> [SKIP][420] ([i915#5286]) +1 other test skip
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@linear-8bpp-rotate-270:
- shard-rkl: [SKIP][421] ([i915#3638]) -> [SKIP][422] ([i915#14544] / [i915#3638])
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_big_fb@linear-8bpp-rotate-270.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#3828]) -> [SKIP][424] ([i915#3828])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: [SKIP][425] ([i915#14544] / [i915#3638]) -> [SKIP][426] ([i915#3638])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-4:
- shard-dg1: [SKIP][427] ([i915#4423] / [i915#6095]) -> [SKIP][428] ([i915#6095]) +1 other test skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-19/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-4.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: [SKIP][429] ([i915#12313]) -> [SKIP][430] ([i915#12313] / [i915#14544]) +1 other test skip
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][431] ([i915#6095]) -> [SKIP][432] ([i915#14544] / [i915#6095]) +7 other tests skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2:
- shard-rkl: [SKIP][433] ([i915#14098] / [i915#6095]) -> [SKIP][434] ([i915#14098] / [i915#14544] / [i915#6095]) +10 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-glk: [INCOMPLETE][435] ([i915#14694] / [i915#15582]) -> [INCOMPLETE][436] ([i915#15582])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-glk3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-glk5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: [SKIP][437] ([i915#3742]) -> [SKIP][438] ([i915#14544] / [i915#3742])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-rkl: [SKIP][439] ([i915#11151] / [i915#7828]) -> [SKIP][440] ([i915#11151] / [i915#14544] / [i915#7828]) +2 other tests skip
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_edid@dp-edid-resolution-list:
- shard-rkl: [SKIP][441] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][442] ([i915#11151] / [i915#7828]) +1 other test skip
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_chamelium_edid@dp-edid-resolution-list.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-1/igt@kms_chamelium_edid@dp-edid-resolution-list.html
* igt@kms_chamelium_edid@vga-edid-read:
- shard-dg1: [SKIP][443] ([i915#11151] / [i915#7828]) -> [SKIP][444] ([i915#11151] / [i915#4423] / [i915#7828])
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-19/igt@kms_chamelium_edid@vga-edid-read.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_chamelium_edid@vga-edid-read.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-rkl: [SKIP][445] ([i915#15330]) -> [SKIP][446] ([i915#14544] / [i915#15330])
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-8/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-rkl: [SKIP][447] ([i915#14544] / [i915#15330]) -> [SKIP][448] ([i915#15330])
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: [SKIP][449] ([i915#15330] / [i915#3116]) -> [SKIP][450] ([i915#14544] / [i915#15330] / [i915#3116])
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_content_protection@dp-mst-type-1.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-rkl: [SKIP][451] ([i915#14544] / [i915#15865]) -> [SKIP][452] ([i915#15865])
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_content_protection@lic-type-1.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][453] ([i915#15865]) -> [SKIP][454] ([i915#9433])
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-14/igt@kms_content_protection@mei-interface.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-13/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-rkl: [SKIP][455] ([i915#3555]) -> [SKIP][456] ([i915#14544] / [i915#3555])
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_cursor_crc@cursor-random-32x32.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-rkl: [SKIP][457] ([i915#13049] / [i915#14544]) -> [SKIP][458] ([i915#13049])
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-rkl: [SKIP][459] ([i915#14544]) -> [SKIP][460] +2 other tests skip
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-rkl: [SKIP][461] -> [SKIP][462] ([i915#14544]) +4 other tests skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-rkl: [SKIP][463] ([i915#9723]) -> [SKIP][464] ([i915#14544] / [i915#9723])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-dg1: [SKIP][465] ([i915#3555]) -> [SKIP][466] ([i915#3555] / [i915#4423])
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-15/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-18/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-rkl: [SKIP][467] ([i915#3555] / [i915#3840]) -> [SKIP][468] ([i915#14544] / [i915#3555] / [i915#3840])
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_dsc@dsc-with-output-formats.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-rkl: [SKIP][469] ([i915#9934]) -> [SKIP][470] ([i915#14544] / [i915#9934]) +2 other tests skip
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-1/igt@kms_flip@2x-dpms-vs-vblank-race.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-rkl: [SKIP][471] ([i915#14544] / [i915#9934]) -> [SKIP][472] ([i915#9934]) +1 other test skip
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-8/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling:
- shard-rkl: [SKIP][473] ([i915#15643]) -> [SKIP][474] ([i915#14544] / [i915#15643])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg1: [SKIP][475] ([i915#15643] / [i915#4423]) -> [SKIP][476] ([i915#15643])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-dg2: [SKIP][477] ([i915#10433] / [i915#15102] / [i915#3458]) -> [SKIP][478] ([i915#15102] / [i915#3458]) +3 other tests skip
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-rte:
- shard-rkl: [SKIP][479] ([i915#14544] / [i915#1825]) -> [SKIP][480] ([i915#1825]) +7 other tests skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-rte.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
- shard-dg2: [SKIP][481] ([i915#15102] / [i915#3458]) -> [SKIP][482] ([i915#10433] / [i915#15102] / [i915#3458]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt:
- shard-dg1: [SKIP][483] ([i915#4423] / [i915#8708]) -> [SKIP][484] ([i915#8708])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: [SKIP][485] ([i915#15102] / [i915#3023]) -> [SKIP][486] ([i915#14544] / [i915#15102] / [i915#3023]) +4 other tests skip
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-rkl: [SKIP][487] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][488] ([i915#15102] / [i915#3023]) +2 other tests skip
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][489] ([i915#15102]) -> [SKIP][490] ([i915#14544] / [i915#15102])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg1: [SKIP][491] ([i915#4423]) -> [SKIP][492]
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][493] ([i915#1825]) -> [SKIP][494] ([i915#14544] / [i915#1825]) +14 other tests skip
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: [SKIP][495] ([i915#15459]) -> [SKIP][496] ([i915#14544] / [i915#15459])
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg1: [SKIP][497] ([i915#15458]) -> [SKIP][498] ([i915#15458] / [i915#4423])
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-dg1-16/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-dg1-16/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][499] ([i915#15815]) -> [SKIP][500] ([i915#14544] / [i915#15815])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-rkl: [SKIP][501] ([i915#6301]) -> [SKIP][502] ([i915#14544] / [i915#6301])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_panel_fitting@legacy.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_panel_fitting@legacy.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][503] ([i915#15128]) -> [SKIP][504] ([i915#15739])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [SKIP][505] ([i915#14544] / [i915#15073]) -> [SKIP][506] ([i915#15073])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-rkl: [SKIP][507] ([i915#11520]) -> [SKIP][508] ([i915#11520] / [i915#14544]) +2 other tests skip
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-rkl: [SKIP][509] ([i915#1072] / [i915#9732]) -> [SKIP][510] ([i915#1072] / [i915#14544] / [i915#9732]) +5 other tests skip
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-2/igt@kms_psr@fbc-psr-cursor-plane-move.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@psr2-no-drrs:
- shard-rkl: [SKIP][511] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][512] ([i915#1072] / [i915#9732]) +2 other tests skip
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_psr@psr2-no-drrs.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-5/igt@kms_psr@psr2-no-drrs.html
* igt@kms_vrr@max-min:
- shard-rkl: [SKIP][513] ([i915#14544] / [i915#9906]) -> [SKIP][514] ([i915#9906])
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@kms_vrr@max-min.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@kms_vrr@max-min.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: [SKIP][515] ([i915#14544] / [i915#2433]) -> [SKIP][516] ([i915#2433])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-6/igt@perf@unprivileged-single-ctx-counters.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-7/igt@perf@unprivileged-single-ctx-counters.html
* igt@prime_vgem@basic-write:
- shard-rkl: [SKIP][517] ([i915#3291] / [i915#3708]) -> [SKIP][518] ([i915#14544] / [i915#3291] / [i915#3708])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-7/igt@prime_vgem@basic-write.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@prime_vgem@basic-write.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: [SKIP][519] ([i915#3708]) -> [SKIP][520] ([i915#14544] / [i915#3708])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8874/shard-rkl-3/igt@prime_vgem@coherency-gtt.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/shard-rkl-6/igt@prime_vgem@coherency-gtt.html
[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#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[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#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177
[i915#12178]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12178
[i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[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#13331]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13363]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13363
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688
[i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#14712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14712
[i915#15060]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15060
[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#15152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15152
[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#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15389]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15389
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15608
[i915#15638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15638
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15722]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15722
[i915#15726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15726
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15816
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15871]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15871
[i915#15912]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15912
[i915#15913]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15913
[i915#15931]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15931
[i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
[i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
[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#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190
[i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[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#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[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#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[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#4767]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4767
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[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#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7862]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7862
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#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#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#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[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_8874 -> IGTPW_15059
CI-20190529: 20190529
CI_DRM_18369: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15059: d224e0a967016b7fbb51aa88d04772e680ce9971 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15059/index.html
[-- Attachment #2: Type: text/html, Size: 174590 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* ✓ Xe.CI.FULL: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
2026-04-27 10:58 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
` (2 preceding siblings ...)
2026-04-27 23:36 ` ✗ i915.CI.Full: failure " Patchwork
@ 2026-04-28 1:15 ` Patchwork
3 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-04-28 1:15 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 29995 bytes --]
== Series Details ==
Series: tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2)
URL : https://patchwork.freedesktop.org/series/165522/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8874_FULL -> XEIGTPW_15059_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_15059_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@4-tiled-64bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][1] ([Intel XE#2327]) +3 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][2] ([Intel XE#1124]) +8 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#2328] / [Intel XE#7367])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#610] / [Intel XE#7387])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2887]) +10 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2652]) +17 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#3432]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2724] / [Intel XE#7449])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_hpd@hdmi-hpd-after-suspend:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2252]) +7 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2390] / [Intel XE#6974])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#6974])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_content_protection@type1:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#7642])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2321] / [Intel XE#7355])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2320]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1508])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2244]) +2 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#4422] / [Intel XE#7442])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: NOTRUN -> [SKIP][18] ([Intel XE#6126] / [Intel XE#776])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2373] / [Intel XE#7448])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip@flip-vs-expired-vblank@b-edp1:
- shard-lnl: [PASS][20] -> [FAIL][21] ([Intel XE#301]) +1 other test fail
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#7179]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#4141]) +14 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2311]) +34 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2352] / [Intel XE#7399])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2313]) +30 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_joiner@basic-max-non-joiner:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#4298] / [Intel XE#5873])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_joiner@basic-max-non-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#6911] / [Intel XE#7378])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#6911] / [Intel XE#7466])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#4090] / [Intel XE#7443])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2486])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_stress@stress-xrgb8888-yftiled:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#6912] / [Intel XE#7375])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_pipe_stress@stress-xrgb8888-yftiled.html
* igt@kms_pipe_stress@stress-xrgb8888-ytiled:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#4329] / [Intel XE#6912] / [Intel XE#7375])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#7130]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_plane@pixel-format-4-tiled-bmg-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#7283]) +7 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2763] / [Intel XE#6886]) +9 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-b.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2938] / [Intel XE#7376])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#3309] / [Intel XE#7368])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2505] / [Intel XE#7447])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#1489]) +6 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2387] / [Intel XE#7429])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-dpms:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#7795])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#3904] / [Intel XE#7342]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-8/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2330] / [Intel XE#5813])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2413]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_sharpness_filter@filter-tap:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#6503]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html
* igt@kms_vrr@max-min:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#1499]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_vrr@max-min.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#7636]) +10 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_evict@evict-small-multi-queue-cm:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#7140]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@xe_evict@evict-small-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2322] / [Intel XE#7372]) +8 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#7136]) +11 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#6874]) +30 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_exec_multi_queue@two-queues-preempt-mode-fault-dyn-priority-smem.html
* igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#7138]) +9 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_exec_threads@threads-multi-queue-mixed-userptr-invalidate-race.html
* igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#6964]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_multigpu_svm@mgpu-coherency-fail-prefetch.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2248] / [Intel XE#7325] / [Intel XE#7393])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_page_reclaim@prl-max-entries:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#7793])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@xe_page_reclaim@prl-max-entries.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#1420] / [Intel XE#7590])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@xa-app-transient-media-off:
- shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#7590])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@xe_pat@xa-app-transient-media-off.html
* igt@xe_peer2peer@read:
- shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#2427] / [Intel XE#6953] / [Intel XE#7326] / [Intel XE#7353])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_peer2peer@read.html
* igt@xe_pm@d3cold-i2c:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#5694] / [Intel XE#7370])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_pm@d3cold-i2c.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2284] / [Intel XE#7370]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_pxp@pxp-stale-bo-exec-post-suspend:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#4733] / [Intel XE#7417]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-1/igt@xe_pxp@pxp-stale-bo-exec-post-suspend.html
* igt@xe_query@multigpu-query-config:
- shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#944])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-7/igt@xe_query@multigpu-query-config.html
* igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs:
- shard-bmg: [PASS][68] -> [FAIL][69] ([Intel XE#5937]) +1 other test fail
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-bmg-8/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html
#### Possible fixes ####
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][70] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][71] +1 other test pass
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-lnl-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend@a-dp2:
- shard-bmg: [INCOMPLETE][72] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][73] +1 other test pass
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-bmg-7/igt@kms_flip@flip-vs-suspend@a-dp2.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-10/igt@kms_flip@flip-vs-suspend@a-dp2.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [FAIL][74] ([Intel XE#7340]) -> [PASS][75] +1 other test pass
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-lnl-8/igt@kms_pm_dc@dc6-psr.html
* igt@xe_pmu@fn-engine-activity-load:
- shard-bmg: [FAIL][76] ([Intel XE#5937]) -> [PASS][77]
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-bmg-10/igt@xe_pmu@fn-engine-activity-load.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_pmu@fn-engine-activity-load.html
* igt@xe_survivability@runtime-survivability:
- shard-bmg: [DMESG-WARN][78] ([Intel XE#6627] / [Intel XE#7419]) -> [PASS][79]
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-bmg-8/igt@xe_survivability@runtime-survivability.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-6/igt@xe_survivability@runtime-survivability.html
#### Warnings ####
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][80] ([Intel XE#2426] / [Intel XE#5848]) -> [SKIP][81] ([Intel XE#2509] / [Intel XE#7437])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8874/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[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#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[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#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#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
[Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5694
[Intel XE#5813]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5813
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#5873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5873
[Intel XE#5937]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5937
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6126
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6627]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6627
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6912]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6912
[Intel XE#6953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6953
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
[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#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7325
[Intel XE#7326]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7326
[Intel XE#7340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7340
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7353]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7353
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7368]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7368
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7375
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7387
[Intel XE#7393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7393
[Intel XE#7399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7399
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7419
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7443
[Intel XE#7447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7447
[Intel XE#7448]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7448
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7466
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
[Intel XE#7795]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7795
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8874 -> IGTPW_15059
IGTPW_15059: d224e0a967016b7fbb51aa88d04772e680ce9971 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8874: 4568b2c141ab630c34f8eb2b9afab8cbf8f3ce9e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-4940-b6f6b69b2dffa9ad1c43b2149786b4630d41acbf: b6f6b69b2dffa9ad1c43b2149786b4630d41acbf
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15059/index.html
[-- Attachment #2: Type: text/html, Size: 32317 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races
@ 2026-04-27 10:56 Jeevan B
0 siblings, 0 replies; 6+ messages in thread
From: Jeevan B @ 2026-04-27 10:56 UTC (permalink / raw)
To: igt-dev; +Cc: chaitanya.kumar.borah, Jeevan B
ELD population can lag HDMI audio enable on some platforms.
Retry once to avoid spurious test failures.
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/14867
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/kms_hdmi_inject.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/kms_hdmi_inject.c b/tests/kms_hdmi_inject.c
index 00eb5e4a4..f388a84c3 100644
--- a/tests/kms_hdmi_inject.c
+++ b/tests/kms_hdmi_inject.c
@@ -200,7 +200,13 @@ hdmi_inject_audio(int drm_fd, drmModeConnector *connector)
* Test if we have /proc/asound/HDMI/eld#0.0 and is its contents are
* valid.
*/
- igt_assert(eld_has_igt());
+ if (!eld_has_igt()) {
+ igt_info("HDMI audio enabled but ELD not visible yet; retrying\n");
+ usleep(200 * 1000);
+
+ igt_assert_f(eld_has_igt(),
+ "HDMI ELD missing after retry\n");
+ }
igt_remove_fb(drm_fd, &fb);
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-04-28 1:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 10:58 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
2026-04-27 19:38 ` ✓ i915.CI.BAT: success for tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races (rev2) Patchwork
2026-04-27 20:29 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-27 23:36 ` ✗ i915.CI.Full: failure " Patchwork
2026-04-28 1:15 ` ✓ Xe.CI.FULL: success " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2026-04-27 10:56 [PATCH i-g-t] tests/kms_hdmi_inject: Retry ELD check to avoid transient audio races Jeevan B
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox