* [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy
@ 2024-12-19 16:39 Mohammed Thasleem
2024-12-19 19:05 ` ✓ i915.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Mohammed Thasleem @ 2024-12-19 16:39 UTC (permalink / raw)
To: igt-dev; +Cc: ankit.k.nautiyal, Mohammed Thasleem
Add vblank count to avoind resource busy so that page flip to be
happen without any sync issue while setting a mode on leased output.
Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
tests/kms_lease.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index 0f3a68fed..0fbf5b0ba 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -378,8 +378,8 @@ static void page_flip_implicit_plane(data_t *data)
display = &data->master.display;
- igt_wait_for_vblank(data->master.fd,
- display->pipes[pipe].crtc_offset);
+ igt_wait_for_vblank_count(data->master.fd,
+ display->pipes[pipe].crtc_offset, 2);
do_or_die(drmModePageFlip(data->lease.fd, data->crtc_id,
data->master.primary_fb.fb_id,
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/kms_lease: Add vblank count to avoind resource busy
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
@ 2024-12-19 19:05 ` Patchwork
2024-12-19 20:37 ` ✓ Xe.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-12-19 19:05 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
== Series Details ==
Series: tests/kms_lease: Add vblank count to avoind resource busy
URL : https://patchwork.freedesktop.org/series/142838/
State : success
== Summary ==
CI Bug Log - changes from IGT_8167 -> IGTPW_12356
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/index.html
Participating hosts (45 -> 44)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12356 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live:
- bat-arls-5: NOTRUN -> [ABORT][1] ([i915#12061])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/bat-arls-5/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_pm:
- bat-jsl-3: [PASS][2] -> [DMESG-FAIL][3] ([i915#13132]) +1 other test dmesg-fail
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/bat-jsl-3/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][4] -> [ABORT][5] ([i915#12061])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/bat-arls-5/igt@i915_selftest@live@workarounds.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/bat-arls-5/igt@i915_selftest@live@workarounds.html
- bat-mtlp-6: [PASS][6] -> [ABORT][7] ([i915#12061]) +1 other test abort
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- {bat-arls-6}: [ABORT][8] ([i915#12061]) -> [PASS][9] +1 other test pass
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/bat-arls-6/igt@i915_selftest@live@workarounds.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/bat-arls-6/igt@i915_selftest@live@workarounds.html
#### Warnings ####
* igt@i915_module_load@reload:
- fi-cfl-8109u: [DMESG-WARN][10] ([i915#11621] / [i915#1982]) -> [DMESG-WARN][11] ([i915#11621])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/fi-cfl-8109u/igt@i915_module_load@reload.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/fi-cfl-8109u/igt@i915_module_load@reload.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#13132]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13132
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8167 -> IGTPW_12356
CI-20190529: 20190529
CI_DRM_15873: a5b4c40929f3263a92e34e3f6b3c3c0de57e0e58 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12356: 486f1e93e4f826d7726958594774cad4eee0a076 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8167: 6e93c2e807b398f24673d010f3f71986a09fef8f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/index.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Xe.CI.BAT: success for tests/kms_lease: Add vblank count to avoind resource busy
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
2024-12-19 19:05 ` ✓ i915.CI.BAT: success for " Patchwork
@ 2024-12-19 20:37 ` Patchwork
2024-12-20 5:38 ` [PATCH i-g-t] " Samala, Pranay
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-12-19 20:37 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]
== Series Details ==
Series: tests/kms_lease: Add vblank count to avoind resource busy
URL : https://patchwork.freedesktop.org/series/142838/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8167_BAT -> XEIGTPW_12356_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12356_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_psr@psr-cursor-plane-move:
- bat-adlp-7: [SKIP][1] ([Intel XE#455]) -> [PASS][2] +1 other test pass
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html
* igt@kms_psr@psr-primary-page-flip@edp-1:
- bat-adlp-7: [DMESG-WARN][3] ([Intel XE#3517]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html
[Intel XE#3517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3517
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
Build changes
-------------
* IGT: IGT_8167 -> IGTPW_12356
IGTPW_12356: 486f1e93e4f826d7726958594774cad4eee0a076 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8167: 6e93c2e807b398f24673d010f3f71986a09fef8f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2405-a5b4c40929f3263a92e34e3f6b3c3c0de57e0e58: a5b4c40929f3263a92e34e3f6b3c3c0de57e0e58
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/index.html
[-- Attachment #2: Type: text/html, Size: 2550 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
2024-12-19 19:05 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-19 20:37 ` ✓ Xe.CI.BAT: " Patchwork
@ 2024-12-20 5:38 ` Samala, Pranay
2024-12-20 16:08 ` ✗ i915.CI.Full: failure for " Patchwork
2024-12-20 20:12 ` ✗ Xe.CI.Full: " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Samala, Pranay @ 2024-12-20 5:38 UTC (permalink / raw)
To: Thasleem, Mohammed, igt-dev@lists.freedesktop.org
Cc: Nautiyal, Ankit K, Thasleem, Mohammed
Hi Thasleem,
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
> Mohammed Thasleem
> Sent: Thursday, December 19, 2024 10:10 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Nautiyal, Ankit K <ankit.k.nautiyal@intel.com>; Thasleem, Mohammed
> <mohammed.thasleem@intel.com>
> Subject: [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource
> busy
>
> Add vblank count to avoind resource busy so that page flip to be happen
Avoid, Typo error.
> without any sync issue while setting a mode on leased output.
>
> Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
> ---
> tests/kms_lease.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_lease.c b/tests/kms_lease.c index 0f3a68fed..0fbf5b0ba
> 100644
> --- a/tests/kms_lease.c
> +++ b/tests/kms_lease.c
> @@ -378,8 +378,8 @@ static void page_flip_implicit_plane(data_t *data)
>
> display = &data->master.display;
>
> - igt_wait_for_vblank(data->master.fd,
> - display->pipes[pipe].crtc_offset);
> + igt_wait_for_vblank_count(data->master.fd,
> + display->pipes[pipe].crtc_offset, 2);
Why are we hardcoding as 2? And in which context(time/frame) you are using this 2?
Will these changes work on 4 pipes also?
Regards,
Pranay Samala
>
> do_or_die(drmModePageFlip(data->lease.fd, data->crtc_id,
> data->master.primary_fb.fb_id,
> --
> 2.25.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/kms_lease: Add vblank count to avoind resource busy
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
` (2 preceding siblings ...)
2024-12-20 5:38 ` [PATCH i-g-t] " Samala, Pranay
@ 2024-12-20 16:08 ` Patchwork
2024-12-20 20:12 ` ✗ Xe.CI.Full: " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-12-20 16:08 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
== Series Details ==
Series: tests/kms_lease: Add vblank count to avoind resource busy
URL : https://patchwork.freedesktop.org/series/142838/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8167_full -> IGTPW_12356_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12356_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12356_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_12356/index.html
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12356_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_tiled_swapping@non-threaded:
- shard-rkl: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@gem_tiled_swapping@non-threaded.html
- shard-tglu: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@gem_tiled_swapping@non-threaded.html
* igt@i915_pm_rps@reset:
- shard-dg2: [PASS][3] -> [FAIL][4] +1 other test fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-1/igt@i915_pm_rps@reset.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@i915_pm_rps@reset.html
- shard-dg1: [PASS][5] -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg1-17/igt@i915_pm_rps@reset.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@i915_pm_rps@reset.html
* igt@kms_histogram@algo-basic:
- shard-dg1: NOTRUN -> [SKIP][7]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_histogram@algo-basic.html
* igt@kms_histogram@algo-color:
- shard-rkl: NOTRUN -> [SKIP][8] +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_histogram@algo-color.html
- shard-tglu-1: NOTRUN -> [SKIP][9]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_histogram@algo-color.html
* igt@kms_histogram@global-basic:
- shard-tglu: NOTRUN -> [SKIP][10]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_histogram@global-basic.html
- shard-dg2: NOTRUN -> [SKIP][11]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_histogram@global-basic.html
* igt@perf_pmu@all-busy-check-all:
- shard-mtlp: [PASS][12] -> [FAIL][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-5/igt@perf_pmu@all-busy-check-all.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@perf_pmu@all-busy-check-all.html
* igt@perf_pmu@rc6@runtime-pm-gt0:
- shard-rkl: [PASS][14] -> [SKIP][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-5/igt@perf_pmu@rc6@runtime-pm-gt0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@perf_pmu@rc6@runtime-pm-gt0.html
#### Warnings ####
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg2: [ABORT][16] ([i915#7975] / [i915#8213]) -> [DMESG-WARN][17] +1 other test dmesg-warn
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-8/igt@gem_exec_suspend@basic-s4-devices.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@gem_exec_suspend@basic-s4-devices.html
Known issues
------------
Here are the changes found in IGTPW_12356_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#8411]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8411])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#6230])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@api_intel_bb@crc32.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#8411]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#9318])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@debugfs_test@basic-hwmon.html
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#9318])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@debugfs_test@basic-hwmon.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#11078]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#11078])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@all-busy-check-all:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#8414]) +7 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@drm_fdinfo@all-busy-check-all.html
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#8414]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@drm_fdinfo@all-busy-check-all.html
* igt@drm_fdinfo@isolation:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#8414]) +9 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@drm_fdinfo@isolation.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#7697]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@gem_basic@multigpu-create-close.html
- shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#7697])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-copy-compressed:
- shard-tglu: NOTRUN -> [SKIP][31] ([i915#3555] / [i915#9323])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@gem_ccs@block-copy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-mtlp: NOTRUN -> [SKIP][32] ([i915#3555] / [i915#9323]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@gem_ccs@ctrl-surf-copy.html
- shard-rkl: NOTRUN -> [SKIP][33] ([i915#3555] / [i915#9323]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: NOTRUN -> [INCOMPLETE][34] ([i915#7297])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-3/igt@gem_ccs@suspend-resume.html
- shard-tglu: NOTRUN -> [SKIP][35] ([i915#9323]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-3/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][36] ([i915#12392] / [i915#7297])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-3/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][37] ([i915#6335])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][38] ([i915#12353]) +1 other test incomplete
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk6/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#8555])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#8555]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@legacy-engines-hang:
- shard-snb: NOTRUN -> [SKIP][41] ([i915#1099]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hang.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-tglu-1: NOTRUN -> [SKIP][42] ([i915#280])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_ctx_sseu@mmap-args:
- shard-rkl: NOTRUN -> [SKIP][43] ([i915#280])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg1: [PASS][44] -> [ABORT][45] ([i915#7975] / [i915#8213])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg1-12/igt@gem_eio@hibernate.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gem_eio@hibernate.html
- shard-tglu: [PASS][46] -> [ABORT][47] ([i915#10030] / [i915#7975] / [i915#8213])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-tglu-3/igt@gem_eio@hibernate.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-10/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-tglu: [PASS][48] -> [DMESG-WARN][49] ([i915#13363])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-tglu-3/igt@gem_eio@kms.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@gem_eio@kms.html
- shard-dg1: NOTRUN -> [FAIL][50] ([i915#5784])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@gem_eio@kms.html
* igt@gem_eio@wait-wedge-1us:
- shard-mtlp: [PASS][51] -> [ABORT][52] ([i915#13193])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-1/igt@gem_eio@wait-wedge-1us.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@gem_eio@wait-wedge-1us.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4812]) +2 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4771]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4771])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#4525])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@gem_exec_balancer@parallel.html
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#4525]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@sliced:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4812])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [ABORT][59] ([i915#11713])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][60] ([i915#11965]) +1 other test fail
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#6334]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-glk: NOTRUN -> [SKIP][62] ([i915#6334]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk1/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#3539]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#3539] / [i915#4852]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_gttfill@engines@rcs0:
- shard-rkl: [PASS][65] -> [DMESG-WARN][66] ([i915#12964]) +35 other tests dmesg-warn
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-7/igt@gem_exec_gttfill@engines@rcs0.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@gem_exec_gttfill@engines@rcs0.html
* igt@gem_exec_reloc@basic-cpu-wc-active:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#3281]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@gem_exec_reloc@basic-cpu-wc-active.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#3281]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-scanout:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#3281]) +12 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_reloc@basic-wc-read:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3281]) +8 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@gem_exec_reloc@basic-wc-read.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#4812])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [PASS][72] -> [INCOMPLETE][73] ([i915#11441] / [i915#13304]) +1 other test incomplete
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-11/igt@gem_exec_suspend@basic-s0@smem.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4860]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4860]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4860]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu: NOTRUN -> [SKIP][77] ([i915#4613]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-3/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#4613]) +4 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-tglu-1: NOTRUN -> [SKIP][79] ([i915#4613]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@random-engines:
- shard-glk: NOTRUN -> [SKIP][80] ([i915#4613]) +6 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk9/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#4613])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_mmap@big-bo:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4083]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@gem_mmap@big-bo.html
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4083]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@basic-write-cpu-read-gtt:
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#4077]) +4 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#4077]) +9 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_wc@close:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4083]) +3 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gem_mmap_wc@close.html
* igt@gem_partial_pwrite_pread@writes-after-reads-snoop:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#3282]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html
* igt@gem_pwrite@basic-exhaustion:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#3282]) +8 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@gem_pwrite@basic-exhaustion.html
- shard-tglu-1: NOTRUN -> [WARN][89] ([i915#2658])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gem_pwrite@basic-exhaustion.html
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3282]) +4 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@gem_pwrite@basic-exhaustion.html
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#3282]) +3 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#13033])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-9/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4270]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][94] +494 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb4/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [TIMEOUT][95] ([i915#12917] / [i915#12964]) +2 other tests timeout
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-on.html
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#4270]) +4 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#4270]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_render_copy@linear-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#8428]) +3 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@gem_render_copy@linear-to-vebox-y-tiled.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-glk: NOTRUN -> [SKIP][99] +421 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk4/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#5190] / [i915#8428]) +3 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html
* igt@gem_set_tiling_vs_pwrite:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#4079]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@noreloc-s3:
- shard-glk: [PASS][102] -> [INCOMPLETE][103] ([i915#13306])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-glk9/igt@gem_softpin@noreloc-s3.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk1/igt@gem_softpin@noreloc-s3.html
* igt@gem_tiled_partial_pwrite_pread@writes-after-reads:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#4077]) +19 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html
* igt@gem_tiled_pread_pwrite:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#4079]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#3297]) +3 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#3297]) +2 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#3297] / [i915#4880])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#3297]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-tglu: NOTRUN -> [SKIP][110] ([i915#3297])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#3297])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: NOTRUN -> [INCOMPLETE][112] ([i915#13273] / [i915#13356])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk2/igt@gem_workarounds@suspend-resume-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-glk: NOTRUN -> [INCOMPLETE][113] ([i915#13356])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk3/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen9_exec_parse@allowed-all:
- shard-mtlp: NOTRUN -> [SKIP][114] ([i915#2856]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu-1: NOTRUN -> [SKIP][115] ([i915#2527] / [i915#2856]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-secure:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#2527]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#2856]) +4 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-3/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#2527] / [i915#2856]) +5 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-6/igt@gen9_exec_parse@unaligned-jump.html
* igt@gen9_exec_parse@valid-registers:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#2527]) +5 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@gen9_exec_parse@valid-registers.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#8399])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-6/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-tglu-1: NOTRUN -> [SKIP][121] ([i915#8399])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#8399])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [WARN][123] ([i915#2681]) +4 other tests warn
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@gem-pread:
- shard-dg1: NOTRUN -> [DMESG-WARN][124] ([i915#4423])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@i915_pm_rpm@gem-pread.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#11681]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#11681])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-6/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_sseu@full-enable:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#8437])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@i915_pm_sseu@full-enable.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][128] -> [ABORT][129] ([i915#12061]) +1 other test abort
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-7/igt@i915_selftest@live@workarounds.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
* igt@i915_selftest@mock:
- shard-snb: NOTRUN -> [DMESG-WARN][130] ([i915#9311]) +1 other test dmesg-warn
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb2/igt@i915_selftest@mock.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#4212]) +2 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#4212]) +2 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#4212])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#8709]) +11 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs-cc:
- shard-tglu-1: NOTRUN -> [SKIP][135] ([i915#8709]) +7 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#8709]) +11 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#8709]) +7 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#8709]) +15 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@crc:
- shard-snb: NOTRUN -> [INCOMPLETE][139] ([i915#13287] / [i915#9878])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@kms_async_flips@crc.html
- shard-dg2: NOTRUN -> [WARN][140] ([i915#13287])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@kms_async_flips@crc.html
* igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [CRASH][141] ([i915#13287]) +7 other tests crash
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@kms_async_flips@crc-atomic@pipe-d-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-1:
- shard-snb: NOTRUN -> [INCOMPLETE][142] ([i915#13287])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@kms_async_flips@crc@pipe-a-hdmi-a-1.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#10333])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_async_flips@test-cursor.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#3555])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#9531])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#9531])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#9531])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-glk: NOTRUN -> [SKIP][148] ([i915#1769])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3:
- shard-dg2: [PASS][149] -> [FAIL][150] ([i915#5956]) +1 other test fail
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-5/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#5286]) +7 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu-1: NOTRUN -> [SKIP][152] ([i915#5286]) +2 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][153] ([i915#5286]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#4538] / [i915#5286]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [PASS][155] -> [DMESG-FAIL][156] ([i915#13314])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#3638]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#3638]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][159] +12 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#4538] / [i915#5190]) +7 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#4538]) +10 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#6095]) +44 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#12313]) +5 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#12313])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#12313]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#6095]) +170 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#6095]) +98 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#10307] / [i915#6095]) +127 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][170] ([i915#6095]) +69 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-3/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#12313])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][172] ([i915#12313])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][173] ([i915#12805])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#6095]) +11 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#6095]) +39 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#12313])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg1: NOTRUN -> [SKIP][177] ([i915#3742])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#3742])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#11616] / [i915#7213]) +4 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#4087]) +3 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][181] +8 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#7828]) +13 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][183] ([i915#7828]) +14 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#7828]) +5 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-3/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#7828]) +3 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@hdmi-hpd-fast:
- shard-tglu: NOTRUN -> [SKIP][186] ([i915#7828]) +7 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-9/igt@kms_chamelium_hpd@hdmi-hpd-fast.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#7828]) +4 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_color@deep-color:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#9979])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_content_protection@atomic-dpms.html
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#7118] / [i915#9424])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#3116] / [i915#3299]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_content_protection@dp-mst-type-0.html
- shard-mtlp: NOTRUN -> [SKIP][192] ([i915#3299])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_content_protection@dp-mst-type-0.html
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#3299])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#9424])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#9424])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#7118])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@kms_content_protection@srm.html
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#7118])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#6944])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#7118] / [i915#9424]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_content_protection@uevent.html
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#7116] / [i915#9424])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#13049])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#13049])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#3555]) +11 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu: NOTRUN -> [SKIP][205] ([i915#13049])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#13049])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8814]) +2 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#3555]) +2 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_cursor_crc@cursor-sliding-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8814])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#4103] / [i915#4213]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#4103])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#4103]) +1 other test skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#9809]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-tglu: NOTRUN -> [SKIP][214] +95 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#13046] / [i915#5354]) +3 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: NOTRUN -> [FAIL][216] ([i915#2346])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-mtlp: NOTRUN -> [SKIP][217] ([i915#9067])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#9067])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-dg1: NOTRUN -> [SKIP][219] ([i915#9067])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#9067])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-10/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg1: NOTRUN -> [SKIP][221] ([i915#4103] / [i915#4213])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
- shard-snb: NOTRUN -> [FAIL][222] ([i915#12170])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1:
- shard-snb: NOTRUN -> [FAIL][223] ([i915#11968])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#8588])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#8588])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-tglu: NOTRUN -> [SKIP][226] ([i915#8588])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#8588])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#1257])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_dp_aux_dev.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#3840]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#3840] / [i915#9688])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_dsc@dsc-fractional-bpp.html
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#3840])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_dsc@dsc-fractional-bpp.html
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#3840])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_dsc@dsc-fractional-bpp.html
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#3840])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc:
- shard-mtlp: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#3840])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_dsc@dsc-with-bpc.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#3840]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#3840] / [i915#9053])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][237] ([i915#3955])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#3469])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#4854])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#1839])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@kms_feature_discovery@display-2x.html
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#1839])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#1839])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#9337])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#3637]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-rkl: NOTRUN -> [SKIP][245] ([i915#9934]) +15 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_flip@2x-flip-vs-fences-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#8381])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#9934]) +3 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][248] ([i915#4839])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk8/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1:
- shard-snb: NOTRUN -> [DMESG-WARN][249] ([i915#12901]) +1 other test dmesg-warn
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-flip-vs-wf_vblank:
- shard-tglu-1: NOTRUN -> [SKIP][250] ([i915#3637]) +4 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_flip@2x-flip-vs-wf_vblank.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#9934]) +10 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
- shard-snb: [PASS][252] -> [FAIL][253] ([i915#11989]) +1 other test fail
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-snb4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-tglu: NOTRUN -> [SKIP][254] ([i915#3637]) +10 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#8381])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@kms_flip@flip-vs-fences.html
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#8381])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][257] ([i915#12745] / [i915#4839]) +1 other test incomplete
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk7/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a1:
- shard-glk: NOTRUN -> [INCOMPLETE][258] ([i915#12745])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk7/igt@kms_flip@flip-vs-suspend@a-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check@a-edp1:
- shard-mtlp: [PASS][259] -> [FAIL][260] ([i915#11989]) +1 other test fail
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-7/igt@kms_flip@plain-flip-ts-check@a-edp1.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_flip@plain-flip-ts-check@a-edp1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible:
- shard-rkl: NOTRUN -> [FAIL][261] ([i915#11989] / [i915#12840]) +1 other test fail
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1:
- shard-tglu-1: NOTRUN -> [FAIL][262] ([i915#11989]) +1 other test fail
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a2:
- shard-rkl: NOTRUN -> [FAIL][263] ([i915#11989])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][264] ([i915#2587] / [i915#2672]) +3 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#2587] / [i915#2672]) +3 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#2672]) +3 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][267] ([i915#2672] / [i915#3555]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#2672]) +2 other tests skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][269] ([i915#2672] / [i915#3555]) +2 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
- shard-mtlp: NOTRUN -> [SKIP][270] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#2672] / [i915#8813]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][272] ([i915#2587] / [i915#2672] / [i915#3555])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][273] ([i915#2672] / [i915#3555]) +3 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][274] ([i915#2672] / [i915#3555]) +1 other test skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][275] ([i915#2587] / [i915#2672]) +1 other test skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#3555] / [i915#8810] / [i915#8813]) +2 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][277] ([i915#3555] / [i915#8810]) +2 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][278] ([i915#2672] / [i915#3555]) +3 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][279] ([i915#2672] / [i915#3555] / [i915#5190])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#5354]) +19 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#8708]) +8 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu-1: NOTRUN -> [SKIP][282] +44 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
- shard-snb: [PASS][283] -> [SKIP][284] +1 other test skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][285] +45 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu:
- shard-dg2: [PASS][286] -> [FAIL][287] ([i915#6880]) +1 other test fail
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#5439]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][289] ([i915#5439])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][290] ([i915#3458]) +20 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][291] ([i915#3023]) +38 other tests skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#8708]) +12 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][293] ([i915#1825]) +59 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][294] ([i915#3458]) +12 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][295] ([i915#1825]) +16 other tests skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#8708]) +25 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#8228]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8228])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-3/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg1: NOTRUN -> [SKIP][299] ([i915#3555] / [i915#8228])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-swap:
- shard-tglu: NOTRUN -> [SKIP][300] ([i915#3555] / [i915#8228]) +2 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-tglu-1: NOTRUN -> [SKIP][301] ([i915#3555] / [i915#8228]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-dpms:
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#3555] / [i915#8228])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-8/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#12339])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-5/igt@kms_joiner@basic-ultra-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][304] ([i915#12339])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#10656])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][306] ([i915#12394])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][307] ([i915#4816])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][308] ([i915#6301])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-9/igt@kms_panel_fitting@legacy.html
- shard-rkl: NOTRUN -> [SKIP][309] ([i915#6301])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@kms_panel_fitting@legacy.html
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#6301])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_panel_fitting@legacy.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b:
- shard-glk: NOTRUN -> [INCOMPLETE][311] ([i915#13026])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk9/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128:
- shard-rkl: NOTRUN -> [DMESG-WARN][312] ([i915#12964]) +27 other tests dmesg-warn
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-1-size-128.html
* igt@kms_plane_lowres@tiling-none:
- shard-mtlp: NOTRUN -> [SKIP][313] ([i915#11614] / [i915#3582]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_plane_lowres@tiling-none.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][314] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#3555] / [i915#8821])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][316] ([i915#12247]) +13 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#12247] / [i915#6953] / [i915#9423])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-rkl: NOTRUN -> [SKIP][318] ([i915#12247] / [i915#6953])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-tglu: NOTRUN -> [SKIP][319] ([i915#12247] / [i915#6953])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-9/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-mtlp: NOTRUN -> [SKIP][320] ([i915#12247] / [i915#6953])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#12247]) +9 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#12247] / [i915#6953]) +1 other test skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
- shard-dg1: NOTRUN -> [SKIP][323] ([i915#12247]) +16 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#12247]) +3 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][325] ([i915#12247]) +10 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][326] ([i915#12247]) +3 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][327] ([i915#12247] / [i915#3555])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_backlight@bad-brightness:
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#9812])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][329] ([i915#12343])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][330] ([i915#9812])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-mtlp: NOTRUN -> [SKIP][331] ([i915#9293])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-7/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc5-psr:
- shard-rkl: NOTRUN -> [SKIP][332] ([i915#9685])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg1: NOTRUN -> [SKIP][333] ([i915#3361])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: NOTRUN -> [SKIP][334] ([i915#4281])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#9340])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][336] ([i915#9340])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_pm_lpsp@kms-lpsp.html
- shard-tglu: NOTRUN -> [SKIP][337] ([i915#3828])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][338] ([i915#8430])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#9519])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#9519])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2: [PASS][341] -> [SKIP][342] ([i915#9519]) +1 other test skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-mtlp: NOTRUN -> [SKIP][343] ([i915#9519])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][344] ([i915#6524] / [i915#6805])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html
- shard-rkl: NOTRUN -> [DMESG-WARN][345] ([i915#12917] / [i915#12964]) +2 other tests dmesg-warn
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_prime@basic-crc-vgem.html
- shard-dg1: NOTRUN -> [SKIP][346] ([i915#6524])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@d3hot:
- shard-mtlp: NOTRUN -> [SKIP][347] ([i915#6524])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-6/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][348] ([i915#11520]) +4 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk: NOTRUN -> [SKIP][349] ([i915#11520]) +9 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][350] ([i915#11520]) +6 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][351] ([i915#11520]) +3 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf:
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#12316]) +1 other test skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][353] ([i915#11520]) +13 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-2/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html
- shard-snb: NOTRUN -> [SKIP][354] ([i915#11520]) +12 other tests skip
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb7/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area:
- shard-tglu-1: NOTRUN -> [SKIP][355] ([i915#11520]) +2 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-tglu: NOTRUN -> [SKIP][356] ([i915#9683])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-dg1: NOTRUN -> [SKIP][357] ([i915#9683])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2: NOTRUN -> [SKIP][358] ([i915#9683])
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_psr2_su@page_flip-p010.html
- shard-rkl: NOTRUN -> [SKIP][359] ([i915#9683]) +1 other test skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_psr2_su@page_flip-p010.html
- shard-tglu-1: NOTRUN -> [SKIP][360] ([i915#9683])
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-cursor-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][361] ([i915#1072] / [i915#9732]) +27 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_psr@fbc-pr-cursor-plane-onoff.html
* igt@kms_psr@fbc-pr-cursor-render:
- shard-mtlp: NOTRUN -> [SKIP][362] ([i915#9688]) +11 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-1/igt@kms_psr@fbc-pr-cursor-render.html
* igt@kms_psr@fbc-psr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][363] ([i915#1072] / [i915#9732]) +15 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html
* igt@kms_psr@fbc-psr2-primary-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][364] ([i915#9732]) +24 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-4/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html
* igt@kms_psr@psr-primary-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][365] ([i915#4077] / [i915#9688]) +1 other test skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-6/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-rkl: NOTRUN -> [SKIP][366] ([i915#1072] / [i915#9732]) +30 other tests skip
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_psr@psr2-sprite-blt:
- shard-tglu-1: NOTRUN -> [SKIP][367] ([i915#9732]) +10 other tests skip
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][368] ([i915#9685]) +1 other test skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-18/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
- shard-tglu: NOTRUN -> [SKIP][369] ([i915#9685])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][370] ([i915#5289])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][371] ([i915#5289])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
- shard-dg2: NOTRUN -> [SKIP][372] ([i915#5190])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][373] ([i915#12755] / [i915#5190])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: NOTRUN -> [SKIP][374] ([i915#12755]) +1 other test skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][375] ([i915#3555]) +4 other tests skip
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_selftest@drm_framebuffer:
- shard-dg1: NOTRUN -> [ABORT][376] ([i915#13179]) +1 other test abort
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic:
- shard-snb: NOTRUN -> [FAIL][377] ([i915#5465]) +2 other tests fail
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-snb7/igt@kms_setmode@basic.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-tglu-1: NOTRUN -> [SKIP][378] ([i915#3555]) +2 other tests skip
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_setmode@clone-exclusive-crtc.html
- shard-dg1: NOTRUN -> [SKIP][379] ([i915#3555]) +6 other tests skip
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu-1: NOTRUN -> [SKIP][380] ([i915#8623])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [INCOMPLETE][381] ([i915#12276]) +1 other test incomplete
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-glk8/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vrr@lobf:
- shard-dg2: NOTRUN -> [SKIP][382] ([i915#11920])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@kms_vrr@lobf.html
- shard-rkl: NOTRUN -> [SKIP][383] ([i915#11920])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@kms_vrr@lobf.html
- shard-dg1: NOTRUN -> [SKIP][384] ([i915#11920])
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@kms_vrr@lobf.html
- shard-tglu: NOTRUN -> [SKIP][385] ([i915#11920])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-6/igt@kms_vrr@lobf.html
* igt@kms_vrr@max-min:
- shard-dg1: NOTRUN -> [SKIP][386] ([i915#9906]) +2 other tests skip
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@kms_vrr@max-min.html
- shard-tglu: NOTRUN -> [SKIP][387] ([i915#9906])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-7/igt@kms_vrr@max-min.html
- shard-rkl: NOTRUN -> [SKIP][388] ([i915#9906])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@kms_vrr@max-min.html
* igt@kms_vrr@negative-basic:
- shard-dg2: NOTRUN -> [SKIP][389] ([i915#3555] / [i915#9906])
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@kms_vrr@negative-basic.html
- shard-tglu: NOTRUN -> [SKIP][390] ([i915#3555] / [i915#9906])
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-2/igt@kms_vrr@negative-basic.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-rkl: NOTRUN -> [SKIP][391] ([i915#2437] / [i915#9412])
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-mtlp: NOTRUN -> [SKIP][392] ([i915#2437])
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][393] ([i915#2437])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-13/igt@kms_writeback@writeback-invalid-parameters.html
- shard-rkl: NOTRUN -> [SKIP][394] ([i915#2437])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-tglu-1: NOTRUN -> [SKIP][395] ([i915#2437] / [i915#9412])
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@mi-rpc:
- shard-rkl: NOTRUN -> [SKIP][396] ([i915#2434])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@perf@mi-rpc.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-mtlp: [PASS][397] -> [FAIL][398] ([i915#11943])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-2/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][399] ([i915#4349]) +4 other tests fail
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@module-unload:
- shard-tglu: NOTRUN -> [ABORT][400] ([i915#13010])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-6/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6:
- shard-rkl: [PASS][401] -> [DMESG-FAIL][402] ([i915#12964]) +2 other tests dmesg-fail
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-5/igt@perf_pmu@rc6.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@perf_pmu@rc6.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu-1: NOTRUN -> [SKIP][403] ([i915#8516])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][404] ([i915#3708] / [i915#4077])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-read:
- shard-rkl: NOTRUN -> [SKIP][405] ([i915#3291] / [i915#3708])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@prime_vgem@basic-read.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg1: NOTRUN -> [SKIP][406] ([i915#3708]) +2 other tests skip
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-17/igt@prime_vgem@fence-flip-hang.html
* igt@prime_vgem@fence-read-hang:
- shard-rkl: NOTRUN -> [SKIP][407] ([i915#3708]) +1 other test skip
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-6/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-dg2: NOTRUN -> [SKIP][408] ([i915#9917])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-7/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg1: NOTRUN -> [SKIP][409] ([i915#9917])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1:
- shard-tglu: NOTRUN -> [FAIL][410] ([i915#12910]) +9 other tests fail
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-1.html
* igt@tools_test@sysfs_l3_parity:
- shard-rkl: NOTRUN -> [SKIP][411] +29 other tests skip
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][412] ([i915#12543] / [i915#5784]) -> [PASS][413]
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg1-17/igt@gem_eio@reset-stress.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-14/igt@gem_eio@reset-stress.html
* igt@gem_eio@unwedge-stress:
- shard-dg2: [FAIL][414] ([i915#12714] / [i915#5784]) -> [PASS][415]
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-5/igt@gem_eio@unwedge-stress.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-8/igt@gem_eio@unwedge-stress.html
- shard-dg1: [FAIL][416] ([i915#12714] / [i915#5784]) -> [PASS][417]
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg1-14/igt@gem_eio@unwedge-stress.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_mmap_offset@clear-via-pagefault:
- shard-mtlp: [ABORT][418] ([i915#10729]) -> [PASS][419] +1 other test pass
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-2/igt@gem_mmap_offset@clear-via-pagefault.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-4/igt@gem_mmap_offset@clear-via-pagefault.html
* igt@gem_mmap_offset@open-flood:
- shard-rkl: [DMESG-WARN][420] -> [PASS][421]
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-3/igt@gem_mmap_offset@open-flood.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-1/igt@gem_mmap_offset@open-flood.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [ABORT][422] ([i915#9820]) -> [PASS][423]
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [ABORT][424] ([i915#10131] / [i915#10887]) -> [PASS][425]
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [INCOMPLETE][426] ([i915#12455]) -> [PASS][427] +1 other test pass
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-dg2-4/igt@i915_pm_freq_api@freq-suspend@gt0.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-tglu: [ABORT][428] ([i915#13010]) -> [PASS][429]
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-tglu-6/igt@i915_suspend@basic-s2idle-without-i915.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-tglu-8/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@sysfs-reader:
- shard-rkl: [DMESG-FAIL][430] ([i915#12964]) -> [PASS][431]
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8167/shard-rkl-7/igt@i915_suspend@sysfs-reader.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/shard-rkl-7/igt@i915_suspend@sysfs-reader.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][432] ([i915#2346]) -> [PASS][433]
[432]: https://intel-gfx-ci
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12356/index.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.Full: failure for tests/kms_lease: Add vblank count to avoind resource busy
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
` (3 preceding siblings ...)
2024-12-20 16:08 ` ✗ i915.CI.Full: failure for " Patchwork
@ 2024-12-20 20:12 ` Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2024-12-20 20:12 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 115698 bytes --]
== Series Details ==
Series: tests/kms_lease: Add vblank count to avoind resource busy
URL : https://patchwork.freedesktop.org/series/142838/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8167_full -> XEIGTPW_12356_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12356_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12356_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12356_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][1] +2 other tests fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-suspend@b-dp2:
- shard-bmg: [PASS][2] -> [INCOMPLETE][3]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@kms_flip@flip-vs-suspend@b-dp2.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_flip@flip-vs-suspend@b-dp2.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: [PASS][4] -> [INCOMPLETE][5]
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_getfb@getfb-handle-not-fb:
- shard-bmg: [PASS][6] -> [SKIP][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@kms_getfb@getfb-handle-not-fb.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_getfb@getfb-handle-not-fb.html
* igt@kms_histogram@global-basic:
- shard-bmg: NOTRUN -> [SKIP][8] +2 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_histogram@global-basic.html
* igt@xe_exec_compute_mode@many-bindexecqueue-userptr:
- shard-dg2-set2: NOTRUN -> [TIMEOUT][9]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_exec_compute_mode@many-bindexecqueue-userptr.html
* igt@xe_exec_threads@threads-hang-fd-rebind:
- shard-dg2-set2: [PASS][10] -> [DMESG-WARN][11]
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@xe_exec_threads@threads-hang-fd-rebind.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_exec_threads@threads-hang-fd-rebind.html
* igt@xe_pm_residency@gt-c6-freeze@gt1:
- shard-bmg: [PASS][12] -> [FAIL][13] +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_pm_residency@gt-c6-freeze@gt1.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_pm_residency@gt-c6-freeze@gt1.html
#### Warnings ####
* igt@kms_flip@2x-flip-vs-suspend:
- shard-bmg: [SKIP][14] ([Intel XE#2316]) -> [FAIL][15]
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3:
- shard-bmg: [INCOMPLETE][16] -> [FAIL][17] +1 other test fail
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-bmg: [INCOMPLETE][18] ([Intel XE#1473]) -> [DMESG-FAIL][19]
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_evict@evict-beng-mixed-threads-large.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_evict@evict-beng-mixed-threads-large.html
Known issues
------------
Here are the changes found in XEIGTPW_12356_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2136] / [Intel XE#2231]) +3 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@invalid-get-prop-any:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#3007]) +4 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_addfb_basic@invalid-get-prop-any.html
* igt@kms_async_flips@alternate-sync-async-flip-atomic:
- shard-bmg: NOTRUN -> [FAIL][22] ([Intel XE#3701] / [Intel XE#3718] / [Intel XE#827])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_async_flips@alternate-sync-async-flip-atomic.html
* igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-d-dp-2:
- shard-bmg: NOTRUN -> [FAIL][23] ([Intel XE#3746])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-d-dp-2.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#3768])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-bmg: [PASS][25] -> [SKIP][26] ([Intel XE#2136] / [Intel XE#2231])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1407])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#316]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#2327]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-0:
- shard-bmg: [PASS][30] -> [INCOMPLETE][31] ([Intel XE#3225])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2328])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#607])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1477])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#610]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1124]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#1124])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#610])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#1124]) +8 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_bw@linear-tiling-1-displays-2560x1440p:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#367]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#367])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-8/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#367]) +2 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-dp-5:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#455] / [Intel XE#787]) +31 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_ccs@bad-pixel-format-y-tiled-ccs@pipe-d-dp-5.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2652] / [Intel XE#787]) +12 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs@pipe-c-dp-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [PASS][45] -> [SKIP][46] ([Intel XE#2136] / [Intel XE#2351])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#787]) +100 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#2669]) +3 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs@pipe-b-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: NOTRUN -> [INCOMPLETE][49] ([Intel XE#3862]) +1 other test incomplete
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
- shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#3442])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#3432])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#3432]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2887]) +15 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [PASS][54] -> [INCOMPLETE][55] ([Intel XE#1727])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [PASS][56] -> [INCOMPLETE][57] ([Intel XE#1727] / [Intel XE#3113])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#2887]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-dg2-set2: [PASS][59] -> [SKIP][60] ([Intel XE#2136]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_cdclk@mode-transition.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2325]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@degamma:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#306])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#2924])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#3189])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2252]) +7 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
- shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#373]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#373]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_color@ctm-blue-to-red:
- shard-bmg: [PASS][68] -> [SKIP][69] ([Intel XE#3007]) +7 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_color@ctm-blue-to-red.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_color@ctm-blue-to-red.html
- shard-dg2-set2: [PASS][70] -> [SKIP][71] ([Intel XE#2423] / [i915#2575]) +10 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_color@ctm-blue-to-red.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_color@ctm-blue-to-red.html
* igt@kms_content_protection@atomic:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2341])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2390])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [FAIL][74] ([Intel XE#1178]) +1 other test fail
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][75] ([Intel XE#1188]) +1 other test fail
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_content_protection@uevent.html
- shard-bmg: NOTRUN -> [FAIL][76] ([Intel XE#1188]) +1 other test fail
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2320]) +6 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#308]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-offscreen-64x21:
- shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1424])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_cursor_crc@cursor-offscreen-64x21.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2321])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-dg2-set2: [PASS][81] -> [SKIP][82] ([Intel XE#2924]) +5 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#323])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2286]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-atomic:
- shard-bmg: [PASS][85] -> [SKIP][86] ([Intel XE#3189]) +3 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-bmg: [PASS][87] -> [SKIP][88] ([Intel XE#2291]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: NOTRUN -> [DMESG-WARN][89] ([Intel XE#877])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-lnl: [PASS][90] -> [FAIL][91] ([Intel XE#1475]) +1 other test fail
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-5/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-8/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_cursor_legacy@forked-bo:
- shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#2423] / [i915#2575])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_cursor_legacy@forked-bo.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#323])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#2244])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [FAIL][95] ([Intel XE#1695])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr:
- shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#776])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_fbcon_fbt@psr.html
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#776])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@kms_fbcon_fbt@psr.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1421])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-7/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][99] ([Intel XE#2882]) +1 other test fail
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][100] ([Intel XE#3321]) +1 other test fail
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][101] -> [FAIL][102] ([Intel XE#3321])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][103] -> [FAIL][104] ([Intel XE#301]) +3 other tests fail
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3:
- shard-bmg: [PASS][105] -> [FAIL][106] ([Intel XE#3321]) +1 other test fail
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
- shard-bmg: [PASS][107] -> [FAIL][108] ([Intel XE#2882]) +1 other test fail
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp5:
- shard-dg2-set2: NOTRUN -> [FAIL][109] ([Intel XE#3321]) +4 other tests fail
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp5.html
* igt@kms_flip@2x-flip-vs-expired-vblank@cd-hdmi-a6-dp5:
- shard-dg2-set2: NOTRUN -> [FAIL][110] ([Intel XE#3149])
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@cd-hdmi-a6-dp5.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-bmg: [PASS][111] -> [SKIP][112] ([Intel XE#2316]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@kms_flip@2x-flip-vs-panning-interruptible.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2316]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [PASS][114] -> [FAIL][115] ([Intel XE#3149] / [Intel XE#886])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-5/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@blocking-wf_vblank@c-edp1:
- shard-lnl: [PASS][116] -> [FAIL][117] ([Intel XE#886]) +2 other tests fail
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-6/igt@kms_flip@blocking-wf_vblank@c-edp1.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-5/igt@kms_flip@blocking-wf_vblank@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][118] ([Intel XE#301])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp4:
- shard-dg2-set2: [PASS][119] -> [FAIL][120] ([Intel XE#301] / [Intel XE#3321])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@d-dp4.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@d-dp4.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#1401] / [Intel XE#1745])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#1401])
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#1397] / [Intel XE#1745])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][124] ([Intel XE#1397])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#2293] / [Intel XE#2380]) +7 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2293]) +7 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#2311]) +30 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [FAIL][128] ([Intel XE#2333]) +15 other tests fail
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#2312]) +6 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#2136]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt:
- shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#651]) +3 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#651]) +17 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#656]) +10 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#2313]) +36 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#653]) +18 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][137] ([Intel XE#2352]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#658])
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_getfb@getfb-handle-not-fb:
- shard-dg2-set2: [PASS][139] -> [SKIP][140] ([Intel XE#687])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@kms_getfb@getfb-handle-not-fb.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_getfb@getfb-handle-not-fb.html
* igt@kms_getfb@getfb2-accept-ccs:
- shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#2340])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_getfb@getfb2-accept-ccs.html
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#2340])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-6/igt@kms_getfb@getfb2-accept-ccs.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][143] ([Intel XE#1470] / [Intel XE#2853])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_joiner@basic-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][144] ([Intel XE#346])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_joiner@basic-big-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#346])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-bmg: [PASS][146] -> [SKIP][147] ([Intel XE#3012])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@kms_joiner@basic-force-big-joiner.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][148] ([Intel XE#2927])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-8/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][149] ([Intel XE#2486])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
- shard-dg2-set2: [PASS][150] -> [FAIL][151] ([Intel XE#616]) +1 other test fail
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][152] ([Intel XE#2393])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][153] ([Intel XE#2493])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][154] -> [FAIL][155] ([Intel XE#361])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][156] ([Intel XE#2763]) +2 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][157] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][158] ([Intel XE#2763]) +14 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][159] ([Intel XE#2938])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][160] ([Intel XE#870])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_pm_backlight@fade-with-dpms.html
- shard-dg2-set2: NOTRUN -> [SKIP][161] ([Intel XE#870])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: NOTRUN -> [FAIL][162] ([Intel XE#1430])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
- shard-bmg: NOTRUN -> [SKIP][163] ([Intel XE#2392])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: NOTRUN -> [SKIP][164] ([Intel XE#2505])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@kms_pm_dc@deep-pkgc.html
- shard-dg2-set2: NOTRUN -> [SKIP][165] ([Intel XE#908])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_pm_rpm@legacy-planes-dpms:
- shard-bmg: [PASS][166] -> [SKIP][167] ([Intel XE#2446])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_pm_rpm@legacy-planes-dpms.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_pm_rpm@legacy-planes-dpms.html
- shard-dg2-set2: [PASS][168] -> [SKIP][169] ([Intel XE#2446])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_pm_rpm@legacy-planes-dpms.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_pm_rpm@legacy-planes-dpms.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][170] ([Intel XE#1439] / [Intel XE#3141])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][171] ([Intel XE#2893])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-6/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: NOTRUN -> [SKIP][172] ([Intel XE#1489]) +6 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
- shard-dg2-set2: NOTRUN -> [SKIP][173] ([Intel XE#1489]) +3 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-lnl: NOTRUN -> [SKIP][174] ([Intel XE#1128])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2-set2: NOTRUN -> [SKIP][175] ([Intel XE#1122])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: NOTRUN -> [SKIP][176] ([Intel XE#2850] / [Intel XE#929]) +8 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-lnl: NOTRUN -> [SKIP][177] ([Intel XE#1406]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr-basic:
- shard-bmg: NOTRUN -> [SKIP][178] ([Intel XE#2234] / [Intel XE#2850]) +15 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_psr@psr-basic.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-bmg: NOTRUN -> [SKIP][179] ([Intel XE#2414])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
- shard-dg2-set2: NOTRUN -> [SKIP][180] ([Intel XE#2939])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][181] ([Intel XE#2330]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#3414]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: NOTRUN -> [SKIP][183] ([Intel XE#1127])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][184] ([Intel XE#3414]) +2 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-bmg: NOTRUN -> [SKIP][185] ([Intel XE#1435]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-lnl: [PASS][186] -> [FAIL][187] ([Intel XE#2883]) +2 other tests fail
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-4/igt@kms_setmode@basic@pipe-b-edp-1.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [PASS][188] -> [SKIP][189] ([Intel XE#1435])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_setmode@clone-exclusive-crtc.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tv_load_detect@load-detect:
- shard-bmg: NOTRUN -> [SKIP][190] ([Intel XE#2450])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][191] ([Intel XE#455]) +10 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@kms_vrr@flipline.html
- shard-bmg: NOTRUN -> [SKIP][192] ([Intel XE#1499]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_vrr@flipline.html
* igt@kms_vrr@lobf:
- shard-bmg: NOTRUN -> [SKIP][193] ([Intel XE#2168]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_vrr@lobf.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-bmg: NOTRUN -> [SKIP][194] ([Intel XE#756])
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_writeback@writeback-invalid-parameters.html
- shard-lnl: NOTRUN -> [SKIP][195] ([Intel XE#756])
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][196] ([Intel XE#1123]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_eudebug@basic-close:
- shard-dg2-set2: NOTRUN -> [SKIP][197] ([Intel XE#2905]) +9 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_eudebug@basic-close.html
* igt@xe_eudebug@basic-vm-bind-discovery:
- shard-lnl: NOTRUN -> [SKIP][198] ([Intel XE#2905]) +2 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@xe_eudebug@basic-vm-bind-discovery.html
* igt@xe_eudebug@basic-vm-bind-metadata-discovery:
- shard-bmg: NOTRUN -> [SKIP][199] ([Intel XE#2905]) +15 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@xe_eudebug@basic-vm-bind-metadata-discovery.html
* igt@xe_eudebug@basic-vm-bind-ufence-sigint-client:
- shard-dg2-set2: NOTRUN -> [SKIP][200] ([Intel XE#3889])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_eudebug@basic-vm-bind-ufence-sigint-client.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-bmg: NOTRUN -> [FAIL][201] ([Intel XE#2364])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-lnl: NOTRUN -> [SKIP][202] ([Intel XE#688]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html
- shard-bmg: NOTRUN -> [TIMEOUT][203] ([Intel XE#1473])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-threads-large:
- shard-bmg: NOTRUN -> [INCOMPLETE][204] ([Intel XE#1473])
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: NOTRUN -> [TIMEOUT][205] ([Intel XE#1473] / [Intel XE#2472]) +1 other test timeout
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_balancer@once-cm-virtual-userptr-invalidate-race:
- shard-bmg: [PASS][206] -> [SKIP][207] ([Intel XE#1130]) +24 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_exec_balancer@once-cm-virtual-userptr-invalidate-race.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_exec_balancer@once-cm-virtual-userptr-invalidate-race.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][208] ([Intel XE#1392]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind.html
* igt@xe_exec_basic@multigpu-once-basic-defer-bind:
- shard-bmg: NOTRUN -> [SKIP][209] ([Intel XE#2322]) +8 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
* igt@xe_exec_fault_mode@once-bindexecqueue-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][210] ([Intel XE#288]) +12 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html
* igt@xe_exec_threads@threads-hang-userptr-rebind:
- shard-dg2-set2: [PASS][211] -> [DMESG-WARN][212] ([Intel XE#3876])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_exec_threads@threads-hang-userptr-rebind.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_exec_threads@threads-hang-userptr-rebind.html
* igt@xe_module_load@load:
- shard-bmg: ([PASS][213], [PASS][214], [PASS][215], [PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [PASS][222], [PASS][223], [PASS][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236]) -> ([PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241], [PASS][242], [PASS][243], [PASS][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [SKIP][262]) ([Intel XE#2457])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@xe_module_load@load.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_module_load@load.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_module_load@load.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_module_load@load.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_module_load@load.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_module_load@load.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_module_load@load.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@xe_module_load@load.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@xe_module_load@load.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@xe_module_load@load.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@xe_module_load@load.html
- shard-dg2-set2: ([PASS][263], [PASS][264], [PASS][265], [PASS][266], [PASS][267], [PASS][268], [PASS][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [PASS][275], [PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282], [PASS][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287]) -> ([PASS][288], [PASS][289], [PASS][290], [PASS][291], [PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [SKIP][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312], [PASS][313]) ([Intel XE#378])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@xe_module_load@load.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_module_load@load.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_module_load@load.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_module_load@load.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@xe_module_load@load.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@xe_module_load@load.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@xe_module_load@load.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_module_load@load.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@xe_module_load@load.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_module_load@load.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@xe_module_load@load.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_module_load@load.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@xe_module_load@load.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@xe_module_load@load.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@xe_module_load@load.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@xe_module_load@load.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@xe_module_load@load.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_module_load@load.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@xe_module_load@load.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_module_load@load.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_module_load@load.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_module_load@load.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@xe_module_load@load.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_module_load@load.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_module_load@load.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@xe_module_load@load.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_module_load@load.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_module_load@load.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@xe_module_load@load.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@xe_module_load@load.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_module_load@load.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_module_load@load.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_module_load@load.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_module_load@load.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_module_load@load.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@xe_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_module_load@load.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@xe_module_load@load.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_module_load@load.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_module_load@load.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_module_load@load.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_module_load@load.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@load.html
* igt@xe_module_load@reload-no-display:
- shard-bmg: [PASS][314] -> [FAIL][315] ([Intel XE#3625] / [Intel XE#3641])
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@xe_module_load@reload-no-display.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@xe_module_load@reload-no-display.html
- shard-dg2-set2: [PASS][316] -> [FAIL][317] ([Intel XE#3546])
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_module_load@reload-no-display.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_module_load@reload-no-display.html
* igt@xe_oa@invalid-create-userspace-config:
- shard-dg2-set2: NOTRUN -> [SKIP][318] ([Intel XE#2541] / [Intel XE#3573]) +3 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_oa@invalid-create-userspace-config.html
* igt@xe_oa@oa-tlb-invalidate:
- shard-bmg: NOTRUN -> [SKIP][319] ([Intel XE#2248])
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@xe_oa@oa-tlb-invalidate.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-bmg: NOTRUN -> [SKIP][320] ([Intel XE#2284])
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pm@d3cold-mocs:
- shard-dg2-set2: NOTRUN -> [SKIP][321] ([Intel XE#2284])
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][322] ([Intel XE#2284] / [Intel XE#366])
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-433/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s3-mocs:
- shard-lnl: NOTRUN -> [SKIP][323] ([Intel XE#584])
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: [PASS][324] -> [ABORT][325] ([Intel XE#1358] / [Intel XE#1607])
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-1/igt@xe_pm@s4-exec-after.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-2/igt@xe_pm@s4-exec-after.html
* igt@xe_query@multigpu-query-invalid-cs-cycles:
- shard-bmg: NOTRUN -> [SKIP][326] ([Intel XE#944]) +4 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_query@multigpu-query-invalid-cs-cycles.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-lnl: NOTRUN -> [SKIP][327] ([Intel XE#944])
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-1/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-topology:
- shard-dg2-set2: NOTRUN -> [SKIP][328] ([Intel XE#944]) +1 other test skip
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_query@multigpu-query-topology.html
* igt@xe_spin_batch@spin-basic-all:
- shard-bmg: NOTRUN -> [SKIP][329] ([Intel XE#1130]) +9 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_spin_batch@spin-basic-all.html
- shard-dg2-set2: NOTRUN -> [SKIP][330] ([Intel XE#1130]) +7 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_spin_batch@spin-basic-all.html
* igt@xe_vm@large-misaligned-binds-1073741824:
- shard-dg2-set2: [PASS][331] -> [SKIP][332] ([Intel XE#1130]) +23 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_vm@large-misaligned-binds-1073741824.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_vm@large-misaligned-binds-1073741824.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: [FAIL][333] ([Intel XE#3719]) -> [PASS][334] +3 other tests pass
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-7/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-lnl: [FAIL][335] ([Intel XE#1426]) -> [PASS][336] +1 other test pass
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [INCOMPLETE][337] ([Intel XE#1727]) -> [PASS][338]
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6:
- shard-dg2-set2: [DMESG-WARN][339] ([Intel XE#1727] / [Intel XE#3113]) -> [PASS][340]
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][341] ([Intel XE#877]) -> [PASS][342] +3 other tests pass
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [SKIP][343] ([Intel XE#2291]) -> [PASS][344] +4 other tests pass
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset:
- shard-bmg: [SKIP][345] ([Intel XE#2316]) -> [PASS][346] +2 other tests pass
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-bmg: [FAIL][347] ([Intel XE#2882]) -> [PASS][348] +1 other test pass
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3:
- shard-bmg: [FAIL][349] ([Intel XE#3321]) -> [PASS][350]
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank@b-dp4:
- shard-dg2-set2: [FAIL][351] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][352]
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
- shard-dg2-set2: [FAIL][353] ([Intel XE#301]) -> [PASS][354] +3 other tests pass
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-bmg: [INCOMPLETE][355] ([Intel XE#2597]) -> [PASS][356]
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-dg2-set2: [INCOMPLETE][357] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][358]
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-dp4:
- shard-dg2-set2: [INCOMPLETE][359] ([Intel XE#2597]) -> [PASS][360]
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@c-dp4.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@c-dp4.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-dp2:
- shard-bmg: [INCOMPLETE][361] -> [PASS][362]
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible@d-dp2.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_flip@flip-vs-suspend-interruptible@d-dp2.html
* igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1:
- shard-lnl: [FAIL][363] ([Intel XE#886]) -> [PASS][364] +1 other test pass
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-1/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [SKIP][365] ([Intel XE#3012]) -> [PASS][366]
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4:
- shard-dg2-set2: [FAIL][367] ([Intel XE#361]) -> [PASS][368]
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- shard-lnl: [FAIL][369] -> [PASS][370] +1 other test pass
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-1/igt@kms_psr@fbc-psr2-cursor-plane-move.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-3/igt@kms_psr@fbc-psr2-cursor-plane-move.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][371] ([Intel XE#2159]) -> [PASS][372] +1 other test pass
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@negative-basic:
- shard-bmg: [SKIP][373] ([Intel XE#1499]) -> [PASS][374]
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_vrr@negative-basic.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@kms_vrr@negative-basic.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-lnl: [SKIP][375] ([Intel XE#1192]) -> [PASS][376]
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-1/igt@xe_live_ktest@xe_dma_buf.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-2/igt@xe_live_ktest@xe_dma_buf.html
#### Warnings ####
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-bmg: [SKIP][377] ([Intel XE#2327]) -> [SKIP][378] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_big_fb@linear-64bpp-rotate-90.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-dg2-set2: [SKIP][379] ([Intel XE#316]) -> [SKIP][380] ([Intel XE#2136]) +1 other test skip
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-bmg: [SKIP][381] ([Intel XE#1124]) -> [SKIP][382] ([Intel XE#829])
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-3/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
- shard-dg2-set2: [SKIP][383] ([Intel XE#1124]) -> [SKIP][384] ([Intel XE#829])
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-bmg: [SKIP][385] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][386] ([Intel XE#3007])
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
- shard-dg2-set2: [SKIP][387] ([Intel XE#2191]) -> [SKIP][388] ([Intel XE#2423] / [i915#2575])
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: [SKIP][389] ([Intel XE#367]) -> [SKIP][390] ([Intel XE#2924])
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
- shard-bmg: [SKIP][391] ([Intel XE#367]) -> [SKIP][392] ([Intel XE#3189])
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: [SKIP][393] ([Intel XE#2887]) -> [SKIP][394] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-bmg: [SKIP][395] ([Intel XE#3432]) -> [SKIP][396] ([Intel XE#2136] / [Intel XE#2231])
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
- shard-dg2-set2: [SKIP][397] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][398] ([Intel XE#2136]) +1 other test skip
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-bmg: [SKIP][399] ([Intel XE#2724]) -> [SKIP][400] ([Intel XE#2136] / [Intel XE#2231])
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_cdclk@mode-transition.html
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-bmg: [SKIP][401] ([Intel XE#2252]) -> [SKIP][402] ([Intel XE#3007])
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@kms_chamelium_frames@dp-frame-dump.html
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_chamelium_frames@dp-frame-dump.html
- shard-dg2-set2: [SKIP][403] ([Intel XE#373]) -> [SKIP][404] ([Intel XE#2423] / [i915#2575])
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@kms_chamelium_frames@dp-frame-dump.html
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_content_protection@mei-interface:
- shard-bmg: [SKIP][405] ([Intel XE#2341]) -> [SKIP][406] ([Intel XE#3189])
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@kms_content_protection@mei-interface.html
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_content_protection@mei-interface.html
- shard-dg2-set2: [SKIP][407] ([Intel XE#455]) -> [SKIP][408] ([Intel XE#2924])
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@kms_content_protection@mei-interface.html
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2-set2: [SKIP][409] ([Intel XE#308]) -> [SKIP][410] ([Intel XE#2423] / [i915#2575])
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_cursor_crc@cursor-random-512x512.html
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-bmg: [SKIP][411] ([Intel XE#2320]) -> [SKIP][412] ([Intel XE#3189])
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-bmg: [SKIP][413] ([Intel XE#2323]) -> [SKIP][414] ([Intel XE#3189])
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@kms_display_modes@mst-extended-mode-negative.html
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-dg2-set2: [SKIP][415] ([Intel XE#307]) -> [SKIP][416] ([Intel XE#2924])
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_display_modes@mst-extended-mode-negative.html
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: [SKIP][417] ([Intel XE#2374]) -> [SKIP][418] ([Intel XE#3189])
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_feature_discovery@psr1.html
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_feature_discovery@psr1.html
- shard-dg2-set2: [SKIP][419] ([Intel XE#1135]) -> [SKIP][420] ([Intel XE#2924])
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_feature_discovery@psr1.html
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [SKIP][421] ([Intel XE#2316]) -> [FAIL][422] ([Intel XE#2882])
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@bo-too-big-interruptible@a-edp1:
- shard-lnl: [INCOMPLETE][423] ([Intel XE#1504]) -> [TIMEOUT][424] ([Intel XE#1504]) +1 other test timeout
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-7/igt@kms_flip@bo-too-big-interruptible@a-edp1.html
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-2/igt@kms_flip@bo-too-big-interruptible@a-edp1.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-lnl: [FAIL][425] ([Intel XE#3149] / [Intel XE#886]) -> [FAIL][426] ([Intel XE#886])
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-lnl-1/igt@kms_flip@plain-flip-ts-check-interruptible.html
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-lnl-5/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][427] ([Intel XE#651]) -> [SKIP][428] ([Intel XE#2136] / [Intel XE#2351])
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-pgflip-blt.html
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][429] ([Intel XE#2311]) -> [SKIP][430] ([Intel XE#3189])
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html
- shard-dg2-set2: [SKIP][431] ([Intel XE#651]) -> [SKIP][432] ([Intel XE#2924])
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][433] ([Intel XE#2311]) -> [SKIP][434] ([Intel XE#2312]) +8 other tests skip
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][435] ([Intel XE#2311]) -> [SKIP][436] ([Intel XE#2136] / [Intel XE#2231]) +2 other tests skip
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [FAIL][437] ([Intel XE#2333]) -> [SKIP][438] ([Intel XE#2312]) +2 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [FAIL][439] ([Intel XE#2333]) -> [SKIP][440] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
[440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: [SKIP][441] ([Intel XE#2312]) -> [FAIL][442] ([Intel XE#2333]) +4 other tests fail
[441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][443] ([Intel XE#2312]) -> [SKIP][444] ([Intel XE#2136] / [Intel XE#2231]) +4 other tests skip
[443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-blt.html
[444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff:
- shard-bmg: [SKIP][445] ([Intel XE#2312]) -> [SKIP][446] ([Intel XE#2311]) +9 other tests skip
[445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff.html
[446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy:
- shard-dg2-set2: [SKIP][447] ([Intel XE#651]) -> [SKIP][448] ([Intel XE#2136]) +2 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy.html
[448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcdrrs-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][449] ([Intel XE#653]) -> [SKIP][450] ([Intel XE#2136]) +4 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html
[450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][451] ([Intel XE#2312]) -> [SKIP][452] ([Intel XE#2313]) +5 other tests skip
[451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
[452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][453] ([Intel XE#2313]) -> [SKIP][454] ([Intel XE#2312]) +5 other tests skip
[453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
[454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][455] ([Intel XE#653]) -> [SKIP][456] ([Intel XE#2136] / [Intel XE#2351])
[455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-bmg: [SKIP][457] ([Intel XE#2313]) -> [SKIP][458] ([Intel XE#2136] / [Intel XE#2231]) +4 other tests skip
[457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
[458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: [SKIP][459] ([Intel XE#1158]) -> [SKIP][460] ([Intel XE#2136])
[459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
- shard-bmg: [SKIP][461] ([Intel XE#2350]) -> [SKIP][462] ([Intel XE#2136] / [Intel XE#2231])
[461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][463] ([Intel XE#2313]) -> [SKIP][464] ([Intel XE#3189])
[463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
[464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
- shard-dg2-set2: [SKIP][465] ([Intel XE#653]) -> [SKIP][466] ([Intel XE#2924])
[465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
[466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][467] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][468] ([Intel XE#3544])
[467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
[468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-dg2-set2: [SKIP][469] ([Intel XE#2927]) -> [SKIP][470] ([Intel XE#2136])
[469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@kms_joiner@invalid-modeset-ultra-joiner.html
[470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25:
- shard-bmg: [SKIP][471] ([Intel XE#2763]) -> [SKIP][472] ([Intel XE#3007])
[471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
[472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
- shard-dg2-set2: [SKIP][473] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][474] ([Intel XE#2423] / [i915#2575])
[473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
[474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-bmg: [SKIP][475] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) -> [SKIP][476] ([Intel XE#3189])
[475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-2/igt@kms_pm_rpm@modeset-lpsp.html
[476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-bmg: [SKIP][477] ([Intel XE#1489]) -> [SKIP][478] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
[478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-dg2-set2: [SKIP][479] ([Intel XE#1489]) -> [SKIP][480] ([Intel XE#2136]) +1 other test skip
[479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-434/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
[480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-bmg: [SKIP][481] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][482] ([Intel XE#2136] / [Intel XE#2231]) +1 other test skip
[481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@kms_psr@fbc-psr-cursor-plane-move.html
[482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-dg2-set2: [SKIP][483] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][484] ([Intel XE#2136]) +2 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_psr@fbc-psr2-no-drrs.html
[484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@psr2-cursor-plane-move:
- shard-bmg: [SKIP][485] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][486] ([Intel XE#3189])
[485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_psr@psr2-cursor-plane-move.html
[486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_psr@psr2-cursor-plane-move.html
- shard-dg2-set2: [SKIP][487] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][488] ([Intel XE#2924])
[487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@kms_psr@psr2-cursor-plane-move.html
[488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_psr@psr2-cursor-plane-move.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: [SKIP][489] ([Intel XE#3414]) -> [SKIP][490] ([Intel XE#829])
[489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-7/igt@kms_rotation_crc@sprite-rotation-90.html
[490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-5/igt@kms_rotation_crc@sprite-rotation-90.html
- shard-dg2-set2: [SKIP][491] ([Intel XE#3414]) -> [SKIP][492] ([Intel XE#829])
[491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-90.html
[492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2-set2: [SKIP][493] ([Intel XE#362]) -> [SKIP][494] ([Intel XE#1500])
[493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: [SKIP][495] ([Intel XE#1123]) -> [SKIP][496] ([Intel XE#1130])
[495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
[496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_eudebug_online@interrupt-other-debuggable:
- shard-dg2-set2: [SKIP][497] ([Intel XE#2905]) -> [SKIP][498] ([Intel XE#1130]) +3 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_eudebug_online@interrupt-other-debuggable.html
[498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_eudebug_online@interrupt-other-debuggable.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-dg2-set2: [TIMEOUT][499] ([Intel XE#1473]) -> [TIMEOUT][500] ([Intel XE#1473] / [Intel XE#402])
[499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-bmg: [DMESG-FAIL][501] -> [FAIL][502] ([Intel XE#1000])
[501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_evict@evict-mixed-threads-large.html
[502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-1/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap:
- shard-bmg: [SKIP][503] ([Intel XE#2322]) -> [SKIP][504] ([Intel XE#1130]) +1 other test skip
[503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
[504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-imm:
- shard-dg2-set2: [SKIP][505] ([Intel XE#288]) -> [SKIP][506] ([Intel XE#1130]) +2 other tests skip
[505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-436/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-imm.html
[506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-invalidate-imm.html
* igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy:
- shard-bmg: [SKIP][507] ([Intel XE#2905]) -> [SKIP][508] ([Intel XE#1130]) +3 other tests skip
[507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-4/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
[508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-3/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
* igt@xe_oa@invalid-oa-metric-set-id:
- shard-dg2-set2: [SKIP][509] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][510] ([Intel XE#1130])
[509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-dg2-435/igt@xe_oa@invalid-oa-metric-set-id.html
[510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-dg2-436/igt@xe_oa@invalid-oa-metric-set-id.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-bmg: [ABORT][511] ([Intel XE#3421]) -> [ABORT][512] ([Intel XE#3765])
[511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8167/shard-bmg-6/igt@xe_wedged@wedged-at-any-timeout.html
[512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/shard-bmg-6/igt@xe_wedged@wedged-at-any-timeout.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500
[Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[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#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[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#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[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#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2924
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[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#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3189]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3189
[Intel XE#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3421
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#3625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3625
[Intel XE#3641]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3641
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3701
[Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718
[Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3746]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3746
[Intel XE#3765]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3765
[Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#687]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/687
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
Build changes
-------------
* IGT: IGT_8167 -> IGTPW_12356
IGTPW_12356: 486f1e93e4f826d7726958594774cad4eee0a076 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8167: 6e93c2e807b398f24673d010f3f71986a09fef8f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2405-a5b4c40929f3263a92e34e3f6b3c3c0de57e0e58: a5b4c40929f3263a92e34e3f6b3c3c0de57e0e58
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12356/index.html
[-- Attachment #2: Type: text/html, Size: 138610 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-20 20:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 16:39 [PATCH i-g-t] tests/kms_lease: Add vblank count to avoind resource busy Mohammed Thasleem
2024-12-19 19:05 ` ✓ i915.CI.BAT: success for " Patchwork
2024-12-19 20:37 ` ✓ Xe.CI.BAT: " Patchwork
2024-12-20 5:38 ` [PATCH i-g-t] " Samala, Pranay
2024-12-20 16:08 ` ✗ i915.CI.Full: failure for " Patchwork
2024-12-20 20:12 ` ✗ Xe.CI.Full: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox