* [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq
@ 2026-06-16 19:36 Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Sk Anirban @ 2026-06-16 19:36 UTC (permalink / raw)
To: igt-dev
Cc: anshuman.gupta, badal.nilawar, riana.tauro, karthik.poosa,
raag.jadav, soham.purkait, mallesh.koujalagi, vinay.belgaumkar,
Sk Anirban
The gt-frequency subtest can fail when the min frequency has
already been raised above RPn before the test begins. Using that
value as the original minimum prevents the later min_freq write
from enabling the GuC ignore_efficient_freq parameter, so min_freq
can keep moving toward RPe.
Save RPn as the minimum baseline instead, ensuring the min_freq
write enables ignore_efficient_freq and the final restore check
returns min_freq to RPn.
Closes:https://gitlab.freedesktop.org/drm/xe/kernel/issues/8344
Signed-off-by: Sk Anirban <sk.anirban@intel.com>
---
tests/intel/xe_pmu.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/tests/intel/xe_pmu.c b/tests/intel/xe_pmu.c
index fb4b871e7..4bbc801a1 100644
--- a/tests/intel/xe_pmu.c
+++ b/tests/intel/xe_pmu.c
@@ -903,10 +903,8 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
unsigned long config_rq_freq, config_act_freq;
double min[2], max[2];
uint32_t gt = eci->gt_id;
- uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "min");
+ uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "rpn");
uint32_t orig_max = xe_gt_get_freq(fd, eci->gt_id, "max");
- uint32_t current_min;
- uint32_t orig_rpe;
uint32_t vm;
int pmu_fd[2];
@@ -956,9 +954,7 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
* Restore min/max.
*/
igt_assert(xe_gt_set_freq(fd, gt, "min", orig_min) > 0);
- orig_rpe = xe_gt_get_freq(fd, gt, "rpe");
- current_min = xe_gt_get_freq(fd, gt, "min");
- igt_assert(current_min == orig_min || current_min == orig_rpe);
+ igt_assert(xe_gt_get_freq(fd, gt, "min") == orig_min);
igt_info("Minimum frequency: requested %.1f, actual %.1f\n",
min[0], min[1]);
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* ✓ Xe.CI.BAT: success for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
@ 2026-06-17 1:08 ` Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-06-17 1:08 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8967_BAT -> XEIGTPW_15383_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 13)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8967 -> IGTPW_15383
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5269-29ea43790111df065ed84e6cb076c64322c306f1: 29ea43790111df065ed84e6cb076c64322c306f1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 1425 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-06-17 1:43 ` Patchwork
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-06-17 1:43 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5567 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : success
== Summary ==
CI Bug Log - changes from IGT_8967 -> IGTPW_15383
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/index.html
Participating hosts (41 -> 40)
------------------------------
Additional (1): bat-adls-6
Missing (2): bat-dg2-13 fi-snb-2520m
New tests
---------
New tests have been introduced between IGT_8967 and IGTPW_15383:
### New IGT tests (2) ###
* igt@i915_selftest@eof:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@read:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_15383 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests:
- bat-adls-6: NOTRUN -> [SKIP][1] ([i915#15931])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@dmabuf@all-tests.html
* igt@gem_exec_fence@basic-await@vecs0:
- bat-arlh-2: [PASS][2] -> [FAIL][3] ([i915#15263]) +1 other test fail
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/bat-arlh-2/igt@gem_exec_fence@basic-await@vecs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-arlh-2/igt@gem_exec_fence@basic-await@vecs0.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adls-6: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic@basic:
- bat-adls-6: NOTRUN -> [SKIP][5] ([i915#15656])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@gem_tiled_pread_basic@basic.html
* igt@i915_selftest@live:
- bat-arls-5: [PASS][6] -> [INCOMPLETE][7] ([i915#14564]) +1 other test incomplete
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/bat-arls-5/igt@i915_selftest@live.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-arls-5/igt@i915_selftest@live.html
* igt@intel_hwmon@hwmon-read:
- bat-adls-6: NOTRUN -> [SKIP][8] ([i915#7707]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-adls-6: NOTRUN -> [SKIP][9] ([i915#4103]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adls-6: NOTRUN -> [SKIP][10] ([i915#16361])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-adls-6: NOTRUN -> [SKIP][11]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-adls-6: NOTRUN -> [SKIP][12] ([i915#5354])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-primary-mmap-gtt:
- bat-adls-6: NOTRUN -> [SKIP][13] ([i915#1072] / [i915#9732]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_psr@psr-primary-mmap-gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adls-6: NOTRUN -> [SKIP][14] ([i915#3555])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-adls-6: NOTRUN -> [SKIP][15] ([i915#3291]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@prime_vgem@basic-fence-read.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#14564]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14564
[i915#15263]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15263
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#15931]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15931
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8967 -> IGTPW_15383
CI-20190529: 20190529
CI_DRM_18691: 29ea43790111df065ed84e6cb076c64322c306f1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 6558 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-06-17 7:00 ` Patchwork
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
2026-06-17 23:15 ` ✗ i915.CI.Full: failure for " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-06-17 7:00 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 24238 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8967_FULL -> XEIGTPW_15383_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15383_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15383_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15383_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_pmu@gt-c6-idle:
- shard-lnl: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-4/igt@xe_pmu@gt-c6-idle.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-2/igt@xe_pmu@gt-c6-idle.html
Known issues
------------
Here are the changes found in XEIGTPW_15383_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#1124]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2328] / [Intel XE#7367])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2652]) +8 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2887]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#3432])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2724] / [Intel XE#7449])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@gamma:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2325] / [Intel XE#7358])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_hpd@dp-hpd-after-suspend:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2252]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#6974])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][12] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2320])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1508])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-fractional-bpp-bigjoiner:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#8265]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2:
- shard-bmg: [PASS][17] -> [INCOMPLETE][18] ([Intel XE#8155]) +1 other test incomplete
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-3/igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [PASS][19] -> [FAIL][20] ([Intel XE#301] / [Intel XE#3149])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_flip@plain-flip-fb-recreate@a-dp2:
- shard-bmg: NOTRUN -> [FAIL][21] ([Intel XE#5408] / [Intel XE#6266]) +1 other test fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#7178] / [Intel XE#7349])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#7179])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2311]) +19 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#4141]) +5 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2313]) +22 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#1503])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [PASS][31] -> [SKIP][32] ([Intel XE#7922]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-6/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [PASS][33] -> [SKIP][34] ([Intel XE#7915]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-5/igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_joiner@basic-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#6901])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_joiner@basic-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2486])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#7283]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#5021] / [Intel XE#7377])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#1489]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr@pr-suspend:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_psr@pr-suspend.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#3904] / [Intel XE#7342])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2413])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full.html
* igt@xe_eudebug@basic-vm-access-userptr:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7636]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_eudebug@basic-vm-access-userptr.html
* igt@xe_evict@evict-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7140]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@xe_evict@evict-threads-small-multi-queue.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2322] / [Intel XE#7372]) +4 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7136]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@xe_exec_fault_mode@once-multi-queue-userptr.html
* igt@xe_exec_multi_queue@two-queues-priority:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#6874]) +11 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@xe_exec_multi_queue@two-queues-priority.html
* igt@xe_exec_reset@multi-queue-cat-error-on-secondary:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#7866])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@xe_exec_reset@multi-queue-cat-error-on-secondary.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race:
- shard-bmg: [PASS][50] -> [ABORT][51] ([Intel XE#8007])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
- shard-lnl: [PASS][52] -> [ABORT][53] ([Intel XE#8007])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-6/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#7138]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr.html
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#6964])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
* igt@xe_pat@pt-caching-update-pat-and-pte:
- shard-bmg: [PASS][56] -> [ABORT][57] ([Intel XE#7893] / [Intel XE#8300]) +1 other test abort
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-8/igt@xe_pat@pt-caching-update-pat-and-pte.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_pat@pt-caching-update-pat-and-pte.html
* igt@xe_pat@xa-app-transient-media-off:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#7590])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@xe_pat@xa-app-transient-media-off.html
* igt@xe_query@multigpu-query-gt-list:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#944]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_query@multigpu-query-gt-list.html
* igt@xe_sriov_vram@vf-access-beyond:
- shard-bmg: NOTRUN -> [FAIL][60] ([Intel XE#7992]) +1 other test fail
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_sriov_vram@vf-access-beyond.html
#### Possible fixes ####
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][61] ([Intel XE#7571]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][63] ([Intel XE#301]) -> [PASS][64] +1 other test pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [SKIP][65] ([Intel XE#7915]) -> [PASS][66] +1 other test pass
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-8/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [FAIL][67] ([Intel XE#2142]) -> [PASS][68] +1 other test pass
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@xe_exec_system_allocator@many-malloc-madvise:
- shard-bmg: [ABORT][69] ([Intel XE#8007]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-2/igt@xe_exec_system_allocator@many-malloc-madvise.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@xe_exec_system_allocator@many-malloc-madvise.html
#### Warnings ####
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-lnl: [SKIP][71] ([Intel XE#309] / [Intel XE#7343] / [Intel XE#7935]) -> [SKIP][72] ([Intel XE#309] / [Intel XE#7343])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][73] ([Intel XE#301]) -> [FAIL][74] ([Intel XE#301] / [Intel XE#3149])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5408
[Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7866]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7866
[Intel XE#7893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7893
[Intel XE#7915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915
[Intel XE#7922]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7922
[Intel XE#7935]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7935
[Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8155]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8155
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8300
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8967 -> IGTPW_15383
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5269-29ea43790111df065ed84e6cb076c64322c306f1: 29ea43790111df065ed84e6cb076c64322c306f1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 26651 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
` (2 preceding siblings ...)
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-06-17 17:32 ` Belgaumkar, Vinay
2026-06-17 23:15 ` ✗ i915.CI.Full: failure for " Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Belgaumkar, Vinay @ 2026-06-17 17:32 UTC (permalink / raw)
To: Sk Anirban, igt-dev
Cc: anshuman.gupta, badal.nilawar, riana.tauro, karthik.poosa,
raag.jadav, soham.purkait, mallesh.koujalagi
On 6/16/2026 12:36 PM, Sk Anirban wrote:
> The gt-frequency subtest can fail when the min frequency has
> already been raised above RPn before the test begins. Using that
> value as the original minimum prevents the later min_freq write
> from enabling the GuC ignore_efficient_freq parameter, so min_freq
> can keep moving toward RPe.
>
> Save RPn as the minimum baseline instead, ensuring the min_freq
> write enables ignore_efficient_freq and the final restore check
> returns min_freq to RPn.
It'll be good to mention RPe fluctuates dynamically based on thermal
conditions, so better to test with RPn, which is fixed.
>
> Closes:https://gitlab.freedesktop.org/drm/xe/kernel/issues/8344
> Signed-off-by: Sk Anirban <sk.anirban@intel.com>
> ---
> tests/intel/xe_pmu.c | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/tests/intel/xe_pmu.c b/tests/intel/xe_pmu.c
> index fb4b871e7..4bbc801a1 100644
> --- a/tests/intel/xe_pmu.c
> +++ b/tests/intel/xe_pmu.c
> @@ -903,10 +903,8 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
> unsigned long config_rq_freq, config_act_freq;
> double min[2], max[2];
> uint32_t gt = eci->gt_id;
> - uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "min");
> + uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "rpn");
> uint32_t orig_max = xe_gt_get_freq(fd, eci->gt_id, "max");
> - uint32_t current_min;
> - uint32_t orig_rpe;
> uint32_t vm;
> int pmu_fd[2];
>
> @@ -956,9 +954,7 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
> * Restore min/max.
> */
> igt_assert(xe_gt_set_freq(fd, gt, "min", orig_min) > 0);
> - orig_rpe = xe_gt_get_freq(fd, gt, "rpe");
> - current_min = xe_gt_get_freq(fd, gt, "min");
> - igt_assert(current_min == orig_min || current_min == orig_rpe);
> + igt_assert(xe_gt_get_freq(fd, gt, "min") == orig_min);
LGTM,
Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
>
> igt_info("Minimum frequency: requested %.1f, actual %.1f\n",
> min[0], min[1]);
^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
` (3 preceding siblings ...)
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
@ 2026-06-17 23:15 ` Patchwork
4 siblings, 0 replies; 6+ messages in thread
From: Patchwork @ 2026-06-17 23:15 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 137743 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8967_full -> IGTPW_15383_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_15383_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_15383_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_15383/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_15383_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_plane_multiple@tiling-x:
- shard-dg1: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-18/igt@kms_plane_multiple@tiling-x.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-15/igt@kms_plane_multiple@tiling-x.html
* igt@kms_plane_multiple@tiling-x@pipe-a-hdmi-a-1:
- shard-dg1: NOTRUN -> [FAIL][3] +3 other tests fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-15/igt@kms_plane_multiple@tiling-x@pipe-a-hdmi-a-1.html
Known issues
------------
Here are the changes found in IGTPW_15383_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8411])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@device_reset@cold-reset-bound:
- shard-tglu: NOTRUN -> [SKIP][5] ([i915#11078])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-2/igt@device_reset@cold-reset-bound.html
* igt@dmabuf@all-tests:
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#15931])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@dmabuf@all-tests.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#7697])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-multicopy-inplace:
- shard-tglu-1: NOTRUN -> [SKIP][8] ([i915#3555] / [i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@gem_ccs@block-multicopy-inplace.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [PASS][9] -> [FAIL][10] ([i915#15454])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html
- shard-rkl: NOTRUN -> [SKIP][11] ([i915#6335])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][12] ([i915#6335])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-2/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_create@create-ext-set-pat:
- shard-tglu: NOTRUN -> [SKIP][13] ([i915#8562])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][14] ([i915#13356]) +1 other test incomplete
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk9/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg1: NOTRUN -> [SKIP][15] +20 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@legacy-engines-hang:
- shard-snb: NOTRUN -> [SKIP][16] ([i915#1099])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hang.html
* igt@gem_ctx_sseu@invalid-args:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#280]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@gem_ctx_sseu@invalid-args.html
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#14544] / [i915#280])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_ctx_sseu@invalid-args.html
- shard-dg1: NOTRUN -> [SKIP][19] ([i915#280])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@gem_ctx_sseu@invalid-args.html
- shard-tglu: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-10/igt@gem_ctx_sseu@invalid-args.html
- shard-mtlp: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@in-flight-suspend:
- shard-dg1: [PASS][22] -> [DMESG-WARN][23] ([i915#13390] / [i915#4391] / [i915#4423])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-12/igt@gem_eio@in-flight-suspend.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@gem_eio@in-flight-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][24] ([i915#13390])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@gem_eio@in-flight-suspend.html
* igt@gem_exec_balancer@parallel-contexts:
- shard-tglu: NOTRUN -> [SKIP][25] ([i915#4525]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-6/igt@gem_exec_balancer@parallel-contexts.html
* igt@gem_exec_capture@capture-invisible:
- shard-glk10: NOTRUN -> [SKIP][26] ([i915#6334]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][27] ([i915#11965]) +4 other tests fail
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_reloc@basic-gtt-read:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#3281]) +5 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-read.html
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#3281]) +10 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-read.html
- shard-dg1: NOTRUN -> [SKIP][31] ([i915#3281]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@gem_exec_reloc@basic-gtt-read.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#14544] / [i915#3281]) +3 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#3281]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-3/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#7276])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4860])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#4860])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#4860])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613] / [i915#7582])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-4/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@heavy-random:
- shard-tglu-1: NOTRUN -> [SKIP][39] ([i915#4613])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@massive-random:
- shard-rkl: NOTRUN -> [SKIP][40] ([i915#4613]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][41] ([i915#4613]) +4 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-random:
- shard-tglu: NOTRUN -> [SKIP][42] ([i915#4613]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@gem_lmem_swapping@verify-random.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#284])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@gem_media_vme.html
* igt@gem_mmap_gtt@coherency:
- shard-glk11: NOTRUN -> [SKIP][44] +208 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk11/igt@gem_mmap_gtt@coherency.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#4077]) +10 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@gem_mmap_gtt@cpuset-big-copy.html
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#4077]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@gem_mmap_gtt@cpuset-big-copy.html
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4077])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_wc@read-write:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4083])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@gem_mmap_wc@read-write.html
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#4083])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-15/igt@gem_mmap_wc@read-write.html
* igt@gem_mmap_wc@write-read-distinct:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4083]) +5 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@gem_mmap_wc@write-read-distinct.html
* igt@gem_pread@exhaustion:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#3282]) +2 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#3282]) +5 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-self:
- shard-dg1: NOTRUN -> [SKIP][53] ([i915#3282])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@gem_pwrite@basic-self.html
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3282])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4270])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#4270])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#5190] / [i915#8428]) +4 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-x-tiled:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#8428]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4079])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#8411]) +1 other test skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4079])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-18/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4079])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@evict-snoop:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4885])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@gem_softpin@evict-snoop.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4885])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-4/igt@gem_softpin@evict-snoop.html
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4885])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-rkl: NOTRUN -> [SKIP][66] ([i915#3297]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-tglu: NOTRUN -> [SKIP][67] ([i915#3297]) +2 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-tglu-1: NOTRUN -> [SKIP][68] ([i915#3297])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_workarounds@suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][69] ([i915#13356] / [i915#14586])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk1/igt@gem_workarounds@suspend-resume.html
- shard-rkl: NOTRUN -> [ABORT][70] ([i915#15152])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-1/igt@gem_workarounds@suspend-resume.html
* igt@gen3_render_linear_blits:
- shard-dg2: NOTRUN -> [SKIP][71] +5 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#2856]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglu-1: NOTRUN -> [SKIP][73] ([i915#2527] / [i915#2856]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-param:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#2527]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#2527] / [i915#2856]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_drm_fdinfo@busy-idle@vecs0:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#14073]) +7 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@i915_drm_fdinfo@busy-idle@vecs0.html
* igt@i915_module_load@fault-injection@intel_connector_register:
- shard-glk: NOTRUN -> [ABORT][77] ([i915#15342]) +1 other test abort
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk1/igt@i915_module_load@fault-injection@intel_connector_register.html
* igt@i915_module_load@reload:
- shard-dg2: [PASS][78] -> [DMESG-WARN][79] ([i915#14545])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-5/igt@i915_module_load@reload.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@i915_module_load@reload.html
- shard-dg1: [PASS][80] -> [DMESG-WARN][81] ([i915#14545])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-13/igt@i915_module_load@reload.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@i915_module_load@reload.html
* igt@i915_module_load@reload-no-display:
- shard-dg2: [PASS][82] -> [DMESG-WARN][83] ([i915#13029] / [i915#14545])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-4/igt@i915_module_load@reload-no-display.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@i915_module_load@reload-no-display.html
- shard-dg1: [PASS][84] -> [DMESG-WARN][85] ([i915#13029] / [i915#14545])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-12/igt@i915_module_load@reload-no-display.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@i915_module_load@reload-no-display.html
* igt@i915_module_load@resize-bar:
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#6412])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-reset-multiple:
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#8399])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@i915_pm_freq_api@freq-reset-multiple.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu-1: NOTRUN -> [SKIP][88] ([i915#14498])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#11681] / [i915#6621])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#4387])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@i915_pm_sseu@full-enable.html
* igt@i915_power@sanity:
- shard-mtlp: [PASS][91] -> [SKIP][92] ([i915#7984])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-1/igt@i915_power@sanity.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-6/igt@i915_power@sanity.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-rkl: [PASS][93] -> [ABORT][94] ([i915#15131])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@i915_suspend@basic-s2idle-without-i915.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-1/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-glk: NOTRUN -> [INCOMPLETE][95] ([i915#16182] / [i915#4817])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk6/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-glk: [PASS][96] -> [INCOMPLETE][97] ([i915#16182] / [i915#4817])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk1/igt@i915_suspend@fence-restore-tiled2untiled.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk6/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#7707])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#4212])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#12454] / [i915#12712])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-glk: NOTRUN -> [INCOMPLETE][101] ([i915#12761]) +1 other test incomplete
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-tglu-1: NOTRUN -> [SKIP][102] ([i915#9531])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#1769] / [i915#3555])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
- shard-tglu-1: NOTRUN -> [SKIP][104] ([i915#1769] / [i915#3555])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#1769] / [i915#3555])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][106] ([i915#5286]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#5286]) +3 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][108] ([i915#5286]) +2 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/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:
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#4538] / [i915#5286])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
- shard-mtlp: NOTRUN -> [FAIL][110] ([i915#15733] / [i915#5138])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [PASS][111] -> [FAIL][112] ([i915#15733] / [i915#5138])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#3638]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#3828])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#3638])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-18/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#5190]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5190]) +6 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#4538]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#14098] / [i915#14544] / [i915#6095]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs@pipe-c-hdmi-a-2.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][121] ([i915#6095]) +4 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-2:
- shard-glk10: NOTRUN -> [SKIP][122] +185 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][123] ([i915#6095]) +44 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#14544] / [i915#6095]) +5 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#12805])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][126] ([i915#6095]) +47 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-tglu: NOTRUN -> [SKIP][127] ([i915#12805])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][128] ([i915#6095]) +34 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs:
- shard-glk10: NOTRUN -> [INCOMPLETE][129] ([i915#15582]) +1 other test incomplete
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs:
- shard-rkl: [PASS][130] -> [INCOMPLETE][131] ([i915#14694] / [i915#15582])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-rkl: [PASS][132] -> [INCOMPLETE][133] ([i915#15582])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][134] ([i915#15582])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [INCOMPLETE][135] ([i915#14694] / [i915#15582])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk11: NOTRUN -> [INCOMPLETE][136] ([i915#15582]) +1 other test incomplete
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk11/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-b-dp-3:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#6095]) +7 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-b-dp-3.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#14098] / [i915#6095]) +31 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#12313])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#12313]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#12313])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-3/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-dg2: NOTRUN -> [SKIP][142] ([i915#12313]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#6095]) +184 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#6095]) +125 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#13783]) +3 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-tglu-1: NOTRUN -> [SKIP][146] ([i915#11151] / [i915#7828]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-tglu: NOTRUN -> [SKIP][148] ([i915#11151] / [i915#7828]) +7 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-7/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#11151] / [i915#7828]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#11151] / [i915#7828]) +5 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][151] ([i915#11151] / [i915#7828]) +6 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-fast.html
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#11151] / [i915#7828]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-17/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][153] ([i915#7173])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_content_protection@atomic-dpms-hdcp14@pipe-a-dp-3.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#15865]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#15330] / [i915#3299])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#14544] / [i915#15330])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#15330])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#15330] / [i915#3116] / [i915#3299])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-tglu: NOTRUN -> [SKIP][159] ([i915#15330])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-6/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@legacy-hdcp14:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#15865])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@kms_content_protection@legacy-hdcp14.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#15865]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@kms_content_protection@lic-type-0.html
* igt@kms_cursor_crc@cursor-onscreen-128x42:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#8814]) +1 other test skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#13049]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][164] ([i915#13566]) +1 other test fail
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-random-64x21:
- shard-rkl: [PASS][165] -> [FAIL][166] ([i915#13566])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_cursor_crc@cursor-random-64x21.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_cursor_crc@cursor-random-64x21.html
- shard-tglu: [PASS][167] -> [FAIL][168] ([i915#13566]) +1 other test fail
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-tglu-7/igt@kms_cursor_crc@cursor-random-64x21.html
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-4/igt@kms_cursor_crc@cursor-random-64x21.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-glk: NOTRUN -> [SKIP][169] +318 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-sliding-256x85:
- shard-tglu-1: NOTRUN -> [FAIL][170] ([i915#13566]) +1 other test fail
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-256x85.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#3555]) +5 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#13049])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#13049]) +1 other test skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][174] +73 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#13046] / [i915#5354]) +3 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#4103])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#4103])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#13748])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-7/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-tglu: NOTRUN -> [SKIP][179] ([i915#13707])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-fractional-bpp-bigjoiner:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#16361])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#16361]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-10/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#16361])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#14544] / [i915#16361])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#16361])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats-bigjoiner:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#16361]) +3 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_dsc@dsc-with-formats-bigjoiner.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner:
- shard-tglu-1: NOTRUN -> [SKIP][186] ([i915#16361]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-with-bpc-ultrajoiner.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][187] ([i915#9878])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk9/igt@kms_fbcon_fbt@fbc-suspend.html
- shard-rkl: [PASS][188] -> [INCOMPLETE][189] ([i915#9878])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@kms_fbcon_fbt@fbc-suspend.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#16081])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#9337])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][192] ([i915#3637] / [i915#9934]) +8 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-8/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#9934]) +5 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][194] ([i915#3637] / [i915#9934]) +2 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#9934]) +5 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_flip@2x-wf_vblank-ts-check.html
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#9934]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@kms_flip@2x-wf_vblank-ts-check.html
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#3637] / [i915#9934]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-2/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#15643])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#15643])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#15643]) +1 other test skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][201] ([i915#15643]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#14544] / [i915#15643])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#15643] / [i915#5190]) +1 other test skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#15991] / [i915#5354]) +25 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#15990] / [i915#8708]) +8 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#5439])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-indfb-fliptrack-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][207] ([i915#15989]) +7 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_frontbuffer_tracking@fbchdr-1p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#15990])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-onoff:
- shard-rkl: NOTRUN -> [SKIP][209] ([i915#15989]) +16 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_frontbuffer_tracking@fbchdr-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbchdr-1p-shrfb-fliptrack-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][210] ([i915#15989]) +24 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-7/igt@kms_frontbuffer_tracking@fbchdr-1p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#14544]) +10 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-mmap-gtt:
- shard-glk: [PASS][212] -> [SKIP][213] +6 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk8/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-mmap-gtt.html
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@kms_frontbuffer_tracking@fbchdr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][214] ([i915#5439])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_frontbuffer_tracking@fbchdr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#15102] / [i915#3023]) +16 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#14544] / [i915#15102] / [i915#3023])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#1825]) +4 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-snb: NOTRUN -> [SKIP][218] +156 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][219] ([i915#14544] / [i915#15102]) +2 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-pwrite:
- shard-tglu-1: NOTRUN -> [SKIP][220] ([i915#15102]) +16 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-offscreen-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#15102]) +24 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsrhdr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#15990]) +2 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y:
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#15102]) +13 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#10055])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#10055])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsrhdr-tiling-y.html
* igt@kms_frontbuffer_tracking@hdr-1p-pri-indfb-multidraw:
- shard-rkl: [PASS][226] -> [SKIP][227] ([i915#15989]) +12 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-1/igt@kms_frontbuffer_tracking@hdr-1p-pri-indfb-multidraw.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_frontbuffer_tracking@hdr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][228] ([i915#15990]) +14 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#15989]) +8 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_frontbuffer_tracking@hdr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@hdr-2p-rte:
- shard-tglu-1: NOTRUN -> [SKIP][230] +43 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_frontbuffer_tracking@hdr-2p-rte.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#15991]) +7 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#15989]) +3 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_frontbuffer_tracking@hdr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#15104] / [i915#15990]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-offscreen-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#15102]) +41 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#15990] / [i915#8708])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#15991] / [i915#1825]) +4 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][237] +98 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#15990] / [i915#8708]) +3 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#15989]) +7 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-8/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#15991]) +27 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#15102]) +26 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@kms_frontbuffer_tracking@psrhdr-rgb101010-draw-pwrite.html
* igt@kms_hdmi_inject@inject-audio:
- shard-mtlp: [PASS][242] -> [SKIP][243] ([i915#15725])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-4/igt@kms_hdmi_inject@inject-audio.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-tglu: NOTRUN -> [SKIP][244] ([i915#16012] / [i915#3555] / [i915#8228]) +2 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-6/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#16012] / [i915#3555] / [i915#8228])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_hdr@bpc-switch-suspend.html
- shard-rkl: NOTRUN -> [SKIP][246] ([i915#16012] / [i915#3555] / [i915#8228])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_hdr@bpc-switch-suspend.html
- shard-dg1: NOTRUN -> [SKIP][247] ([i915#16012] / [i915#3555] / [i915#8228])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@kms_hdr@bpc-switch-suspend.html
- shard-snb: NOTRUN -> [FAIL][248] ([i915#16018])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-1-xrgb2101010:
- shard-snb: NOTRUN -> [FAIL][249] ([i915#16013]) +1 other test fail
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb1/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-1-xrgb2101010.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-2-xrgb2101010:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#16012]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-2-xrgb2101010.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#16012]) +1 other test skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-3-xrgb2101010.html
* igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-4-xrgb2101010:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#16012]) +7 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-16/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-4-xrgb2101010.html
* igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-1-xrgb2101010:
- shard-tglu: NOTRUN -> [SKIP][253] ([i915#16012]) +5 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-1-xrgb2101010.html
* igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#16011]) +9 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb2101010.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#16011] / [i915#3555] / [i915#8228]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-dpms@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#16011]) +8 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_hdr@static-toggle-dpms@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_hdr@static-toggle@pipe-a-hdmi-a-1-xrgb16161616f:
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#16011]) +7 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_hdr@static-toggle@pipe-a-hdmi-a-1-xrgb16161616f.html
* igt@kms_joiner@basic-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][258] ([i915#15460])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][259] ([i915#15459])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_joiner@basic-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#15458])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#15458]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#15815])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-rkl: NOTRUN -> [SKIP][263] ([i915#6301]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-1/igt@kms_panel_fitting@atomic-fastset.html
- shard-tglu-1: NOTRUN -> [SKIP][264] ([i915#6301])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][265] ([i915#6301])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-12/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][266] +4 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-3/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- shard-glk: NOTRUN -> [INCOMPLETE][267] ([i915#12756] / [i915#13409] / [i915#13476])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk5/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][268] ([i915#13409] / [i915#13476])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html
* igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#15709]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_plane@pixel-format-4-tiled-mtl-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping:
- shard-dg2: NOTRUN -> [SKIP][270] ([i915#15709]) +3 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier-source-clamping.html
* igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#16386]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_plane@pixel-format-x-tiled-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5:
- shard-rkl: NOTRUN -> [SKIP][272] ([i915#16386]) +1 other test skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-modifier@pipe-b-plane-5.html
* igt@kms_plane@pixel-format-yf-tiled-modifier:
- shard-tglu-1: NOTRUN -> [SKIP][273] ([i915#15709])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_plane@pixel-format-yf-tiled-modifier.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk10: NOTRUN -> [FAIL][274] ([i915#10647] / [i915#12169]) +1 other test fail
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-hdmi-a-1:
- shard-glk10: NOTRUN -> [FAIL][275] ([i915#10647]) +3 other tests fail
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-x:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#11614] / [i915#3582]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@kms_plane_lowres@tiling-x.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][277] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-tglu: NOTRUN -> [SKIP][278] ([i915#13958])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][279] ([i915#14259]) +1 other test skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_plane_multiple@tiling-yf.html
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#14259])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][281] ([i915#15329]) +4 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][282] ([i915#15329]) +9 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#15329] / [i915#3555])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#15329]) +2 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][285] ([i915#15329] / [i915#3555] / [i915#6953])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-mtlp: NOTRUN -> [SKIP][286] ([i915#15329]) +3 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#12343] / [i915#5354]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_pm_backlight@basic-brightness.html
- shard-rkl: NOTRUN -> [SKIP][288] ([i915#12343] / [i915#5354])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_pm_backlight@basic-brightness.html
- shard-dg1: NOTRUN -> [SKIP][289] ([i915#12343] / [i915#5354])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-13/igt@kms_pm_backlight@basic-brightness.html
- shard-tglu: NOTRUN -> [SKIP][290] ([i915#12343] / [i915#9812])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-8/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][291] ([i915#12343])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu: NOTRUN -> [SKIP][292] ([i915#3828])
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-rkl: NOTRUN -> [SKIP][293] ([i915#15948])
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][294] ([i915#15739])
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu-1: NOTRUN -> [SKIP][295] ([i915#8430])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [PASS][296] -> [SKIP][297] ([i915#15073]) +1 other test skip
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][298] ([i915#15073])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-6/igt@kms_pm_rpm@dpms-non-lpsp.html
- shard-mtlp: NOTRUN -> [SKIP][299] ([i915#15073])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-8/igt@kms_pm_rpm@dpms-non-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#15073])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg1: [PASS][301] -> [SKIP][302] ([i915#15073]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-18/igt@kms_pm_rpm@modeset-non-lpsp.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@package-g7:
- shard-tglu: NOTRUN -> [SKIP][303] ([i915#15403])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@kms_pm_rpm@package-g7.html
* igt@kms_pm_rpm@system-suspend-idle:
- shard-dg2: [PASS][304] -> [INCOMPLETE][305] ([i915#14419])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-1/igt@kms_pm_rpm@system-suspend-idle.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_pm_rpm@system-suspend-idle.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-glk: [PASS][306] -> [INCOMPLETE][307] ([i915#10553])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk2/igt@kms_pm_rpm@system-suspend-modeset.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk3/igt@kms_pm_rpm@system-suspend-modeset.html
- shard-rkl: [PASS][308] -> [INCOMPLETE][309] ([i915#14419])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-tglu: NOTRUN -> [SKIP][310] ([i915#6524])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-4/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][311] ([i915#11520]) +11 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#11520]) +1 other test skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-glk11: NOTRUN -> [SKIP][313] ([i915#11520]) +3 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk11/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf:
- shard-rkl: NOTRUN -> [SKIP][314] ([i915#11520]) +8 other tests skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][315] ([i915#11520]) +5 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb:
- shard-dg1: NOTRUN -> [SKIP][316] ([i915#11520])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
- shard-snb: NOTRUN -> [SKIP][317] ([i915#11520]) +1 other test skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb4/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#12316])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-4/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-glk10: NOTRUN -> [SKIP][319] ([i915#11520]) +5 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][320] ([i915#11520]) +4 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][321] ([i915#9683])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-primary-blt:
- shard-dg1: NOTRUN -> [SKIP][322] ([i915#1072] / [i915#9732]) +3 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-18/igt@kms_psr@fbc-psr2-primary-blt.html
* igt@kms_psr@fbc-psr2-primary-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][323] ([i915#9688]) +4 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-3/igt@kms_psr@fbc-psr2-primary-mmap-gtt.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][324] ([i915#1072] / [i915#9732]) +16 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr@psr2-cursor-plane-move:
- shard-dg2: NOTRUN -> [SKIP][325] ([i915#1072] / [i915#9732]) +9 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_psr@psr2-cursor-plane-move.html
- shard-tglu-1: NOTRUN -> [SKIP][326] ([i915#9732]) +6 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_psr@psr2-cursor-plane-move.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][327] ([i915#9732]) +17 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-tglu: NOTRUN -> [SKIP][328] ([i915#15949])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-4/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-rkl: NOTRUN -> [SKIP][329] ([i915#15949])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2: NOTRUN -> [SKIP][330] ([i915#12755] / [i915#15867]) +2 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@kms_rotation_crc@bad-tiling.html
- shard-mtlp: NOTRUN -> [SKIP][331] ([i915#12755] / [i915#15867]) +1 other test skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-glk: NOTRUN -> [INCOMPLETE][332] ([i915#15492] / [i915#16184]) +1 other test incomplete
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk4/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
- shard-glk: NOTRUN -> [INCOMPLETE][333] ([i915#15500] / [i915#16184])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-tglu-1: NOTRUN -> [SKIP][334] ([i915#5289])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-1/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][335] ([i915#12755] / [i915#15867] / [i915#5190])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-tglu: NOTRUN -> [SKIP][336] ([i915#5289])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-tglu: NOTRUN -> [SKIP][337] ([i915#3555]) +3 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-5/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-dg2: NOTRUN -> [SKIP][338] ([i915#3555])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-7/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_setmode@basic:
- shard-dg2: [PASS][339] -> [FAIL][340] ([i915#15106]) +1 other test fail
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-8/igt@kms_setmode@basic.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-1/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-a-hdmi-a-1-pipe-b-hdmi-a-2:
- shard-glk: [PASS][341] -> [FAIL][342] ([i915#15106]) +5 other tests fail
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk2/igt@kms_setmode@basic@pipe-a-hdmi-a-1-pipe-b-hdmi-a-2.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk1/igt@kms_setmode@basic@pipe-a-hdmi-a-1-pipe-b-hdmi-a-2.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk10: NOTRUN -> [FAIL][343] ([i915#10959])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk10/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2:
- shard-glk: NOTRUN -> [INCOMPLETE][344] ([i915#12276])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-2.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: NOTRUN -> [SKIP][345] ([i915#9906])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_vrr@flip-basic-fastset.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][346] -> [FAIL][347] ([i915#4349])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-1/igt@perf_pmu@busy-double-start@rcs0.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@module-unload:
- shard-rkl: NOTRUN -> [ABORT][348] ([i915#15778])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@perf_pmu@module-unload.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][349] ([i915#3708] / [i915#4077])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-5/igt@prime_vgem@basic-fence-mmap.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#9917])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#16066])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-mtlp: NOTRUN -> [SKIP][352] ([i915#16066])
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-dg2: NOTRUN -> [SKIP][353] ([i915#9917])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-6/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
- shard-dg1: NOTRUN -> [SKIP][354] ([i915#9917])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
#### Possible fixes ####
* igt@gem_exec_endless@dispatch@vcs0:
- shard-dg2: [TIMEOUT][355] ([i915#3778] / [i915#7016]) -> [PASS][356] +1 other test pass
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-1/igt@gem_exec_endless@dispatch@vcs0.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@gem_exec_endless@dispatch@vcs0.html
* igt@i915_pm_rps@reset:
- shard-snb: [TIMEOUT][357] ([i915#16162]) -> [PASS][358]
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-snb6/igt@i915_pm_rps@reset.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-snb5/igt@i915_pm_rps@reset.html
* igt@i915_suspend@fence-restore-untiled:
- shard-rkl: [INCOMPLETE][359] ([i915#4817]) -> [PASS][360] +1 other test pass
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@i915_suspend@fence-restore-untiled.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@i915_suspend@fence-restore-untiled.html
- shard-glk: [INCOMPLETE][361] ([i915#16182] / [i915#4817]) -> [PASS][362]
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk6/igt@i915_suspend@fence-restore-untiled.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-dg1: [FAIL][363] ([i915#14888]) -> [PASS][364]
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-18/igt@kms_async_flips@alternate-sync-async-flip.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-dg2: [FAIL][365] ([i915#5956]) -> [PASS][366]
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-4/igt@kms_atomic_transition@plane-all-modeset-transition.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][367] ([i915#13566]) -> [PASS][368] +1 other test pass
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-9/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-rkl: [FAIL][369] ([i915#13566]) -> [PASS][370]
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@kms_cursor_crc@cursor-sliding-128x42.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg1: [FAIL][371] ([i915#13027]) -> [PASS][372]
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-12/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-17/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1:
- shard-mtlp: [FAIL][373] ([i915#13027]) -> [PASS][374] +1 other test pass
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@d-edp1.html
* igt@kms_frontbuffer_tracking@fbchdr-rgb565-draw-blt:
- shard-dg2: [SKIP][375] ([i915#15989]) -> [PASS][376] +4 other tests pass
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-4/igt@kms_frontbuffer_tracking@fbchdr-rgb565-draw-blt.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_frontbuffer_tracking@fbchdr-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-spr-indfb-draw-mmap-cpu:
- shard-glk: [SKIP][377] -> [PASS][378] +1 other test pass
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk5/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk8/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@hdr-rgb565-draw-pwrite:
- shard-rkl: [SKIP][379] ([i915#15989]) -> [PASS][380] +6 other tests pass
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_frontbuffer_tracking@hdr-rgb565-draw-pwrite.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-1/igt@kms_frontbuffer_tracking@hdr-rgb565-draw-pwrite.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: [SKIP][381] ([i915#16012] / [i915#3555] / [i915#8228]) -> [PASS][382]
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-6/igt@kms_hdr@bpc-switch-dpms.html
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_hdr@bpc-switch-dpms.html
- shard-rkl: [SKIP][383] ([i915#16012] / [i915#3555] / [i915#8228]) -> [PASS][384]
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-dpms@pipe-a-hdmi-a-2-xrgb2101010:
- shard-rkl: [SKIP][385] ([i915#16012]) -> [PASS][386] +1 other test pass
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms@pipe-a-hdmi-a-2-xrgb2101010.html
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms@pipe-a-hdmi-a-2-xrgb2101010.html
* igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a:
- shard-rkl: [INCOMPLETE][387] ([i915#14412]) -> [PASS][388] +1 other test pass
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [SKIP][389] ([i915#9340]) -> [PASS][390]
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg1: [SKIP][391] ([i915#15073]) -> [PASS][392]
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-19/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][393] ([i915#15073]) -> [PASS][394] +1 other test pass
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp.html
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1:
- shard-glk: [INCOMPLETE][395] ([i915#12276]) -> [PASS][396]
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk3/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk2/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
* igt@perf_pmu@semaphore-busy@vcs1:
- shard-dg1: [FAIL][397] ([i915#4349]) -> [PASS][398] +3 other tests pass
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-15/igt@perf_pmu@semaphore-busy@vcs1.html
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-14/igt@perf_pmu@semaphore-busy@vcs1.html
- shard-mtlp: [FAIL][399] ([i915#4349]) -> [PASS][400] +6 other tests pass
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-mtlp-5/igt@perf_pmu@semaphore-busy@vcs1.html
* igt@perf_pmu@semaphore-busy@vecs0:
- shard-dg2: [FAIL][401] ([i915#4349]) -> [PASS][402] +5 other tests pass
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-1/igt@perf_pmu@semaphore-busy@vecs0.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-8/igt@perf_pmu@semaphore-busy@vecs0.html
#### Warnings ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-rkl: [SKIP][403] ([i915#8411]) -> [SKIP][404] ([i915#14544] / [i915#8411])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@api_intel_bb@object-reloc-purge-cache.html
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@drm_buddy@drm_buddy:
- shard-rkl: [SKIP][405] ([i915#15678]) -> [SKIP][406] ([i915#14544] / [i915#15678])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@drm_buddy@drm_buddy.html
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@drm_buddy@drm_buddy.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: [SKIP][407] ([i915#4525]) -> [SKIP][408] ([i915#14544] / [i915#4525])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@gem_exec_balancer@parallel-balancer.html
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: [SKIP][409] ([i915#14544] / [i915#4525]) -> [SKIP][410] ([i915#4525])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@gem_exec_balancer@parallel-bb-first.html
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: [SKIP][411] ([i915#6344]) -> [SKIP][412] ([i915#14544] / [i915#6344])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@gem_exec_capture@capture-recoverable.html
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_reloc@basic-wc:
- shard-rkl: [SKIP][413] ([i915#14544] / [i915#3281]) -> [SKIP][414] ([i915#3281]) +1 other test skip
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@gem_exec_reloc@basic-wc.html
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-wc-active:
- shard-rkl: [SKIP][415] ([i915#3281]) -> [SKIP][416] ([i915#14544] / [i915#3281])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@gem_exec_reloc@basic-wc-active.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_exec_reloc@basic-wc-active.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-rkl: [SKIP][417] ([i915#14544] / [i915#3282]) -> [SKIP][418] ([i915#3282])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@gem_partial_pwrite_pread@write-display.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-rkl: [SKIP][419] ([i915#3282]) -> [SKIP][420] ([i915#14544] / [i915#3282]) +1 other test skip
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: [SKIP][421] ([i915#3297]) -> [SKIP][422] ([i915#14544] / [i915#3297])
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@gem_userptr_blits@create-destroy-unsync.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-rkl: [SKIP][423] ([i915#14544] / [i915#3282] / [i915#3297]) -> [SKIP][424] ([i915#3282] / [i915#3297])
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@gem_userptr_blits@forbidden-operations.html
* igt@gen9_exec_parse@basic-rejected:
- shard-rkl: [SKIP][425] ([i915#14544] / [i915#2527]) -> [SKIP][426] ([i915#2527])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@gen9_exec_parse@basic-rejected.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-without-end:
- shard-rkl: [SKIP][427] ([i915#2527]) -> [SKIP][428] ([i915#14544] / [i915#2527]) +1 other test skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@gen9_exec_parse@batch-without-end.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@gen9_exec_parse@batch-without-end.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: [SKIP][429] ([i915#7707]) -> [SKIP][430] ([i915#14544] / [i915#7707])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@intel_hwmon@hwmon-read.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-rkl: [SKIP][431] ([i915#14544] / [i915#5286]) -> [SKIP][432] ([i915#5286]) +1 other test skip
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-rkl: [SKIP][433] ([i915#5286]) -> [SKIP][434] ([i915#14544] / [i915#5286])
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-rkl: [SKIP][435] ([i915#3638]) -> [SKIP][436] ([i915#14544] / [i915#3638])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_big_fb@linear-16bpp-rotate-270.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][437] ([i915#14544] / [i915#3828]) -> [SKIP][438] ([i915#3828])
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: [SKIP][439] ([i915#14544] / [i915#3638]) -> [SKIP][440] ([i915#3638])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-rkl: [SKIP][441] ([i915#12313] / [i915#14544]) -> [SKIP][442] ([i915#12313]) +1 other test skip
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: [SKIP][443] ([i915#14544] / [i915#6095]) -> [SKIP][444] ([i915#6095]) +9 other tests skip
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-rkl: [SKIP][445] ([i915#14098] / [i915#6095]) -> [SKIP][446] ([i915#14098] / [i915#14544] / [i915#6095]) +6 other tests skip
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2:
- shard-rkl: [SKIP][447] ([i915#6095]) -> [SKIP][448] ([i915#14544] / [i915#6095]) +2 other tests skip
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs:
- shard-rkl: [SKIP][449] ([i915#14098] / [i915#14544] / [i915#6095]) -> [SKIP][450] ([i915#14098] / [i915#6095]) +11 other tests skip
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-rkl: [SKIP][451] ([i915#3742]) -> [SKIP][452] ([i915#14544] / [i915#3742])
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_cdclk@mode-transition-all-outputs.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-rkl: [SKIP][453] ([i915#11151] / [i915#7828]) -> [SKIP][454] ([i915#11151] / [i915#14544] / [i915#7828]) +1 other test skip
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms-hdcp14:
- shard-dg2: [SKIP][455] ([i915#15865]) -> [FAIL][456] ([i915#7173])
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-1/igt@kms_content_protection@atomic-dpms-hdcp14.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_content_protection@atomic-dpms-hdcp14.html
- shard-rkl: [SKIP][457] ([i915#15865]) -> [SKIP][458] ([i915#14544] / [i915#15865])
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@kms_content_protection@atomic-dpms-hdcp14.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_content_protection@atomic-dpms-hdcp14.html
* igt@kms_content_protection@dp-mst-type-0-hdcp14:
- shard-rkl: [SKIP][459] ([i915#14544] / [i915#15330]) -> [SKIP][460] ([i915#15330])
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_content_protection@dp-mst-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-rkl: [SKIP][461] ([i915#3555]) -> [SKIP][462] ([i915#14544] / [i915#3555]) +1 other test skip
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@kms_cursor_crc@cursor-offscreen-32x32.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-rkl: [SKIP][463] ([i915#9723]) -> [SKIP][464] ([i915#14544] / [i915#9723])
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-with-bpc-formats-bigjoiner:
- shard-rkl: [SKIP][465] ([i915#16361]) -> [SKIP][466] ([i915#14544] / [i915#16361])
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats-bigjoiner.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats-bigjoiner.html
* igt@kms_dsc@dsc-with-formats:
- shard-rkl: [SKIP][467] ([i915#14544] / [i915#16361]) -> [SKIP][468] ([i915#16361]) +1 other test skip
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_dsc@dsc-with-formats.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_dsc@dsc-with-formats.html
* igt@kms_feature_discovery@psr1:
- shard-rkl: [SKIP][469] ([i915#658]) -> [SKIP][470] ([i915#14544] / [i915#658])
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@kms_feature_discovery@psr1.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-rkl: [SKIP][471] ([i915#14544] / [i915#9934]) -> [SKIP][472] ([i915#9934])
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-rkl: [SKIP][473] ([i915#9934]) -> [SKIP][474] ([i915#14544] / [i915#9934])
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][475] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][476] ([i915#12314] / [i915#12745] / [i915#4839])
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2:
- shard-glk: [INCOMPLETE][477] ([i915#12745]) -> [INCOMPLETE][478] ([i915#12314] / [i915#12745])
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-glk4/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible@ac-hdmi-a1-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-rkl: [SKIP][479] ([i915#14544] / [i915#15643]) -> [SKIP][480] ([i915#15643]) +1 other test skip
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt:
- shard-rkl: [SKIP][481] ([i915#14544] / [i915#1825]) -> [SKIP][482] ([i915#1825]) +3 other tests skip
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt:
- shard-rkl: [SKIP][483] ([i915#14544]) -> [SKIP][484] +25 other tests skip
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_frontbuffer_tracking@fbchdr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][485] ([i915#14544] / [i915#15102] / [i915#3023]) -> [SKIP][486] ([i915#15102] / [i915#3023]) +1 other test skip
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-rkl: [SKIP][487] ([i915#1825]) -> [SKIP][488] ([i915#14544] / [i915#1825]) +1 other test skip
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite:
- shard-dg2: [SKIP][489] ([i915#15102]) -> [SKIP][490] ([i915#10433] / [i915#15102])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg2: [SKIP][491] ([i915#10433] / [i915#15102]) -> [SKIP][492] ([i915#15102])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render:
- shard-rkl: [SKIP][493] -> [SKIP][494] ([i915#14544]) +28 other tests skip
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsrhdr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-render:
- shard-rkl: [SKIP][495] ([i915#15102] / [i915#3023]) -> [SKIP][496] ([i915#14544] / [i915#15102] / [i915#3023]) +2 other tests skip
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-shrfb-draw-render:
- shard-rkl: [SKIP][497] ([i915#15102]) -> [SKIP][498] ([i915#14544] / [i915#15102]) +5 other tests skip
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-7/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-shrfb-draw-render.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move:
- shard-rkl: [SKIP][499] ([i915#14544] / [i915#15102]) -> [SKIP][500] ([i915#15102]) +6 other tests skip
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_frontbuffer_tracking@psrhdr-1p-primscrn-spr-indfb-move.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: [INCOMPLETE][501] ([i915#15436]) -> [SKIP][502] ([i915#16011] / [i915#3555] / [i915#8228])
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: [SKIP][503] ([i915#15460]) -> [SKIP][504] ([i915#14544] / [i915#15460])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-5/igt@kms_joiner@invalid-modeset-big-joiner.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_mst@mst-suspend-read-crc:
- shard-rkl: [SKIP][505] ([i915#14544] / [i915#16451]) -> [SKIP][506] ([i915#16451])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_mst@mst-suspend-read-crc.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_mst@mst-suspend-read-crc.html
* igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier:
- shard-rkl: [SKIP][507] ([i915#15709]) -> [SKIP][508] ([i915#14544] / [i915#15709])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-lnl-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier:
- shard-rkl: [SKIP][509] ([i915#14544] / [i915#15709]) -> [SKIP][510] ([i915#15709])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-7/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-modifier.html
* igt@kms_plane_lowres@tiling-4:
- shard-rkl: [SKIP][511] ([i915#14544] / [i915#3555]) -> [SKIP][512] ([i915#3555])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_plane_lowres@tiling-4.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-5/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b:
- shard-rkl: [SKIP][513] ([i915#14544] / [i915#15329]) -> [SKIP][514] ([i915#15329]) +3 other tests skip
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b.html
* igt@kms_pm_dc@dc5-pageflip-negative:
- shard-rkl: [SKIP][515] ([i915#9685]) -> [SKIP][516] ([i915#14544] / [i915#9685])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_pm_dc@dc5-pageflip-negative.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_pm_dc@dc5-pageflip-negative.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][517] ([i915#15128]) -> [SKIP][518] ([i915#15739])
[517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@package-g7:
- shard-rkl: [SKIP][519] ([i915#15403]) -> [SKIP][520] ([i915#14544] / [i915#15403])
[519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_pm_rpm@package-g7.html
[520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_pm_rpm@package-g7.html
* igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
- shard-rkl: [SKIP][521] ([i915#11520]) -> [SKIP][522] ([i915#11520] / [i915#14544]) +1 other test skip
[521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
[522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area:
- shard-rkl: [SKIP][523] ([i915#11520] / [i915#14544]) -> [SKIP][524] ([i915#11520])
[523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
[524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-rkl: [SKIP][525] ([i915#14544] / [i915#9683]) -> [SKIP][526] ([i915#9683])
[525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_psr2_su@page_flip-nv12.html
[526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@pr-primary-mmap-gtt:
- shard-rkl: [SKIP][527] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][528] ([i915#1072] / [i915#9732]) +4 other tests skip
[527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_psr@pr-primary-mmap-gtt.html
[528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-3/igt@kms_psr@pr-primary-mmap-gtt.html
* igt@kms_psr@psr2-cursor-blt:
- shard-rkl: [SKIP][529] ([i915#1072] / [i915#9732]) -> [SKIP][530] ([i915#1072] / [i915#14544] / [i915#9732]) +8 other tests skip
[529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-3/igt@kms_psr@psr2-cursor-blt.html
[530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-rkl: [SKIP][531] ([i915#15949]) -> [SKIP][532] ([i915#14544] / [i915#15949])
[531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
[532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2: [SKIP][533] ([i915#12755] / [i915#15867]) -> [SKIP][534] ([i915#15867])
[533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg2-5/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
[534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-dg1: [SKIP][535] ([i915#3555] / [i915#4423]) -> [SKIP][536] ([i915#3555])
[535]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-dg1-16/igt@kms_scaling_modes@scaling-mode-full.html
[536]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-dg1-19/igt@kms_scaling_modes@scaling-mode-full.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-rkl: [SKIP][537] ([i915#14544] / [i915#8623]) -> [SKIP][538] ([i915#8623])
[537]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_tiled_display@basic-test-pattern.html
[538]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@max-min:
- shard-rkl: [SKIP][539] ([i915#14544] / [i915#9906]) -> [SKIP][540] ([i915#9906])
[539]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-6/igt@kms_vrr@max-min.html
[540]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-2/igt@kms_vrr@max-min.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-rkl: [SKIP][541] ([i915#9906]) -> [SKIP][542] ([i915#14544] / [i915#9906])
[541]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-vrr.html
[542]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: [SKIP][543] ([i915#2436]) -> [SKIP][544] ([i915#14544] / [i915#2436])
[543]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/shard-rkl-8/igt@perf@gen8-unprivileged-single-ctx-counters.html
[544]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454
[i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12756]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12756
[i915#12761]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12761
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027
[i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13409]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13409
[i915#13476]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13476
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707
[i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748
[i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783
[i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958
[i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073
[i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098
[i915#14259]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14259
[i915#14412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14412
[i915#14419]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14419
[i915#14498]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14498
[i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544
[i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545
[i915#14586]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14586
[i915#14694]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14694
[i915#14888]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14888
[i915#15073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15073
[i915#15102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15102
[i915#15104]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15104
[i915#15106]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15106
[i915#15128]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15128
[i915#15131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15131
[i915#15152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15152
[i915#15329]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15329
[i915#15330]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15330
[i915#15342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15342
[i915#15403]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15403
[i915#15436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15436
[i915#15454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15454
[i915#15458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15458
[i915#15459]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15459
[i915#15460]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15460
[i915#15492]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15492
[i915#15500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15500
[i915#15582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15582
[i915#15643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15643
[i915#15678]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15678
[i915#15709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15709
[i915#15725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15725
[i915#15733]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15733
[i915#15739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15739
[i915#15778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15778
[i915#15815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15815
[i915#15865]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15865
[i915#15867]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15867
[i915#15931]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15931
[i915#15948]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15948
[i915#15949]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15949
[i915#15989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15989
[i915#15990]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15990
[i915#15991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15991
[i915#16011]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16011
[i915#16012]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16012
[i915#16013]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16013
[i915#16018]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16018
[i915#16066]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16066
[i915#16081]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16081
[i915#16162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16162
[i915#16182]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16182
[i915#16184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16184
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#16386]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16386
[i915#16451]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16451
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3778]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3778
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6344
[i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7016]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7016
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812
[i915#9878]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9878
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8967 -> IGTPW_15383
CI-20190529: 20190529
CI_DRM_18691: 29ea43790111df065ed84e6cb076c64322c306f1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 182468 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-06-17 23:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
2026-06-17 23:15 ` ✗ i915.CI.Full: failure for " Patchwork
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.